From 9d46b7ce350c124e02bfc674e1dcc511434525e6 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sat, 7 Jul 2018 13:07:09 -0700 Subject: [PATCH 01/18] fixed crawler code --- crawlers/ucsc/ucsc/spiders/pisa.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index b1fe0cc..77baca6 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -20,6 +20,9 @@ def __init__(self, *args, **kwargs): logger.setLevel(logging.WARNING) super(PisaSpider, self).__init__(*args, **kwargs) + self.max_index_scrapes = 10 + self.max_page_scrapes = 10 + def parse(self, response): yield scrapy.FormRequest(url=self.search_url, formdata={'action':'results', @@ -44,22 +47,16 @@ def parse(self, response): 'rec_dur': '1582'}, callback=self.parse_course_index) -<<<<<<< HEAD - def parse_course_listings(self, response): - items = response.xpath('//div[contains(@id,"rowpanel")]') -======= -<<<<<<< HEAD def parse_course_index(self, response): - if self.max_index_entries == 0: + if self.max_index_scrapes == 0: return items = response.xpath('body/div[contains(@class,"center-block")]/div[@class="panel-body"]/div[contains(@id,"rowpanel")]') -======= - def parse_course_listings(self, response): - items = response.xpath('//div[contains(@id,"rowpanel")]') ->>>>>>> development ->>>>>>> development for item in items: + if self.max_index_scrapes == 0: + return + self.max_index_scrapes -= 1 + result = PisaIndexItem() anchor = item.xpath('//a[contains(@id,"class_id_")]') result['url'] = site_path(anchor.xpath('@href').extract()[0]) @@ -90,12 +87,15 @@ def parse_course_listings(self, response): # and would ideally like a timestamp somewhere on the outputted data yield result - # yield scrapy.Request(result['url'], callback=self.parse_course_page) + if self.max_page_scrapes != 0: + self.max_page_scrapes -= 1 + yield scrapy.Request(result['url'], callback=self.parse_course_page) + def parse_course_page(self, response): content = response.xpath('//div[@class="panel-body"]') result = PisaCourseItem() - result['content'] = str(content.extract()) + result['raw_content'] = str(content.extract()) yield result # TBD: actually parse this and process it, etc... From 8cbd555ba63e9d4f77d3986ca757f292034ee583 Mon Sep 17 00:00:00 2001 From: Kutaho Date: Sat, 7 Jul 2018 14:38:46 -0700 Subject: [PATCH 02/18] AutoThrottle Limit the amount of concurrent requests per IP --- crawlers/ucsc/out.json | 1585 +++++++++++++++++ crawlers/ucsc/output.json | 511 ++++++ crawlers/ucsc/pisa.log | 2591 ++++++++++++++++++++++++++++ crawlers/ucsc/ucsc/spiders/pisa.py | 7 +- 4 files changed, 4692 insertions(+), 2 deletions(-) create mode 100644 crawlers/ucsc/out.json create mode 100644 crawlers/ucsc/output.json create mode 100644 crawlers/ucsc/pisa.log diff --git a/crawlers/ucsc/out.json b/crawlers/ucsc/out.json new file mode 100644 index 0000000..8fe76c6 --- /dev/null +++ b/crawlers/ucsc/out.json @@ -0,0 +1,1585 @@ +[ +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"raw_content": "[u'
\\n\\n
\\n
\\n

\\n AMS 3 - 01\\xa0\\xa0 Precalculus for the Social Sciences

\\n
\\n
\\n
\\n
\\n 2018 Fall Quarter

\\n Search\\n

\\n
\\n
\\n
\\n
https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%253D


\\n Copy Link
\\n\\n Materials\\n

\\n
\\n
\\n
\\n
\\n
\\n

Class Details

\\n
\\n\\n
\\n
\\n
\\n
Career
Undergraduate
\\n
Grading
Student Option
\\n
Class Number
21723
\\n
Type
Lecture
\\n
Credits
5 units
\\n
General Education
MF
\\n
\\n
\\n
\\n
\\n
Status
\"Open\" Open
\\n
Available Seats
6
\\n
Enrollment Capacity
25
\\n
Enrolled
19
\\n
Wait List Capacity
999
\\n
Wait List Total
0
\\n
\\n
\\n
\\n
\\n
\\n\\n\\n \\n
\\n

Description

\\n
\\n Introduces mathematical functions and their uses for modeling real-life problems in the social sciences. Includes inequalities, linear and quadratic equations, functions (linear, quadratic, polynomial, rational, power, exponential, logarithmic, trigonometric), inverses, and the composition of functions. Students cannot receive credit for both this course and Mathematics 3. Mathematics 3 can substitute for this course. (Formerly Precalculus for Science and Engineering.)
\\n
\\n\\n
\\n

Enrollment Requirements

\\n
\\n Prerequisite(s): score of 200 or higher on the mathematics placement examination (MPE), or Mathematics 2.
\\n
\\n \\n
\\n

Class Notes

\\n
\\n Enroll in lecture and associated discussion section
\\n
\\n \\n
\\n

Meeting Information

\\n
\\n \\n \\n \\n \\n \\n \\n \\n\\n \\n \\n \\n \\n \\n \\n \\n
Days & TimesRoomInstructorMeeting Dates
MWF 10:40AM-11:45AMSoc Sci 2 075Garaud,P.09/27/18 - 12/07/18
\\n
\\n
\\n \\n
\\n

Associated Discussion Sections or Labs

\\n
\\n
\\n
#21724 DIS 01A
\\n
Th 08:30AM-09:35AM
\\n
Staff
\\n
Loc: PhysSciences 140
\\n
Enrl: 4 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21725 DIS 01B
\\n
M 01:20PM-02:25PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 7 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21726 DIS 01C
\\n
W 04:00PM-05:05PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 8 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n \\n
\\n
\\n \\n
\\n\\n Search
\\n\\n\\n\\n
', u'
\\n\\n
\\n
\\n
\\n
Career
Undergraduate
\\n
Grading
Student Option
\\n
Class Number
21723
\\n
Type
Lecture
\\n
Credits
5 units
\\n
General Education
MF
\\n
\\n
\\n
\\n
\\n
Status
\"Open\" Open
\\n
Available Seats
6
\\n
Enrollment Capacity
25
\\n
Enrolled
19
\\n
Wait List Capacity
999
\\n
Wait List Total
0
\\n
\\n
\\n
\\n
', u'
\\n Introduces mathematical functions and their uses for modeling real-life problems in the social sciences. Includes inequalities, linear and quadratic equations, functions (linear, quadratic, polynomial, rational, power, exponential, logarithmic, trigonometric), inverses, and the composition of functions. Students cannot receive credit for both this course and Mathematics 3. Mathematics 3 can substitute for this course. (Formerly Precalculus for Science and Engineering.)
', u'
\\n Prerequisite(s): score of 200 or higher on the mathematics placement examination (MPE), or Mathematics 2.
', u'
\\n Enroll in lecture and associated discussion section
', u'
\\n \\n \\n \\n \\n \\n \\n \\n\\n \\n \\n \\n \\n \\n \\n \\n
Days & TimesRoomInstructorMeeting Dates
MWF 10:40AM-11:45AMSoc Sci 2 075Garaud,P.09/27/18 - 12/07/18
\\n
', u'
\\n
\\n
#21724 DIS 01A
\\n
Th 08:30AM-09:35AM
\\n
Staff
\\n
Loc: PhysSciences 140
\\n
Enrl: 4 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21725 DIS 01B
\\n
M 01:20PM-02:25PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 7 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21726 DIS 01C
\\n
W 04:00PM-05:05PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 8 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n \\n
']"} +] \ No newline at end of file diff --git a/crawlers/ucsc/output.json b/crawlers/ucsc/output.json new file mode 100644 index 0000000..6acf088 --- /dev/null +++ b/crawlers/ucsc/output.json @@ -0,0 +1,511 @@ +[ +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"} \ No newline at end of file diff --git a/crawlers/ucsc/pisa.log b/crawlers/ucsc/pisa.log new file mode 100644 index 0000000..ee5c33f --- /dev/null +++ b/crawlers/ucsc/pisa.log @@ -0,0 +1,2591 @@ +2018-07-07 14:24:18 [scrapy.utils.log] INFO: Scrapy 1.5.0 started (bot: ucsc) +2018-07-07 14:24:18 [scrapy.utils.log] INFO: Versions: lxml 4.2.3.0, libxml2 2.9.8, cssselect 1.0.3, parsel 1.5.0, w3lib 1.19.0, Twisted 18.4.0, Python 2.7.12 (default, Dec 4 2017, 14:50:18) - [GCC 5.4.0 20160609], pyOpenSSL 18.0.0 (OpenSSL 1.1.0h 27 Mar 2018), cryptography 2.2.2, Platform Linux-4.4.0-17134-Microsoft-x86_64-with-Ubuntu-16.04-xenial +2018-07-07 14:24:18 [scrapy.crawler] INFO: Overridden settings: {'NEWSPIDER_MODULE': 'ucsc.spiders', 'FEED_URI': 'output.json', 'SPIDER_MODULES': ['ucsc.spiders'], 'BOT_NAME': 'ucsc', 'ROBOTSTXT_OBEY': True, 'FEED_FORMAT': 'json', 'LOG_FILE': 'pisa.log'} +2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled extensions: +['scrapy.extensions.feedexport.FeedExporter', + 'scrapy.extensions.memusage.MemoryUsage', + 'scrapy.extensions.logstats.LogStats', + 'scrapy.extensions.telnet.TelnetConsole', + 'scrapy.extensions.corestats.CoreStats'] +2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled downloader middlewares: +['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', + 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', + 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', + 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', + 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', + 'scrapy.downloadermiddlewares.retry.RetryMiddleware', + 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', + 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', + 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', + 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', + 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', + 'scrapy.downloadermiddlewares.stats.DownloaderStats'] +2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled spider middlewares: +['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', + 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', + 'scrapy.spidermiddlewares.referer.RefererMiddleware', + 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', + 'scrapy.spidermiddlewares.depth.DepthMiddleware'] +2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled item pipelines: +[] +2018-07-07 14:24:19 [scrapy.core.engine] INFO: Spider opened +2018-07-07 14:24:19 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) +2018-07-07 14:24:19 [scrapy.extensions.telnet] DEBUG: Telnet console listening on 127.0.0.1:6023 +2018-07-07 14:24:19 [scrapy.core.engine] DEBUG: Crawled (404) (referer: None) +2018-07-07 14:24:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) +2018-07-07 14:24:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://pisa.ucsc.edu/class_search/index.php) +2018-07-07 14:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.dupefilters] DEBUG: Filtered duplicate request: - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates) +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 3 pages/min), scraped 295 items (at 295 items/min) +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.crawler] INFO: Received SIGINT, shutting down gracefully. Send again to force +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.engine] INFO: Closing spider (shutdown) +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:26:00 [scrapy.crawler] INFO: Received SIGINT twice, forcing unclean shutdown +2018-07-07 14:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index 77baca6..c75e5f6 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -15,13 +15,16 @@ class PisaSpider(scrapy.Spider): search_url = site_path('index.php') start_urls = [ search_url ] + def __init__(self, item_count): + self.item_count = item + def __init__(self, *args, **kwargs): logger = logging.getLogger('scrapy.spidermiddlewares.httperror') logger.setLevel(logging.WARNING) super(PisaSpider, self).__init__(*args, **kwargs) - self.max_index_scrapes = 10 - self.max_page_scrapes = 10 + self.max_index_scrapes = -1 + self.max_page_scrapes = -1 def parse(self, response): yield scrapy.FormRequest(url=self.search_url, From c7f93938a59e07486fc18d7b81cb1e8c55b49fea Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sat, 7 Jul 2018 15:33:59 -0700 Subject: [PATCH 03/18] fixed / finished pisa index crawler --- crawlers/ucsc/ucsc/spiders/pisa.py | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index c75e5f6..1b74ad0 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -55,39 +55,39 @@ def parse_course_index(self, response): return items = response.xpath('body/div[contains(@class,"center-block")]/div[@class="panel-body"]/div[contains(@id,"rowpanel")]') + assert(items) for item in items: if self.max_index_scrapes == 0: return self.max_index_scrapes -= 1 result = PisaIndexItem() - anchor = item.xpath('//a[contains(@id,"class_id_")]') + anchor = item.xpath('div[contains(@class,"panel-heading")]/h2/a[contains(@id,"class_id_")]') + assert(anchor) result['url'] = site_path(anchor.xpath('@href').extract()[0]) # parse course name, title, section title_info = anchor.xpath('text()').extract()[0] - match = re.match(r'(\w+\s+\d+)\s+-\s+(\d+)[^\w]+([^\n]+)', title_info) + assert(title_info) + match = re.match(r'(\w+\s+\d+[A-Z]?)[^\d]+(\d+)[^\w]+([^\n]+)', title_info) if not match: raise Exception("Failed to parse '%s'"%title_info) result['course_name'] = match.group(1) result['course_section'] = match.group(2) result['course_name'] = match.group(3) - # grab class number - result['class_number'] = item.xpath('//a[contains(@id,"class_nbr")]').extract()[0] - - # TBD: grab everything else (is wrapped in a
, so maybe - # use an xpath selector for that and iterate its div children...? - # Each remaining field is in text inside of one of these divs; use - # regexes to clean up and eg. separate class_type ("LEC") from location, etc... - - # Also TBD: this is slow AF so maybe (eventually) optimize this to, well, - # have less shit performance (note: prob xpath), but also be properly async - # (visit page => generate async todo-queue to process each item individually) - # so that we can use multiprocessing to further speed up - - # TBD: also need to store the term info (retain this somehow?), - # and would ideally like a timestamp somewhere on the outputted data + # grab class number + enrollment info + rest = item.xpath('div[contains(@class,"panel-body")]/div[contains(@class,"row")]') + assert(rest) + result['class_number'] = int(rest.xpath('div[1]/a/text()').extract()[0]) + result['instructor'] = rest.xpath('div[2]/text()').extract()[0].strip() + location_info = rest.xpath('div[3]/text()') + result['class_type'], result['location'] = location_info.re(r'\s*([A-Z]+):\s+([\s\w]+)') + + result['meet_times'] = rest.xpath('div[4]/text()').extract()[0].strip() + enroll_info = rest.xpath('div[5]/text()') + result['enroll_current'], result['enroll_max'] = map(int, enroll_info.re(r'\s*(\d+)\s+of\s+(\d+)')) + result['materials_url'] = rest.xpath('div[6]/a/@href').extract()[0] yield result if self.max_page_scrapes != 0: From 9c475280f2589365f800159257c0090c3ae97db9 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sat, 7 Jul 2018 13:07:09 -0700 Subject: [PATCH 04/18] fixed crawler code --- crawlers/ucsc/ucsc/spiders/pisa.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index b1fe0cc..77baca6 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -20,6 +20,9 @@ def __init__(self, *args, **kwargs): logger.setLevel(logging.WARNING) super(PisaSpider, self).__init__(*args, **kwargs) + self.max_index_scrapes = 10 + self.max_page_scrapes = 10 + def parse(self, response): yield scrapy.FormRequest(url=self.search_url, formdata={'action':'results', @@ -44,22 +47,16 @@ def parse(self, response): 'rec_dur': '1582'}, callback=self.parse_course_index) -<<<<<<< HEAD - def parse_course_listings(self, response): - items = response.xpath('//div[contains(@id,"rowpanel")]') -======= -<<<<<<< HEAD def parse_course_index(self, response): - if self.max_index_entries == 0: + if self.max_index_scrapes == 0: return items = response.xpath('body/div[contains(@class,"center-block")]/div[@class="panel-body"]/div[contains(@id,"rowpanel")]') -======= - def parse_course_listings(self, response): - items = response.xpath('//div[contains(@id,"rowpanel")]') ->>>>>>> development ->>>>>>> development for item in items: + if self.max_index_scrapes == 0: + return + self.max_index_scrapes -= 1 + result = PisaIndexItem() anchor = item.xpath('//a[contains(@id,"class_id_")]') result['url'] = site_path(anchor.xpath('@href').extract()[0]) @@ -90,12 +87,15 @@ def parse_course_listings(self, response): # and would ideally like a timestamp somewhere on the outputted data yield result - # yield scrapy.Request(result['url'], callback=self.parse_course_page) + if self.max_page_scrapes != 0: + self.max_page_scrapes -= 1 + yield scrapy.Request(result['url'], callback=self.parse_course_page) + def parse_course_page(self, response): content = response.xpath('//div[@class="panel-body"]') result = PisaCourseItem() - result['content'] = str(content.extract()) + result['raw_content'] = str(content.extract()) yield result # TBD: actually parse this and process it, etc... From 4bbd3735001c0482fe635a742ef154bf32210b7d Mon Sep 17 00:00:00 2001 From: Kutaho Date: Sat, 7 Jul 2018 14:38:46 -0700 Subject: [PATCH 05/18] AutoThrottle Limit the amount of concurrent requests per IP --- crawlers/ucsc/out.json | 1585 +++++++++++++++++ crawlers/ucsc/output.json | 511 ++++++ crawlers/ucsc/pisa.log | 2591 ++++++++++++++++++++++++++++ crawlers/ucsc/ucsc/spiders/pisa.py | 7 +- 4 files changed, 4692 insertions(+), 2 deletions(-) create mode 100644 crawlers/ucsc/out.json create mode 100644 crawlers/ucsc/output.json create mode 100644 crawlers/ucsc/pisa.log diff --git a/crawlers/ucsc/out.json b/crawlers/ucsc/out.json new file mode 100644 index 0000000..8fe76c6 --- /dev/null +++ b/crawlers/ucsc/out.json @@ -0,0 +1,1585 @@ +[ +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"raw_content": "[u'
\\n\\n
\\n
\\n

\\n AMS 3 - 01\\xa0\\xa0 Precalculus for the Social Sciences

\\n
\\n
\\n
\\n
\\n 2018 Fall Quarter

\\n Search\\n

\\n
\\n
\\n
\\n
https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%253D


\\n Copy Link
\\n\\n Materials\\n

\\n
\\n
\\n
\\n
\\n
\\n

Class Details

\\n
\\n\\n
\\n
\\n
\\n
Career
Undergraduate
\\n
Grading
Student Option
\\n
Class Number
21723
\\n
Type
Lecture
\\n
Credits
5 units
\\n
General Education
MF
\\n
\\n
\\n
\\n
\\n
Status
\"Open\" Open
\\n
Available Seats
6
\\n
Enrollment Capacity
25
\\n
Enrolled
19
\\n
Wait List Capacity
999
\\n
Wait List Total
0
\\n
\\n
\\n
\\n
\\n
\\n\\n\\n \\n
\\n

Description

\\n
\\n Introduces mathematical functions and their uses for modeling real-life problems in the social sciences. Includes inequalities, linear and quadratic equations, functions (linear, quadratic, polynomial, rational, power, exponential, logarithmic, trigonometric), inverses, and the composition of functions. Students cannot receive credit for both this course and Mathematics 3. Mathematics 3 can substitute for this course. (Formerly Precalculus for Science and Engineering.)
\\n
\\n\\n
\\n

Enrollment Requirements

\\n
\\n Prerequisite(s): score of 200 or higher on the mathematics placement examination (MPE), or Mathematics 2.
\\n
\\n \\n
\\n

Class Notes

\\n
\\n Enroll in lecture and associated discussion section
\\n
\\n \\n
\\n

Meeting Information

\\n
\\n \\n \\n \\n \\n \\n \\n \\n\\n \\n \\n \\n \\n \\n \\n \\n
Days & TimesRoomInstructorMeeting Dates
MWF 10:40AM-11:45AMSoc Sci 2 075Garaud,P.09/27/18 - 12/07/18
\\n
\\n
\\n \\n
\\n

Associated Discussion Sections or Labs

\\n
\\n
\\n
#21724 DIS 01A
\\n
Th 08:30AM-09:35AM
\\n
Staff
\\n
Loc: PhysSciences 140
\\n
Enrl: 4 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21725 DIS 01B
\\n
M 01:20PM-02:25PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 7 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21726 DIS 01C
\\n
W 04:00PM-05:05PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 8 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n \\n
\\n
\\n \\n
\\n\\n Search
\\n\\n\\n\\n
', u'
\\n\\n
\\n
\\n
\\n
Career
Undergraduate
\\n
Grading
Student Option
\\n
Class Number
21723
\\n
Type
Lecture
\\n
Credits
5 units
\\n
General Education
MF
\\n
\\n
\\n
\\n
\\n
Status
\"Open\" Open
\\n
Available Seats
6
\\n
Enrollment Capacity
25
\\n
Enrolled
19
\\n
Wait List Capacity
999
\\n
Wait List Total
0
\\n
\\n
\\n
\\n
', u'
\\n Introduces mathematical functions and their uses for modeling real-life problems in the social sciences. Includes inequalities, linear and quadratic equations, functions (linear, quadratic, polynomial, rational, power, exponential, logarithmic, trigonometric), inverses, and the composition of functions. Students cannot receive credit for both this course and Mathematics 3. Mathematics 3 can substitute for this course. (Formerly Precalculus for Science and Engineering.)
', u'
\\n Prerequisite(s): score of 200 or higher on the mathematics placement examination (MPE), or Mathematics 2.
', u'
\\n Enroll in lecture and associated discussion section
', u'
\\n \\n \\n \\n \\n \\n \\n \\n\\n \\n \\n \\n \\n \\n \\n \\n
Days & TimesRoomInstructorMeeting Dates
MWF 10:40AM-11:45AMSoc Sci 2 075Garaud,P.09/27/18 - 12/07/18
\\n
', u'
\\n
\\n
#21724 DIS 01A
\\n
Th 08:30AM-09:35AM
\\n
Staff
\\n
Loc: PhysSciences 140
\\n
Enrl: 4 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21725 DIS 01B
\\n
M 01:20PM-02:25PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 7 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21726 DIS 01C
\\n
W 04:00PM-05:05PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 8 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n \\n
']"} +] \ No newline at end of file diff --git a/crawlers/ucsc/output.json b/crawlers/ucsc/output.json new file mode 100644 index 0000000..6acf088 --- /dev/null +++ b/crawlers/ucsc/output.json @@ -0,0 +1,511 @@ +[ +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, +{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"} \ No newline at end of file diff --git a/crawlers/ucsc/pisa.log b/crawlers/ucsc/pisa.log new file mode 100644 index 0000000..ee5c33f --- /dev/null +++ b/crawlers/ucsc/pisa.log @@ -0,0 +1,2591 @@ +2018-07-07 14:24:18 [scrapy.utils.log] INFO: Scrapy 1.5.0 started (bot: ucsc) +2018-07-07 14:24:18 [scrapy.utils.log] INFO: Versions: lxml 4.2.3.0, libxml2 2.9.8, cssselect 1.0.3, parsel 1.5.0, w3lib 1.19.0, Twisted 18.4.0, Python 2.7.12 (default, Dec 4 2017, 14:50:18) - [GCC 5.4.0 20160609], pyOpenSSL 18.0.0 (OpenSSL 1.1.0h 27 Mar 2018), cryptography 2.2.2, Platform Linux-4.4.0-17134-Microsoft-x86_64-with-Ubuntu-16.04-xenial +2018-07-07 14:24:18 [scrapy.crawler] INFO: Overridden settings: {'NEWSPIDER_MODULE': 'ucsc.spiders', 'FEED_URI': 'output.json', 'SPIDER_MODULES': ['ucsc.spiders'], 'BOT_NAME': 'ucsc', 'ROBOTSTXT_OBEY': True, 'FEED_FORMAT': 'json', 'LOG_FILE': 'pisa.log'} +2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled extensions: +['scrapy.extensions.feedexport.FeedExporter', + 'scrapy.extensions.memusage.MemoryUsage', + 'scrapy.extensions.logstats.LogStats', + 'scrapy.extensions.telnet.TelnetConsole', + 'scrapy.extensions.corestats.CoreStats'] +2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled downloader middlewares: +['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', + 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', + 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', + 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', + 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', + 'scrapy.downloadermiddlewares.retry.RetryMiddleware', + 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', + 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', + 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', + 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', + 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', + 'scrapy.downloadermiddlewares.stats.DownloaderStats'] +2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled spider middlewares: +['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', + 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', + 'scrapy.spidermiddlewares.referer.RefererMiddleware', + 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', + 'scrapy.spidermiddlewares.depth.DepthMiddleware'] +2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled item pipelines: +[] +2018-07-07 14:24:19 [scrapy.core.engine] INFO: Spider opened +2018-07-07 14:24:19 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) +2018-07-07 14:24:19 [scrapy.extensions.telnet] DEBUG: Telnet console listening on 127.0.0.1:6023 +2018-07-07 14:24:19 [scrapy.core.engine] DEBUG: Crawled (404) (referer: None) +2018-07-07 14:24:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) +2018-07-07 14:24:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://pisa.ucsc.edu/class_search/index.php) +2018-07-07 14:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.dupefilters] DEBUG: Filtered duplicate request: - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates) +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:19 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 3 pages/min), scraped 295 items (at 295 items/min) +2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:58 [scrapy.crawler] INFO: Received SIGINT, shutting down gracefully. Send again to force +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.engine] INFO: Closing spider (shutdown) +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:26:00 [scrapy.crawler] INFO: Received SIGINT twice, forcing unclean shutdown +2018-07-07 14:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} +2018-07-07 14:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> +{'class_number': u'21723', + 'course_name': u'Precalculus', + 'course_section': u'01', + 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index 77baca6..c75e5f6 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -15,13 +15,16 @@ class PisaSpider(scrapy.Spider): search_url = site_path('index.php') start_urls = [ search_url ] + def __init__(self, item_count): + self.item_count = item + def __init__(self, *args, **kwargs): logger = logging.getLogger('scrapy.spidermiddlewares.httperror') logger.setLevel(logging.WARNING) super(PisaSpider, self).__init__(*args, **kwargs) - self.max_index_scrapes = 10 - self.max_page_scrapes = 10 + self.max_index_scrapes = -1 + self.max_page_scrapes = -1 def parse(self, response): yield scrapy.FormRequest(url=self.search_url, From ffa03c6c8562021ac6e9ad12dbc0bffab1e10920 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sat, 7 Jul 2018 15:33:59 -0700 Subject: [PATCH 06/18] fixed / finished pisa index crawler --- crawlers/ucsc/ucsc/spiders/pisa.py | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index c75e5f6..1b74ad0 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -55,39 +55,39 @@ def parse_course_index(self, response): return items = response.xpath('body/div[contains(@class,"center-block")]/div[@class="panel-body"]/div[contains(@id,"rowpanel")]') + assert(items) for item in items: if self.max_index_scrapes == 0: return self.max_index_scrapes -= 1 result = PisaIndexItem() - anchor = item.xpath('//a[contains(@id,"class_id_")]') + anchor = item.xpath('div[contains(@class,"panel-heading")]/h2/a[contains(@id,"class_id_")]') + assert(anchor) result['url'] = site_path(anchor.xpath('@href').extract()[0]) # parse course name, title, section title_info = anchor.xpath('text()').extract()[0] - match = re.match(r'(\w+\s+\d+)\s+-\s+(\d+)[^\w]+([^\n]+)', title_info) + assert(title_info) + match = re.match(r'(\w+\s+\d+[A-Z]?)[^\d]+(\d+)[^\w]+([^\n]+)', title_info) if not match: raise Exception("Failed to parse '%s'"%title_info) result['course_name'] = match.group(1) result['course_section'] = match.group(2) result['course_name'] = match.group(3) - # grab class number - result['class_number'] = item.xpath('//a[contains(@id,"class_nbr")]').extract()[0] - - # TBD: grab everything else (is wrapped in a
, so maybe - # use an xpath selector for that and iterate its div children...? - # Each remaining field is in text inside of one of these divs; use - # regexes to clean up and eg. separate class_type ("LEC") from location, etc... - - # Also TBD: this is slow AF so maybe (eventually) optimize this to, well, - # have less shit performance (note: prob xpath), but also be properly async - # (visit page => generate async todo-queue to process each item individually) - # so that we can use multiprocessing to further speed up - - # TBD: also need to store the term info (retain this somehow?), - # and would ideally like a timestamp somewhere on the outputted data + # grab class number + enrollment info + rest = item.xpath('div[contains(@class,"panel-body")]/div[contains(@class,"row")]') + assert(rest) + result['class_number'] = int(rest.xpath('div[1]/a/text()').extract()[0]) + result['instructor'] = rest.xpath('div[2]/text()').extract()[0].strip() + location_info = rest.xpath('div[3]/text()') + result['class_type'], result['location'] = location_info.re(r'\s*([A-Z]+):\s+([\s\w]+)') + + result['meet_times'] = rest.xpath('div[4]/text()').extract()[0].strip() + enroll_info = rest.xpath('div[5]/text()') + result['enroll_current'], result['enroll_max'] = map(int, enroll_info.re(r'\s*(\d+)\s+of\s+(\d+)')) + result['materials_url'] = rest.xpath('div[6]/a/@href').extract()[0] yield result if self.max_page_scrapes != 0: From acdbad9fea314a9e312121ab910962d93e93b49b Mon Sep 17 00:00:00 2001 From: Kutaho Date: Sat, 7 Jul 2018 15:40:32 -0700 Subject: [PATCH 07/18] AutoThrottle Limits the requests per IP --- crawlers/ucsc/ucsc/settings.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/crawlers/ucsc/ucsc/settings.py b/crawlers/ucsc/ucsc/settings.py index 0e1d05f..0a18688 100644 --- a/crawlers/ucsc/ucsc/settings.py +++ b/crawlers/ucsc/ucsc/settings.py @@ -70,16 +70,18 @@ # Enable and configure the AutoThrottle extension (disabled by default) # See https://doc.scrapy.org/en/latest/topics/autothrottle.html -#AUTOTHROTTLE_ENABLED = True +AUTOTHROTTLE_ENABLED = True # The initial download delay -#AUTOTHROTTLE_START_DELAY = 5 +AUTOTHROTTLE_START_DELAY = 5 # The maximum download delay to be set in case of high latencies -#AUTOTHROTTLE_MAX_DELAY = 60 +AUTOTHROTTLE_MAX_DELAY = 60 # The average number of requests Scrapy should be sending in parallel to # each remote server #AUTOTHROTTLE_TARGET_CONCURRENCY = 1.0 # Enable showing throttling stats for every response received: -#AUTOTHROTTLE_DEBUG = False +AUTOTHROTTLE_DEBUG = False +#CONCURRENT_REQUESTS_PER_IP +CONCURRENT_REQUESTS_PER_IP = 5 # Enable and configure HTTP caching (disabled by default) # See https://doc.scrapy.org/en/latest/topics/downloader-middleware.html#httpcache-middleware-settings From b87478f8a38b87ff697406b06d2bef2fe4dd3c8b Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sat, 7 Jul 2018 15:41:28 -0700 Subject: [PATCH 08/18] generated initial index dataset for fall 2018 --- crawlers/ucsc/course_index_data.json | 1584 ++++++++++++++++++++++++++ 1 file changed, 1584 insertions(+) create mode 100644 crawlers/ucsc/course_index_data.json diff --git a/crawlers/ucsc/course_index_data.json b/crawlers/ucsc/course_index_data.json new file mode 100644 index 0000000..e2dcc6a --- /dev/null +++ b/crawlers/ucsc/course_index_data.json @@ -0,0 +1,1584 @@ +[ +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__003__01", "class_type": "LEC", "course_name": "Precalculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "enroll_current": 19, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 075", "instructor": "Garaud,P.", "class_number": 21723, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__005__01", "class_type": "LEC", "course_name": "Statistics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjciO30%3D", "enroll_current": 209, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Earth", "instructor": "Mendes,B.S.", "class_number": 21727, "enroll_max": 210}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__005__02", "class_type": "LEC", "course_name": "Statistics", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MzUiO30%3D", "enroll_current": 210, "meet_times": "MWF 02:40PM-03:45PM", "location": "Earth", "instructor": "Katznelson,J.R.", "class_number": 21735, "enroll_max": 210}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__007__01", "class_type": "LEC", "course_name": "StatMthdsBio/Env/Hlth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NDQiO30%3D", "enroll_current": 200, "meet_times": "TuTh 11:40AM-01:15PM", "location": "J Bask Aud 101", "instructor": "Draper,D.", "class_number": 21744, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__007__02", "class_type": "LEC", "course_name": "StatMthdsBio/Env/Hlth", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NTAiO30%3D", "enroll_current": 23, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Thim Lecture 003", "instructor": "Mendes,B.S.", "class_number": 21750, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__007L__01", "class_type": "LAB", "course_name": "StatMthdsBioEnvHlthLab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjgiO30%3D", "enroll_current": 184, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22728, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__007L__02", "class_type": "LAB", "course_name": "StatMthdsBioEnvHlthLab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MzQiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22734, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__010__01", "class_type": "LEC", "course_name": "Math Methods I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NTYiO30%3D", "enroll_current": 190, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Thim Lecture 003", "instructor": "Gomez,M.", "class_number": 21756, "enroll_max": 190}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__011A__01", "class_type": "LEC", "course_name": "Math Methd for Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NjYiO30%3D", "enroll_current": 40, "meet_times": "TuTh 03:20PM-04:55PM", "location": "ClassroomUnit 001", "instructor": "Mendes,B.S.", "class_number": 21566, "enroll_max": 135}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__011B__01", "class_type": "LEC", "course_name": "Math Methds Econ II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NzgiO30%3D", "enroll_current": 103, "meet_times": "MWF 10:40AM-11:45AM", "location": "J Bask Aud 101", "instructor": "Katznelson,J.R.", "class_number": 21578, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__080A__01", "class_type": "LEC", "course_name": "Gambling and Gaming", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTkiO30%3D", "enroll_current": 120, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Oakes Acad 105", "instructor": "Guhaniyogi,R.", "class_number": 22859, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__107__01", "class_type": "LEC", "course_name": "IntroFluidDynamics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTMiO30%3D", "enroll_current": 15, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 110", "instructor": "Brummell,N.H.", "class_number": 22353, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__114__01", "class_type": "LEC", "course_name": "Intro Dynam Systems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzUiO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 114", "instructor": "Venturi,D.", "class_number": 21775, "enroll_max": 65}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__129__01", "class_type": "LEC", "course_name": "Foundtns Sci Comput", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzgiO30%3D", "enroll_current": 16, "meet_times": "MWF 09:20AM-10:25AM", "location": "Engineer 2 192", "instructor": "Staff", "class_number": 23278, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__131__01", "class_type": "LEC", "course_name": "Intro Prob Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NjMiO30%3D", "enroll_current": 191, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Thim Lecture 003", "instructor": "Kottas,A.", "class_number": 21763, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__131__02", "class_type": "LEC", "course_name": "Intro Prob Theory", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NjkiO30%3D", "enroll_current": 120, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Thim Lecture 003", "instructor": "Prado,R.", "class_number": 21769, "enroll_max": 160}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__200__01", "class_type": "LEC", "course_name": "Research/Teach AMS", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzciO30%3D", "enroll_current": 17, "meet_times": "M 01:20PM-03:00PM", "location": "Soc Sci 1 149", "instructor": "Kottas,A.", "class_number": 22877, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__203__01", "class_type": "LEC", "course_name": "Intro Prob Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjAiO30%3D", "enroll_current": 13, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Baskin Engr 156", "instructor": "Lee,J.", "class_number": 22960, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__203__50", "class_type": "LEC", "course_name": "Intro Prob Theory", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjEiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "SiliconValleyCtr", "instructor": "Lee,J.", "class_number": 22961, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__204__01", "class_type": "LEC", "course_name": "Stat Data Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "N", "instructor": "Prado,R.", "class_number": 23252, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__211__01", "class_type": "LEC", "course_name": "Foundatn App Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjUiO30%3D", "enroll_current": 15, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 165", "instructor": "Wang,H.", "class_number": 22765, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__214__01", "class_type": "LEC", "course_name": "Applied Dynamic Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDgiO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 114", "instructor": "Venturi,D.", "class_number": 22748, "enroll_max": 65}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__217__01", "class_type": "LEC", "course_name": "Intro Fluid Dynamics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjAiO30%3D", "enroll_current": 15, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 110", "instructor": "Brummell,N.H.", "class_number": 22760, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__229__01", "class_type": "LEC", "course_name": "Convex Optimization", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODkiO30%3D", "enroll_current": 14, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 1 145", "instructor": "Halder,A.", "class_number": 23689, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__263__01", "class_type": "LEC", "course_name": "Stochastic Processes", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzciO30%3D", "enroll_current": 4, "meet_times": "TuTh 08:00AM-09:35AM", "location": "J Baskin Engr 169", "instructor": "Guhaniyogi,R.", "class_number": 21777, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__266A__01", "class_type": "LEC", "course_name": "Introduction to R", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTMiO30%3D", "enroll_current": 0, "meet_times": "Tu 09:50AM-11:25AM", "location": "J Baskin Engr 156", "instructor": "Staff", "class_number": 23253, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__274__01", "class_type": "LEC", "course_name": "Gen Linear Models", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzgiO30%3D", "enroll_current": 2, "meet_times": "TuTh 11:40AM-01:15PM", "location": "J Baskin Engr 169", "instructor": "Kottas,A.", "class_number": 21778, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__280B__01", "class_type": "SEM", "course_name": "Stat&AppliedMathModel", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjMiO30%3D", "enroll_current": 0, "meet_times": "M 04:00PM-05:00PM", "location": "Engineer 2 180", "instructor": "Staff", "class_number": 22663, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__280C__01", "class_type": "SEM", "course_name": "Seminar in GAFD", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22869, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__001__01", "class_type": "LEC", "course_name": "Intro Biolog Anth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4OTUiO30%3D", "enroll_current": 200, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Humn Lecture Hall", "instructor": "Reti,J.", "class_number": 20895, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__097__01", "class_type": "LAB", "course_name": "Lab Safety Practice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODYiO30%3D", "enroll_current": 0, "meet_times": "W 11:00AM-12:30PM", "location": "Soc Sci 1 439", "instructor": "Oelze,V.", "class_number": 23186, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__102A__01", "class_type": "LEC", "course_name": "Human Skeletal Biol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTYiO30%3D", "enroll_current": 21, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 461", "instructor": "Galloway,A.", "class_number": 20916, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__104__01", "class_type": "LEC", "course_name": "Human Var and Adapt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTciO30%3D", "enroll_current": 81, "meet_times": "MWF 08:00AM-09:05AM", "location": "Thim Lecture 001", "instructor": "Fehren-Schmitz,L.", "class_number": 20917, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__110F__01", "class_type": "LEC", "course_name": "Evolution Human Diet", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzQiO30%3D", "enroll_current": 71, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Clrm 327", "instructor": "Oelze,V.", "class_number": 23134, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__110I__01", "class_type": "LEC", "course_name": "SustainbilitySocJust", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTciO30%3D", "enroll_current": 49, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Shaw,D.M.", "class_number": 23257, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__110L__01", "class_type": "LEC", "course_name": "Decolonizing Method", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODUiO30%3D", "enroll_current": 25, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 2 179", "instructor": "Hernandez,K.J.", "class_number": 23885, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__110Q__01", "class_type": "LEC", "course_name": "Black Queer Culture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDEiO30%3D", "enroll_current": 49, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 179", "instructor": "Shange-Binion,S.T.", "class_number": 23901, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__113__01", "class_type": "SEM", "course_name": "Tutor Writing Anth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22958, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__130A__01", "class_type": "LEC", "course_name": "People of Africa", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTgiO30%3D", "enroll_current": 40, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 2 179", "instructor": "Mahajan,N.", "class_number": 20918, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__130L__01", "class_type": "LEC", "course_name": "Latin Amer Ethnogra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjAiO30%3D", "enroll_current": 28, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Cowell Clrm 131", "instructor": "Delgado-P,G.", "class_number": 20920, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__139__01", "class_type": "LEC", "course_name": "Language & Culture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjEiO30%3D", "enroll_current": 39, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 179", "instructor": "Brenneis,D.L.", "class_number": 20921, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__146__01", "class_type": "LEC", "course_name": "Anth & Environment", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjIiO30%3D", "enroll_current": 36, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 1 110", "instructor": "Zee,J.C.", "class_number": 20922, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__150__01", "class_type": "LEC", "course_name": "Communicating Anth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjMiO30%3D", "enroll_current": 4, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 2 179", "instructor": "Ramirez,R.K.", "class_number": 20923, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__158__01", "class_type": "LEC", "course_name": "Feminist Ethnography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzkiO30%3D", "enroll_current": 22, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 2 071", "instructor": "Kramer,A.L.", "class_number": 22979, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__170__01", "class_type": "LEC", "course_name": "His Archaeol Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjYiO30%3D", "enroll_current": 19, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 1 153", "instructor": "Schneider,T.D.", "class_number": 20926, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__179__01", "class_type": "LEC", "course_name": "Slavery in Atlantic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzEiO30%3D", "enroll_current": 57, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 075", "instructor": "O'Malley,G.", "class_number": 23131, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__180__01", "class_type": "SEM", "course_name": "Ceramic Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjciO30%3D", "enroll_current": 7, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 451", "instructor": "Habicht Mauche,J.A.", "class_number": 20927, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__180L__01", "class_type": "LAB", "course_name": "Ceramic Analys Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjgiO30%3D", "enroll_current": 7, "meet_times": "W 09:00AM-11:45AM", "location": "Soc Sci 1 451", "instructor": "Habicht Mauche,J.A.", "class_number": 20928, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__194A__01", "class_type": "SEM", "course_name": "Dead Persons", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODAiO30%3D", "enroll_current": 23, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Soc Sci 1 153", "instructor": "Galloway,A.", "class_number": 22980, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__194H__01", "class_type": "SEM", "course_name": "Paleoanthropology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDYiO30%3D", "enroll_current": 18, "meet_times": "Tu 03:20PM-06:20PM", "location": "Soc Sci 2 137", "instructor": "Reti,J.", "class_number": 22946, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__194S__01", "class_type": "SEM", "course_name": "Anthroplgy of Sound", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjkiO30%3D", "enroll_current": 16, "meet_times": "M 12:00PM-03:00PM", "location": "Soc Sci 2 137", "instructor": "Brenneis,D.L.", "class_number": 20929, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__195A__01", "class_type": "SEM", "course_name": "Senior Thesis Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTEiO30%3D", "enroll_current": 1, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 1 414", "instructor": "Fehren-Schmitz,L.", "class_number": 23091, "enroll_max": 7}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__200A__01", "class_type": "SEM", "course_name": "Cultural Grad Core", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:00PM-04:00PM", "location": "Soc Sci 1 414", "instructor": "Anderson,M.D.", "class_number": 20930, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__216__01", "class_type": "SEM", "course_name": "Methods in BioAnth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Fehren-Schmitz,L.", "class_number": 22747, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__228__01", "class_type": "SEM", "course_name": "Grant Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzEiO30%3D", "enroll_current": 1, "meet_times": "W 09:00AM-12:00PM", "location": "Soc Sci 1 414", "instructor": "Chen,N.N.", "class_number": 20931, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__248__01", "class_type": "SEM", "course_name": "Finance/Money/Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTQiO30%3D", "enroll_current": 4, "meet_times": "F 10:30AM-01:30PM", "location": "Soc Sci 1 414", "instructor": "Mahajan,N.", "class_number": 22894, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__270A__01", "class_type": "SEM", "course_name": "Archaeol Grad Core", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzkiO30%3D", "enroll_current": 0, "meet_times": "M 12:00PM-03:00PM", "location": "Soc Sci 1 414", "instructor": "Monroe,J.C.", "class_number": 23139, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__272__01", "class_type": "SEM", "course_name": "Adv Archeol Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjMiO30%3D", "enroll_current": 0, "meet_times": "Th 09:00AM-12:00PM", "location": "Soc Sci 1 414", "instructor": "Blackmore,C.", "class_number": 22963, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__280__01", "class_type": "SEM", "course_name": "AdvCeramicAnalysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 451", "instructor": "Habicht Mauche,J.A.", "class_number": 22703, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__280L__01", "class_type": "LAB", "course_name": "CeramicAnalysisLab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDQiO30%3D", "enroll_current": 0, "meet_times": "W 09:00AM-11:45AM", "location": "Soc Sci 1 451", "instructor": "Habicht Mauche,J.A.", "class_number": 22704, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__292__01", "class_type": "SEM", "course_name": "Graduate Colloquim", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzIiO30%3D", "enroll_current": 0, "meet_times": "W 03:30PM-05:00PM", "location": "Soc Sci 1 261", "instructor": "Anderson,M.D.", "class_number": 20932, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__294R__01", "class_type": "SEM", "course_name": "Adv Read BioAnth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzMiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Oelze,V.", "class_number": 20933, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__APLX__080__01", "class_type": "LEC", "course_name": "Intro Applied Ling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzYiO30%3D", "enroll_current": 21, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Humanities 1 110", "instructor": "Miller,D.P.", "class_number": 23136, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__APLX__113__01", "class_type": "LEC", "course_name": "Inter-Cultural Comm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDUiO30%3D", "enroll_current": 25, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Humanities 1 110", "instructor": "Abrams,Z.", "class_number": 22945, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__010E__01", "class_type": "LEC", "course_name": "3D Foundation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjgiO30%3D", "enroll_current": 82, "meet_times": "MW 05:20PM-06:55PM", "location": "Media Theater M110", "instructor": "Hibbert-Jones,W.D.", "class_number": 23068, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__020I__01", "class_type": "STU", "course_name": "Intro Photography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzciO30%3D", "enroll_current": 17, "meet_times": "TuThSa 11:40AM-02:05PM", "location": "E Baskin I200", "instructor": "Perry,K.C.", "class_number": 23077, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__020J__01", "class_type": "STU", "course_name": "Intro Draw/Paint", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzgiO30%3D", "enroll_current": 21, "meet_times": "TuThSa 05:05PM-07:30PM", "location": "E Baskin M101", "instructor": "Gwyn,M.", "class_number": 23078, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__020K__01", "class_type": "STU", "course_name": "Intro New Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzciO30%3D", "enroll_current": 20, "meet_times": "MWF 12:00PM-02:25PM", "location": "E Baskin E102", "instructor": "Anderson,E.W.", "class_number": 23137, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__080D__01", "class_type": "LEC", "course_name": "Intro Photography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzYiO30%3D", "enroll_current": 120, "meet_times": "TuTh 08:00AM-09:35AM", "location": "J Bask Aud 101", "instructor": "Perry,K.C.", "class_number": 20936, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__080F__01", "class_type": "LEC", "course_name": "Intro Digital Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NDUiO30%3D", "enroll_current": 74, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 321", "instructor": "Gillette,K.L.", "class_number": 20945, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__106C__01", "class_type": "STU", "course_name": "StopMotionAnimation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzEiO30%3D", "enroll_current": 10, "meet_times": "MWF 12:00PM-02:25PM", "location": "E Baskin E102", "instructor": "Anderson,E.W.", "class_number": 23271, "enroll_max": 9}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__130__01", "class_type": "STU", "course_name": "Interm/Adv Painting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTIiO30%3D", "enroll_current": 18, "meet_times": "TuThSa 11:40AM-02:05PM", "location": "E Baskin J101", "instructor": "Gwyn,M.", "class_number": 20952, "enroll_max": 18}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__146T__01", "class_type": "STU", "course_name": "Digital Illustration", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTEiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22891, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__150__01", "class_type": "STU", "course_name": "Darkroom Practices", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjgiO30%3D", "enroll_current": 18, "meet_times": "TuThSa 02:25PM-04:50PM", "location": "Digital Arts 230", "instructor": "Karlic,K.", "class_number": 22928, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__156__01", "class_type": "STU", "course_name": "Project Devlop Photo", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODUiO30%3D", "enroll_current": 17, "meet_times": "TuThSa 09:00AM-11:25AM", "location": "Digital Arts 230", "instructor": "Karlic,K.", "class_number": 23085, "enroll_max": 18}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__162A__01", "class_type": "STU", "course_name": "Intaglio I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTMiO30%3D", "enroll_current": 20, "meet_times": "MWF 12:00PM-02:25PM", "location": "E Baskin F101", "instructor": "Lee,J.", "class_number": 20953, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__163A__01", "class_type": "STU", "course_name": "Lithography I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTQiO30%3D", "enroll_current": 13, "meet_times": "TuThSa 09:00AM-11:25AM", "location": "E Baskin G101", "instructor": "Martinez Leal,E.", "class_number": 20954, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__180B__01", "class_type": "STU", "course_name": "Sculpture II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTYiO30%3D", "enroll_current": 14, "meet_times": "MWF 02:40PM-05:05PM", "location": "E Baskin H101", "instructor": "Hibbert-Jones,W.D.", "class_number": 20956, "enroll_max": 14}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__184__01", "class_type": "STU", "course_name": "3D ArtDesign:LaserCNC", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzUiO30%3D", "enroll_current": 10, "meet_times": "TuThSa 11:40AM-02:05PM", "location": "E Baskin A101", "instructor": "Hemenway,D.T.", "class_number": 23235, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__188__01", "class_type": "STU", "course_name": "Int/Adv Sclpt/Fndry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTUiO30%3D", "enroll_current": 13, "meet_times": "MWF 02:40PM-05:05PM", "location": "TA Foundry 100", "instructor": "Monaghan,S.M.", "class_number": 20955, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__189__01", "class_type": "STU", "course_name": "SpecialTopicsSculpture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTciO30%3D", "enroll_current": 10, "meet_times": "TuThSa 02:25PM-04:50PM", "location": "E Baskin P108", "instructor": "Palmer,L.", "class_number": 20957, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__194__01", "class_type": "STU", "course_name": "Forms and Ideas", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzQiO30%3D", "enroll_current": 11, "meet_times": "TuThSa 09:00AM-11:25AM", "location": "E Baskin L101", "instructor": "Palmer,L.", "class_number": 20934, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__080G__01", "class_type": "LEC", "course_name": "Vis Com Interaction", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjkiO30%3D", "enroll_current": 86, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Oakes Acad 105", "instructor": "Viana Neto,M.", "class_number": 23169, "enroll_max": 86}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__080H__01", "class_type": "LEC", "course_name": "Hist Digital Games", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTkiO30%3D", "enroll_current": 104, "meet_times": "MW 07:10PM-08:45PM", "location": "Thim Lecture 003", "instructor": "cardenas,m.", "class_number": 23099, "enroll_max": 104}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__080I__01", "class_type": "LEC", "course_name": "Foundations of Play", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTgiO30%3D", "enroll_current": 36, "meet_times": "TuTh 01:30PM-03:05PM", "location": "R Carson Acad 240", "instructor": "Swensen,E.A.", "class_number": 23058, "enroll_max": 36}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__118__01", "class_type": "STU", "course_name": "Draw/Paint Game Des", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzgiO30%3D", "enroll_current": 16, "meet_times": "TuTh 05:20PM-07:50PM", "location": "Porter Acad 240", "instructor": "Staff", "class_number": 23038, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__129__01", "class_type": "STU", "course_name": "Spec Topic Game Des", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjMiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-01:05PM", "location": "Digital Arts 308", "instructor": "Darke,A.", "class_number": 23223, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__170__01", "class_type": "STU", "course_name": "Game Design I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODMiO30%3D", "enroll_current": 50, "meet_times": "M 05:20PM-06:55PM", "location": "J Baskin Engr 368", "instructor": "Hunicke,R.", "class_number": 23183, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__170__01", "class_type": "STU", "course_name": "Game Design I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODMiO30%3D", "enroll_current": 50, "meet_times": "TuTh 11:40AM-01:15PM", "location": "TA 2nd Stage", "instructor": "Hunicke,R.", "class_number": 23183, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__179__01", "class_type": "LEC", "course_name": "Game Design Practicum", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTciO30%3D", "enroll_current": 18, "meet_times": "M 05:20PM-08:45PM", "location": "Steven Acad 175", "instructor": "Staff", "class_number": 22997, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__001__01", "class_type": "LEC", "course_name": "The Cosmos", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDIiO30%3D", "enroll_current": 200, "meet_times": "MWF 10:40AM-11:45AM", "location": "Thim Lecture 003", "instructor": "Guha Thakurta,P.", "class_number": 22902, "enroll_max": 224}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__002__01", "class_type": "LEC", "course_name": "Overview Universe", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTgiO30%3D", "enroll_current": 167, "meet_times": "MWF 02:40PM-03:45PM", "location": "J Bask Aud 101", "instructor": "Guha Thakurta,P.", "class_number": 20958, "enroll_max": 207}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__111__01", "class_type": "LEC", "course_name": "Order of Magnitude", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjciO30%3D", "enroll_current": 36, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 110", "instructor": "Ramirez-Ruiz,E.J.", "class_number": 22927, "enroll_max": 36}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__119__01", "class_type": "LEC", "course_name": "Intro Sci Computing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTMiO30%3D", "enroll_current": 48, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 327", "instructor": "Robertson,B.E.", "class_number": 21513, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__135A__01", "class_type": "LAB", "course_name": "Astrophys Adv Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTkiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 235", "instructor": "Brown,G.S.", "class_number": 22619, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__171__01", "class_type": "LEC", "course_name": "Genl Relativity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjMiO30%3D", "enroll_current": 19, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ISB 235", "instructor": "Dine,M.", "class_number": 22363, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__205__01", "class_type": "LEC", "course_name": "Intr Astro Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzEiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:30AM-10:25AM", "location": "ISB 356", "instructor": "Smith,G.H.", "class_number": 20971, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__212__01", "class_type": "LEC", "course_name": "Dynamical Astronomy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzIiO30%3D", "enroll_current": 9, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ISB 165", "instructor": "Murray-Clay,R.", "class_number": 20972, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__220A__01", "class_type": "LEC", "course_name": "Stel Struct & Evol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzYiO30%3D", "enroll_current": 5, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Foley,R.J.", "class_number": 23936, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__223__01", "class_type": "LEC", "course_name": "Planetary Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzgiO30%3D", "enroll_current": 1, "meet_times": "MWF 01:20PM-02:25PM", "location": "ISB 165", "instructor": "Fortney,J.J.", "class_number": 22878, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzMiO30%3D", "enroll_current": 5, "meet_times": "W 02:40PM-05:00PM", "location": "N", "instructor": "Staff", "class_number": 20973, "enroll_max": 85}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOC__100A__01", "class_type": "LEC", "course_name": "Biochemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzQiO30%3D", "enroll_current": 176, "meet_times": "MWF 04:00PM-05:05PM", "location": "J Bask Aud 101", "instructor": "Stone,M.D.", "class_number": 20974, "enroll_max": 210}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOC__110L__01", "class_type": "LAB", "course_name": "AdvBiochemLaboratory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODEiO30%3D", "enroll_current": 8, "meet_times": "M 01:20PM-02:55PM", "location": "Thimann Lab 101", "instructor": "Einarsdottir,O.", "class_number": 20981, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__020B__01", "class_type": "LEC", "course_name": "Developmt & Physiol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMDAiO30%3D", "enroll_current": 266, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Media Theater M110", "instructor": "Dunkin,R.C.", "class_number": 21000, "enroll_max": 300}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__020C__01", "class_type": "LEC", "course_name": "Ecology & Evolution", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMTAiO30%3D", "enroll_current": 184, "meet_times": "TuTh 05:20PM-06:55PM", "location": "ClassroomUnit 002", "instructor": "Marinovic,B.B.", "class_number": 21010, "enroll_max": 300}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__020C__02", "class_type": "LEC", "course_name": "Ecology & Evolution", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMjAiO30%3D", "enroll_current": 75, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Sci ", "instructor": "Marinovic,B.B.", "class_number": 21020, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__082__01", "class_type": "FLD", "course_name": "Intro Field Res/Con", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODEiO30%3D", "enroll_current": 0, "meet_times": "Tu 05:30PM-07:00PM", "location": "Thimann Lab 101", "instructor": "Staff", "class_number": 23181, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__082__02", "class_type": "FLD", "course_name": "Intro Field Res/Con", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODIiO30%3D", "enroll_current": 0, "meet_times": "Th 05:30PM-07:00PM", "location": "Thimann Lab 101", "instructor": "Staff", "class_number": 23182, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__107__01", "class_type": "LEC", "course_name": "Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwOTgiO30%3D", "enroll_current": 75, "meet_times": "TuTh 10:25AM-12:00PM", "location": "CoastBio 110", "instructor": "Fox,L.R.", "class_number": 21098, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__109__01", "class_type": "LEC", "course_name": "Evolution", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTMiO30%3D", "enroll_current": 77, "meet_times": "MW 10:00AM-11:35AM", "location": "CoastBio 110", "instructor": "Kay,K.M.", "class_number": 21113, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__124__01", "class_type": "LEC", "course_name": "Mammalogy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDkiO30%3D", "enroll_current": 22, "meet_times": "MW 01:25PM-03:00PM", "location": "Lg Discovery 128", "instructor": "Shabel,A.", "class_number": 23009, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__124L__01", "class_type": "LAB", "course_name": "Mammalogy Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTAiO30%3D", "enroll_current": 22, "meet_times": "MW 03:25PM-05:00PM", "location": "Lg Discovery 128", "instructor": "Shabel,A.", "class_number": 23010, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__135__01", "class_type": "LEC", "course_name": "Plant Physiology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODgiO30%3D", "enroll_current": 40, "meet_times": "MW 10:00AM-11:35AM", "location": "CoastBio 115", "instructor": "Pittermann,J.", "class_number": 23888, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__135L__01", "class_type": "LAB", "course_name": "Plant Physiology Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODkiO30%3D", "enroll_current": 20, "meet_times": "W 01:30PM-04:30PM", "location": "Thimann Lab 239", "instructor": "Pittermann,J.", "class_number": 23889, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__135L__02", "class_type": "LAB", "course_name": "Plant Physiology Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTAiO30%3D", "enroll_current": 20, "meet_times": "Th 01:30PM-04:30PM", "location": "Thimann Lab 239", "instructor": "Pittermann,J.", "class_number": 23890, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__136__01", "class_type": "LEC", "course_name": "Enviro Physiology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTAiO30%3D", "enroll_current": 63, "meet_times": "TuTh 08:25AM-10:00AM", "location": "CoastBio 110", "instructor": "Dunkin,R.C.", "class_number": 23290, "enroll_max": 63}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__140__01", "class_type": "LEC", "course_name": "Behavioral Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwOTMiO30%3D", "enroll_current": 65, "meet_times": "MW 08:00AM-09:35AM", "location": "CoastBio 110", "instructor": "Sinervo,B.R.", "class_number": 21093, "enroll_max": 65}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__145__01", "class_type": "LEC", "course_name": "Plant Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDkiO30%3D", "enroll_current": 30, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 130", "instructor": "Parker,I.M.", "class_number": 21109, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__145L__01", "class_type": "LAB", "course_name": "Plant Ecology Field", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTIiO30%3D", "enroll_current": 15, "meet_times": "Th 01:30PM-05:00PM", "location": "Soc Sci 1 135", "instructor": "Parker,I.M.", "class_number": 21112, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__145L__01", "class_type": "LAB", "course_name": "Plant Ecology Field", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTIiO30%3D", "enroll_current": 15, "meet_times": "Tu 01:30PM-05:00PM", "location": "Thimann Lab 239", "instructor": "Parker,I.M.", "class_number": 21112, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__155__01", "class_type": "LEC", "course_name": "Freshwater Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjUiO30%3D", "enroll_current": 48, "meet_times": "MW 01:25PM-03:00PM", "location": "CoastBio 110", "instructor": "Palkovacs,E.P.", "class_number": 22865, "enroll_max": 48}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__159A__01", "class_type": "FLD", "course_name": "Fld Qtr:Marine Ecol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDMiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Bernardi,G.", "class_number": 21103, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__159B__01", "class_type": "FLD", "course_name": "Fld Qtr:Ichthyology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDQiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Raimondi,P.T.", "class_number": 21104, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__159C__01", "class_type": "FLD", "course_name": "Fld Qtr:Field Ecolo", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDUiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Raimondi,P.T.", "class_number": 21105, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__159D__01", "class_type": "FLD", "course_name": "Fld Qtr:Fld Eco Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Alonzo,S.H.", "class_number": 21106, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__165__01", "class_type": "LEC", "course_name": "Marine Conserv Bio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDciO30%3D", "enroll_current": 48, "meet_times": "TuTh 12:25PM-02:00PM", "location": "Ocean Health 118", "instructor": "Croll,D.A.", "class_number": 21107, "enroll_max": 48}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__172__01", "class_type": "LEC", "course_name": "Population Genetics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTciO30%3D", "enroll_current": 15, "meet_times": "TuTh 02:25PM-04:00PM", "location": "CoastBio 110", "instructor": "Pogson,G.", "class_number": 21057, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__172L__01", "class_type": "LAB", "course_name": "Popultn Genetic Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTgiO30%3D", "enroll_current": 15, "meet_times": "Th 09:15AM-12:15PM", "location": "CoastBio 115", "instructor": "Pogson,G.", "class_number": 21058, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__183W__01", "class_type": "SEM", "course_name": "Research in EEB", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTkiO30%3D", "enroll_current": 10, "meet_times": "Tu 02:25PM-04:00PM", "location": "CoastBio 203", "instructor": "Fox,L.R.", "class_number": 23019, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__200A__01", "class_type": "SEM", "course_name": "Scientific Skills", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjMiO30%3D", "enroll_current": 7, "meet_times": "TBA To Be Arranged", "location": "CoastBio 203", "instructor": "Carr,M.H.", "class_number": 21123, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__200B__01", "class_type": "SEM", "course_name": "Adv Organismal Bio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjIiO30%3D", "enroll_current": 9, "meet_times": "TBA To Be Arranged", "location": "CoastBio 203", "instructor": "Alonzo,S.H.", "class_number": 21122, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__245__01", "class_type": "LEC", "course_name": "Plant Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 130", "instructor": "Parker,I.M.", "class_number": 21124, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__245L__01", "class_type": "LAB", "course_name": "Field Methods Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjUiO30%3D", "enroll_current": 0, "meet_times": "Tu 01:30PM-05:00PM", "location": "Thimann Lab 239", "instructor": "Parker,I.M.", "class_number": 21125, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__245L__01", "class_type": "LAB", "course_name": "Field Methods Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjUiO30%3D", "enroll_current": 0, "meet_times": "Th 01:30PM-05:00PM", "location": "Soc Sci 1 135", "instructor": "Parker,I.M.", "class_number": 21125, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__272__01", "class_type": "LEC", "course_name": "Population Genetics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 02:25PM-04:00PM", "location": "CoastBio 110", "instructor": "Pogson,G.", "class_number": 21120, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__272L__01", "class_type": "LAB", "course_name": "Populatn Genetc Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjEiO30%3D", "enroll_current": 0, "meet_times": "Th 09:15AM-12:15PM", "location": "CoastBio 115", "instructor": "Pogson,G.", "class_number": 21121, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281A__01", "class_type": "SEM", "course_name": "Appld Marine Ecolog", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzciO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Carr,M.H.", "class_number": 21137, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281B__01", "class_type": "SEM", "course_name": "Molecular Evolution", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzgiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Bernardi,G.", "class_number": 21138, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281C__01", "class_type": "SEM", "course_name": "Physiological Ecol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Costa,D.", "class_number": 21139, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281D__01", "class_type": "SEM", "course_name": "Global Chng Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjEiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kroeker,K.J.", "class_number": 23221, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281E__01", "class_type": "SEM", "course_name": "Freshwater Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjUiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Palkovacs,E.P.", "class_number": 23025, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281F__01", "class_type": "SEM", "course_name": "Ecological Res Topi", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Fox,L.R.", "class_number": 21140, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281G__01", "class_type": "SEM", "course_name": "SexualSel/Soci Behav", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Alonzo,S.H.", "class_number": 23222, "enroll_max": 18}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281H__01", "class_type": "SEM", "course_name": "Comp Marine Phys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Mehta,R.", "class_number": 22951, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281I__01", "class_type": "SEM", "course_name": "DiseaseEco/Population", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kilpatrick,A.M.", "class_number": 22871, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281K__01", "class_type": "SEM", "course_name": "Plant Evolution", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzIiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kay,K.M.", "class_number": 22872, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281L__01", "class_type": "SEM", "course_name": "Behavrl & Evol Ecol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lyon,B.E.", "class_number": 21141, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281N__01", "class_type": "SEM", "course_name": "Marine Vert Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDIiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Croll,D.A.", "class_number": 21142, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281O__01", "class_type": "SEM", "course_name": "PlantWaterRelations", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzMiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pittermann,J.", "class_number": 22873, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281P__01", "class_type": "SEM", "course_name": "Plant Population", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDMiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Parker,I.M.", "class_number": 21143, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281Q__01", "class_type": "SEM", "course_name": "Molec Evolution Gen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pogson,G.", "class_number": 21144, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281R__01", "class_type": "SEM", "course_name": "Mari Eco&Evol Biol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Raimondi,P.T.", "class_number": 21145, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281S__01", "class_type": "SEM", "course_name": "Ancient DNA", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjQiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Shapiro,B.A.", "class_number": 23024, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281U__01", "class_type": "SEM", "course_name": "Invertebrate Biol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Potts,D.C.", "class_number": 21147, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281V__01", "class_type": "SEM", "course_name": "Behavioral Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDgiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sinervo,B.R.", "class_number": 21148, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281W__01", "class_type": "SEM", "course_name": "Exercise/Env Phys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Williams,T.M.", "class_number": 21149, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__294__01", "class_type": "SEM", "course_name": "Ecol, Evol Bio Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTIiO30%3D", "enroll_current": 26, "meet_times": "F 10:00AM-11:00AM", "location": "CoastBio 110", "instructor": "Sinervo,B.R.", "class_number": 21152, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__295__01", "class_type": "SEM", "course_name": "Adv EEB Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22667, "enroll_max": 18}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__015__01", "class_type": "SEM", "course_name": "Research Reports", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODMiO30%3D", "enroll_current": 0, "meet_times": "M 02:40PM-03:45PM", "location": "J Baskin Engr 160", "instructor": "Jurica,M.S.", "class_number": 20983, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__020A__01", "class_type": "LEC", "course_name": "Cell & Molecular Bi", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODQiO30%3D", "enroll_current": 300, "meet_times": "TuTh 03:20PM-04:55PM", "location": "ClassroomUnit 002", "instructor": "Tamkun,J.W.", "class_number": 20984, "enroll_max": 300}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__020L__01", "class_type": "LAB", "course_name": "Experimental Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMjEiO30%3D", "enroll_current": 157, "meet_times": "M 10:40AM-11:45AM", "location": "ClassroomUnit 002", "instructor": "Lee,J.C.", "class_number": 21021, "enroll_max": 300}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__100__01", "class_type": "LEC", "course_name": "Biochemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMzciO30%3D", "enroll_current": 194, "meet_times": "MWF 02:40PM-03:45PM", "location": "Media Theater M110", "instructor": "Arribere,J.A.", "class_number": 21037, "enroll_max": 194}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__101L__01", "class_type": "LAB", "course_name": "Molecular Bio Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjkiO30%3D", "enroll_current": 33, "meet_times": "M 04:00PM-05:05PM", "location": "J Baskin Engr 152", "instructor": "Staff", "class_number": 22929, "enroll_max": 94}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__102L__01", "class_type": "LAB", "course_name": "Toxic RNA Lab I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanford,J.R.", "class_number": 23262, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__103L__01", "class_type": "LAB", "course_name": "Toxic RNA Lab II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanford,J.R.", "class_number": 23920, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__105__01", "class_type": "LEC", "course_name": "Genetics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNDYiO30%3D", "enroll_current": 216, "meet_times": "TuTh 08:00AM-09:35AM", "location": "ClassroomUnit 002", "instructor": "Kamakaka,R.T.", "class_number": 21046, "enroll_max": 216}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__109L__01", "class_type": "LAB", "course_name": "Yeast Molecular Gen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTkiO30%3D", "enroll_current": 20, "meet_times": "TuTh 10:00AM-02:00PM", "location": "Thimann Lab 229", "instructor": "Gurun,G.J.", "class_number": 21059, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__110__01", "class_type": "LEC", "course_name": "Cell Biology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjAiO30%3D", "enroll_current": 255, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Media Theater M110", "instructor": "Rexach,M.", "class_number": 21060, "enroll_max": 255}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__115L__01", "class_type": "LAB", "course_name": "Eukaryotc Molec Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjciO30%3D", "enroll_current": 12, "meet_times": "MW 09:00AM-01:00PM", "location": "Thimann Lab 215", "instructor": "Staff", "class_number": 21067, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__115L__02", "class_type": "LAB", "course_name": "Eukaryotc Molec Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjgiO30%3D", "enroll_current": 6, "meet_times": "TuTh 12:00PM-04:00PM", "location": "Thimann Lab 215", "instructor": "Staff", "class_number": 21068, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__125__01", "class_type": "LEC", "course_name": "Intro to Neurosci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNzgiO30%3D", "enroll_current": 140, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 152", "instructor": "Ackman,J.", "class_number": 21078, "enroll_max": 140}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__130__01", "class_type": "LEC", "course_name": "Human Physiology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwODMiO30%3D", "enroll_current": 88, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ClassroomUnit 001", "instructor": "Gurun,G.J.", "class_number": 21083, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__130L__01", "class_type": "LAB", "course_name": "Human Physiolgy Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwODgiO30%3D", "enroll_current": 75, "meet_times": "M 10:40AM-11:45AM", "location": "N", "instructor": "Gurun,G.J.", "class_number": 21088, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__186F__01", "class_type": "LAB", "course_name": "Undergrad Rsrch:MCDB", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTEiO30%3D", "enroll_current": 0, "meet_times": "Th 01:30PM-03:05PM", "location": "Sinsheimer Lb 123", "instructor": "Zuniga,M.C.", "class_number": 22651, "enroll_max": 105}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__186L__01", "class_type": "LAB", "course_name": "Undergrad Rsrch MCD", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTIiO30%3D", "enroll_current": 0, "meet_times": "Th 01:30PM-03:05PM", "location": "Sinsheimer Lb 123", "instructor": "Zuniga,M.C.", "class_number": 22652, "enroll_max": 105}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__186R__01", "class_type": "LAB", "course_name": "UG Research: MCD Bio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODUiO30%3D", "enroll_current": 0, "meet_times": "Th 01:30PM-03:05PM", "location": "Sinsheimer Lb 123", "instructor": "Zuniga,M.C.", "class_number": 22985, "enroll_max": 105}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__189__01", "class_type": "FLD", "course_name": "Health Sci Intrnshp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22637, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__189W__01", "class_type": "FLD", "course_name": "Human Biology DC", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODQiO30%3D", "enroll_current": 3, "meet_times": "W 05:20PM-06:55PM", "location": "Thimann Lab 101", "instructor": "Staff", "class_number": 22984, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__191__01", "class_type": "SEM", "course_name": "ACE Service Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MzkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Honig,S.E.", "class_number": 22939, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__200A__01", "class_type": "LEC", "course_name": "Critical Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTgiO30%3D", "enroll_current": 15, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Saxton,W.M.", "class_number": 21118, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__201__01", "class_type": "SEM", "course_name": "RNA Processing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Feldheim,D.A.", "class_number": 21119, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280A__01", "class_type": "SEM", "course_name": "Molec Gene Yeasts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ares,M.", "class_number": 21126, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280B__01", "class_type": "SEM", "course_name": "Chromatin Structure", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Boeger,H.H.", "class_number": 22750, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280C__01", "class_type": "SEM", "course_name": "Mammalian Brain Dev", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjYiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Chen,B.", "class_number": 22766, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280D__01", "class_type": "SEM", "course_name": "RNA Processing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Zahler,A.M.", "class_number": 21127, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280E__01", "class_type": "SEM", "course_name": "Meiotic Chrom Dynms", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjQiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Bhalla,N.", "class_number": 22864, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280F__01", "class_type": "SEM", "course_name": "Vert Neural Connect", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjgiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Feldheim,D.A.", "class_number": 21128, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280G__01", "class_type": "SEM", "course_name": "Phys Devel Brain", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTAiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ackman,J.", "class_number": 23190, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280H__01", "class_type": "SEM", "course_name": "Chromatn/Transcript", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Hartzog,G.A.", "class_number": 21129, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280I__01", "class_type": "SEM", "course_name": "EpigeneticGeneSilenc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kamakaka,R.T.", "class_number": 22755, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280J__01", "class_type": "SEM", "course_name": "Macromoleculr Cmplx", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Jurica,M.S.", "class_number": 22636, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280K__01", "class_type": "SEM", "course_name": "Cell Cycle Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzAiO30%3D", "enroll_current": 3, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kellogg,D.", "class_number": 21130, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280L__01", "class_type": "SEM", "course_name": "Development", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Hinck,L.", "class_number": 21131, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280M__01", "class_type": "SEM", "course_name": "Post-Trans Control", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanford,J.R.", "class_number": 22944, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280N__01", "class_type": "SEM", "course_name": "Noncoding RNA Immune", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Carpenter,S.", "class_number": 23191, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280O__01", "class_type": "SEM", "course_name": "Bacterial Pathogen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ottemann,K.M.", "class_number": 21133, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280P__01", "class_type": "SEM", "course_name": "QualityCtrl Gene Exp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Arribere,J.A.", "class_number": 23895, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280Q__01", "class_type": "SEM", "course_name": "Oocyte/Embry/Neuron", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Saxton,W.M.", "class_number": 22767, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280R__01", "class_type": "SEM", "course_name": "Gene reg C. elegans", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ward,J.", "class_number": 23255, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280S__01", "class_type": "SEM", "course_name": "Chrom/RNA reg", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjgiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Strome,S.", "class_number": 22768, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280T__01", "class_type": "SEM", "course_name": "Drosophila Develpmt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Tamkun,J.W.", "class_number": 21134, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280U__01", "class_type": "SEM", "course_name": "Drosophila Embryo", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sullivan,W.", "class_number": 21135, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280W__01", "class_type": "SEM", "course_name": "Membrane Proteins", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 21136, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280Y__01", "class_type": "SEM", "course_name": "Synaptic Plasticity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Zuo,Y.", "class_number": 22769, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280Z__01", "class_type": "SEM", "course_name": "ProstaDev&CancerBio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wang,Z.", "class_number": 23121, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__288__01", "class_type": "LEC", "course_name": "Teaching Assist Train", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTYiO30%3D", "enroll_current": 14, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Strome,S.", "class_number": 23256, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__291__01", "class_type": "SEM", "course_name": "Mol Cell Devel Bio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTAiO30%3D", "enroll_current": 31, "meet_times": "M 12:00PM-01:05PM", "location": "N", "instructor": "Ward,J.", "class_number": 21150, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__292__01", "class_type": "SEM", "course_name": "MCD Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTEiO30%3D", "enroll_current": 31, "meet_times": "F 12:00PM-01:05PM", "location": "N", "instructor": "Carpenter,S.", "class_number": 21151, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__005__01", "class_type": "LEC", "course_name": "Intro to Biotech", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTAiO30%3D", "enroll_current": 35, "meet_times": "MWF 01:20PM-02:25PM", "location": "Merrill Acad 102", "instructor": "Rothwell,W.F.", "class_number": 22810, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__018__01", "class_type": "LEC", "course_name": "Sci Principles Life", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTgiO30%3D", "enroll_current": 27, "meet_times": "MWF 10:40AM-11:45AM", "location": "Earth", "instructor": "Haussler,D.", "class_number": 23658, "enroll_max": 268}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__080G__01", "class_type": "LEC", "course_name": "Bioethics 21st Cent", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMzYiO30%3D", "enroll_current": 66, "meet_times": "MW 05:20PM-06:55PM", "location": "ClassroomUnit 001", "instructor": "Staff", "class_number": 21236, "enroll_max": 171}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__110__01", "class_type": "LAB", "course_name": "Comp Bio Tools", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTQiO30%3D", "enroll_current": 75, "meet_times": "MWF 01:20PM-02:25PM", "location": "PhysSciences 110", "instructor": "Corbett-Detig,R.", "class_number": 21154, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__122H__01", "class_type": "LAB", "course_name": "Env Virology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzYiO30%3D", "enroll_current": 26, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 305", "instructor": "Bernick,D.L.", "class_number": 22976, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__129A__01", "class_type": "LEC", "course_name": "Project Des/Imp BME I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDciO30%3D", "enroll_current": 22, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 372", "instructor": "Pourmand,N.", "class_number": 23207, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__130__01", "class_type": "LEC", "course_name": "Genomes", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjAiO30%3D", "enroll_current": 47, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 130", "instructor": "Green,R.E.", "class_number": 22660, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__132__01", "class_type": "LEC", "course_name": "Evol Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzciO30%3D", "enroll_current": 12, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 101", "instructor": "Corbett-Detig,R.", "class_number": 23237, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__140__01", "class_type": "LEC", "course_name": "Bioinstrumentation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzgiO30%3D", "enroll_current": 26, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Earth", "instructor": "Pourmand,N.", "class_number": 22838, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__185__01", "class_type": "LEC", "course_name": "Tech Writing Biomol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzEiO30%3D", "enroll_current": 12, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 1 149", "instructor": "Staff", "class_number": 23771, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__205__01", "class_type": "LEC", "course_name": "BioinfoModel/Algorthm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTMiO30%3D", "enroll_current": 28, "meet_times": "MWF 02:40PM-03:45PM", "location": "J Baskin Engr 372", "instructor": "Bernick,D.L.", "class_number": 21153, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__232__01", "class_type": "LEC", "course_name": "Evol Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTEiO30%3D", "enroll_current": 12, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 101", "instructor": "Corbett-Detig,R.", "class_number": 23251, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__280B__01", "class_type": "SEM", "course_name": "Bioinform/Bioeng Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTciO30%3D", "enroll_current": 66, "meet_times": "Th 11:40AM-01:15PM", "location": "BiomedSci 200", "instructor": "Green,R.E.", "class_number": 21157, "enroll_max": 57}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281C__01", "class_type": "SEM", "course_name": "Cancer Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Stuart,J.M.", "class_number": 22959, "enroll_max": 2}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281D__01", "class_type": "SEM", "course_name": "Protein Engineering", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Dubois,R.M.", "class_number": 23122, "enroll_max": 1}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281E__01", "class_type": "SEM", "course_name": "Seminar in Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjIiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Green,R.E.", "class_number": 22962, "enroll_max": 2}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281H__01", "class_type": "SEM", "course_name": "Sem Compar Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTYiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Haussler,D.", "class_number": 22656, "enroll_max": 9}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281N__01", "class_type": "LAB", "course_name": "Transcriptomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Brooks,A.", "class_number": 23215, "enroll_max": 1}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281P__01", "class_type": "SEM", "course_name": "Nanotech/Biosensors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzAiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pourmand,N.", "class_number": 22870, "enroll_max": 6}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281R__01", "class_type": "SEM", "course_name": "Stem Cell Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kim,D.", "class_number": 23243, "enroll_max": 1}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281S__01", "class_type": "SEM", "course_name": "Sem Comput Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Stuart,J.M.", "class_number": 22657, "enroll_max": 1}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281V__01", "class_type": "SEM", "course_name": "Immunogenomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Vollmers,C.", "class_number": 23135, "enroll_max": 3}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001A__01", "class_type": "LEC", "course_name": "General Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTgiO30%3D", "enroll_current": 128, "meet_times": "MWF 04:00PM-05:05PM", "location": "ClassroomUnit 002", "instructor": "Eroy-Reveles,A.A.", "class_number": 21158, "enroll_max": 250}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001A__02", "class_type": "LEC", "course_name": "General Chemistry", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNzUiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Sci ", "instructor": "Eroy-Reveles,A.A.", "class_number": 21175, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001B__01", "class_type": "LEC", "course_name": "General Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExODAiO30%3D", "enroll_current": 245, "meet_times": "MWF 01:20PM-02:25PM", "location": "ClassroomUnit 002", "instructor": "Zhang,J.Z.", "class_number": 21180, "enroll_max": 245}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001C__01", "class_type": "LEC", "course_name": "General Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExOTMiO30%3D", "enroll_current": 333, "meet_times": "MWF 12:00PM-01:05PM", "location": "Media Theater M110", "instructor": "Weiss,P.S.", "class_number": 21193, "enroll_max": 382}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001M__01", "class_type": "LAB", "course_name": "Gen Chem Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMDYiO30%3D", "enroll_current": 173, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Roland,R.E.", "class_number": 21206, "enroll_max": 180}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001N__01", "class_type": "LAB", "course_name": "Gen Chem Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMTkiO30%3D", "enroll_current": 287, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Roland,R.E.", "class_number": 21219, "enroll_max": 288}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__008A__01", "class_type": "LEC", "course_name": "Organic Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNTAiO30%3D", "enroll_current": 390, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ClassroomUnit 002", "instructor": "Binder,C.M.", "class_number": 21250, "enroll_max": 450}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__008L__01", "class_type": "LAB", "course_name": "Organic Chem Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNjYiO30%3D", "enroll_current": 354, "meet_times": "F 10:40AM-11:45AM", "location": "ClassroomUnit 002", "instructor": "Binder,C.M.", "class_number": 21266, "enroll_max": 384}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__122__01", "class_type": "LEC", "course_name": "Instrumental Analys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTEiO30%3D", "enroll_current": 16, "meet_times": "MWF 10:40AM-11:45AM", "location": "Thimann Lab 101", "instructor": "Oliver,S.R.", "class_number": 21291, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__143__01", "class_type": "LEC", "course_name": "Org Chem Structure", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTQiO30%3D", "enroll_current": 18, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Earth", "instructor": "Singaram,B.", "class_number": 21294, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__146A__01", "class_type": "LAB", "course_name": "Adv Lab Organic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTciO30%3D", "enroll_current": 16, "meet_times": "TuTh 01:30PM-05:30PM", "location": "Thimann Lab 318", "instructor": "Binder,C.M.", "class_number": 21297, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__163A__01", "class_type": "LEC", "course_name": "Quantum Mech & Spec", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTgiO30%3D", "enroll_current": 119, "meet_times": "MWF 12:00PM-01:05PM", "location": "Kresge Clrm 321", "instructor": "Ping,Y.", "class_number": 21298, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__182__01", "class_type": "SEM", "course_name": "ACE Service Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MzgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22938, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__200A__01", "class_type": "LEC", "course_name": "Adv Biophys Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDUiO30%3D", "enroll_current": 7, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Thimann Lab 101", "instructor": "Scott,W.G.", "class_number": 21305, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__234__01", "class_type": "LEC", "course_name": "Bioinorganic Chem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDYiO30%3D", "enroll_current": 2, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 240", "instructor": "Mascharak,P.", "class_number": 21306, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__242B__01", "class_type": "LEC", "course_name": "Modern Org Syn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODciO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:50AM-11:25AM", "location": "N", "instructor": "Braslau,R.", "class_number": 23087, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__269__01", "class_type": "LEC", "course_name": "Electrochemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTgiO30%3D", "enroll_current": 12, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 141", "instructor": "Chen,S.", "class_number": 22658, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__274__01", "class_type": "SEM", "course_name": "Prosem Synth/Polymr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Braslau,R.", "class_number": 22661, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__275__01", "class_type": "SEM", "course_name": "Bio Inorganic Chem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Holman,T.R.", "class_number": 22705, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__282__01", "class_type": "SEM", "course_name": "Synthetic Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Singaram,B.", "class_number": 21307, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__284__01", "class_type": "SEM", "course_name": "Prosem Syn Org Chem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Raskatov,J.", "class_number": 21308, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__286__01", "class_type": "SEM", "course_name": "Prosem Nat Pro Chem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Crews,P.O.", "class_number": 21309, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__291__01", "class_type": "SEM", "course_name": "Chemistry Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDciO30%3D", "enroll_current": 25, "meet_times": "M 03:30PM-05:00PM", "location": "PhysSciences 240", "instructor": "Li,Y.", "class_number": 23007, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTAiO30%3D", "enroll_current": 3, "meet_times": "F 02:40PM-03:45PM", "location": "PhysSciences 240", "instructor": "Johnstone,T.C.", "class_number": 21310, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__296__01", "class_type": "SEM", "course_name": "Teaching Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTEiO30%3D", "enroll_current": 5, "meet_times": "M 10:40AM-11:45AM", "location": "N", "instructor": "Roland,R.E.", "class_number": 21311, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__001__01", "class_type": "LEC", "course_name": "Chinese: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTIiO30%3D", "enroll_current": 20, "meet_times": "MWF 08:00AM-09:05AM", "location": "Hum ", "instructor": "Keenan,D.L.", "class_number": 21312, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__001__02", "class_type": "LEC", "course_name": "Chinese: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTMiO30%3D", "enroll_current": 25, "meet_times": "MWF 09:20AM-10:25AM", "location": "Hum ", "instructor": "Keenan,D.L.", "class_number": 21313, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__001__03", "class_type": "LEC", "course_name": "Chinese: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTQiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Hum ", "instructor": "Keenan,D.L.", "class_number": 21314, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__004__01", "class_type": "LEC", "course_name": "Chinese: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTUiO30%3D", "enroll_current": 7, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 165", "instructor": "Wu,T.", "class_number": 21315, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__103__01", "class_type": "SEM", "course_name": "Advanced Chinese", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTYiO30%3D", "enroll_current": 12, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 171", "instructor": "Wu,T.", "class_number": 21316, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__01", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjMiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23723, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__01", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjMiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23723, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__02", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjQiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23724, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__02", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjQiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23724, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__03", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjUiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23725, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__03", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjUiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23725, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__04", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjYiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23726, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__04", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjYiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23726, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__05", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjciO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23727, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__05", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjciO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23727, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__06", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjgiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23728, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__06", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23728, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__07", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23729, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__07", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23729, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__08", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzAiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23730, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__08", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23730, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__09", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzEiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23731, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__09", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzEiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23731, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__10", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzIiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23732, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__10", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzIiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23732, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__11", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzMiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23733, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__11", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23733, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__12", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23734, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__12", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzQiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23734, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__13", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzUiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23735, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__13", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzUiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23735, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__14", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzYiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23736, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__14", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzYiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23736, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__090__01", "class_type": "SEM", "course_name": "Intercultural Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDUiO30%3D", "enroll_current": 0, "meet_times": "Tu 03:20PM-04:55PM", "location": "Soc Sci 2 165", "instructor": "Staff", "class_number": 23005, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__120__01", "class_type": "SEM", "course_name": "PAC Planning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTUiO30%3D", "enroll_current": 3, "meet_times": "M 04:00PM-05:05PM", "location": "Namaste Lounge", "instructor": "Staff", "class_number": 23015, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__01", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzciO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23737, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__01", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzciO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23737, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__02", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzgiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23738, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__02", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzgiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23738, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__03", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzkiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23739, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__03", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23739, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__04", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDAiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23740, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__04", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23740, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__05", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDEiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23741, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__05", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDEiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23741, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__06", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23742, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__06", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDIiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23742, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__07", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23743, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__07", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDMiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23743, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__08", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDQiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23744, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__08", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDQiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23744, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__09", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDUiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23745, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__09", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDUiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23745, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__10", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDYiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23746, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__10", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDYiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23746, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__11", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDciO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23747, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__11", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDciO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23747, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__12", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDgiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23748, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__12", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23748, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__13", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23749, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__13", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23749, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__14", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23750, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__14", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23750, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__060__01", "class_type": "SEM", "course_name": "Slug Story Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzUiO30%3D", "enroll_current": 3, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 141", "instructor": "Majzler,R.D.", "class_number": 23935, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__095__01", "class_type": "SEM", "course_name": "Nonviolent Comm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22982, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__120__01", "class_type": "SEM", "course_name": "PAC Planning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTYiO30%3D", "enroll_current": 10, "meet_times": "M 04:00PM-05:05PM", "location": "Namaste Lounge", "instructor": "Staff", "class_number": 23016, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__135__01", "class_type": "SEM", "course_name": "Soc Just Inst & Pwr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzgiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Baskin Engr 372", "instructor": "Staff", "class_number": 23238, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__010__01", "class_type": "LEC", "course_name": "Intr To Cmmu Actvsm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTgiO30%3D", "enroll_current": 49, "meet_times": "MWF 12:00PM-01:05PM", "location": "Thim Lecture 001", "instructor": "Lopez,L.T.", "class_number": 21318, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__105A__01", "class_type": "FLD", "course_name": "Field Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzgiO30%3D", "enroll_current": 49, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pudup,M.B.", "class_number": 23338, "enroll_max": 59}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__105B__01", "class_type": "FLD", "course_name": "Field Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzkiO30%3D", "enroll_current": 49, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pudup,M.B.", "class_number": 23339, "enroll_max": 59}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__105C__01", "class_type": "FLD", "course_name": "Field Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNDAiO30%3D", "enroll_current": 49, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pudup,M.B.", "class_number": 23340, "enroll_max": 59}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__132__01", "class_type": "LEC", "course_name": "Amer Cities Soc Chg", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjQiO30%3D", "enroll_current": 13, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Porter Acad 148", "instructor": "Pudup,M.B.", "class_number": 21324, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__149__01", "class_type": "LEC", "course_name": "Pol Econ Food & Ag", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTMiO30%3D", "enroll_current": 45, "meet_times": "MW 05:20PM-06:55PM", "location": "Porter Acad 144", "instructor": "Guthman,J.H.", "class_number": 22613, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__161__01", "class_type": "LEC", "course_name": "GenderHealth&Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjEiO30%3D", "enroll_current": 44, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Porter Acad 144", "instructor": "Steiner,A.", "class_number": 21321, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__003__01", "class_type": "LEC", "course_name": "Personal Computers", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjciO30%3D", "enroll_current": 150, "meet_times": "MWF 01:20PM-02:25PM", "location": "Media Theater M110", "instructor": "Moulds,G.B.", "class_number": 21327, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__008__01", "class_type": "LEC", "course_name": "Robot Automation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjIiO30%3D", "enroll_current": 24, "meet_times": "MWF 02:40PM-03:45PM", "location": "Kresge Clrm 327", "instructor": "Staff", "class_number": 22722, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__012__01", "class_type": "LEC", "course_name": "Com Sys/Assmbly Lan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjYiO30%3D", "enroll_current": 184, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 22626, "enroll_max": 186}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__012L__01", "class_type": "LAB", "course_name": "Comp Sys/Lang Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMzIiO30%3D", "enroll_current": 186, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 21332, "enroll_max": 186}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__016__01", "class_type": "LEC", "course_name": "Appl Discrete Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNDMiO30%3D", "enroll_current": 235, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ClassroomUnit 002", "instructor": "Larrabee,T.", "class_number": 21343, "enroll_max": 240}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__080A__01", "class_type": "LEC", "course_name": "Universal Access", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDUiO30%3D", "enroll_current": 55, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Merrill Acad 102", "instructor": "Manduchi,R.", "class_number": 22745, "enroll_max": 55}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__080N__01", "class_type": "LEC", "course_name": "Intro to Networking", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTIiO30%3D", "enroll_current": 120, "meet_times": "MW 05:20PM-06:55PM", "location": "Thim Lecture 003", "instructor": "Parsa,C.L.", "class_number": 21352, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__100__01", "class_type": "LEC", "course_name": "Logic Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTciO30%3D", "enroll_current": 56, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 327", "instructor": "Schlag,M.", "class_number": 21357, "enroll_max": 57}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__100L__01", "class_type": "LAB", "course_name": "Logic Design Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTgiO30%3D", "enroll_current": 57, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Schlag,M.", "class_number": 21358, "enroll_max": 57}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__110__01", "class_type": "LEC", "course_name": "Computer Architect", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNjMiO30%3D", "enroll_current": 155, "meet_times": "MWF 04:00PM-05:05PM", "location": "Thim Lecture 003", "instructor": "Miller,E.L.", "class_number": 21363, "enroll_max": 155}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__118__01", "class_type": "LEC", "course_name": "Intro Mechatronics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjciO30%3D", "enroll_current": 56, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 114", "instructor": "Elkaim,G.H.", "class_number": 22627, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__118L__01", "class_type": "LAB", "course_name": "Intro Mechatr's Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjgiO30%3D", "enroll_current": 57, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wehner,M.", "class_number": 22628, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__121__01", "class_type": "LEC", "course_name": "Micro System Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzIiO30%3D", "enroll_current": 69, "meet_times": "MWF 04:00PM-05:05PM", "location": "Kresge Clrm 327", "instructor": "Varma,A.M.", "class_number": 21372, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__121L__01", "class_type": "LAB", "course_name": "Micro Sys Desgn Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzMiO30%3D", "enroll_current": 70, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Varma,A.M.", "class_number": 21373, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__129A__01", "class_type": "LEC", "course_name": "Capstone Project I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTEiO30%3D", "enroll_current": 76, "meet_times": "Tu 09:50AM-11:25AM", "location": "Engineer 2 180", "instructor": "Elkaim,G.H.", "class_number": 23011, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__141__01", "class_type": "LEC", "course_name": "Feedback Cntrl Syst", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MDciO30%3D", "enroll_current": 59, "meet_times": "MWF 09:20AM-10:25AM", "location": "Steven Acad 175", "instructor": "Milutinovic,D.", "class_number": 21707, "enroll_max": 85}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__149__01", "class_type": "LEC", "course_name": "Intro Cyber-Phy Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTMiO30%3D", "enroll_current": 9, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Engineer 2 194", "instructor": "Sanfelice,R.G.", "class_number": 23093, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__150__01", "class_type": "LEC", "course_name": "Intro Comp Networks", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzgiO30%3D", "enroll_current": 87, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Engineer 2 180", "instructor": "Obraczka,K.", "class_number": 21378, "enroll_max": 88}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__150L__01", "class_type": "LAB", "course_name": "Int Comp Net Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTEiO30%3D", "enroll_current": 88, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Obraczka,K.", "class_number": 22851, "enroll_max": 88}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__185__01", "class_type": "LEC", "course_name": "Tech Writ Comp Engs", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODQiO30%3D", "enroll_current": 45, "meet_times": "MW 05:20PM-06:55PM", "location": "Engineer 2 192", "instructor": "Moulds,G.B.", "class_number": 21384, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__200__01", "class_type": "SEM", "course_name": "Resrch & Teaching", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODUiO30%3D", "enroll_current": 58, "meet_times": "Th 09:50AM-11:25AM", "location": "Engineer 2 180", "instructor": "Obraczka,K.", "class_number": 21385, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__202__01", "class_type": "LEC", "course_name": "Comp Architecture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODYiO30%3D", "enroll_current": 19, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 071", "instructor": "Renau Ardevol,J.", "class_number": 21386, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__216__01", "class_type": "LEC", "course_name": "Bio-Inspired Locomotion", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDQiO30%3D", "enroll_current": 4, "meet_times": "MWF 01:20PM-02:25PM", "location": "J Baskin Engr 372", "instructor": "Teodorescu,M.S.", "class_number": 23004, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__218__01", "class_type": "LEC", "course_name": "Mechatronics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjgiO30%3D", "enroll_current": 56, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 114", "instructor": "Wehner,M.", "class_number": 22828, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__218L__01", "class_type": "LAB", "course_name": "Mechatronics Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjciO30%3D", "enroll_current": 57, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Elkaim,G.H.", "class_number": 22827, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__220__01", "class_type": "LEC", "course_name": "AdvParallelProcess", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTEiO30%3D", "enroll_current": 16, "meet_times": "MWF 02:40PM-03:45PM", "location": "Merrill Acad 002", "instructor": "Litz,H.", "class_number": 23351, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__241__01", "class_type": "LEC", "course_name": "FeedbackContrlSystm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTAiO30%3D", "enroll_current": 26, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 1 110", "instructor": "Sanfelice,R.G.", "class_number": 22710, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__249__01", "class_type": "LEC", "course_name": "Intro Cyber-Phy Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDAiO30%3D", "enroll_current": 9, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Engineer 2 194", "instructor": "Sanfelice,R.G.", "class_number": 23140, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__252A__01", "class_type": "LEC", "course_name": "Computer Networks", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODciO30%3D", "enroll_current": 40, "meet_times": "MWF 09:20AM-10:25AM", "location": "Engineer 2 194", "instructor": "Qian,C.", "class_number": 21387, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__264__01", "class_type": "LEC", "course_name": "Image Analy/Com Vis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODgiO30%3D", "enroll_current": 50, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Engineer 2 192", "instructor": "Manduchi,R.", "class_number": 21388, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280C__01", "class_type": "SEM", "course_name": "Seminar on Control", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Milutinovic,D.", "class_number": 22690, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280C__02", "class_type": "SEM", "course_name": "Seminar on Control", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTEiO30%3D", "enroll_current": 3, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanfelice,R.G.", "class_number": 22691, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280C__03", "class_type": "SEM", "course_name": "Seminar on Control", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTIiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Teodorescu,M.S.", "class_number": 22692, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280N__01", "class_type": "SEM", "course_name": "Seminar On Networks", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Obraczka,K.", "class_number": 21389, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280N__02", "class_type": "SEM", "course_name": "Seminar On Networks", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Qian,C.", "class_number": 21390, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280P__01", "class_type": "SEM", "course_name": "Parallel Processing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTEiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Renau Ardevol,J.", "class_number": 21391, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280S__01", "class_type": "SEM", "course_name": "Seminar: Comp Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Long,D.D.", "class_number": 23273, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280V__01", "class_type": "SEM", "course_name": "Seminar:ComputrVision", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTMiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Manduchi,R.", "class_number": 22693, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__025__01", "class_type": "LEC", "course_name": "3D Modeling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTIiO30%3D", "enroll_current": 200, "meet_times": "MW 05:20PM-06:55PM", "location": "J Bask Aud 101", "instructor": "Staff", "class_number": 22952, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__146__01", "class_type": "LEC", "course_name": "Game AI", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTMiO30%3D", "enroll_current": 85, "meet_times": "MWF 12:00PM-01:05PM", "location": "Kresge Clrm 327", "instructor": "Staff", "class_number": 22713, "enroll_max": 85}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__147__01", "class_type": "LEC", "course_name": "Generative Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTEiO30%3D", "enroll_current": 75, "meet_times": "MWF 02:40PM-03:45PM", "location": "PhysSciences 110", "instructor": "Staff", "class_number": 23751, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__170__01", "class_type": "LEC", "course_name": "Game Design I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTMiO30%3D", "enroll_current": 96, "meet_times": "TuTh 11:40AM-01:15PM", "location": "TA 2nd Stage", "instructor": "Altice,N.", "class_number": 22813, "enroll_max": 110}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__170__01", "class_type": "LEC", "course_name": "Game Design I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTMiO30%3D", "enroll_current": 96, "meet_times": "M 05:20PM-06:55PM", "location": "J Baskin Engr 368", "instructor": "Altice,N.", "class_number": 22813, "enroll_max": 110}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__176__01", "class_type": "LEC", "course_name": "Game Systems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDEiO30%3D", "enroll_current": 155, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Oakes Acad 105", "instructor": "Altice,N.", "class_number": 23141, "enroll_max": 175}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__179__01", "class_type": "LEC", "course_name": "Game Design Practicum", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTYiO30%3D", "enroll_current": 18, "meet_times": "M 05:20PM-08:45PM", "location": "Steven Acad 175", "instructor": "Staff", "class_number": 22996, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__201__01", "class_type": "SEM", "course_name": "Intro Comp Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTYiO30%3D", "enroll_current": 14, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 159", "instructor": "Wardrip-Fruin,N.", "class_number": 23216, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__204__01", "class_type": "SEM", "course_name": "Comp Media Project", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxMzIiO30%3D", "enroll_current": 6, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 319", "instructor": "Kurniawan,S.H.", "class_number": 24132, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__206__01", "class_type": "SEM", "course_name": "Comp Media Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wardrip-Fruin,N.", "class_number": 23934, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__280K__01", "class_type": "SEM", "course_name": "ISISN Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDAiO30%3D", "enroll_current": 2, "meet_times": "W 04:00PM-05:00PM", "location": "Earth", "instructor": "Kurniawan,S.H.", "class_number": 23940, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__290A__01", "class_type": "SEM", "course_name": "Topics Comp Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzMiO30%3D", "enroll_current": 13, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 363", "instructor": "Forbes,A.", "class_number": 23233, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__290A__02", "class_type": "SEM", "course_name": "Topics Comp Media", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzQiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 2 171", "instructor": "Staff", "class_number": 23234, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__005J__01", "class_type": "LEC", "course_name": "Intro to Prog Java", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MDYiO30%3D", "enroll_current": 115, "meet_times": "MWF 02:40PM-03:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 21406, "enroll_max": 115}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__005P__01", "class_type": "LEC", "course_name": "Intro Prog Python", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Earth", "instructor": "Staff", "class_number": 22842, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012A__01", "class_type": "LEC", "course_name": "Intro Program (Accel)", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTIiO30%3D", "enroll_current": 52, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Media Theater M110", "instructor": "Norouzi,N.", "class_number": 21392, "enroll_max": 44}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012B__01", "class_type": "LEC", "course_name": "Intro Data Structur", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTMiO30%3D", "enroll_current": 215, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Earth", "instructor": "Comandur,S.", "class_number": 21393, "enroll_max": 215}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012B__02", "class_type": "LEC", "course_name": "Intro Data Structur", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTQiO30%3D", "enroll_current": 86, "meet_times": "MW 05:20PM-06:55PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 21394, "enroll_max": 165}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012L__01", "class_type": "LAB", "course_name": "Comp Prog Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTUiO30%3D", "enroll_current": 61, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Norouzi,N.", "class_number": 21395, "enroll_max": 59}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012M__01", "class_type": "LAB", "course_name": "Data Structures Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzgiO30%3D", "enroll_current": 221, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Comandur,S.", "class_number": 22638, "enroll_max": 235}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012M__02", "class_type": "LAB", "course_name": "Data Structures Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NDUiO30%3D", "enroll_current": 70, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22645, "enroll_max": 180}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__101__01", "class_type": "LEC", "course_name": "Abstract Data Types", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MTciO30%3D", "enroll_current": 220, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Thim Lecture 003", "instructor": "Comandur,S.", "class_number": 21417, "enroll_max": 220}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__101__02", "class_type": "LEC", "course_name": "Abstract Data Types", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MTgiO30%3D", "enroll_current": 45, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Media Theater M110", "instructor": "Tantalo,P.", "class_number": 21418, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__102__01", "class_type": "LEC", "course_name": "Intro Algorthm Anyl", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MjQiO30%3D", "enroll_current": 195, "meet_times": "MWF 01:20PM-02:25PM", "location": "J Bask Aud 101", "instructor": "Guha Thakurta,A.", "class_number": 21424, "enroll_max": 195}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__104A__01", "class_type": "LEC", "course_name": "Fund Compiler Des 1", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MjkiO30%3D", "enroll_current": 36, "meet_times": "MW 05:20PM-06:55PM", "location": "Earth", "instructor": "Mackey,W.F.", "class_number": 21429, "enroll_max": 220}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__109__01", "class_type": "LEC", "course_name": "Adv Programming", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MzMiO30%3D", "enroll_current": 75, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Clrm 321", "instructor": "Harrison,D.C.", "class_number": 21433, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__111__01", "class_type": "LEC", "course_name": "Intro Operating Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MzciO30%3D", "enroll_current": 119, "meet_times": "MWF 01:20PM-02:25PM", "location": "Steven Acad 150", "instructor": "Nawab,F.", "class_number": 21437, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__111__02", "class_type": "LEC", "course_name": "Intro Operating Sys", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NDEiO30%3D", "enroll_current": 47, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Baskin Engr 152", "instructor": "Long,D.D.", "class_number": 21441, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__112__01", "class_type": "LEC", "course_name": "Compar Prog Lang", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NDUiO30%3D", "enroll_current": 242, "meet_times": "MW 07:10PM-08:45PM", "location": "Earth", "instructor": "Mackey,W.F.", "class_number": 21445, "enroll_max": 245}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__115__01", "class_type": "LEC", "course_name": "Intro Software Eng", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTAiO30%3D", "enroll_current": 120, "meet_times": "MWF 08:00AM-09:05AM", "location": "J Baskin Engr 152", "instructor": "Jullig,R.K.", "class_number": 21450, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__115__02", "class_type": "LEC", "course_name": "Intro Software Eng", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTEiO30%3D", "enroll_current": 120, "meet_times": "MWF 10:40AM-11:45AM", "location": "J Baskin Engr 152", "instructor": "Jullig,R.K.", "class_number": 21451, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__121__01", "class_type": "LEC", "course_name": "Mobile Applications", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTgiO30%3D", "enroll_current": 110, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Oakes Acad 105", "instructor": "Norouzi,N.", "class_number": 22998, "enroll_max": 110}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__128__01", "class_type": "LEC", "course_name": "Dist Sys:FileSharing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjgiO30%3D", "enroll_current": 100, "meet_times": "MWF 02:40PM-03:45PM", "location": "Thim Lecture 001", "instructor": "Alvaro,P.A.", "class_number": 22668, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__130__01", "class_type": "LEC", "course_name": "Computational Models", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTIiO30%3D", "enroll_current": 150, "meet_times": "MWF 10:40AM-11:45AM", "location": "ClassroomUnit 001", "instructor": "Bailey,D.D.", "class_number": 21452, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__142__01", "class_type": "LEC", "course_name": "Machine Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODUiO30%3D", "enroll_current": 60, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 110", "instructor": "Chaturvedi,S.", "class_number": 22685, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__160__01", "class_type": "LEC", "course_name": "Intro Comp Graphics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTYiO30%3D", "enroll_current": 68, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 110", "instructor": "Davis,J.E.", "class_number": 21456, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__160L__01", "class_type": "LAB", "course_name": "Comp Graphics Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NDgiO30%3D", "enroll_current": 70, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Davis,J.E.", "class_number": 22648, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__166A__01", "class_type": "LEC", "course_name": "Game Theory /Apps I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzIiO30%3D", "enroll_current": 46, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 110", "instructor": "Musacchio,J.T.", "class_number": 22832, "enroll_max": 55}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__180__01", "class_type": "LEC", "course_name": "Database Systems I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTciO30%3D", "enroll_current": 120, "meet_times": "MWF 09:20AM-10:25AM", "location": "J Baskin Engr 152", "instructor": "Finkelstein,S.", "class_number": 21457, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__183__01", "class_type": "LEC", "course_name": "Web Applications", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjEiO30%3D", "enroll_current": 120, "meet_times": "MWF 02:40PM-03:45PM", "location": "Oakes Acad 105", "instructor": "De Alfaro,L.", "class_number": 21461, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__185__01", "class_type": "LEC", "course_name": "Technical Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTQiO30%3D", "enroll_current": 50, "meet_times": "MWF 12:00PM-01:05PM", "location": "Engineer 2 192", "instructor": "Harrison,D.C.", "class_number": 23094, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__200__01", "class_type": "SEM", "course_name": "Research & Teaching", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjMiO30%3D", "enroll_current": 48, "meet_times": "Th 09:50AM-11:25AM", "location": "Engineer 2 180", "instructor": "Pang,A.", "class_number": 21463, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__201__01", "class_type": "LEC", "course_name": "Analysis Algorithms", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjQiO30%3D", "enroll_current": 99, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 102", "instructor": "Tantalo,P.", "class_number": 21464, "enroll_max": 114}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__217__01", "class_type": "LEC", "course_name": "Logic In Comp Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjkiO30%3D", "enroll_current": 15, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Baskin Engr 372", "instructor": "Kolaitis,P.", "class_number": 21469, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__223__01", "class_type": "LEC", "course_name": "Adv Comp Security", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzAiO30%3D", "enroll_current": 15, "meet_times": "TuTh 03:20PM-04:55PM", "location": "J Baskin Engr 372", "instructor": "Arden,O.", "class_number": 21470, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__242__01", "class_type": "LEC", "course_name": "Machine Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzEiO30%3D", "enroll_current": 76, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Merrill Acad 102", "instructor": "Helmbold,D.P.", "class_number": 21471, "enroll_max": 114}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__260__01", "class_type": "LEC", "course_name": "Computer Graphics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzciO30%3D", "enroll_current": 21, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 2 159", "instructor": "Davis,J.E.", "class_number": 21477, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__266A__01", "class_type": "LEC", "course_name": "Introduction to R", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTQiO30%3D", "enroll_current": 0, "meet_times": "Tu 09:50AM-11:25AM", "location": "J Baskin Engr 156", "instructor": "Staff", "class_number": 23254, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__278__01", "class_type": "LEC", "course_name": "Design Data Systems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjUiO30%3D", "enroll_current": 2, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 071", "instructor": "Finkelstein,S.", "class_number": 22625, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__280D__01", "class_type": "SEM", "course_name": "Seminar Databases", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Alvaro,P.A.", "class_number": 22770, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__280L__01", "class_type": "SEM", "course_name": "Sem Logic Comp Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjgiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kolaitis,P.", "class_number": 23268, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__280M__01", "class_type": "SEM", "course_name": "ML Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23192, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__280S__01", "class_type": "SEM", "course_name": "Seminar Comp Syst", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Maltzahn,C.G.", "class_number": 21478, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__01", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjkiO30%3D", "enroll_current": 1, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23569, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__01", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjkiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23569, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__02", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23570, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__02", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23570, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__03", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23571, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__03", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23571, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__04", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzIiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23572, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__04", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzIiO30%3D", "enroll_current": 1, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23572, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__05", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Acad 113", "instructor": "Staff", "class_number": 23573, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__05", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23573, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__06", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzQiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23574, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__06", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Acad 113", "instructor": "Staff", "class_number": 23574, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__07", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23575, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__07", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzUiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23575, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__08", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzYiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23576, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__08", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23576, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__09", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzciO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23577, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__09", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzciO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23577, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__10", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzgiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23578, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__10", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzgiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23578, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__11", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzkiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23579, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__11", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzkiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23579, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__12", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23580, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__12", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODAiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23580, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__13", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODEiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23581, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__13", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23581, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__14", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODIiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23582, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__14", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODIiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23582, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__15", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23583, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__15", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODMiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Cowell Acad 113", "instructor": "Staff", "class_number": 23583, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__16", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODQiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23584, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__16", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODQiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23584, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__070A__01", "class_type": "STU", "course_name": "Intro Book Arts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzUiO30%3D", "enroll_current": 9, "meet_times": "TuTh 01:30PM-04:30PM", "location": "Cowell Press 123", "instructor": "Staff", "class_number": 20935, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__107__01", "class_type": "SEM", "course_name": "Trust Rules", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTciO30%3D", "enroll_current": 20, "meet_times": "Th 08:00AM-09:35AM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23017, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__111__01", "class_type": "SEM", "course_name": "Mock Trial Workshop", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDEiO30%3D", "enroll_current": 24, "meet_times": "W 03:20PM-05:20PM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 22941, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__122__01", "class_type": "SEM", "course_name": "UN-Contemporary Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTUiO30%3D", "enroll_current": 90, "meet_times": "M 05:20PM-06:55PM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 23195, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__168__01", "class_type": "FLD", "course_name": "Social Change", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODYiO30%3D", "enroll_current": 25, "meet_times": "M 05:20PM-06:55PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 22986, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__184A__01", "class_type": "LEC", "course_name": "Leadership & Instit", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzkiO30%3D", "enroll_current": 38, "meet_times": "M 05:20PM-06:55PM", "location": "Bay Tree Conf D", "instructor": "Staff", "class_number": 21479, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRES__010__01", "class_type": "LEC", "course_name": "Intro to CRES", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNDAiO30%3D", "enroll_current": 170, "meet_times": "MW 07:10PM-08:45PM", "location": "J Bask Aud 101", "instructor": "Mitchell,N.O.", "class_number": 23040, "enroll_max": 170}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRES__110Q__01", "class_type": "LEC", "course_name": "Black Queer Culture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDIiO30%3D", "enroll_current": 49, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 179", "instructor": "Shange-Binion,S.T.", "class_number": 23902, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__01", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "R Carson Acad 252", "instructor": "Staff", "class_number": 23585, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__01", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODUiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23585, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__02", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODYiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23586, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__02", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODYiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23586, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__03", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODciO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23587, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__03", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODciO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23587, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__04", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODgiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23588, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__04", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODgiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23588, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__05", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODkiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23589, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__05", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODkiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23589, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__06", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTAiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23590, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__06", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTAiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23590, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__07", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTEiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23591, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__07", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "R Carson Acad 252", "instructor": "Staff", "class_number": 23591, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__08", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "R Carson Acad 252", "instructor": "Staff", "class_number": 23592, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__08", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTIiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23592, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__09", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTMiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23593, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__09", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23593, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__10", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTQiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23594, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__10", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23594, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__11", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23595, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__11", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTUiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23595, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__12", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTYiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23596, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__12", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23596, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__13", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTciO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23597, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__13", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTciO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23597, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__14", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 07:10PM-08:45PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23598, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__14", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTgiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23598, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__01", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjMiO30%3D", "enroll_current": 0, "meet_times": "Tu 01:30PM-03:05PM", "location": "Porter Acad 249", "instructor": "Staff", "class_number": 23263, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__02", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjQiO30%3D", "enroll_current": 0, "meet_times": "Tu 03:20PM-04:55PM", "location": "Porter Acad 249", "instructor": "Staff", "class_number": 23264, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__03", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjUiO30%3D", "enroll_current": 3, "meet_times": "Tu 05:20PM-06:55PM", "location": "Porter Acad 241", "instructor": "Staff", "class_number": 23265, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__04", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjYiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23266, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__05", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjciO30%3D", "enroll_current": 0, "meet_times": "W 05:20PM-06:55PM", "location": "Porter Acad 249", "instructor": "Staff", "class_number": 23267, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__055__01", "class_type": "FLD", "course_name": "Service Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODQiO30%3D", "enroll_current": 30, "meet_times": "M 05:20PM-06:55PM", "location": "R Carson Acad 250", "instructor": "Staff", "class_number": 23084, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__056__01", "class_type": "SEM", "course_name": "Sust Media Interns", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23030, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__090__01", "class_type": "SEM", "course_name": "Garden Internship", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTciO30%3D", "enroll_current": 13, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 21317, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__122__01", "class_type": "SEM", "course_name": "UN-Contemporary Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTYiO30%3D", "enroll_current": 90, "meet_times": "M 05:20PM-06:55PM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 23196, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__151C__01", "class_type": "LEC", "course_name": "Sust Lab Tools", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDUiO30%3D", "enroll_current": 16, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Thimann Lab 101", "instructor": "Staff", "class_number": 23245, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__152__01", "class_type": "LAB", "course_name": "IDEASS Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDciO30%3D", "enroll_current": 5, "meet_times": "MW 05:20PM-06:55PM", "location": "Porter Acad 246", "instructor": "Staff", "class_number": 23247, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__152__02", "class_type": "LAB", "course_name": "IDEASS Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDgiO30%3D", "enroll_current": 1, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Acad 246", "instructor": "Staff", "class_number": 23248, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__152__03", "class_type": "LAB", "course_name": "IDEASS Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDkiO30%3D", "enroll_current": 0, "meet_times": "Th 11:40AM-03:05PM", "location": "Porter Acad 246", "instructor": "Staff", "class_number": 23249, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__152__04", "class_type": "LAB", "course_name": "IDEASS Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23250, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__162__01", "class_type": "FLD", "course_name": "Sust Int Practicum", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTciO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23057, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__01", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTkiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23659, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__02", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23660, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__03", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23661, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__04", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23662, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__05", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjMiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23663, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__06", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjQiO30%3D", "enroll_current": 1, "meet_times": "MWF 04:00PM-05:05PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23664, "enroll_max": 1}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__07", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23665, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__08", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23666, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__09", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjciO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23667, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__10", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23668, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__11", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23669, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__12", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23670, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__13", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23671, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__14", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzIiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23672, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__15", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23673, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__003L__01", "class_type": "LAB", "course_name": "Precalc Academy Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzAiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23270, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__070__01", "class_type": "LEC", "course_name": "Intro to Radio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDMiO30%3D", "enroll_current": 0, "meet_times": "Tu 03:20PM-04:55PM", "location": "Merrill Acad 002", "instructor": "Staff", "class_number": 22943, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__070L__01", "class_type": "LAB", "course_name": "Radio Production", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTgiO30%3D", "enroll_current": 0, "meet_times": "Th 03:20PM-04:55PM", "location": "Merrill Acad 002", "instructor": "Staff", "class_number": 23258, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__086__01", "class_type": "SEM", "course_name": "Pro Comm in Digital Age", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODciO30%3D", "enroll_current": 24, "meet_times": "MWF 01:20PM-02:25PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23187, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__088__01", "class_type": "SEM", "course_name": "ComputFuturol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjAiO30%3D", "enroll_current": 26, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23260, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__090__01", "class_type": "SEM", "course_name": "EntrepreneurshipAcad", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTkiO30%3D", "enroll_current": 22, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23199, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__092__01", "class_type": "SEM", "course_name": "Soc/Creative Entrepr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODYiO30%3D", "enroll_current": 8, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23886, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__185__01", "class_type": "SEM", "course_name": "Career&Internship", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjIiO30%3D", "enroll_current": 50, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Staff", "class_number": 22662, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__210__01", "class_type": "STU", "course_name": "Project Design Studio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTciO30%3D", "enroll_current": 10, "meet_times": "W 01:20PM-04:20PM", "location": "Digital Arts 206", "instructor": "Weems,M.", "class_number": 23357, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__219__01", "class_type": "STU", "course_name": "Electronic/Artmakng", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTYiO30%3D", "enroll_current": 2, "meet_times": "F 09:20AM-12:20PM", "location": "Digital Arts 206", "instructor": "Staff", "class_number": 22616, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__220__01", "class_type": "STU", "course_name": "Intro Progrm Arts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTciO30%3D", "enroll_current": 8, "meet_times": "M 12:00PM-03:00PM", "location": "Digital Arts 206", "instructor": "Staff", "class_number": 22617, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__250A__01", "class_type": "STU", "course_name": "Collab Resrch Proj", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjMiO30%3D", "enroll_current": 2, "meet_times": "M 04:00PM-07:00PM", "location": "Digital Arts 217", "instructor": "Dunn,D.D.", "class_number": 22623, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__250B__01", "class_type": "STU", "course_name": "Collab Resrch Proj", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjQiO30%3D", "enroll_current": 5, "meet_times": "Tu 03:20PM-06:20PM", "location": "Digital Arts 206", "instructor": "Daniel,S.A.", "class_number": 22624, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__250E__01", "class_type": "SEM", "course_name": "Collab Resrch Proj", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTgiO30%3D", "enroll_current": 6, "meet_times": "Th 09:50AM-12:50PM", "location": "Digital Arts 308", "instructor": "Ruiz,S.", "class_number": 23218, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__001__01", "class_type": "LEC", "course_name": "Oceanography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzIiO30%3D", "enroll_current": 29, "meet_times": "MWF 09:20AM-10:25AM", "location": "N", "instructor": "Griggs,G.B.", "class_number": 23772, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__005__01", "class_type": "LEC", "course_name": "California Geology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODAiO30%3D", "enroll_current": 122, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Thim Lecture 003", "instructor": "Knittle,E.", "class_number": 21480, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__005L__01", "class_type": "LAB", "course_name": "Calif Geology Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODciO30%3D", "enroll_current": 16, "meet_times": "Tu 05:00PM-08:00PM", "location": "Earth", "instructor": "Knittle,E.", "class_number": 21487, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__005L__02", "class_type": "LAB", "course_name": "Calif Geology Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODgiO30%3D", "enroll_current": 11, "meet_times": "W 04:30PM-07:30PM", "location": "Earth", "instructor": "Knittle,E.", "class_number": 21488, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__005L__03", "class_type": "LAB", "course_name": "Calif Geology Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODkiO30%3D", "enroll_current": 6, "meet_times": "Th 05:15PM-08:15PM", "location": "Earth", "instructor": "Knittle,E.", "class_number": 21489, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__101__01", "class_type": "LEC", "course_name": "Invertebrate Paleo", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTUiO30%3D", "enroll_current": 28, "meet_times": "MWF 01:20PM-02:25PM", "location": "Earth", "instructor": "Clapham,M.E.", "class_number": 21495, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__101L__01", "class_type": "LAB", "course_name": "InvertebratePaleoLab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTYiO30%3D", "enroll_current": 20, "meet_times": "M 04:00PM-07:00PM", "location": "Earth", "instructor": "Clapham,M.E.", "class_number": 21496, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__101L__02", "class_type": "LAB", "course_name": "InvertebratePaleoLab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTciO30%3D", "enroll_current": 8, "meet_times": "Th 10:00AM-01:00PM", "location": "Earth", "instructor": "Clapham,M.E.", "class_number": 21497, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__109__01", "class_type": "LEC", "course_name": "Field Geology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDIiO30%3D", "enroll_current": 16, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Earth", "instructor": "Schwartz,H.L.", "class_number": 21502, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__109L__01", "class_type": "LAB", "course_name": "Field Geology Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDMiO30%3D", "enroll_current": 10, "meet_times": "W 10:30AM-01:30PM", "location": "Earth", "instructor": "Schwartz,H.L.", "class_number": 21503, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__109L__02", "class_type": "LAB", "course_name": "Field Geology Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDQiO30%3D", "enroll_current": 6, "meet_times": "W 04:00PM-07:00PM", "location": "Earth", "instructor": "Schwartz,H.L.", "class_number": 21504, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__110A__01", "class_type": "LEC", "course_name": "Evolution Of Earth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDUiO30%3D", "enroll_current": 62, "meet_times": "TuTh 11:40AM-01:15PM", "location": "N", "instructor": "Williams,Q.", "class_number": 21505, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__110L__01", "class_type": "LAB", "course_name": "Evol of Earth Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDYiO30%3D", "enroll_current": 21, "meet_times": "Tu 05:00PM-08:00PM", "location": "Earth", "instructor": "Williams,Q.", "class_number": 21506, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__110L__02", "class_type": "LAB", "course_name": "Evol of Earth Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDciO30%3D", "enroll_current": 18, "meet_times": "W 09:00AM-12:00PM", "location": "Earth", "instructor": "Williams,Q.", "class_number": 21507, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__110L__03", "class_type": "LAB", "course_name": "Evol of Earth Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDgiO30%3D", "enroll_current": 18, "meet_times": "Th 04:00PM-07:00PM", "location": "Earth", "instructor": "Williams,Q.", "class_number": 21508, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__111__01", "class_type": "LEC", "course_name": "Math in Earth Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTYiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Earth", "instructor": "Nimmo,W.H.", "class_number": 22696, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__116__01", "class_type": "LEC", "course_name": "Hydrology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDkiO30%3D", "enroll_current": 7, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Earth", "instructor": "Zimmer,M.", "class_number": 21509, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__119__01", "class_type": "LEC", "course_name": "Intro Sci Computing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTMiO30%3D", "enroll_current": 48, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 327", "instructor": "Robertson,B.E.", "class_number": 23353, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__121__01", "class_type": "LEC", "course_name": "The Atmosphere", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTYiO30%3D", "enroll_current": 12, "meet_times": "MWF 10:40AM-11:45AM", "location": "Earth", "instructor": "Feldl,N.A.", "class_number": 21516, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__135L__01", "class_type": "LAB", "course_name": "Practical Geochem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTciO30%3D", "enroll_current": 11, "meet_times": "MWF 09:20AM-10:25AM", "location": "Earth", "instructor": "Telus,M.", "class_number": 23917, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__150__01", "class_type": "LEC", "course_name": "Structural Geology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTkiO30%3D", "enroll_current": 15, "meet_times": "MWF 12:00PM-01:05PM", "location": "Earth", "instructor": "Hourigan,J.K.", "class_number": 21519, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__150L__01", "class_type": "LAB", "course_name": "Structual Geol Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjAiO30%3D", "enroll_current": 6, "meet_times": "Tu 09:00AM-12:00PM", "location": "Earth", "instructor": "Hourigan,J.K.", "class_number": 21520, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__150L__02", "class_type": "LAB", "course_name": "Structual Geol Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjEiO30%3D", "enroll_current": 9, "meet_times": "Th 02:00PM-05:00PM", "location": "Earth", "instructor": "Hourigan,J.K.", "class_number": 21521, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__160__01", "class_type": "LEC", "course_name": "Planetary Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDYiO30%3D", "enroll_current": 23, "meet_times": "MW 04:00PM-05:35PM", "location": "Earth", "instructor": "Garrick-Bethell,I.", "class_number": 22746, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__191C__01", "class_type": "LEC", "course_name": "Practical Geophysics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjciO30%3D", "enroll_current": 8, "meet_times": "MW 02:30PM-04:05PM", "location": "Earth", "instructor": "Brodsky,E.E.", "class_number": 23027, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__203__01", "class_type": "LEC", "course_name": "Intro Teaching Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjIiO30%3D", "enroll_current": 0, "meet_times": "M 02:00PM-04:00PM", "location": "Earth", "instructor": "Hourigan,J.K.", "class_number": 21522, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__204__01", "class_type": "LEC", "course_name": "EPS Foundations", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:00AM-11:00AM", "location": "Earth", "instructor": "Zhang,X.", "class_number": 22942, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__213__01", "class_type": "LEC", "course_name": "Biogeochem Cycles", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "J Baskin Engr 169", "instructor": "McCarthy,M.D.", "class_number": 22754, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__220__01", "class_type": "LEC", "course_name": "GroundWaterModeling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjMiO30%3D", "enroll_current": 2, "meet_times": "MWF 12:00PM-01:05PM", "location": "Earth", "instructor": "Fisher,A.T.", "class_number": 21523, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__290B__01", "class_type": "SEM", "course_name": "Topics Glaciology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Tulaczyk,S.M.", "class_number": 21525, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__290E__01", "class_type": "SEM", "course_name": "Topics/Planetry Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Garrick-Bethell,I.", "class_number": 21526, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjciO30%3D", "enroll_current": 9, "meet_times": "Tu 03:20PM-04:55PM", "location": "N", "instructor": "Zachos,J.C.", "class_number": 21527, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__292__02", "class_type": "SEM", "course_name": "Seminar", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjgiO30%3D", "enroll_current": 8, "meet_times": "F 12:00PM-01:00PM", "location": "Earth", "instructor": "Zachos,J.C.", "class_number": 21528, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__001__01", "class_type": "LEC", "course_name": "Intro Microeconomic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjkiO30%3D", "enroll_current": 112, "meet_times": "MWF 09:20AM-10:25AM", "location": "ClassroomUnit 002", "instructor": "Gonzalez,J.H.", "class_number": 21529, "enroll_max": 300}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__002__01", "class_type": "LEC", "course_name": "Intro Macroeconomic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NDIiO30%3D", "enroll_current": 172, "meet_times": "MWF 08:00AM-09:05AM", "location": "J Bask Aud 101", "instructor": "Shenoy,A.Z.", "class_number": 21542, "enroll_max": 175}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__010A__01", "class_type": "LEC", "course_name": "Econ of Accounting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NDkiO30%3D", "enroll_current": 215, "meet_times": "MWF 04:00PM-05:05PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 21549, "enroll_max": 215}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__011A__01", "class_type": "LEC", "course_name": "Math Methd for Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NjEiO30%3D", "enroll_current": 40, "meet_times": "TuTh 03:20PM-04:55PM", "location": "ClassroomUnit 001", "instructor": "Mendes,B.S.", "class_number": 21561, "enroll_max": 135}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__011B__01", "class_type": "LEC", "course_name": "Math Methds Econ II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NzEiO30%3D", "enroll_current": 103, "meet_times": "MWF 10:40AM-11:45AM", "location": "J Bask Aud 101", "instructor": "Katznelson,J.R.", "class_number": 21571, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__020__01", "class_type": "LEC", "course_name": "Econ for Non-Majors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDkiO30%3D", "enroll_current": 27, "meet_times": "MWF 01:20PM-02:25PM", "location": "Thim Lecture 001", "instructor": "Gonzalez,J.H.", "class_number": 23209, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__100A__01", "class_type": "LEC", "course_name": "Intermed Microecon", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1ODUiO30%3D", "enroll_current": 105, "meet_times": "MWF 10:40AM-11:45AM", "location": "Kresge Clrm 321", "instructor": "Lazzati,N.", "class_number": 21585, "enroll_max": 105}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__100A__02", "class_type": "LEC", "course_name": "Intermed Microecon", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1OTAiO30%3D", "enroll_current": 86, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Baskin Engr 152", "instructor": "Marion,J.", "class_number": 21590, "enroll_max": 89}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__100B__01", "class_type": "LEC", "course_name": "Intermed Macroecon", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1OTUiO30%3D", "enroll_current": 144, "meet_times": "MWF 02:40PM-03:45PM", "location": "ClassroomUnit 001", "instructor": "Saijo,H.", "class_number": 21595, "enroll_max": 147}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__105__01", "class_type": "LEC", "course_name": "Topics in Macro", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDIiO30%3D", "enroll_current": 9, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 1 149", "instructor": "Walsh,C.E.", "class_number": 21602, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__111A__01", "class_type": "LEC", "course_name": "Intermed Account I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDMiO30%3D", "enroll_current": 95, "meet_times": "TuTh 08:00AM-09:35AM", "location": "J Baskin Engr 152", "instructor": "Anderson,S.", "class_number": 21603, "enroll_max": 95}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__113__01", "class_type": "LEC", "course_name": "Intro Econometrics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDgiO30%3D", "enroll_current": 100, "meet_times": "MWF 04:00PM-05:05PM", "location": "Kresge Clrm 321", "instructor": "Bulman,G.", "class_number": 21608, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__113__02", "class_type": "LEC", "course_name": "Intro Econometrics", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MTMiO30%3D", "enroll_current": 64, "meet_times": "MWF 02:40PM-03:45PM", "location": "Kresge Clrm 321", "instructor": "Li,J.", "class_number": 21613, "enroll_max": 65}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__115__01", "class_type": "LEC", "course_name": "Intr Management Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MTgiO30%3D", "enroll_current": 65, "meet_times": "MWF 01:20PM-02:25PM", "location": "PhysSciences 114", "instructor": "Wittman,D.A.", "class_number": 21618, "enroll_max": 65}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__117B__01", "class_type": "LEC", "course_name": "Tax Factors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MjEiO30%3D", "enroll_current": 103, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 321", "instructor": "Moschetti,T.", "class_number": 21621, "enroll_max": 103}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__119__01", "class_type": "LEC", "course_name": "Advanced Accounting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjEiO30%3D", "enroll_current": 50, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Engineer 2 192", "instructor": "Staff", "class_number": 23361, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__126__01", "class_type": "LEC", "course_name": "Why Succeed/Fail", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MjUiO30%3D", "enroll_current": 150, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Bask Aud 101", "instructor": "Baden,R.B.", "class_number": 21625, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__130__01", "class_type": "LEC", "course_name": "Money & Banking", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzIiO30%3D", "enroll_current": 41, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Engineer 2 192", "instructor": "Hutchison,M.M.", "class_number": 21632, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__133__01", "class_type": "LEC", "course_name": "Security Markets", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzMiO30%3D", "enroll_current": 70, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 114", "instructor": "Pommerenke,K.", "class_number": 21633, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__136__01", "class_type": "LEC", "course_name": "Business Strategy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzYiO30%3D", "enroll_current": 70, "meet_times": "MWF 09:20AM-10:25AM", "location": "PhysSciences 110", "instructor": "Baden,R.B.", "class_number": 21636, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__140__01", "class_type": "LEC", "course_name": "International Trade", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzkiO30%3D", "enroll_current": 70, "meet_times": "MWF 04:00PM-05:05PM", "location": "PhysSciences 110", "instructor": "Meininger,A.G.", "class_number": 21639, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__143__01", "class_type": "LEC", "course_name": "InternatnlEconPolicy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDIiO30%3D", "enroll_current": 44, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Engineer 2 192", "instructor": "Hutchison,M.M.", "class_number": 21642, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__161A__01", "class_type": "LEC", "course_name": "Marketing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDMiO30%3D", "enroll_current": 100, "meet_times": "MW 05:20PM-06:55PM", "location": "Thim Lecture 001", "instructor": "Owen,S.A.", "class_number": 21643, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__166A__01", "class_type": "LEC", "course_name": "Game Theory /Apps I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjkiO30%3D", "enroll_current": 46, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 110", "instructor": "Musacchio,J.T.", "class_number": 22829, "enroll_max": 55}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__170__01", "class_type": "LEC", "course_name": "Environmental Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDQiO30%3D", "enroll_current": 18, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Cowell Acad 113", "instructor": "West,J.", "class_number": 21644, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__180__01", "class_type": "LEC", "course_name": "Labor", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDUiO30%3D", "enroll_current": 16, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 136", "instructor": "Giuliano,L.", "class_number": 21645, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__186__01", "class_type": "LEC", "course_name": "Mathematical Mthds", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDYiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Fan,J.", "class_number": 21646, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__197__01", "class_type": "LEC", "course_name": "Economic Rhetoric", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzciO30%3D", "enroll_current": 34, "meet_times": "MWF 10:40AM-11:45AM", "location": "PhysSciences 136", "instructor": "Meininger,A.G.", "class_number": 22977, "enroll_max": 34}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__197__02", "class_type": "LEC", "course_name": "Economic Rhetoric", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzgiO30%3D", "enroll_current": 34, "meet_times": "MWF 12:00PM-01:05PM", "location": "PhysSciences 136", "instructor": "Meininger,A.G.", "class_number": 22978, "enroll_max": 34}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__200__01", "class_type": "LEC", "course_name": "Microecon Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDciO30%3D", "enroll_current": 35, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 114", "instructor": "Saha,S.", "class_number": 21647, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__204A__01", "class_type": "LEC", "course_name": "Adv Microec Theor I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTAiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "J Baskin Engr 169", "instructor": "Lazzati,N.", "class_number": 21650, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__205A__01", "class_type": "LEC", "course_name": "Adv Macroec Theor I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 149", "instructor": "Kletzer,K.M.", "class_number": 21651, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__210B__01", "class_type": "LEC", "course_name": "Math Methods Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTIiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 21652, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__211A__01", "class_type": "LEC", "course_name": "Adv Econometrics I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTMiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "J Baskin Engr 169", "instructor": "Li,J.", "class_number": 21653, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__216__01", "class_type": "LEC", "course_name": "Applied Economet I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTQiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Kresge Clrm 327", "instructor": "Bulman,G.", "class_number": 21654, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__220A__01", "class_type": "LEC", "course_name": "Development Econ I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTciO30%3D", "enroll_current": 5, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 159", "instructor": "Robinson,J.M.", "class_number": 21657, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__221A__01", "class_type": "LEC", "course_name": "Adv Monetary Econ I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDAiO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Baskin Engr 169", "instructor": "Walsh,C.E.", "class_number": 22900, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__233__01", "class_type": "LEC", "course_name": "Finance I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTgiO30%3D", "enroll_current": 35, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 110", "instructor": "Pommerenke,K.", "class_number": 21658, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__241A__01", "class_type": "LEC", "course_name": "Adv Intl Finance I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjEiO30%3D", "enroll_current": 1, "meet_times": "TuTh 03:20PM-04:55PM", "location": "J Baskin Engr 169", "instructor": "Kletzer,K.M.", "class_number": 21661, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__250A__01", "class_type": "LEC", "course_name": "Public Appl Econ I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjIiO30%3D", "enroll_current": 5, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 169", "instructor": "West,J.", "class_number": 21662, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__274__01", "class_type": "SEM", "course_name": "Macro Monetary Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTUiO30%3D", "enroll_current": 0, "meet_times": "W 01:20PM-02:25PM", "location": "Engineer 2 499", "instructor": "Staff", "class_number": 22895, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__275__01", "class_type": "SEM", "course_name": "Wkshp App Microecon", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODMiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Engineer 2 499", "instructor": "Bulman,G.", "class_number": 22983, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__294A__01", "class_type": "LAB", "course_name": "Applied EconFin Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjMiO30%3D", "enroll_current": 27, "meet_times": "Tu 05:20PM-06:55PM", "location": "MingOng Cmp Lb 103", "instructor": "Saha,S.", "class_number": 21663, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__294A__02", "class_type": "LAB", "course_name": "Applied EconFin Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjQiO30%3D", "enroll_current": 9, "meet_times": "Th 05:20PM-06:55PM", "location": "MingOng Cmp Lb 103", "instructor": "Saha,S.", "class_number": 21664, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__050B__01", "class_type": "SEM", "course_name": "CAL Teach 1: Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODQiO30%3D", "enroll_current": 15, "meet_times": "Tu 07:10PM-08:45PM", "location": "J Baskin Engr 160", "instructor": "Staff", "class_number": 22784, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__050C__01", "class_type": "SEM", "course_name": "CAL Teach1: Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODMiO30%3D", "enroll_current": 13, "meet_times": "Tu 05:20PM-06:55PM", "location": "J Baskin Engr 160", "instructor": "Staff", "class_number": 22783, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__060__01", "class_type": "LEC", "course_name": "Intro to Education", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4ODAiO30%3D", "enroll_current": 113, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Humn Lecture Hall", "instructor": "Mosqueda,E.", "class_number": 22880, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__104__01", "class_type": "LEC", "course_name": "Ethical Issue Teach", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDEiO30%3D", "enroll_current": 57, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Acad 148", "instructor": "Glass,R.", "class_number": 22841, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__120__01", "class_type": "SEM", "course_name": "Aesthtc Educ Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzAiO30%3D", "enroll_current": 39, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Porter Acad 148", "instructor": "Kratochvil,K.R.", "class_number": 21670, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__160__01", "class_type": "LEC", "course_name": "Educ Reform Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzEiO30%3D", "enroll_current": 59, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Porter Acad 148", "instructor": "Bartlett,L.", "class_number": 21671, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__171__01", "class_type": "SEM", "course_name": "Asian Schl & Immigra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTMiO30%3D", "enroll_current": 25, "meet_times": "MWF 01:20PM-02:25PM", "location": "Porter Acad 148", "instructor": "Gordon,J.A.", "class_number": 22893, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__180__01", "class_type": "LEC", "course_name": "Intro To Teaching", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjUiO30%3D", "enroll_current": 90, "meet_times": "MW 05:20PM-06:55PM", "location": "Kresge Clrm 321", "instructor": "Lashaw,A.", "class_number": 21665, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__200__01", "class_type": "LEC", "course_name": "Beg Student Teach", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzMiO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:00AM-10:45AM", "location": "McHenry Clrm 1253", "instructor": "Wilson,J.B.", "class_number": 21673, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__200__04", "class_type": "LEC", "course_name": "Beg Student Teach", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:30PM-07:15PM", "location": "McHenry Clrm 1253", "instructor": "Staff", "class_number": 21674, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__200__05", "class_type": "LEC", "course_name": "Beg Student Teach", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzUiO30%3D", "enroll_current": 0, "meet_times": "M 05:30PM-07:15PM", "location": "McHenry Clrm 0270", "instructor": "England,A.", "class_number": 21675, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__204__01", "class_type": "SEM", "course_name": "English Development", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDAiO30%3D", "enroll_current": 0, "meet_times": "M 02:00PM-05:00PM", "location": "McHenry Clrm 1253", "instructor": "Bunch,G.", "class_number": 22840, "enroll_max": 39}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__211__01", "class_type": "SEM", "course_name": "TopicsElemEducation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTQiO30%3D", "enroll_current": 2, "meet_times": "Th 04:00PM-05:30PM", "location": "Steven Acad 175", "instructor": "Tellez,K.T.", "class_number": 22694, "enroll_max": 68}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__212A__01", "class_type": "LEC", "course_name": "Biling&Biliteracy:A", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTYiO30%3D", "enroll_current": 0, "meet_times": "F 03:30PM-06:30PM", "location": "McHenry Clrm 0292", "instructor": "Johns,J.R.", "class_number": 22896, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__220__01", "class_type": "SEM", "course_name": "Reading & Lang Arts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzYiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:15PM", "location": "McHenry Clrm 1253", "instructor": "Scott,J.A.", "class_number": 21676, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__222__01", "class_type": "SEM", "course_name": "Math Learn & Teach", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzgiO30%3D", "enroll_current": 3, "meet_times": "TuTh 11:00AM-12:45PM", "location": "McHenry Clrm 1253", "instructor": "Wilson,J.B.", "class_number": 21678, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__226__01", "class_type": "SEM", "course_name": "English Teaching", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODAiO30%3D", "enroll_current": 0, "meet_times": "W 04:30PM-07:30PM", "location": "McHenry Clrm 0292", "instructor": "Staff", "class_number": 21680, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__228__01", "class_type": "LEC", "course_name": "Math Education", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzkiO30%3D", "enroll_current": 0, "meet_times": "Tu 02:00PM-05:00PM", "location": "McHenry Clrm 3148", "instructor": "Moschkovich,J.N.", "class_number": 21679, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__230__01", "class_type": "LEC", "course_name": "Sci Ed:Resrch/Pract", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzciO30%3D", "enroll_current": 0, "meet_times": "Tu 02:00PM-05:00PM", "location": "McHenry Clrm 0292", "instructor": "Ash,D.B.", "class_number": 21677, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__232__01", "class_type": "SEM", "course_name": "Social Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODEiO30%3D", "enroll_current": 0, "meet_times": "Tu 02:00PM-05:00PM", "location": "McHenry Clrm 0270", "instructor": "Staff", "class_number": 21681, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__235__01", "class_type": "SEM", "course_name": "Intr Educat Inquiry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzIiO30%3D", "enroll_current": 3, "meet_times": "M 02:00PM-05:00PM", "location": "McHenry Clrm 3170", "instructor": "Scott,J.A.", "class_number": 21672, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__262__01", "class_type": "SEM", "course_name": "Cultural Context Ed", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODIiO30%3D", "enroll_current": 7, "meet_times": "Tu 12:00PM-03:00PM", "location": "McHenry Clrm 3170", "instructor": "Staff", "class_number": 21682, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__080S__01", "class_type": "LEC", "course_name": "Sustn Eng/Pract", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDUiO30%3D", "enroll_current": 61, "meet_times": "MWF 12:00PM-01:05PM", "location": "Oakes Acad 105", "instructor": "Staff", "class_number": 22805, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__101__01", "class_type": "LEC", "course_name": "Intro Elec Circuits", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODMiO30%3D", "enroll_current": 74, "meet_times": "MWF 01:20PM-02:25PM", "location": "J Baskin Engr 152", "instructor": "Abrahamsson,S.", "class_number": 21683, "enroll_max": 74}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__101L__01", "class_type": "LAB", "course_name": "Intr Elec Circ Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODQiO30%3D", "enroll_current": 74, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Abrahamsson,S.", "class_number": 21684, "enroll_max": 74}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__103__01", "class_type": "LEC", "course_name": "Signals & Systems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTEiO30%3D", "enroll_current": 63, "meet_times": "MWF 02:40PM-03:45PM", "location": "J Baskin Engr 152", "instructor": "Kang,S.M.", "class_number": 21691, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__103L__01", "class_type": "LAB", "course_name": "Signals Systems Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTIiO30%3D", "enroll_current": 60, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kang,S.M.", "class_number": 22912, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__129A__01", "class_type": "LEC", "course_name": "Capstone Project I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTIiO30%3D", "enroll_current": 26, "meet_times": "MWF 12:00PM-01:05PM", "location": "Engineer 2 180", "instructor": "Petersen,S.C.", "class_number": 23012, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__129A__02", "class_type": "LEC", "course_name": "Capstone Project I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTMiO30%3D", "enroll_current": 8, "meet_times": "MWF 01:20PM-02:25PM", "location": "Engineer 2 180", "instructor": "Staff", "class_number": 23013, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__130__01", "class_type": "LEC", "course_name": "Optoelect/Photonics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTIiO30%3D", "enroll_current": 38, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Kresge Clrm 327", "instructor": "Yanik,A.", "class_number": 21692, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__130L__01", "class_type": "LAB", "course_name": "Optoelectronics Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTMiO30%3D", "enroll_current": 20, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Yanik,A.", "class_number": 21693, "enroll_max": 29}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__145__01", "class_type": "LEC", "course_name": "Props Of Materials", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTgiO30%3D", "enroll_current": 69, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 075", "instructor": "Kobayashi,N.P.", "class_number": 21698, "enroll_max": 69}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__145L__01", "class_type": "LAB", "course_name": "Props Of Matrls Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MDEiO30%3D", "enroll_current": 69, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kobayashi,N.P.", "class_number": 21701, "enroll_max": 69}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__154__01", "class_type": "LEC", "course_name": "Feedback Cntrl Syst", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTIiO30%3D", "enroll_current": 59, "meet_times": "MWF 09:20AM-10:25AM", "location": "Steven Acad 175", "instructor": "Milutinovic,D.", "class_number": 21712, "enroll_max": 85}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__172__01", "class_type": "LEC", "course_name": "Adv Analog Circuits", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjciO30%3D", "enroll_current": 12, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Engineer 2 192", "instructor": "Pedrotti,K.", "class_number": 22727, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__173__01", "class_type": "LEC", "course_name": "Hi-Spd Digtl Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzkiO30%3D", "enroll_current": 2, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 159", "instructor": "Petersen,S.C.", "class_number": 21379, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__173L__01", "class_type": "LAB", "course_name": "Hi-Spd Digtl Des Lb", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODAiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Petersen,S.C.", "class_number": 21380, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__175__01", "class_type": "LEC", "course_name": "Energy Gen Control", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjIiO30%3D", "enroll_current": 24, "meet_times": "TuTh 09:50AM-11:25AM", "location": "N", "instructor": "Parsa,L.", "class_number": 22922, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__175L__01", "class_type": "LAB", "course_name": "Energy Gen/Ctrl Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTgiO30%3D", "enroll_current": 24, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Parsa,L.", "class_number": 22918, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__216__01", "class_type": "LEC", "course_name": "Nanomaterial Devices", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzUiO30%3D", "enroll_current": 4, "meet_times": "MW 07:10PM-08:45PM", "location": "J Baskin Engr 156", "instructor": "Kobayashi,N.P.", "class_number": 22875, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__216__50", "class_type": "LEC", "course_name": "Nanomaterial Devices", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzYiO30%3D", "enroll_current": 1, "meet_times": "MW 07:10PM-08:45PM", "location": "SiliconValleyCtr", "instructor": "Kobayashi,N.P.", "class_number": 22876, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__221__01", "class_type": "LEC", "course_name": "Adv Analog Circuits", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTciO30%3D", "enroll_current": 12, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Engineer 2 192", "instructor": "Pedrotti,K.", "class_number": 21717, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__221__50", "class_type": "LEC", "course_name": "Adv Analog Circuits", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "SiliconValleyCtr", "instructor": "Pedrotti,K.", "class_number": 21718, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__227__01", "class_type": "LEC", "course_name": "Fund Semicond Phys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTgiO30%3D", "enroll_current": 6, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 156", "instructor": "Yamada,T.", "class_number": 23118, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__227__50", "class_type": "LEC", "course_name": "Fund Semicond Phys", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTkiO30%3D", "enroll_current": 1, "meet_times": "TuTh 05:20PM-06:55PM", "location": "SiliconValleyCtr", "instructor": "Yamada,T.", "class_number": 23119, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__230__01", "class_type": "LEC", "course_name": "Optical Fiber Comm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTkiO30%3D", "enroll_current": 38, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Kresge Clrm 327", "instructor": "Yanik,A.", "class_number": 21719, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__241__01", "class_type": "LEC", "course_name": "FeedbackContrlSystm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTEiO30%3D", "enroll_current": 26, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 1 110", "instructor": "Sanfelice,R.G.", "class_number": 22711, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__251__01", "class_type": "LEC", "course_name": "Digital Communicatn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjAiO30%3D", "enroll_current": 5, "meet_times": "TuTh 07:10PM-08:45PM", "location": "J Baskin Engr 156", "instructor": "Friedlander,B.", "class_number": 21720, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__251__50", "class_type": "LEC", "course_name": "Digital Communicatn", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjEiO30%3D", "enroll_current": 2, "meet_times": "TuTh 07:10PM-08:45PM", "location": "SiliconValleyCtr", "instructor": "Friedlander,B.", "class_number": 21721, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__261__01", "class_type": "LEC", "course_name": "ErrorControlCoding", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjgiO30%3D", "enroll_current": 15, "meet_times": "MW 05:20PM-06:55PM", "location": "J Baskin Engr 165", "instructor": "Sadjadpour,H.R.", "class_number": 23768, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280A__01", "class_type": "SEM", "course_name": "Applied Microscopy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Abrahamsson,S.", "class_number": 23276, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280B__01", "class_type": "SEM", "course_name": "Intgr Bioelect Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Rolandi,M.A.", "class_number": 22771, "enroll_max": 6}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280N__01", "class_type": "SEM", "course_name": "Nanophotonics Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Yanik,A.", "class_number": 23189, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280O__01", "class_type": "SEM", "course_name": "Applied Optics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Schmidt,H.", "class_number": 22751, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280Z__01", "class_type": "SEM", "course_name": "Smart Grids & Data", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Zhang,Y.", "class_number": 23277, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__290__01", "class_type": "SEM", "course_name": "EE Graduate Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTYiO30%3D", "enroll_current": 8, "meet_times": "M 10:40AM-11:45AM", "location": "Engineer 2 192", "instructor": "Abrahamsson,S.", "class_number": 22716, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__293__01", "class_type": "SEM", "course_name": "Adv Topics in EE", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDgiO30%3D", "enroll_current": 4, "meet_times": "TuTh 03:20PM-04:55PM", "location": "J Baskin Engr 156", "instructor": "Corzine,K.", "class_number": 22708, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__293__50", "class_type": "SEM", "course_name": "Adv Topics in EE", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "SiliconValleyCtr", "instructor": "Corzine,K.", "class_number": 22709, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__015__01", "class_type": "FLD", "course_name": "Naturl History UCSC", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzkiO30%3D", "enroll_current": 0, "meet_times": "F 08:15AM-11:45AM", "location": "Nat Sci 2 229", "instructor": "Carle,R.D.", "class_number": 21779, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__024__01", "class_type": "LEC", "course_name": "General Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODAiO30%3D", "enroll_current": 85, "meet_times": "MWF 01:20PM-02:25PM", "location": "Humn Lecture Hall", "instructor": "Finkelstein,M.E.", "class_number": 21780, "enroll_max": 186}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__080B__01", "class_type": "LEC", "course_name": "Forecast Globl Warm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODEiO30%3D", "enroll_current": 9, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Earth", "instructor": "Loik,M.E.", "class_number": 21781, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__106A__01", "class_type": "LEC", "course_name": "Natural Hist Birds", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODIiO30%3D", "enroll_current": 25, "meet_times": "MW 08:00AM-10:25AM", "location": "ISB 221", "instructor": "Carle,R.D.", "class_number": 21782, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115A__01", "class_type": "LEC", "course_name": "GIS & Envnmtl Applc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODMiO30%3D", "enroll_current": 74, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Acad 150", "instructor": "Nereson,A.L.", "class_number": 21783, "enroll_max": 130}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__01", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODQiO30%3D", "enroll_current": 20, "meet_times": "Tu 12:00PM-03:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21784, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__02", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODUiO30%3D", "enroll_current": 13, "meet_times": "Tu 04:00PM-07:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21785, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__03", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODYiO30%3D", "enroll_current": 12, "meet_times": "W 09:00AM-12:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21786, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__04", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODciO30%3D", "enroll_current": 18, "meet_times": "W 01:00PM-04:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21787, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__05", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODgiO30%3D", "enroll_current": 6, "meet_times": "Th 12:00PM-03:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21788, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__06", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODkiO30%3D", "enroll_current": 5, "meet_times": "Th 04:00PM-07:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21789, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__120__01", "class_type": "LEC", "course_name": "Conservation Biology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTAiO30%3D", "enroll_current": 47, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 221", "instructor": "Ross,K.M.", "class_number": 21790, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__121__01", "class_type": "LEC", "course_name": "Landscape Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODciO30%3D", "enroll_current": 35, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ISB 431", "instructor": "Zhu,K.", "class_number": 23887, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130A__01", "class_type": "LEC", "course_name": "Agroeco & Sust Ag", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTEiO30%3D", "enroll_current": 49, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Thim Lecture 001", "instructor": "Shennan,C.", "class_number": 21791, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130L__01", "class_type": "LAB", "course_name": "Agroeco & Sust Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTIiO30%3D", "enroll_current": 8, "meet_times": "M 08:30AM-11:30AM", "location": "Agroecology 103", "instructor": "Shennan,C.", "class_number": 21792, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130L__02", "class_type": "LAB", "course_name": "Agroeco & Sust Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTMiO30%3D", "enroll_current": 20, "meet_times": "Tu 08:30AM-11:30AM", "location": "Agroecology 103", "instructor": "Shennan,C.", "class_number": 21793, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130L__03", "class_type": "LAB", "course_name": "Agroeco & Sust Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTQiO30%3D", "enroll_current": 10, "meet_times": "W 08:30AM-11:30AM", "location": "Agroecology 103", "instructor": "Shennan,C.", "class_number": 21794, "enroll_max": 23}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130L__04", "class_type": "LAB", "course_name": "Agroeco & Sust Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTUiO30%3D", "enroll_current": 9, "meet_times": "Th 08:30AM-11:30AM", "location": "Agroecology 103", "instructor": "Shennan,C.", "class_number": 21795, "enroll_max": 23}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__141__01", "class_type": "LEC", "course_name": "Ecological Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTYiO30%3D", "enroll_current": 35, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 431", "instructor": "Millard-Ball,A.S.", "class_number": 21796, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__145__01", "class_type": "LEC", "course_name": "Green Cities", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDYiO30%3D", "enroll_current": 35, "meet_times": "TuTh 03:20PM-04:55PM", "location": "ISB 221", "instructor": "Millard-Ball,A.S.", "class_number": 23246, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__158__01", "class_type": "SEM", "course_name": "Pol Ecol & Socl Chg", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTciO30%3D", "enroll_current": 35, "meet_times": "TuTh 05:20PM-06:55PM", "location": "ISB 221", "instructor": "Artiga-Purcell,J.A.", "class_number": 21797, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__167__01", "class_type": "LEC", "course_name": "Freshwater/Wetland", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTgiO30%3D", "enroll_current": 40, "meet_times": "MWF 10:40AM-11:45AM", "location": "ISB 221", "instructor": "Monsen,K.L.", "class_number": 21798, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__167L__01", "class_type": "LAB", "course_name": "Freshwater Eco Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDYiO30%3D", "enroll_current": 20, "meet_times": "F 01:30PM-04:30PM", "location": "Nat Sci 2 229", "instructor": "Monsen,K.L.", "class_number": 22706, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__177__01", "class_type": "SEM", "course_name": "TeachEnvironEduc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTEiO30%3D", "enroll_current": 26, "meet_times": "TuTh 08:00AM-09:35AM", "location": "ISB 221", "instructor": "Cohen,W.L.", "class_number": 22911, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__189__01", "class_type": "SEM", "course_name": "Research Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTYiO30%3D", "enroll_current": 0, "meet_times": "M 12:00PM-01:05PM", "location": "ISB 221", "instructor": "Staff", "class_number": 22756, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__196__01", "class_type": "SEM", "course_name": "Senior Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTgiO30%3D", "enroll_current": 6, "meet_times": "W 12:00PM-03:00PM", "location": "ISB 455", "instructor": "Rittelmeyer,P.F.", "class_number": 23358, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__196__02", "class_type": "SEM", "course_name": "Senior Seminar", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTkiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23359, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__201A__01", "class_type": "SEM", "course_name": "Research Approaches", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTkiO30%3D", "enroll_current": 7, "meet_times": "MW 10:10AM-11:45AM", "location": "ISB 455", "instructor": "Holl,K.D.", "class_number": 21799, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__215A__01", "class_type": "SEM", "course_name": "Gis & Envnmtl Applc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Acad 150", "instructor": "Nereson,A.L.", "class_number": 22720, "enroll_max": 130}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__215L__01", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjEiO30%3D", "enroll_current": 0, "meet_times": "Tu 12:00PM-03:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 22721, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__290__01", "class_type": "SEM", "course_name": "Interdis Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDAiO30%3D", "enroll_current": 6, "meet_times": "M 12:00PM-01:05PM", "location": "ISB 221", "instructor": "Staff", "class_number": 21800, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__290L__01", "class_type": "LAB", "course_name": "Research Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDEiO30%3D", "enroll_current": 5, "meet_times": "M 02:40PM-03:45PM", "location": "ISB 455", "instructor": "Loik,M.E.", "class_number": 21801, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__01", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDIiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Campbell,J.J.", "class_number": 21802, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__02", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Cheng,W.", "class_number": 21803, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__03", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Fairbairn,M.P.", "class_number": 21804, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__04", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Gilbert,G.S.", "class_number": 21805, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__05", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Haddad,B.M.", "class_number": 21806, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__06", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Holl,K.D.", "class_number": 21807, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__07", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Loik,M.E.", "class_number": 21808, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__08", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lu,F.E.", "class_number": 21809, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__09", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTAiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Millard-Ball,A.S.", "class_number": 21810, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__10", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Philpott,S.M.", "class_number": 21811, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__11", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Press,D.M.", "class_number": 21812, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__12", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Rajan,S.R.", "class_number": 21813, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__13", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Shennan,C.", "class_number": 21814, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__14", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wilmers,C.C.", "class_number": 21815, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__15", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTYiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Zhu,K.", "class_number": 21816, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__16", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyOTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kapuscinski,A.", "class_number": 24290, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ESCI__160__01", "class_type": "LEC", "course_name": "Data Analysis Envs", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyMDAiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 24200, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__020A__01", "class_type": "LEC", "course_name": "Intro Film Studies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MjAiO30%3D", "enroll_current": 98, "meet_times": "MW 04:00PM-05:35PM", "location": "Humn Lecture Hall", "instructor": "Limbrick,P.E.", "class_number": 21820, "enroll_max": 98}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__020A__01", "class_type": "LEC", "course_name": "Intro Film Studies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MjAiO30%3D", "enroll_current": 98, "meet_times": "M 05:50PM-08:50PM", "location": "Humn Lecture Hall", "instructor": "Limbrick,P.E.", "class_number": 21820, "enroll_max": 98}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__080M__01", "class_type": "LEC", "course_name": "Understanding Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjMiO30%3D", "enroll_current": 145, "meet_times": "TuTh 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Shanken,E.A.", "class_number": 23323, "enroll_max": 145}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__080S__01", "class_type": "LEC", "course_name": "Sp Top Film/Dig Med", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTQiO30%3D", "enroll_current": 50, "meet_times": "WF 12:50PM-02:25PM", "location": "Commun Bldg 150", "instructor": "Ruiz,S.", "class_number": 22794, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__132A__01", "class_type": "LEC", "course_name": "Internatnl Cinema", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MzEiO30%3D", "enroll_current": 70, "meet_times": "TuTh 11:40AM-02:40PM", "location": "Commun Bldg 150", "instructor": "Wang,Y.", "class_number": 21831, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__134B__01", "class_type": "LEC", "course_name": "Amer Film:1960-Pres", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MzgiO30%3D", "enroll_current": 120, "meet_times": "TuTh 03:20PM-06:20PM", "location": "J Bask Aud 101", "instructor": "Kahana,J.", "class_number": 21838, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__150__01", "class_type": "SEM", "course_name": "Screenwriting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTEiO30%3D", "enroll_current": 17, "meet_times": "F 10:40AM-02:40PM", "location": "Commun Bldg 113", "instructor": "V.,N.", "class_number": 21851, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__162__01", "class_type": "LEC", "course_name": "Film Authors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTIiO30%3D", "enroll_current": 50, "meet_times": "MW 03:30PM-06:30PM", "location": "Commun Bldg 150", "instructor": "Stamp,S.", "class_number": 21852, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__170A__01", "class_type": "STU", "course_name": "Digital Media Prod", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTMiO30%3D", "enroll_current": 16, "meet_times": "TuTh 10:45AM-01:15PM", "location": "Porter Acad 240", "instructor": "Staff", "class_number": 21853, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__170B__01", "class_type": "STU", "course_name": "Film/Video Productn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTQiO30%3D", "enroll_current": 22, "meet_times": "MW 10:40AM-01:05PM", "location": "Commun Bldg 130", "instructor": "Archer,C.M.", "class_number": 21854, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__170B__01", "class_type": "STU", "course_name": "Film/Video Productn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTQiO30%3D", "enroll_current": 22, "meet_times": "W 01:05PM-02:35PM", "location": "Commun Bldg 140", "instructor": "Archer,C.M.", "class_number": 21854, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__171A__01", "class_type": "STU", "course_name": "Prod Workshop-Sound", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTUiO30%3D", "enroll_current": 14, "meet_times": "MW 02:40PM-05:05PM", "location": "Commun Bldg 130", "instructor": "Friz,A.M.", "class_number": 21855, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__171S__01", "class_type": "STU", "course_name": "Spec Topics in Prod", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDQiO30%3D", "enroll_current": 7, "meet_times": "TuTh 03:20PM-05:50PM", "location": "Commun Bldg 113", "instructor": "Staff", "class_number": 23244, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__172__01", "class_type": "STU", "course_name": "NarrativeVideoWksp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTYiO30%3D", "enroll_current": 17, "meet_times": "Th 12:15PM-01:45PM", "location": "Commun Bldg 140", "instructor": "Archer,C.M.", "class_number": 21856, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__172__01", "class_type": "STU", "course_name": "NarrativeVideoWksp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTYiO30%3D", "enroll_current": 17, "meet_times": "TuTh 09:50AM-12:15PM", "location": "Commun Bldg 130", "instructor": "Archer,C.M.", "class_number": 21856, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__185D__01", "class_type": "LEC", "course_name": "Sound/Image Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTciO30%3D", "enroll_current": 37, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Commun Bldg 150", "instructor": "Friz,A.M.", "class_number": 21857, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__185S__01", "class_type": "LEC", "course_name": "AdvTopicFilmStudies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjIiO30%3D", "enroll_current": 30, "meet_times": "MW 10:40AM-12:15PM", "location": "Commun Bldg 150", "instructor": "Horne,J.", "class_number": 22762, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__194C__01", "class_type": "SEM", "course_name": "New Media Theor Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTgiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:30PM", "location": "Commun Bldg 121", "instructor": "Murray,S.E.", "class_number": 21858, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__200C__01", "class_type": "SEM", "course_name": "Theory/Praxis 2", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDAiO30%3D", "enroll_current": 4, "meet_times": "M 03:30PM-06:30PM", "location": "Commun Bldg 139", "instructor": "Murray,S.E.", "class_number": 22940, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__224__01", "class_type": "SEM", "course_name": "Mediating Diff", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTAiO30%3D", "enroll_current": 9, "meet_times": "Th 06:30PM-09:30PM", "location": "Commun Bldg 139", "instructor": "Wang,Y.", "class_number": 22850, "enroll_max": 9}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__237__01", "class_type": "SEM", "course_name": "Graduate Critique", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTQiO30%3D", "enroll_current": 5, "meet_times": "W 12:00PM-03:00PM", "location": "Commun Bldg 139", "instructor": "Andrews,L.", "class_number": 23194, "enroll_max": 7}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__001__01", "class_type": "LEC", "course_name": "Feminist Stds Intro", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDUiO30%3D", "enroll_current": 105, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Humn Lecture Hall", "instructor": "Ochoa,M.", "class_number": 22605, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__040__01", "class_type": "LEC", "course_name": "Sexuality/Globalztn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTIiO30%3D", "enroll_current": 40, "meet_times": "MWF 12:00PM-01:05PM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 22892, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__075__01", "class_type": "LEC", "course_name": "FeministMethodologies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Humanities 1 320", "instructor": "Wondergem,T.R.", "class_number": 23820, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__080S__01", "class_type": "LEC", "course_name": "Women In Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjUiO30%3D", "enroll_current": 95, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Music Center 101", "instructor": "Merchant,T.H.", "class_number": 22225, "enroll_max": 400}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__110Q__01", "class_type": "LEC", "course_name": "Black Queer Culture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDMiO30%3D", "enroll_current": 49, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 179", "instructor": "Shange-Binion,S.T.", "class_number": 23903, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__188__01", "class_type": "LEC", "course_name": "Topics in FMST", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzYiO30%3D", "enroll_current": 26, "meet_times": "MW 05:20PM-06:55PM", "location": "N", "instructor": "Staff", "class_number": 23236, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__194O__01", "class_type": "SEM", "course_name": "Gender/Human Rights", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjMiO30%3D", "enroll_current": 16, "meet_times": "W 03:30PM-07:00PM", "location": "Humanities 1 316", "instructor": "Atanasoski,N.", "class_number": 22923, "enroll_max": 18}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__200__01", "class_type": "SEM", "course_name": "Feminist Theories", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjkiO30%3D", "enroll_current": 11, "meet_times": "M 02:00PM-05:00PM", "location": "Humanities 1 320", "instructor": "Mitchell,N.O.", "class_number": 23029, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__203__01", "class_type": "SEM", "course_name": "Feminist Pedagogies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzkiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23939, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__204__01", "class_type": "SEM", "course_name": "Ethno Writ Soc Doc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDEiO30%3D", "enroll_current": 11, "meet_times": "Tu 03:00PM-06:00PM", "location": "KresgeAnnex B 115", "instructor": "Ochoa,M.", "class_number": 22701, "enroll_max": 11}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__264__01", "class_type": "SEM", "course_name": "The Idea Of Africa", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzIiO30%3D", "enroll_current": 15, "meet_times": "W 03:00PM-06:00PM", "location": "Humanities 1 320", "instructor": "Dent,G.", "class_number": 21932, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__001__01", "class_type": "LEC", "course_name": "French: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTkiO30%3D", "enroll_current": 20, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 2 165", "instructor": "Cailloux,R.", "class_number": 21859, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__001__02", "class_type": "LEC", "course_name": "French: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjAiO30%3D", "enroll_current": 22, "meet_times": "MWF 04:00PM-05:05PM", "location": "Soc Sci 2 165", "instructor": "Rohmer,C.", "class_number": 21860, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__001__03", "class_type": "LEC", "course_name": "French: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjEiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 165", "instructor": "Rohmer,C.", "class_number": 21861, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__002__01", "class_type": "LEC", "course_name": "French: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjIiO30%3D", "enroll_current": 9, "meet_times": "MWF 04:00PM-05:05PM", "location": "Hum ", "instructor": "Hutchison,G.K.", "class_number": 21862, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__003__01", "class_type": "LEC", "course_name": "French: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjMiO30%3D", "enroll_current": 14, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 159", "instructor": "Siskin,H.", "class_number": 21863, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__004__01", "class_type": "LEC", "course_name": "French: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjQiO30%3D", "enroll_current": 18, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 1 145", "instructor": "Hutchison,G.K.", "class_number": 21864, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__005__01", "class_type": "LEC", "course_name": "French: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjUiO30%3D", "enroll_current": 9, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 159", "instructor": "Siskin,H.", "class_number": 21865, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__111__01", "class_type": "LEC", "course_name": "Stylistics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjYiO30%3D", "enroll_current": 11, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 165", "instructor": "Cailloux,R.", "class_number": 21866, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__200__50", "class_type": "STU", "course_name": "Game Design Systems", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTMiO30%3D", "enroll_current": 25, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24053, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__230__50", "class_type": "LEC", "course_name": "Game Engineering", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTQiO30%3D", "enroll_current": 19, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23214, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__235__50", "class_type": "LEC", "course_name": "Game Development I", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTQiO30%3D", "enroll_current": 14, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24054, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__280A__01", "class_type": "SEM", "course_name": "Games Proseminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTYiO30%3D", "enroll_current": 5, "meet_times": "M 04:00PM-05:05PM", "location": "Engineer 2 194", "instructor": "Staff", "class_number": 24056, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__280A__50", "class_type": "SEM", "course_name": "Games Proseminar", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTUiO30%3D", "enroll_current": 17, "meet_times": "M 04:00PM-05:05PM", "location": "SiliconValleyCtr", "instructor": "Staff", "class_number": 24055, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GERM__001__01", "class_type": "LEC", "course_name": "German: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjciO30%3D", "enroll_current": 12, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 2 167", "instructor": "Roots,J.", "class_number": 21867, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GERM__001__02", "class_type": "LEC", "course_name": "German: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjgiO30%3D", "enroll_current": 14, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 167", "instructor": "Roots,J.", "class_number": 21868, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GERM__001__03", "class_type": "LEC", "course_name": "German: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjkiO30%3D", "enroll_current": 21, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 167", "instructor": "Roots,J.", "class_number": 21869, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GERM__004__01", "class_type": "LEC", "course_name": "German: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzAiO30%3D", "enroll_current": 10, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 1 145", "instructor": "Gavande,G.A.", "class_number": 21870, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GREE__001__01", "class_type": "LEC", "course_name": "Elem Ancient Greek", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzEiO30%3D", "enroll_current": 9, "meet_times": "MWF 12:00PM-01:05PM", "location": "PhysSciences 140", "instructor": "Staff", "class_number": 21871, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__024__01", "class_type": "LEC", "course_name": "SE Asia Visual Cul", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTciO30%3D", "enroll_current": 75, "meet_times": "MW 05:20PM-06:55PM", "location": "Oakes Acad 105", "instructor": "Ly,B.J.", "class_number": 22897, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__040__01", "class_type": "LEC", "course_name": "Museum Cultures", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzIiO30%3D", "enroll_current": 67, "meet_times": "MWF 10:40AM-11:45AM", "location": "Oakes Acad 105", "instructor": "Gonzalez,J.A.", "class_number": 21872, "enroll_max": 72}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__045__01", "class_type": "LEC", "course_name": "Photography Now", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjUiO30%3D", "enroll_current": 68, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Earth", "instructor": "Murray,D.C.", "class_number": 22965, "enroll_max": 135}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__070__01", "class_type": "LEC", "course_name": "Pacific Islands Art", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzkiO30%3D", "enroll_current": 53, "meet_times": "MWF 09:20AM-10:25AM", "location": "Oakes Acad 105", "instructor": "Staff", "class_number": 21879, "enroll_max": 85}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__116__01", "class_type": "LEC", "course_name": "AfricanArchitecture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTkiO30%3D", "enroll_current": 22, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 071", "instructor": "Cameron,E.L.", "class_number": 22719, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__141K__01", "class_type": "LEC", "course_name": "Activst Art 1960 On", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODEiO30%3D", "enroll_current": 50, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Steven Acad 150", "instructor": "Demos,T.", "class_number": 21881, "enroll_max": 132}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__143E__01", "class_type": "LEC", "course_name": "History of Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjAiO30%3D", "enroll_current": 64, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 2 071", "instructor": "Narath,A.", "class_number": 23120, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__160A__01", "class_type": "LEC", "course_name": "Visual Cltr: Mexico", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODAiO30%3D", "enroll_current": 69, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 105", "instructor": "Dean,C.", "class_number": 21880, "enroll_max": 140}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__180A__01", "class_type": "LEC", "course_name": "Global Contemp Art", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjAiO30%3D", "enroll_current": 22, "meet_times": "MWF 01:20PM-02:25PM", "location": "R Carson Acad 240", "instructor": "Staff", "class_number": 23760, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__191P__01", "class_type": "SEM", "course_name": "Topics Contemp Art", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjAiO30%3D", "enroll_current": 16, "meet_times": "TuTh 03:20PM-04:55PM", "location": "McHenry Clrm 1262", "instructor": "Shanken,E.A.", "class_number": 23360, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__191W__01", "class_type": "SEM", "course_name": "ArtDisasterRslience", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjEiO30%3D", "enroll_current": 7, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Acad 245", "instructor": "Parry,K.T.", "class_number": 23321, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__201A__01", "class_type": "SEM", "course_name": "Intro Visual Studies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzQiO30%3D", "enroll_current": 8, "meet_times": "M 01:00PM-04:00PM", "location": "Porter Acad 245", "instructor": "Gonzalez,J.A.", "class_number": 22874, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__204__01", "class_type": "SEM", "course_name": "Grant Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzciO30%3D", "enroll_current": 6, "meet_times": "Tu 01:00PM-02:30PM", "location": "Porter Acad 245", "instructor": "Ly,B.J.", "class_number": 23037, "enroll_max": 7}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__205__01", "class_type": "SEM", "course_name": "Grant Writing in VS", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjUiO30%3D", "enroll_current": 4, "meet_times": "Tu 02:30PM-04:00PM", "location": "Porter Acad 245", "instructor": "Ly,B.J.", "class_number": 23225, "enroll_max": 8}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__233__01", "class_type": "SEM", "course_name": "ContempArt & Vis Cltr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDYiO30%3D", "enroll_current": 17, "meet_times": "Th 01:00PM-04:00PM", "location": "Porter Acad 245", "instructor": "Murray,D.C.", "class_number": 23006, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HEBR__001__01", "class_type": "LEC", "course_name": "Hebrew: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODgiO30%3D", "enroll_current": 24, "meet_times": "MWF 09:20AM-10:25AM", "location": "J Baskin Engr 165", "instructor": "Stein-Rosen,G.", "class_number": 21888, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__010A__01", "class_type": "LEC", "course_name": "U.S. History To 1877", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4OTAiO30%3D", "enroll_current": 57, "meet_times": "MWF 09:20AM-10:25AM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 21890, "enroll_max": 57}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__011A__01", "class_type": "LEC", "course_name": "L.Amer ColonlPeriod", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDAiO30%3D", "enroll_current": 30, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 071", "instructor": "Diaz,M.E.", "class_number": 21900, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__040B__01", "class_type": "LEC", "course_name": "Modern East Asia", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTgiO30%3D", "enroll_current": 60, "meet_times": "MWF 10:40AM-11:45AM", "location": "Steven Acad 150", "instructor": "Christy,A.S.", "class_number": 23758, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__041__01", "class_type": "LEC", "course_name": "Making Mod Mid East", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDMiO30%3D", "enroll_current": 45, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Merrill Acad 102", "instructor": "Derr,J.L.", "class_number": 21903, "enroll_max": 57}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__070B__01", "class_type": "LEC", "course_name": "ModEurope 1815-pres", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4OTUiO30%3D", "enroll_current": 53, "meet_times": "MWF 09:20AM-10:25AM", "location": "Steven Acad 150", "instructor": "Thompson,B.A.", "class_number": 21895, "enroll_max": 53}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__077__01", "class_type": "LEC", "course_name": "Am Jewish History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODQiO30%3D", "enroll_current": 30, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Porter Acad 144", "instructor": "Staff", "class_number": 23284, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__100__01", "class_type": "LEC", "course_name": "His Skills & Methds", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDgiO30%3D", "enroll_current": 10, "meet_times": "TuTh 03:20PM-04:55PM", "location": "R Carson Acad 252", "instructor": "Brundage,D.T.", "class_number": 21908, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__101E__01", "class_type": "LEC", "course_name": "Global 1930s", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzUiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23335, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__110A__01", "class_type": "LEC", "course_name": "Colonial U S 1500.-1750", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTAiO30%3D", "enroll_current": 27, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Acad 144", "instructor": "Westerkamp,M.J.", "class_number": 21910, "enroll_max": 54}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__116A__01", "class_type": "SEM", "course_name": "Unchained Memory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTMiO30%3D", "enroll_current": 18, "meet_times": "MW 05:20PM-06:55PM", "location": "Merrill Acad 002", "instructor": "Jones,C.A.", "class_number": 23293, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__117__01", "class_type": "LEC", "course_name": "Wired Nation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDIiO30%3D", "enroll_current": 49, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 2 075", "instructor": "Lasar,M.", "class_number": 22742, "enroll_max": 53}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__128__01", "class_type": "LEC", "course_name": "Chicana/o History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTUiO30%3D", "enroll_current": 35, "meet_times": "TuTh 08:00AM-09:35AM", "location": "ClassroomUnit 001", "instructor": "Delgado,G.P.", "class_number": 21915, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__137A__01", "class_type": "LEC", "course_name": "Africa To 1800", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTIiO30%3D", "enroll_current": 25, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Clrm 131", "instructor": "Anthony,D.H.", "class_number": 21912, "enroll_max": 53}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__140D__01", "class_type": "LEC", "course_name": "Recent Chinese Hist", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTMiO30%3D", "enroll_current": 43, "meet_times": "MWF 02:40PM-03:45PM", "location": "Cowell Clrm 131", "instructor": "Hershatter,G.B.", "class_number": 22653, "enroll_max": 53}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__150F__01", "class_type": "LEC", "course_name": "Engendering Empires", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3ODkiO30%3D", "enroll_current": 42, "meet_times": "MW 05:20PM-06:55PM", "location": "Cowell Clrm 131", "instructor": "Aso,N.", "class_number": 23789, "enroll_max": 53}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__158A__01", "class_type": "SEM", "course_name": "Escapes: D.George", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTYiO30%3D", "enroll_current": 13, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Steven Acad 151", "instructor": "O'Malley,G.", "class_number": 23916, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__158C__01", "class_type": "LEC", "course_name": "Slavery in Atlantic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjgiO30%3D", "enroll_current": 57, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 075", "instructor": "O'Malley,G.", "class_number": 23128, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__159C__01", "class_type": "LEC", "course_name": "Temple and City", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjQiO30%3D", "enroll_current": 43, "meet_times": "TuTh 05:20PM-06:55PM", "location": "PhysSciences 110", "instructor": "Sullivan,E.A.", "class_number": 23124, "enroll_max": 53}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__167A__01", "class_type": "LEC", "course_name": "The First World War", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODgiO30%3D", "enroll_current": 53, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 2 071", "instructor": "Thompson,B.A.", "class_number": 23088, "enroll_max": 53}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__172A__01", "class_type": "LEC", "course_name": "German History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDkiO30%3D", "enroll_current": 35, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Cowell Acad 113", "instructor": "Kehler,E.H.", "class_number": 21909, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__190A__01", "class_type": "SEM", "course_name": "Latn Am Slavry/Race", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjMiO30%3D", "enroll_current": 8, "meet_times": "Th 04:00PM-07:00PM", "location": "Merrill Acad 003", "instructor": "Diaz,M.E.", "class_number": 21923, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__196H__01", "class_type": "SEM", "course_name": "Sex and the City", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTQiO30%3D", "enroll_current": 21, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 002", "instructor": "Matera,M.A.", "class_number": 23014, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__200__01", "class_type": "SEM", "course_name": "Methods & Theories", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjQiO30%3D", "enroll_current": 10, "meet_times": "M 08:30AM-11:30AM", "location": "Steven Acad 213", "instructor": "Davis,M.H.", "class_number": 21924, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__210B__01", "class_type": "SEM", "course_name": "Readings US History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjYiO30%3D", "enroll_current": 8, "meet_times": "F 12:30PM-03:30PM", "location": "Steven Acad 213", "instructor": "Brundage,D.T.", "class_number": 21926, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__230B__01", "class_type": "SEM", "course_name": "Engendering China", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjUiO30%3D", "enroll_current": 4, "meet_times": "W 09:00AM-12:00PM", "location": "Humanities 1 545", "instructor": "Hershatter,G.B.", "class_number": 21925, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__260__01", "class_type": "SEM", "course_name": "Making Space", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjgiO30%3D", "enroll_current": 14, "meet_times": "Tu 05:20PM-08:20PM", "location": "Humanities 1 545", "instructor": "Derr,J.L.", "class_number": 23028, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__280A__01", "class_type": "SEM", "course_name": "Teaching Pedagogy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjciO30%3D", "enroll_current": 11, "meet_times": "F 09:00AM-12:00PM", "location": "Steven Acad 213", "instructor": "Staff", "class_number": 21927, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__280B__01", "class_type": "SEM", "course_name": "Resrch & Grant Writ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjgiO30%3D", "enroll_current": 0, "meet_times": "F 09:00AM-12:00PM", "location": "Humanities 1 545", "instructor": "Delgado,G.P.", "class_number": 21928, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__280C__01", "class_type": "SEM", "course_name": "Job Market", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjkiO30%3D", "enroll_current": 6, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Delgado,G.P.", "class_number": 21929, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__080O__01", "class_type": "LEC", "course_name": "Popular Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTQiO30%3D", "enroll_current": 114, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 23294, "enroll_max": 114}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__120__01", "class_type": "LEC", "course_name": "What is a State?", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjUiO30%3D", "enroll_current": 60, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Porter Acad 144", "instructor": "Tomba,M.", "class_number": 23825, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__203A__01", "class_type": "SEM", "course_name": "Approach To HistCon", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzAiO30%3D", "enroll_current": 1, "meet_times": "Tu 02:00PM-05:00PM", "location": "Humanities 1 420", "instructor": "Bargu,B.", "class_number": 21930, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__226__01", "class_type": "SEM", "course_name": "Liberty/Resistance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDQiO30%3D", "enroll_current": 16, "meet_times": "W 02:00PM-05:00PM", "location": "Humanities 1 420", "instructor": "Tomba,M.", "class_number": 23804, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__232__01", "class_type": "SEM", "course_name": "Music/Social/Thought", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDMiO30%3D", "enroll_current": 9, "meet_times": "Th 09:00AM-12:00PM", "location": "Humanities 1 420", "instructor": "Porter,E.C.", "class_number": 23803, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__240__01", "class_type": "SEM", "course_name": "Univ Level Pedagogy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23566, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__264__01", "class_type": "SEM", "course_name": "The Idea Of Africa", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzEiO30%3D", "enroll_current": 15, "meet_times": "W 03:00PM-06:00PM", "location": "Humanities 1 320", "instructor": "Dent,G.", "class_number": 21931, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__001__01", "class_type": "LEC", "course_name": "Elem Italian Lang", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzUiO30%3D", "enroll_current": 18, "meet_times": "MWF 09:20AM-10:25AM", "location": "Hum ", "instructor": "Prencipe,M.A.", "class_number": 21935, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__001__02", "class_type": "LEC", "course_name": "Elem Italian Lang", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzYiO30%3D", "enroll_current": 7, "meet_times": "MWF 10:40AM-11:45AM", "location": "Hum ", "instructor": "Prencipe,M.A.", "class_number": 21936, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__001__03", "class_type": "LEC", "course_name": "Elem Italian Lang", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzciO30%3D", "enroll_current": 12, "meet_times": "MWF 12:00PM-01:05PM", "location": "Hum ", "instructor": "Centineo,G.", "class_number": 21937, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__001__04", "class_type": "LEC", "course_name": "Elem Italian Lang", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzgiO30%3D", "enroll_current": 5, "meet_times": "MWF 02:40PM-03:45PM", "location": "Hum ", "instructor": "Centineo,G.", "class_number": 21938, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__004__01", "class_type": "LEC", "course_name": "Italian: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzkiO30%3D", "enroll_current": 19, "meet_times": "MWF 01:20PM-02:25PM", "location": "Hum ", "instructor": "Centineo,G.", "class_number": 21939, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__100__01", "class_type": "LEC", "course_name": "Adv Ital Comp/Conv", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzgiO30%3D", "enroll_current": 7, "meet_times": "MWF 08:00AM-09:05AM", "location": "Hum ", "instructor": "Prencipe,M.A.", "class_number": 23138, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__01", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDAiO30%3D", "enroll_current": 24, "meet_times": "MWF 08:00AM-09:05AM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 21940, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__02", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDEiO30%3D", "enroll_current": 26, "meet_times": "MWF 09:20AM-10:25AM", "location": "Oakes Acad 106", "instructor": "Fujita,S.", "class_number": 21941, "enroll_max": 26}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__03", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDIiO30%3D", "enroll_current": 26, "meet_times": "MWF 10:40AM-11:45AM", "location": "Oakes Acad 106", "instructor": "Fujita,S.", "class_number": 21942, "enroll_max": 26}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__04", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDMiO30%3D", "enroll_current": 22, "meet_times": "MWF 01:20PM-02:25PM", "location": "Hum ", "instructor": "Fujita,S.", "class_number": 21943, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__05", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDQiO30%3D", "enroll_current": 26, "meet_times": "MWF 02:40PM-03:45PM", "location": "Merrill Acad 132", "instructor": "Okamoto,S.", "class_number": 21944, "enroll_max": 26}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__06", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDUiO30%3D", "enroll_current": 22, "meet_times": "MWF 04:00PM-05:05PM", "location": "Hum ", "instructor": "Bohn,M.T.", "class_number": 21945, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__004__01", "class_type": "LEC", "course_name": "Japanese: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDYiO30%3D", "enroll_current": 22, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 1 145", "instructor": "Yukawa,K.", "class_number": 21946, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__004__02", "class_type": "LEC", "course_name": "Japanese: Second Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDciO30%3D", "enroll_current": 22, "meet_times": "MWF 04:00PM-05:05PM", "location": "Soc Sci 1 145", "instructor": "Yukawa,K.", "class_number": 21947, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__103__01", "class_type": "LEC", "course_name": "Advanced Japanese", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDgiO30%3D", "enroll_current": 14, "meet_times": "MWF 04:00PM-05:05PM", "location": "Merrill Acad 132", "instructor": "Okamoto,S.", "class_number": 21948, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JWST__077__01", "class_type": "LEC", "course_name": "Am Jewish History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODciO30%3D", "enroll_current": 30, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Porter Acad 144", "instructor": "Staff", "class_number": 23287, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__01", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23690, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__01", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23690, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__02", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23693, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__02", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTMiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23693, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__03", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Kresge Rec 159", "instructor": "Staff", "class_number": 23696, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__03", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTYiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23696, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__04", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23699, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__04", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Rec 159", "instructor": "Staff", "class_number": 23699, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__05", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDIiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23702, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__05", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23702, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__06", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDUiO30%3D", "enroll_current": 2, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23705, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__06", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDUiO30%3D", "enroll_current": 2, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23705, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__07", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23708, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__07", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDgiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23708, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__08", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTEiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23711, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__08", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTEiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23711, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__09", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTQiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23714, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__09", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTQiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23714, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__10", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTciO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23717, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__10", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTciO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23717, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__11", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23720, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__11", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjAiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23720, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__012A__01", "class_type": "SEM", "course_name": "Service Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDkiO30%3D", "enroll_current": 0, "meet_times": "Tu 05:20PM-06:55PM", "location": "Kresge Acad 194", "instructor": "Staff", "class_number": 21949, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__018__01", "class_type": "FLD", "course_name": "Natural Hist Pract", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODgiO30%3D", "enroll_current": 25, "meet_times": "Tu 07:30AM-09:35AM", "location": "Kresge Acad 194", "instructor": "Carson,B.L.", "class_number": 23188, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__01", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23031, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__02", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzIiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23032, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__03", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Rec 159", "instructor": "Staff", "class_number": 23033, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__04", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 167", "instructor": "Staff", "class_number": 23034, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__05", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Rec 159", "instructor": "Staff", "class_number": 23035, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__06", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Hum ", "instructor": "Staff", "class_number": 23036, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LAAD__210__01", "class_type": "SEM", "course_name": "OralCommunication:TAs", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDkiO30%3D", "enroll_current": 3, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Hum ", "instructor": "Staff", "class_number": 22909, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__001__01", "class_type": "LEC", "course_name": "Intro Latin Amer St", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NTAiO30%3D", "enroll_current": 91, "meet_times": "MWF 09:20AM-10:25AM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 21950, "enroll_max": 170}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__080S__01", "class_type": "LEC", "course_name": "Sexualities/Genders", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjIiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23362, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__090__01", "class_type": "LEC", "course_name": "Contemporary Brazil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzkiO30%3D", "enroll_current": 19, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 075", "instructor": "Pinho,P.", "class_number": 23239, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__100__01", "class_type": "LEC", "course_name": "Concepts/Theories LALS", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzYiO30%3D", "enroll_current": 78, "meet_times": "MWF 08:00AM-09:05AM", "location": "Steven Acad 150", "instructor": "Arredondo,G.F.", "class_number": 22776, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__122__01", "class_type": "LEC", "course_name": "Media/Nationalism", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4ODkiO30%3D", "enroll_current": 33, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 071", "instructor": "Rivas,C.M.", "class_number": 22889, "enroll_max": 48}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__130__01", "class_type": "LEC", "course_name": "Expresiones en el cine", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjQiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23224, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__143J__01", "class_type": "LEC", "course_name": "Global Politic Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDIiO30%3D", "enroll_current": 14, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Engineer 2 194", "instructor": "Staff", "class_number": 23942, "enroll_max": 48}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__171__01", "class_type": "LEC", "course_name": "BrazilBlackWhite", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTkiO30%3D", "enroll_current": 6, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 1 153", "instructor": "Pinho,P.", "class_number": 23259, "enroll_max": 48}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__172__01", "class_type": "LEC", "course_name": "VisualizingHumanRights", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDEiO30%3D", "enroll_current": 38, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 179", "instructor": "Falcon,S.M.", "class_number": 22901, "enroll_max": 38}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__180__01", "class_type": "LEC", "course_name": "Borders:Real/Imagin", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjQiO30%3D", "enroll_current": 39, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 21964, "enroll_max": 39}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__194R__01", "class_type": "SEM", "course_name": "Violencia en Amer", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTgiO30%3D", "enroll_current": 21, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 1 145", "instructor": "Rivas,C.M.", "class_number": 22858, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__200__01", "class_type": "SEM", "course_name": "LatAm/Latina/o Stdy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjUiO30%3D", "enroll_current": 3, "meet_times": "Tu 08:15AM-11:15AM", "location": "Crown Clrm 104", "instructor": "Falcon,S.M.", "class_number": 21965, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__208__01", "class_type": "SEM", "course_name": "Politics Child/Youth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyNjAiO30%3D", "enroll_current": 6, "meet_times": "M 04:00PM-07:00PM", "location": "Crown Clrm 104", "instructor": "Taft,J.", "class_number": 24260, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LATN__001__01", "class_type": "LEC", "course_name": "Elementary Latin", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjYiO30%3D", "enroll_current": 19, "meet_times": "MWF 10:40AM-11:45AM", "location": "PhysSciences 140", "instructor": "Staff", "class_number": 21966, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LATN__001__02", "class_type": "LEC", "course_name": "Elementary Latin", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjciO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 21967, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__010__01", "class_type": "LEC", "course_name": "Intro Legal Process", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjgiO30%3D", "enroll_current": 93, "meet_times": "TuTh 05:20PM-06:55PM", "location": "ClassroomUnit 001", "instructor": "Gehring,J.S.", "class_number": 21968, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__105C__01", "class_type": "LEC", "course_name": "Modern Pol Thought", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzciO30%3D", "enroll_current": 69, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Thim Lecture 001", "instructor": "Thomas,M.C.", "class_number": 22377, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__109__01", "class_type": "LEC", "course_name": "Legal Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTQiO30%3D", "enroll_current": 50, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Cowell Clrm 131", "instructor": "Snickars,E.S.", "class_number": 22714, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__110__01", "class_type": "LEC", "course_name": "Law & Social Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTYiO30%3D", "enroll_current": 50, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 130", "instructor": "Gerston,L.", "class_number": 23356, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__111B__01", "class_type": "LEC", "course_name": "Civil Liberties", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjkiO30%3D", "enroll_current": 134, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ClassroomUnit 001", "instructor": "Beaumont,K.E.", "class_number": 22629, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__111C__01", "class_type": "LEC", "course_name": "IssuesConstitutionLaw", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjMiO30%3D", "enroll_current": 67, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 1 110", "instructor": "Coonerty,R.E.", "class_number": 22763, "enroll_max": 68}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__117__01", "class_type": "LEC", "course_name": "Sports Law Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzQiO30%3D", "enroll_current": 45, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Clrm 131", "instructor": "Gehring,J.S.", "class_number": 23274, "enroll_max": 48}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__120C__01", "class_type": "LEC", "course_name": "Capit Amer Pol Dev", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODgiO30%3D", "enroll_current": 99, "meet_times": "MWF 10:40AM-11:45AM", "location": "Thim Lecture 001", "instructor": "Bertram,E.C.", "class_number": 22388, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__128I__01", "class_type": "LEC", "course_name": "Race and Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTciO30%3D", "enroll_current": 99, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 321", "instructor": "Fukurai,H.", "class_number": 22517, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__159__01", "class_type": "LEC", "course_name": "Property and the Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzUiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 21975, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__196__01", "class_type": "LEC", "course_name": "Senior Capstone", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzYiO30%3D", "enroll_current": 36, "meet_times": "TuTh 11:40AM-01:15PM", "location": "J Baskin Engr 372", "instructor": "Patton,G.", "class_number": 21976, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__050__01", "class_type": "LEC", "course_name": "Intr To Linguistics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzciO30%3D", "enroll_current": 148, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Humn Lecture Hall", "instructor": "Bennett,R.T.", "class_number": 21977, "enroll_max": 178}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__053__01", "class_type": "LEC", "course_name": "Semantics I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTEiO30%3D", "enroll_current": 67, "meet_times": "MWF 10:40AM-11:45AM", "location": "Steven Acad 175", "instructor": "Brasoveanu,A.", "class_number": 21991, "enroll_max": 67}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__080D__01", "class_type": "LEC", "course_name": "Language and Mind", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTYiO30%3D", "enroll_current": 102, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Humn Lecture Hall", "instructor": "Wagers,M.W.", "class_number": 21996, "enroll_max": 201}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__102__01", "class_type": "LEC", "course_name": "Phonology II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTciO30%3D", "enroll_current": 38, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Acad 175", "instructor": "Ito,J.", "class_number": 21997, "enroll_max": 65}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__112__01", "class_type": "LEC", "course_name": "Syntax I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5ODciO30%3D", "enroll_current": 52, "meet_times": "MWF 12:00PM-01:05PM", "location": "Cowell Clrm 131", "instructor": "Hankamer,J.", "class_number": 21987, "enroll_max": 55}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__114A__01", "class_type": "SEM", "course_name": "Syntax III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDIiO30%3D", "enroll_current": 16, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Acad 222", "instructor": "Hankamer,J.", "class_number": 22002, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__140__01", "class_type": "LEC", "course_name": "Language Change", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDMiO30%3D", "enroll_current": 15, "meet_times": "MWF 09:20AM-10:25AM", "location": "Cowell Clrm 131", "instructor": "McGuire,G.L.", "class_number": 22003, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__151__01", "class_type": "LEC", "course_name": "Phonetic Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjQiO30%3D", "enroll_current": 23, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Steven Acad 151", "instructor": "Rysling,A.J.", "class_number": 22664, "enroll_max": 28}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__154__01", "class_type": "LEC", "course_name": "Lang/Social Identity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTciO30%3D", "enroll_current": 18, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 106", "instructor": "Sichel,I.", "class_number": 22857, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__211__01", "class_type": "SEM", "course_name": "Phonology A", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Lib 102", "instructor": "Bennett,R.T.", "class_number": 22006, "enroll_max": 14}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__221__01", "class_type": "LEC", "course_name": "Syntax A", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDciO30%3D", "enroll_current": 1, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Steven Lib 102", "instructor": "Toosarvandani,M.", "class_number": 22007, "enroll_max": 14}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__229__01", "class_type": "SEM", "course_name": "Syntax Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDgiO30%3D", "enroll_current": 1, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Lib 102", "instructor": "Shlonsky,U.", "class_number": 22008, "enroll_max": 14}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__231__01", "class_type": "SEM", "course_name": "Semantics A", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDkiO30%3D", "enroll_current": 0, "meet_times": "MW 08:00AM-09:35AM", "location": "Steven Lib 102", "instructor": "Brasoveanu,A.", "class_number": 22009, "enroll_max": 14}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__240__01", "class_type": "SEM", "course_name": "Pedagogy Of Ling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wagers,M.W.", "class_number": 22010, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__259__01", "class_type": "SEM", "course_name": "Phonetics Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzkiO30%3D", "enroll_current": 2, "meet_times": "MW 01:20PM-02:55PM", "location": "Steven Lib 102", "instructor": "Rysling,A.J.", "class_number": 22879, "enroll_max": 14}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__001__01", "class_type": "LEC", "course_name": "Literary Interpret", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTEiO30%3D", "enroll_current": 73, "meet_times": "TuTh 08:30AM-09:35AM", "location": "Merrill Acad 102", "instructor": "Keilen,S.", "class_number": 22011, "enroll_max": 74}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__061P__01", "class_type": "LEC", "course_name": "Reading Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTYiO30%3D", "enroll_current": 75, "meet_times": "MWF 04:00PM-05:05PM", "location": "Oakes Acad 105", "instructor": "Chen,C.S.", "class_number": 22016, "enroll_max": 75}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__061W__01", "class_type": "LEC", "course_name": "Writing & Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3ODgiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "PhysSciences 136", "instructor": "Staff", "class_number": 23788, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__061X__01", "class_type": "LEC", "course_name": "Tragedy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNDEiO30%3D", "enroll_current": 72, "meet_times": "MWF 09:20AM-10:25AM", "location": "J Bask Aud 101", "instructor": "Bassi,K.L.", "class_number": 23341, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__061Z__01", "class_type": "LEC", "course_name": "\u00a0", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDkiO30%3D", "enroll_current": 12, "meet_times": "MWF 02:40PM-03:45PM", "location": "Kresge Clrm 323", "instructor": "Aladro Font,J.", "class_number": 22049, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__080H__01", "class_type": "LEC", "course_name": "Politics of Fashion", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTkiO30%3D", "enroll_current": 125, "meet_times": "MWF 02:40PM-03:45PM", "location": "Humn Lecture Hall", "instructor": "Cooppan,V.", "class_number": 23299, "enroll_max": 125}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__01", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjkiO30%3D", "enroll_current": 13, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22029, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__01", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjkiO30%3D", "enroll_current": 13, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 141", "instructor": "Staff", "class_number": 22029, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__02", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzAiO30%3D", "enroll_current": 13, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22030, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__02", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzAiO30%3D", "enroll_current": 13, "meet_times": "MW 05:20PM-06:55PM", "location": "Cowell Acad 223", "instructor": "Staff", "class_number": 22030, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__03", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzEiO30%3D", "enroll_current": 13, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22031, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__03", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzEiO30%3D", "enroll_current": 13, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 2 141", "instructor": "Staff", "class_number": 22031, "enroll_max": 13}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__091A__01", "class_type": "SEM", "course_name": "Inter Fiction Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzMiO30%3D", "enroll_current": 14, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22033, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__091A__01", "class_type": "SEM", "course_name": "Inter Fiction Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzMiO30%3D", "enroll_current": 14, "meet_times": "MW 05:20PM-06:55PM", "location": "Oakes Acad 103", "instructor": "Staff", "class_number": 22033, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__091B__01", "class_type": "SEM", "course_name": "Inter Poetry Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzQiO30%3D", "enroll_current": 14, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 141", "instructor": "Staff", "class_number": 22034, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__091B__01", "class_type": "SEM", "course_name": "Inter Poetry Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzQiO30%3D", "enroll_current": 14, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22034, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__120F__01", "class_type": "LEC", "course_name": "Modern Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODMiO30%3D", "enroll_current": 25, "meet_times": "MWF 01:20PM-02:25PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23683, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__125H__01", "class_type": "LEC", "course_name": "Modern Arabic Novel", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTIiO30%3D", "enroll_current": 4, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Merrill Acad 130", "instructor": "Gomez-Rivas,C.", "class_number": 23312, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__126F__01", "class_type": "LEC", "course_name": "Speculative Fiction", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDAiO30%3D", "enroll_current": 46, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 1 110", "instructor": "Chen,C.S.", "class_number": 22040, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__130D__01", "class_type": "LEC", "course_name": "Global Middle Ages", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTkiO30%3D", "enroll_current": 25, "meet_times": "MWF 10:40AM-11:45AM", "location": "R Carson Acad 250", "instructor": "Kinoshita,S.A.", "class_number": 23219, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__133I__01", "class_type": "LEC", "course_name": "Global Japanese Lit", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTMiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "Cowell Acad 113", "instructor": "Staff", "class_number": 23313, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__135E__01", "class_type": "LEC", "course_name": "Hstorical Imaginary", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTEiO30%3D", "enroll_current": 37, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 071", "instructor": "Gillman,S.", "class_number": 22051, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__146B__01", "class_type": "LEC", "course_name": "Victorian Literature", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjYiO30%3D", "enroll_current": 44, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 1 110", "instructor": "Fox,R.A.", "class_number": 22026, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__146F__01", "class_type": "LEC", "course_name": "Dissent in America", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTQiO30%3D", "enroll_current": 25, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 323", "instructor": "Gruesz,K.S.", "class_number": 23314, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__151G__01", "class_type": "LEC", "course_name": "Eng Drama 1576-1642", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjgiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Earth", "instructor": "Heald,A.", "class_number": 23928, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__155H__01", "class_type": "LEC", "course_name": "The Horror Film", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDMiO30%3D", "enroll_current": 50, "meet_times": "W 07:10PM-09:30PM", "location": "Soc Sci 1 110", "instructor": "Leicester,H.M.", "class_number": 22043, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__155H__01", "class_type": "LEC", "course_name": "The Horror Film", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDMiO30%3D", "enroll_current": 50, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 1 110", "instructor": "Leicester,H.M.", "class_number": 22043, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__155N__01", "class_type": "LEC", "course_name": "Cinema in India", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTUiO30%3D", "enroll_current": 13, "meet_times": "Tu 07:10PM-10:10PM", "location": "Steven Acad 150", "instructor": "Sahota,G.S.", "class_number": 23315, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__155N__01", "class_type": "LEC", "course_name": "Cinema in India", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTUiO30%3D", "enroll_current": 13, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Cowell Com 134", "instructor": "Sahota,G.S.", "class_number": 23315, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__165C__01", "class_type": "LEC", "course_name": "Mesoamerican Lit", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzgiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23778, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__167E__01", "class_type": "LEC", "course_name": "Vampire in Pop Cltr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDciO30%3D", "enroll_current": 66, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Thim Lecture 001", "instructor": "Fox,R.A.", "class_number": 22947, "enroll_max": 66}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__168A__01", "class_type": "LEC", "course_name": "Cultr Islamic Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTYiO30%3D", "enroll_current": 12, "meet_times": "TuTh 01:30PM-03:05PM", "location": "N", "instructor": "Gomez-Rivas,C.", "class_number": 23316, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__169A__01", "class_type": "LEC", "course_name": "Race/Gender/Material", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTciO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "R Carson Acad 240", "instructor": "Wilson,R.V.", "class_number": 23317, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__179A__01", "class_type": "SEM", "course_name": "Adv Writing-Fiction", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzUiO30%3D", "enroll_current": 22, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Yamashita,K.T.", "class_number": 22035, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__179A__01", "class_type": "SEM", "course_name": "Adv Writing-Fiction", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzUiO30%3D", "enroll_current": 22, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 141", "instructor": "Yamashita,K.T.", "class_number": 22035, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__179B__01", "class_type": "SEM", "course_name": "Adv Writing-Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzYiO30%3D", "enroll_current": 14, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Acad 223", "instructor": "Young,G.E.", "class_number": 22036, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__179B__01", "class_type": "SEM", "course_name": "Adv Writing-Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzYiO30%3D", "enroll_current": 14, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Young,G.E.", "class_number": 22036, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__182J__01", "class_type": "SEM", "course_name": "Theorie", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTAiO30%3D", "enroll_current": 4, "meet_times": "MW 05:20PM-06:55PM", "location": "Hum ", "instructor": "Freccero,C.A.", "class_number": 23350, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__183B__01", "class_type": "LEC", "course_name": "Themen Literatur", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTciO30%3D", "enroll_current": 4, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Crown Clrm 104", "instructor": "Staff", "class_number": 23117, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__184D__01", "class_type": "SEM", "course_name": "Prose Authors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzgiO30%3D", "enroll_current": 6, "meet_times": "MWF 02:40PM-03:45PM", "location": "Cowell Acad 223", "instructor": "Devecka,M.J.", "class_number": 22038, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__186B__01", "class_type": "SEM", "course_name": "Roman Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzkiO30%3D", "enroll_current": 6, "meet_times": "MWF 10:40AM-11:45AM", "location": "Crown Clrm 104", "instructor": "Devecka,M.J.", "class_number": 22039, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__188H__01", "class_type": "LEC", "course_name": "Erotismo y Mistica", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjAiO30%3D", "enroll_current": 19, "meet_times": "MW 05:20PM-06:55PM", "location": "Steven Acad 152", "instructor": "Aladro Font,J.", "class_number": 22620, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__189C__01", "class_type": "LEC", "course_name": "Intro a Span Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNDgiO30%3D", "enroll_current": 28, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 075", "instructor": "Smith,A.M.", "class_number": 23048, "enroll_max": 64}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__189S__01", "class_type": "LEC", "course_name": "Cultura popular", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTAiO30%3D", "enroll_current": 10, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Steven Acad 152", "instructor": "Poblete,J.E.", "class_number": 22050, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__190I__01", "class_type": "SEM", "course_name": "Individual Authors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjEiO30%3D", "enroll_current": 14, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Hum ", "instructor": "Godzich,W.B.", "class_number": 22621, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__190I__02", "class_type": "SEM", "course_name": "Individual Authors", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjIiO30%3D", "enroll_current": 7, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 145", "instructor": "Leicester,H.M.", "class_number": 22622, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__190Y__01", "class_type": "SEM", "course_name": "Mod Jewish Lit/Cultr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTUiO30%3D", "enroll_current": 9, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 1 145", "instructor": "Thompson,B.A.", "class_number": 22995, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__200__01", "class_type": "SEM", "course_name": "Proseminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjMiO30%3D", "enroll_current": 4, "meet_times": "Tu 05:20PM-08:20PM", "location": "Humanities 1 620", "instructor": "Greene,J.", "class_number": 22023, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__201__01", "class_type": "SEM", "course_name": "Pedagogy of Literat", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjQiO30%3D", "enroll_current": 2, "meet_times": "Th 08:00AM-09:35AM", "location": "Humanities 1 620", "instructor": "Staff", "class_number": 22024, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__222__01", "class_type": "SEM", "course_name": "English Lang Lit", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjUiO30%3D", "enroll_current": 5, "meet_times": "Th 01:30PM-04:30PM", "location": "Humanities 1 620", "instructor": "Gruesz,K.S.", "class_number": 22025, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__250__01", "class_type": "SEM", "course_name": "Theory and Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTIiO30%3D", "enroll_current": 4, "meet_times": "Th 07:10PM-10:10PM", "location": "Humanities 1 620", "instructor": "Wilson,R.J.", "class_number": 22052, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__251__01", "class_type": "SEM", "course_name": "TopicsCultrlStudies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTMiO30%3D", "enroll_current": 1, "meet_times": "Tu 01:30PM-04:30PM", "location": "Humanities 1 620", "instructor": "Kinoshita,S.A.", "class_number": 22053, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__279A__01", "class_type": "SEM", "course_name": "Methods and Materials", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTIiO30%3D", "enroll_current": 7, "meet_times": "W 07:10PM-10:10PM", "location": "Humanities 1 620", "instructor": "Wilson,R.V.", "class_number": 23092, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__282D__01", "class_type": "SEM", "course_name": "Topics In Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzciO30%3D", "enroll_current": 4, "meet_times": "MW 05:20PM-06:55PM", "location": "Hum ", "instructor": "Freccero,C.A.", "class_number": 22037, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__002__01", "class_type": "LEC", "course_name": "Col Algbra/Calculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTQiO30%3D", "enroll_current": 5, "meet_times": "MWF 01:20PM-02:25PM", "location": "Sci ", "instructor": "Bhattacharya,N.", "class_number": 22054, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__002__02", "class_type": "LEC", "course_name": "Col Algbra/Calculus", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjYiO30%3D", "enroll_current": 4, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Sci ", "instructor": "Staff", "class_number": 22066, "enroll_max": 4}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__002__02", "class_type": "LEC", "course_name": "Col Algbra/Calculus", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjYiO30%3D", "enroll_current": 4, "meet_times": "MWF 12:00PM-01:05PM", "location": "Sci ", "instructor": "Staff", "class_number": 22066, "enroll_max": 4}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__002T__01", "class_type": "LAB", "course_name": "Preparatory Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTMiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:05PM", "location": "McHenry Lib 1340", "instructor": "Staff", "class_number": 23193, "enroll_max": 2}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__003__01", "class_type": "LEC", "course_name": "Precalculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjciO30%3D", "enroll_current": 15, "meet_times": "MWF 12:00PM-01:05PM", "location": "Humn Lecture Hall", "instructor": "Morales,P.", "class_number": 22067, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__003__02", "class_type": "LEC", "course_name": "Precalculus", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwODEiO30%3D", "enroll_current": 1, "meet_times": "MWF 04:00PM-05:05PM", "location": "Crown Clrm 208", "instructor": "Bhattacharya,N.", "class_number": 22081, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__011A__01", "class_type": "LEC", "course_name": "Calculus with Apps", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwODQiO30%3D", "enroll_current": 15, "meet_times": "MWF 08:00AM-09:05AM", "location": "Humn Lecture Hall", "instructor": "Morales,P.", "class_number": 22084, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__011A__02", "class_type": "LEC", "course_name": "Calculus with Apps", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwOTMiO30%3D", "enroll_current": 12, "meet_times": "MWF 09:20AM-10:25AM", "location": "Thim Lecture 003", "instructor": "Eastman,M.R.", "class_number": 22093, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__011B__01", "class_type": "LEC", "course_name": "Calculus with Apps", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMDAiO30%3D", "enroll_current": 85, "meet_times": "MWF 08:00AM-09:05AM", "location": "ClassroomUnit 001", "instructor": "Eastman,M.R.", "class_number": 22100, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__019A__01", "class_type": "LEC", "course_name": "Calc:Sci,Engin,Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMDUiO30%3D", "enroll_current": 21, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Tromba,A.J.", "class_number": 22105, "enroll_max": 68}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__019A__02", "class_type": "LEC", "course_name": "Calc:Sci,Engin,Math", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMTgiO30%3D", "enroll_current": 21, "meet_times": "MWF 12:00PM-01:05PM", "location": "ClassroomUnit 002", "instructor": "Migliore,E.T.", "class_number": 22118, "enroll_max": 68}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__019B__01", "class_type": "LEC", "course_name": "Calc:Sci,Engin,Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMzEiO30%3D", "enroll_current": 96, "meet_times": "MWF 10:40AM-11:45AM", "location": "Media Theater M110", "instructor": "Lin,L.", "class_number": 22131, "enroll_max": 153}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__020A__01", "class_type": "LEC", "course_name": "Honors Calculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzYiO30%3D", "enroll_current": 5, "meet_times": "MWF 09:20AM-10:25AM", "location": "PhysSciences 114", "instructor": "Monard,F.", "class_number": 23676, "enroll_max": 5}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__021__01", "class_type": "LEC", "course_name": "Linear Algebra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNDEiO30%3D", "enroll_current": 184, "meet_times": "MWF 10:40AM-11:45AM", "location": "Humn Lecture Hall", "instructor": "Karasiewicz,E.S.", "class_number": 22141, "enroll_max": 221}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__023A__01", "class_type": "LEC", "course_name": "Vector Calculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNTUiO30%3D", "enroll_current": 214, "meet_times": "MWF 09:20AM-10:25AM", "location": "Media Theater M110", "instructor": "Migliore,E.T.", "class_number": 22155, "enroll_max": 225}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__023B__01", "class_type": "LEC", "course_name": "Vector Calculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNjUiO30%3D", "enroll_current": 90, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Bauerle,F.", "class_number": 22165, "enroll_max": 90}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__024__01", "class_type": "LEC", "course_name": "Ordinary Diff Equas", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzAiO30%3D", "enroll_current": 50, "meet_times": "MWF 09:20AM-10:25AM", "location": "Thim Lecture 001", "instructor": "Tamanoi,H.", "class_number": 22170, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__100__01", "class_type": "LEC", "course_name": "Intr Proof/Prb Solv", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzYiO30%3D", "enroll_current": 35, "meet_times": "MWF 12:00PM-01:05PM", "location": "PhysSciences 110", "instructor": "Tamanoi,H.", "class_number": 22176, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__101__01", "class_type": "LEC", "course_name": "Math Problm Solving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzUiO30%3D", "enroll_current": 11, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 165", "instructor": "Cooperstein,B.N.", "class_number": 22175, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__105A__01", "class_type": "LEC", "course_name": "Real Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODAiO30%3D", "enroll_current": 48, "meet_times": "MWF 01:20PM-02:25PM", "location": "Cowell Clrm 131", "instructor": "Monard,F.", "class_number": 22180, "enroll_max": 55}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__111A__01", "class_type": "LEC", "course_name": "Algebra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODMiO30%3D", "enroll_current": 54, "meet_times": "TuTh 09:50AM-11:25AM", "location": "N", "instructor": "Weissman,M.", "class_number": 22183, "enroll_max": 55}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__117__01", "class_type": "LEC", "course_name": "Adv Linear Algebra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODkiO30%3D", "enroll_current": 36, "meet_times": "MWF 12:00PM-01:05PM", "location": "PhysSciences 114", "instructor": "Suh,J.", "class_number": 22189, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__128A__01", "class_type": "LEC", "course_name": "Classical Geometry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTMiO30%3D", "enroll_current": 42, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Engineer 2 194", "instructor": "Cristofaro-Gardiner,D.", "class_number": 22193, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__134__01", "class_type": "LEC", "course_name": "Cryptography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzkiO30%3D", "enroll_current": 45, "meet_times": "MWF 09:20AM-10:25AM", "location": "PhysSciences 130", "instructor": "Boltje,R.", "class_number": 23679, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__152__01", "class_type": "LEC", "course_name": "Programming for Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODEiO30%3D", "enroll_current": 26, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Sci ", "instructor": "Weissman,M.", "class_number": 23281, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__02", "class_type": "IND", "course_name": "Tutorial", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Cooperstein,B.N.", "class_number": 24172, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__03", "class_type": "IND", "course_name": "Tutorial", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Cristofaro-Gardiner,D.", "class_number": 24173, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__04", "class_type": "IND", "course_name": "Tutorial", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Dasgupta,S.", "class_number": 24174, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__05", "class_type": "IND", "course_name": "Tutorial", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Dong,C.", "class_number": 24175, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__06", "class_type": "IND", "course_name": "Tutorial", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ehrhardt,T.", "class_number": 24176, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__07", "class_type": "IND", "course_name": "Tutorial", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ginzburg,V.", "class_number": 24177, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__08", "class_type": "IND", "course_name": "Tutorial", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lewis,D.K.", "class_number": 24178, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__09", "class_type": "IND", "course_name": "Tutorial", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lin,L.", "class_number": 24179, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__10", "class_type": "IND", "course_name": "Tutorial", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Monard,F.", "class_number": 24180, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__11", "class_type": "IND", "course_name": "Tutorial", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Montgomery,R.", "class_number": 24181, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__12", "class_type": "IND", "course_name": "Tutorial", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Qing,J.", "class_number": 24182, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__13", "class_type": "IND", "course_name": "Tutorial", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanders,B.", "class_number": 24183, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__21", "class_type": "IND", "course_name": "Tutorial", "course_section": "21", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24184, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__07", "class_type": "IND", "course_name": "Tutorial", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ginzburg,V.", "class_number": 24185, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__08", "class_type": "IND", "course_name": "Tutorial", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lewis,D.K.", "class_number": 24186, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__09", "class_type": "IND", "course_name": "Tutorial", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lin,L.", "class_number": 24187, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__10", "class_type": "IND", "course_name": "Tutorial", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Monard,F.", "class_number": 24188, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__11", "class_type": "IND", "course_name": "Tutorial", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Montgomery,R.", "class_number": 24189, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__12", "class_type": "IND", "course_name": "Tutorial", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Qing,J.", "class_number": 24190, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__13", "class_type": "IND", "course_name": "Tutorial", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanders,B.", "class_number": 24191, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__14", "class_type": "IND", "course_name": "Tutorial", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Suh,J.", "class_number": 24199, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__15", "class_type": "IND", "course_name": "Tutorial", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Tamanoi,H.", "class_number": 24192, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__16", "class_type": "IND", "course_name": "Tutorial", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Tromba,A.J.", "class_number": 24193, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__17", "class_type": "IND", "course_name": "Tutorial", "course_section": "17", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Weissman,M.", "class_number": 24194, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__18", "class_type": "IND", "course_name": "Tutorial", "course_section": "18", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24195, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__19", "class_type": "IND", "course_name": "Tutorial", "course_section": "19", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24196, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__20", "class_type": "IND", "course_name": "Tutorial", "course_section": "20", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24197, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__21", "class_type": "IND", "course_name": "Tutorial", "course_section": "21", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24198, "enroll_max": 999}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__200__01", "class_type": "LEC", "course_name": "Algebra I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTYiO30%3D", "enroll_current": 11, "meet_times": "TuTh 09:50AM-11:25AM", "location": "McHenry Clrm 1270", "instructor": "Sanders,B.", "class_number": 22196, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__203__01", "class_type": "LEC", "course_name": "Algebra IV", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTkiO30%3D", "enroll_current": 3, "meet_times": "MW 03:20PM-04:55PM", "location": "McHenry Clrm 1270", "instructor": "Karasiewicz,E.S.", "class_number": 22659, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__204__01", "class_type": "LEC", "course_name": "Analysis I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTciO30%3D", "enroll_current": 10, "meet_times": "MW 01:30PM-03:05PM", "location": "McHenry Clrm 1270", "instructor": "Lin,L.", "class_number": 22197, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__208__01", "class_type": "LEC", "course_name": "Manifolds I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDAiO30%3D", "enroll_current": 10, "meet_times": "MW 11:40AM-01:15PM", "location": "McHenry Clrm 1279", "instructor": "Staff", "class_number": 22200, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__211__01", "class_type": "LEC", "course_name": "Algebraic Topology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTgiO30%3D", "enroll_current": 3, "meet_times": "TuTh 09:50AM-11:25AM", "location": "McHenry Clrm 1279", "instructor": "Cristofaro-Gardiner,D.", "class_number": 22198, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__213A__01", "class_type": "LEC", "course_name": "Partial Dif Eqtns I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTkiO30%3D", "enroll_current": 2, "meet_times": "MW 09:50AM-11:25AM", "location": "McHenry Clrm 1270", "instructor": "Qing,J.", "class_number": 22199, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__238__01", "class_type": "LEC", "course_name": "Ellip Func/Mod Form", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDEiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22201, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__239__01", "class_type": "LEC", "course_name": "Homological Algebra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDIiO30%3D", "enroll_current": 3, "meet_times": "MW 09:50AM-11:25AM", "location": "McHenry Clrm 1279", "instructor": "Suh,J.", "class_number": 22202, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDMiO30%3D", "enroll_current": 2, "meet_times": "Tu 04:00PM-05:45PM", "location": "McHenry Clrm 4130", "instructor": "Staff", "class_number": 22203, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__01", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTkiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23599, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__01", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTkiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23599, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__02", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23600, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__02", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDAiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23600, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__03", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23601, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__03", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDEiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23601, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__04", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDIiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23602, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__04", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDIiO30%3D", "enroll_current": 1, "meet_times": "MWF 01:20PM-02:25PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23602, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__05", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Abrams,E.S.", "class_number": 23603, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__05", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDMiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Merrill Acad 130", "instructor": "Abrams,E.S.", "class_number": 23603, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__06", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDQiO30%3D", "enroll_current": 1, "meet_times": "MW 05:20PM-06:55PM", "location": "Merrill Acad 130", "instructor": "Bigley,M.", "class_number": 23604, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__06", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDQiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Bigley,M.", "class_number": 23604, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__07", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDUiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Dubreuil,J.", "class_number": 23605, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__07", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Merrill Acad 130", "instructor": "Dubreuil,J.", "class_number": 23605, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__08", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDYiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23606, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__08", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23606, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__09", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDciO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23607, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__09", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDciO30%3D", "enroll_current": 1, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23607, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__10", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDgiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23608, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__10", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDgiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23608, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__11", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDkiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Merrill Acad 132", "instructor": "El Dessouky,D.", "class_number": 23609, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__11", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDkiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "El Dessouky,D.", "class_number": 23609, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__12", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "El Dessouky,D.", "class_number": 23610, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__12", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTAiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Merrill Acad 132", "instructor": "El Dessouky,D.", "class_number": 23610, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__13", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23611, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__13", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTEiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23611, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__14", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23612, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__14", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTIiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23612, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__15", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23613, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__15", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23613, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__003L__01", "class_type": "LAB", "course_name": "Precalc Academy Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23269, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__085B__01", "class_type": "FLD", "course_name": "Classrm Connection", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDQiO30%3D", "enroll_current": 24, "meet_times": "Tu 07:10PM-08:45PM", "location": "Merrill Acad 130", "instructor": "Abrams,E.S.", "class_number": 22204, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__085C__01", "class_type": "FLD", "course_name": "Classrm Connection", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjQiO30%3D", "enroll_current": 24, "meet_times": "Tu 07:10PM-08:45PM", "location": "Merrill Acad 130", "instructor": "Abrams,E.S.", "class_number": 22764, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__090__01", "class_type": "SEM", "course_name": "Field:TheoryPractice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjYiO30%3D", "enroll_current": 17, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23066, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__183F__01", "class_type": "SEM", "course_name": "Focus on Africa", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjAiO30%3D", "enroll_current": 20, "meet_times": "Tu 07:10PM-08:45PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23220, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__119__01", "class_type": "LEC", "course_name": "Microbiology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjkiO30%3D", "enroll_current": 152, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Bask Aud 101", "instructor": "Stone,V.A.", "class_number": 21069, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__119L__01", "class_type": "LAB", "course_name": "Gen Microbio Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNzUiO30%3D", "enroll_current": 40, "meet_times": "M 09:20AM-10:25AM", "location": "PhysSciences 136", "instructor": "Staff", "class_number": 21075, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__200__01", "class_type": "LEC", "course_name": "Intrdisc Appr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzIiO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:50AM-11:25AM", "location": "BiomedSci 260", "instructor": "Yildiz,F.", "class_number": 22772, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__201__01", "class_type": "LEC", "course_name": "Sources/Pollutants", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTciO30%3D", "enroll_current": 0, "meet_times": "MW 11:40AM-01:15PM", "location": "PhysSciences 450", "instructor": "Saltikov,C.W.", "class_number": 21817, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281C__01", "class_type": "SEM", "course_name": "TopicsEnvirMicrobio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTgiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Saltikov,C.W.", "class_number": 22718, "enroll_max": 6}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281M__01", "class_type": "SEM", "course_name": "Topics Molec Toxic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Camps,M.", "class_number": 22839, "enroll_max": 6}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281O__01", "class_type": "SEM", "course_name": "Bacterial Pathogen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzIiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ottemann,K.M.", "class_number": 21132, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281S__01", "class_type": "SEM", "course_name": "Cell&Org/Toxicants", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDYiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Smith,D.R.", "class_number": 21146, "enroll_max": 6}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281V__01", "class_type": "SEM", "course_name": "Immunity to Bacteria", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Stone,V.A.", "class_number": 22910, "enroll_max": 6}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281Y__01", "class_type": "SEM", "course_name": "Bacterial Biofilms", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTgiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Yildiz,F.", "class_number": 21818, "enroll_max": 6}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__292__01", "class_type": "SEM", "course_name": "Intro Grad Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTkiO30%3D", "enroll_current": 7, "meet_times": "Tu 12:00PM-01:00PM", "location": "PhysSciences 240", "instructor": "Yildiz,F.", "class_number": 21819, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__001C__01", "class_type": "STU", "course_name": "Concert Choir", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDUiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22205, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__002__01", "class_type": "STU", "course_name": "Univ Orchestra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDYiO30%3D", "enroll_current": 12, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Music Center 114", "instructor": "Kiesling,B.A.", "class_number": 22206, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__003__01", "class_type": "STU", "course_name": "Large Jazz Ensemble", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDciO30%3D", "enroll_current": 1, "meet_times": "W 05:20PM-06:55PM", "location": "Music Center 114", "instructor": "Staff", "class_number": 22207, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005A__01", "class_type": "STU", "course_name": "Beg W Java Gamelan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDgiO30%3D", "enroll_current": 55, "meet_times": "W 01:20PM-03:20PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22208, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005A__02", "class_type": "STU", "course_name": "Beg W Java Gamelan", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDkiO30%3D", "enroll_current": 55, "meet_times": "Th 01:00PM-03:00PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22209, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005A__03", "class_type": "STU", "course_name": "Beg W Java Gamelan", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTAiO30%3D", "enroll_current": 58, "meet_times": "Th 10:30AM-12:30PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22210, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005B__01", "class_type": "STU", "course_name": "Int W Java Gamelan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTEiO30%3D", "enroll_current": 0, "meet_times": "W 10:40AM-12:40PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22211, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005C__01", "class_type": "STU", "course_name": "Adv W Java Gamelan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTIiO30%3D", "enroll_current": 0, "meet_times": "M 06:00PM-08:00PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22212, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__008A__01", "class_type": "STU", "course_name": "Balinese Gamelan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTMiO30%3D", "enroll_current": 0, "meet_times": "Tu 01:30PM-03:05PM", "location": "Gamelan Stu 230B", "instructor": "Staff", "class_number": 22213, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__008B__01", "class_type": "STU", "course_name": "Adv Balinese Gameln", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzEiO30%3D", "enroll_current": 1, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Gamelan Stu 230B", "instructor": "Staff", "class_number": 23231, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__009__01", "class_type": "STU", "course_name": "Wind Ensemble", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTQiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Music Center 114", "instructor": "Staff", "class_number": 22214, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__010__01", "class_type": "STU", "course_name": "Eurasian Ensemble", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Music Center 131", "instructor": "Merchant,T.H.", "class_number": 22826, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__011A__01", "class_type": "LEC", "course_name": "Western Classical", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTUiO30%3D", "enroll_current": 70, "meet_times": "MWF 10:40AM-11:45AM", "location": "Music Center 101", "instructor": "Treadwell,N.K.", "class_number": 22215, "enroll_max": 275}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__011B__01", "class_type": "LEC", "course_name": "Intro to Jazz", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjMiO30%3D", "enroll_current": 29, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Music Center 101", "instructor": "Hester,K.E.", "class_number": 22223, "enroll_max": 300}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__011D__01", "class_type": "LEC", "course_name": "Intr to World Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTkiO30%3D", "enroll_current": 113, "meet_times": "MWF 12:00PM-01:05PM", "location": "Music Center 101", "instructor": "Staff", "class_number": 22699, "enroll_max": 250}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__012B__01", "class_type": "STU", "course_name": "Mexican Folklorico", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjAiO30%3D", "enroll_current": 10, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Music Center 114", "instructor": "Rodriguez,R.C.", "class_number": 23320, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__030A__01", "class_type": "LEC", "course_name": "Theor, Lit, Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTYiO30%3D", "enroll_current": 0, "meet_times": "MW 09:20AM-10:25AM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22216, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__051__01", "class_type": "STU", "course_name": "Vocal Repertoire Class", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTciO30%3D", "enroll_current": 0, "meet_times": "MW 03:00PM-05:00PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22217, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__055__01", "class_type": "STU", "course_name": "NorthIndiaRhythm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzUiO30%3D", "enroll_current": 50, "meet_times": "Tu 01:30PM-03:05PM", "location": "Music Center 114", "instructor": "Staff", "class_number": 23275, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__060__01", "class_type": "STU", "course_name": "Fund Keyboard Skills", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 10:00AM-11:00AM", "location": "Music Center 134", "instructor": "Staff", "class_number": 22218, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__060__02", "class_type": "STU", "course_name": "Fund Keyboard Skills", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:00AM-12:00PM", "location": "Music Center 134", "instructor": "Staff", "class_number": 22219, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__060__03", "class_type": "STU", "course_name": "Fund Keyboard Skills", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 12:00PM-01:00PM", "location": "Music Center 134", "instructor": "Staff", "class_number": 22220, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__060__04", "class_type": "STU", "course_name": "Fund Keyboard Skills", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:00PM-02:00PM", "location": "Music Center 134", "instructor": "Staff", "class_number": 22221, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__075__01", "class_type": "LEC", "course_name": "Beg Improv Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjMiO30%3D", "enroll_current": 17, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Music Center 114", "instructor": "Hester,K.E.", "class_number": 23363, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__080C__01", "class_type": "LEC", "course_name": "Hist Electronic Mus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjIiO30%3D", "enroll_current": 73, "meet_times": "MWF 01:20PM-02:25PM", "location": "Music Center 101", "instructor": "Staff", "class_number": 22222, "enroll_max": 250}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__080S__01", "class_type": "LEC", "course_name": "Women In Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjQiO30%3D", "enroll_current": 95, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Music Center 101", "instructor": "Merchant,T.H.", "class_number": 22224, "enroll_max": 400}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__080Z__01", "class_type": "LEC", "course_name": "Laptop Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODYiO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Music Center 131", "instructor": "Jones,D.E.", "class_number": 23086, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__081M__01", "class_type": "LEC", "course_name": "Chic/LatinMuscUSA", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjIiO30%3D", "enroll_current": 97, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Music Center 101", "instructor": "Rodriguez,R.C.", "class_number": 23322, "enroll_max": 275}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__101C__01", "class_type": "LEC", "course_name": "Hist West Art Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjciO30%3D", "enroll_current": 13, "meet_times": "MWF 10:40AM-11:45AM", "location": "Music Center 131", "instructor": "Beal,A.C.", "class_number": 22227, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__102__01", "class_type": "STU", "course_name": "University Orchestra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Music Center 114", "instructor": "Kiesling,B.A.", "class_number": 22688, "enroll_max": 4}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__103__01", "class_type": "STU", "course_name": "Univ Concert Choir", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODUiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22785, "enroll_max": 3}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__121__01", "class_type": "LEC", "course_name": "Orchestration", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjkiO30%3D", "enroll_current": 5, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Music Center 136", "instructor": "Kim,H.K.", "class_number": 22229, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__125__01", "class_type": "STU", "course_name": "Adv Elec Sound Synt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjgiO30%3D", "enroll_current": 12, "meet_times": "MWF 04:00PM-05:05PM", "location": "Music Center 191A", "instructor": "Dunn,D.D.", "class_number": 22228, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__130__01", "class_type": "LEC", "course_name": "Harmony and Form", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjYiO30%3D", "enroll_current": 13, "meet_times": "MWF 12:00PM-01:05PM", "location": "Music Center 136", "instructor": "Staff", "class_number": 22226, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__159A__01", "class_type": "STU", "course_name": "Opera Workshop", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:30PM-06:30PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22230, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__163__01", "class_type": "STU", "course_name": "EarlyMusicEnsemble", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzEiO30%3D", "enroll_current": 0, "meet_times": "F 02:00PM-04:00PM", "location": "Music Center 128", "instructor": "Treadwell,N.K.", "class_number": 22231, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__164__01", "class_type": "STU", "course_name": "Jazz Ensembles", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Music Center 114", "instructor": "Staff", "class_number": 22232, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__166__01", "class_type": "STU", "course_name": "Chamber Singers", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 06:30PM-08:30PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22233, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__167__01", "class_type": "STU", "course_name": "Wksp Electron Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzQiO30%3D", "enroll_current": 8, "meet_times": "Tu 07:00PM-09:00PM", "location": "Music Center 191A", "instructor": "Staff", "class_number": 22234, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__200__01", "class_type": "SEM", "course_name": "Intro Res Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzUiO30%3D", "enroll_current": 2, "meet_times": "W 04:00PM-07:00PM", "location": "Music Center 245", "instructor": "Treadwell,N.K.", "class_number": 22235, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__201__01", "class_type": "SEM", "course_name": "History of Music Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzYiO30%3D", "enroll_current": 5, "meet_times": "W 09:00AM-12:00PM", "location": "Music Center 128", "instructor": "Miller,L.E.", "class_number": 22236, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__219__01", "class_type": "SEM", "course_name": "Technique/Composition", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTUiO30%3D", "enroll_current": 1, "meet_times": "Tu 04:00PM-07:00PM", "location": "Music Center 130", "instructor": "Polansky,L.", "class_number": 22695, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__252__01", "class_type": "SEM", "course_name": "Current Issues Coll", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDciO30%3D", "enroll_current": 4, "meet_times": "M 01:20PM-02:50PM", "location": "Music Center 131", "instructor": "Beal,A.C.", "class_number": 22707, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__01", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDIiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23642, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__01", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDIiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23642, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__02", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDMiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23643, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__02", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDMiO30%3D", "enroll_current": 1, "meet_times": "MWF 10:40AM-11:45AM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23643, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__03", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDQiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23644, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__03", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDQiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23644, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__04", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDUiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23645, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__04", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDUiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23645, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__05", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDYiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23646, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__05", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDYiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23646, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__06", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDciO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23647, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__06", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDciO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23647, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__07", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23648, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__07", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDgiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23648, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__08", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDkiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23649, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__08", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23649, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__09", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23650, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__09", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23650, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__10", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23651, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__10", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23651, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__11", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTIiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23652, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__11", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23652, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__12", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23653, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__12", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23653, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__13", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23654, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__13", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTQiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23654, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__14", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 23655, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__14", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTUiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23655, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__15", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 23656, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__15", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTYiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23656, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__16", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTciO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 23657, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__16", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTciO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23657, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__073B__01", "class_type": "LEC", "course_name": "Oakes Mentoring", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjEiO30%3D", "enroll_current": 9, "meet_times": "Tu 01:30PM-03:05PM", "location": "Oakes Acad 103", "instructor": "Staff", "class_number": 23021, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__151A__01", "class_type": "SEM", "course_name": "CommunityLiteracies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjQiO30%3D", "enroll_current": 5, "meet_times": "M 05:20PM-07:20PM", "location": "Oakes Acad 102", "instructor": "Lopez,L.T.", "class_number": 23064, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__151B__01", "class_type": "FLD", "course_name": "Community Lit Field", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjUiO30%3D", "enroll_current": 6, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lopez,L.T.", "class_number": 23065, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__001__01", "class_type": "LEC", "course_name": "The Oceans", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzgiO30%3D", "enroll_current": 69, "meet_times": "MWF 01:20PM-02:25PM", "location": "Earth", "instructor": "Lamborg,C.", "class_number": 22238, "enroll_max": 190}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__080A__01", "class_type": "LEC", "course_name": "Life In The Sea", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzkiO30%3D", "enroll_current": 64, "meet_times": "MW 05:20PM-06:55PM", "location": "J Baskin Engr 152", "instructor": "Staff", "class_number": 22239, "enroll_max": 144}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__090__01", "class_type": "LEC", "course_name": "ClimateFundamentals", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMDgiO30%3D", "enroll_current": 132, "meet_times": "MWF 12:00PM-01:05PM", "location": "Thim Lecture 003", "instructor": "Edwards,C.A.", "class_number": 23108, "enroll_max": 224}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__200__01", "class_type": "LEC", "course_name": "Physical Oceanography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDYiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "N", "instructor": "Fiechter,J.", "class_number": 22246, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__211__01", "class_type": "LEC", "course_name": "Climate Dynamics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTciO30%3D", "enroll_current": 3, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Thimann Lab 101", "instructor": "Moore,A.M.", "class_number": 22717, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__213__01", "class_type": "LEC", "course_name": "Biogeochem Cycles", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTMiO30%3D", "enroll_current": 5, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Baskin Engr 169", "instructor": "McCarthy,M.D.", "class_number": 22753, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__280__01", "class_type": "LEC", "course_name": "Marine Geology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDgiO30%3D", "enroll_current": 15, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 149", "instructor": "Ravelo,A.C.", "class_number": 22248, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__290C__01", "class_type": "SEM", "course_name": "Topics Mari Geochem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDkiO30%3D", "enroll_current": 0, "meet_times": "Tu 02:00PM-05:00PM", "location": "Earth", "instructor": "Lamborg,C.", "class_number": 22249, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTAiO30%3D", "enroll_current": 18, "meet_times": "F 10:40AM-11:45AM", "location": "Earth", "instructor": "McCarthy,M.D.", "class_number": 22250, "enroll_max": 53}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__296__01", "class_type": "LEC", "course_name": "Teaching Ocean Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTEiO30%3D", "enroll_current": 10, "meet_times": "W 10:00AM-11:00AM", "location": "Earth", "instructor": "Edwards,C.A.", "class_number": 22251, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PBS__101__01", "class_type": "SEM", "course_name": "Learn Asst Pedagogy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDEiO30%3D", "enroll_current": 6, "meet_times": "W 02:40PM-03:45PM", "location": "J Baskin Engr 160", "instructor": "Bye,T.", "class_number": 23941, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__009__01", "class_type": "LEC", "course_name": "Intro to Logic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTIiO30%3D", "enroll_current": 96, "meet_times": "MWF 01:20PM-02:25PM", "location": "Oakes Acad 105", "instructor": "Roth,P.A.", "class_number": 22252, "enroll_max": 155}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__011__01", "class_type": "LEC", "course_name": "Intro To Philosophy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTciO30%3D", "enroll_current": 250, "meet_times": "MWF 08:00AM-09:05AM", "location": "ClassroomUnit 002", "instructor": "Otte,R.E.", "class_number": 22257, "enroll_max": 303}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__023__01", "class_type": "LEC", "course_name": "Phil Cognitive Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDAiO30%3D", "enroll_current": 75, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Kresge Clrm 321", "instructor": "Orlandi,N.", "class_number": 23200, "enroll_max": 88}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__080G__01", "class_type": "LEC", "course_name": "Bioethics 21st Cent", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNDMiO30%3D", "enroll_current": 66, "meet_times": "MW 05:20PM-06:55PM", "location": "ClassroomUnit 001", "instructor": "Staff", "class_number": 21243, "enroll_max": 171}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__100A__01", "class_type": "LEC", "course_name": "Ancient Greek Phil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNzkiO30%3D", "enroll_current": 33, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 075", "instructor": "Bowin,J.F.", "class_number": 22279, "enroll_max": 57}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__106__01", "class_type": "LEC", "course_name": "Kant", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODQiO30%3D", "enroll_current": 18, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Cowell Com 134", "instructor": "Stone,A.D.", "class_number": 22284, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__122__01", "class_type": "LEC", "course_name": "Metaphysics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODUiO30%3D", "enroll_current": 28, "meet_times": "MWF 10:40AM-11:45AM", "location": "Crown Clrm 208", "instructor": "Bowin,J.F.", "class_number": 22285, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__143__01", "class_type": "SEM", "course_name": "App Eth:Ethics Bowl", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjQiO30%3D", "enroll_current": 24, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 140", "instructor": "Staff", "class_number": 22964, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__190__01", "class_type": "SEM", "course_name": "Senior Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjYiO30%3D", "enroll_current": 1, "meet_times": "W 04:00PM-07:30PM", "location": "Cowell Acad 216", "instructor": "Roth,P.A.", "class_number": 23026, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__235__01", "class_type": "SEM", "course_name": "Philos Of Psycholgy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjgiO30%3D", "enroll_current": 6, "meet_times": "Tu 09:50AM-01:15PM", "location": "Humanities 1 400", "instructor": "Matherne,S.M.", "class_number": 23568, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__280__01", "class_type": "LEC", "course_name": "Grad Colloquia", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzUiO30%3D", "enroll_current": 4, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Humanities 1 400", "instructor": "Staff", "class_number": 22775, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__281__01", "class_type": "SEM", "course_name": "Pedagogy of Phil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODAiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23180, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__290P__01", "class_type": "SEM", "course_name": "MajFigrs/ContmpryPhil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTMiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Humanities 1 400", "instructor": "Stone,A.D.", "class_number": 22793, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005A__01", "class_type": "STU", "course_name": "SwimmingLev 1(non-swim)", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MTkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 10:20AM-11:20AM", "location": "50 Mtr Pool", "instructor": "Wilson,J.R.", "class_number": 20819, "enroll_max": 8}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005A__02", "class_type": "STU", "course_name": "Swimming Level 1", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjAiO30%3D", "enroll_current": 0, "meet_times": "MW 10:30AM-11:30AM", "location": "50 Mtr Pool", "instructor": "Wilson,J.R.", "class_number": 20820, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005B__01", "class_type": "STU", "course_name": "Swimming Level II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjEiO30%3D", "enroll_current": 0, "meet_times": "MW 09:20AM-10:20AM", "location": "50 Mtr Pool", "instructor": "Wilson,J.R.", "class_number": 20821, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005C__01", "class_type": "STU", "course_name": "Aquat:Swim Levl III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjIiO30%3D", "enroll_current": 0, "meet_times": "MW 10:30AM-11:30AM", "location": "50 Mtr Pool", "instructor": "McCallum,J.R.", "class_number": 20822, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005G__01", "class_type": "STU", "course_name": "Swim Conditioning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjMiO30%3D", "enroll_current": 0, "meet_times": "MW 09:20AM-10:20AM", "location": "50 Mtr Pool", "instructor": "McCallum,J.R.", "class_number": 20823, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__01", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Cowell Clrm 131", "instructor": "Shin,C.J.", "class_number": 20881, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__01", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D", "enroll_current": 0, "meet_times": "W 02:00PM-05:00PM", "location": "50 Mtr Pool", "instructor": "Shin,C.J.", "class_number": 20881, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__01", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "Ocean", "instructor": "Shin,C.J.", "class_number": 20881, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__02", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "Ocean", "instructor": "Shin,C.J.", "class_number": 23369, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__02", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D", "enroll_current": 0, "meet_times": "Th 03:00PM-06:00PM", "location": "50 Mtr Pool", "instructor": "Shin,C.J.", "class_number": 23369, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__02", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Cowell Clrm 131", "instructor": "Shin,C.J.", "class_number": 23369, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005S__01", "class_type": "STU", "course_name": "AdvancedScubaDiving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MTgiO30%3D", "enroll_current": 0, "meet_times": "F 05:10PM-08:00PM", "location": "OPERS Conference 211E", "instructor": "Shin,C.J.", "class_number": 20818, "enroll_max": 18}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005T__01", "class_type": "STU", "course_name": "Scuba Rescue Diving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjgiO30%3D", "enroll_current": 0, "meet_times": "Tu 04:00PM-06:00PM", "location": "OPERS Conference 211E", "instructor": "Shin,C.J.", "class_number": 20868, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__01", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjQiO30%3D", "enroll_current": 6, "meet_times": "Tu 09:30AM-12:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20824, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__02", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjUiO30%3D", "enroll_current": 9, "meet_times": "W 09:30AM-12:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20825, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__03", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjYiO30%3D", "enroll_current": 5, "meet_times": "Th 09:30AM-12:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20826, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__04", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjciO30%3D", "enroll_current": 8, "meet_times": "F 09:30AM-12:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20827, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__05", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjgiO30%3D", "enroll_current": 4, "meet_times": "F 12:30PM-03:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20828, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__06", "class_type": "STU", "course_name": "AdaptiveBegSail", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjkiO30%3D", "enroll_current": 0, "meet_times": "Tu 01:30PM-04:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20829, "enroll_max": 4}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009C__01", "class_type": "STU", "course_name": "IntermedDinghySail", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzAiO30%3D", "enroll_current": 15, "meet_times": "Tu 12:30PM-03:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20830, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009C__02", "class_type": "STU", "course_name": "IntermedDinghySail", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzEiO30%3D", "enroll_current": 2, "meet_times": "W 12:30PM-03:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20831, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009C__03", "class_type": "STU", "course_name": "IntermedDinghySail", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzUiO30%3D", "enroll_current": 2, "meet_times": "M 12:30PM-03:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20875, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009D__01", "class_type": "STU", "course_name": "Adv Dinghy Sailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzIiO30%3D", "enroll_current": 8, "meet_times": "Th 12:30PM-03:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20872, "enroll_max": 8}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009H__01", "class_type": "STU", "course_name": "Basic Rowing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjYiO30%3D", "enroll_current": 5, "meet_times": "TuTh 09:45AM-11:30AM", "location": "Harbor", "instructor": "Staff", "class_number": 23366, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009H__02", "class_type": "STU", "course_name": "Basic Rowing", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzAiO30%3D", "enroll_current": 4, "meet_times": "MW 09:45AM-11:30AM", "location": "Harbor", "instructor": "Staff", "class_number": 23370, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009H__03", "class_type": "STU", "course_name": "Basic Rowing", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzEiO30%3D", "enroll_current": 0, "meet_times": "MW 08:00AM-09:45AM", "location": "Harbor", "instructor": "Staff", "class_number": 23371, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009J__01", "class_type": "STU", "course_name": "Inter/Adv Rowing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjciO30%3D", "enroll_current": 1, "meet_times": "TuTh 08:00AM-09:45AM", "location": "Harbor", "instructor": "Staff", "class_number": 23367, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009K__01", "class_type": "STU", "course_name": "Ocean Kayaking", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjMiO30%3D", "enroll_current": 12, "meet_times": "TuTh 09:00AM-11:00AM", "location": "Harbor", "instructor": "Johnston,D.L.", "class_number": 20863, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009K__02", "class_type": "STU", "course_name": "Ocean Kayaking", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjQiO30%3D", "enroll_current": 5, "meet_times": "TuTh 11:00AM-01:00PM", "location": "Harbor", "instructor": "Johnston,D.L.", "class_number": 20864, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009S__01", "class_type": "STU", "course_name": "Beg Keel Sailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjUiO30%3D", "enroll_current": 1, "meet_times": "Th 12:30PM-03:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20865, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009S__02", "class_type": "STU", "course_name": "Beg Keel Sailing", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzEiO30%3D", "enroll_current": 7, "meet_times": "W 12:30PM-03:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20871, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009T__01", "class_type": "STU", "course_name": "Inter Keel Sailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzMiO30%3D", "enroll_current": 3, "meet_times": "M 12:30PM-03:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20873, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009X__01", "class_type": "STU", "course_name": "Adv Keel Sailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzQiO30%3D", "enroll_current": 0, "meet_times": "M 09:30AM-12:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20874, "enroll_max": 4}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015B__01", "class_type": "STU", "course_name": "Basketball I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODIiO30%3D", "enroll_current": 5, "meet_times": "TuTh 09:00AM-10:00AM", "location": "West Gym", "instructor": "Kent,T.", "class_number": 20882, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015B__02", "class_type": "STU", "course_name": "Basketball I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODMiO30%3D", "enroll_current": 25, "meet_times": "TuTh 10:00AM-11:00AM", "location": "West Gym", "instructor": "Kent,T.", "class_number": 20883, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015H__01", "class_type": "STU", "course_name": "Racquetball", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzIiO30%3D", "enroll_current": 3, "meet_times": "Th 06:00PM-08:00PM", "location": "E Racquet Ct", "instructor": "Staff", "class_number": 20832, "enroll_max": 18}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015N__01", "class_type": "STU", "course_name": "Tennis I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzMiO30%3D", "enroll_current": 7, "meet_times": "TuTh 09:00AM-10:00AM", "location": "E Tennis Ct", "instructor": "Muldawer,D.A.", "class_number": 20833, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015N__02", "class_type": "STU", "course_name": "Tennis II", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzQiO30%3D", "enroll_current": 5, "meet_times": "TuTh 10:00AM-11:00AM", "location": "E Tennis Ct", "instructor": "Muldawer,D.A.", "class_number": 20834, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015N__03", "class_type": "STU", "course_name": "Tennis III", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzUiO30%3D", "enroll_current": 2, "meet_times": "TuTh 11:00AM-12:00PM", "location": "E Tennis Ct", "instructor": "Muldawer,D.A.", "class_number": 20835, "enroll_max": 24}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015T__01", "class_type": "STU", "course_name": "Volleyball I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTkiO30%3D", "enroll_current": 8, "meet_times": "MW 10:00AM-11:00AM", "location": "West Gym", "instructor": "Leon,P.J.", "class_number": 20859, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015T__02", "class_type": "STU", "course_name": "Volleyball II", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzYiO30%3D", "enroll_current": 7, "meet_times": "MW 11:00AM-12:00PM", "location": "West Gym", "instructor": "Leon,P.J.", "class_number": 20836, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015T__03", "class_type": "STU", "course_name": "Sand Volleyball", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODkiO30%3D", "enroll_current": 9, "meet_times": "TuTh 01:30PM-03:00PM", "location": "East Field", "instructor": "Leon,P.J.", "class_number": 20889, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020A__01", "class_type": "STU", "course_name": "Ballet I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzciO30%3D", "enroll_current": 17, "meet_times": "MW 09:00AM-10:30AM", "location": "Dance Studio", "instructor": "Bergland,V.M.", "class_number": 20837, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020A__02", "class_type": "STU", "course_name": "Continuing Ballet I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzgiO30%3D", "enroll_current": 10, "meet_times": "TuTh 08:45AM-10:15AM", "location": "Dance Studio", "instructor": "Bergland,V.M.", "class_number": 20838, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020A__03", "class_type": "STU", "course_name": "Ballet II", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzkiO30%3D", "enroll_current": 7, "meet_times": "MW 10:30AM-12:00PM", "location": "Dance Studio", "instructor": "Bergland,V.M.", "class_number": 20839, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020A__04", "class_type": "STU", "course_name": "Ballet III", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDAiO30%3D", "enroll_current": 8, "meet_times": "TuTh 10:15AM-11:45AM", "location": "Dance Studio", "instructor": "Bergland,V.M.", "class_number": 20840, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020B__01", "class_type": "STU", "course_name": "Folk Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjYiO30%3D", "enroll_current": 4, "meet_times": "TuTh 12:00PM-01:00PM", "location": "Dance Studio", "instructor": "Cochlin,R.V.", "class_number": 20866, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020C__01", "class_type": "STU", "course_name": "Jazz Dance I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDEiO30%3D", "enroll_current": 10, "meet_times": "MW 03:00PM-04:30PM", "location": "Dance Studio", "instructor": "Peterson,R.E.", "class_number": 20841, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020C__02", "class_type": "STU", "course_name": "Jazz Dance II", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjkiO30%3D", "enroll_current": 14, "meet_times": "TuTh 01:30PM-03:00PM", "location": "Dance Studio", "instructor": "Peterson,R.E.", "class_number": 20869, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020C__03", "class_type": "STU", "course_name": "Jazz Dance III", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODYiO30%3D", "enroll_current": 2, "meet_times": "MW 05:00PM-06:30PM", "location": "Dance Studio", "instructor": "Peterson,R.E.", "class_number": 20886, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020D__01", "class_type": "STU", "course_name": "Modern Dance I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDIiO30%3D", "enroll_current": 6, "meet_times": "MW 01:30PM-03:00PM", "location": "Dance Studio", "instructor": "Peterson,R.E.", "class_number": 20842, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020D__02", "class_type": "STU", "course_name": "Modern Dance II/III", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDMiO30%3D", "enroll_current": 5, "meet_times": "MW 12:00PM-01:30PM", "location": "Dance Studio", "instructor": "Cochlin,R.V.", "class_number": 20843, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020F__01", "class_type": "STU", "course_name": "Indiv Study Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "Dance Studio", "instructor": "Cochlin,R.V.", "class_number": 20844, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__025A__01", "class_type": "STU", "course_name": "Fencing:Epee", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzYiO30%3D", "enroll_current": 3, "meet_times": "TuTh 03:00PM-04:00PM", "location": "East Gym", "instructor": "Phillips,R.G.", "class_number": 20876, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__025B__01", "class_type": "STU", "course_name": "Fencing: Foil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzciO30%3D", "enroll_current": 5, "meet_times": "TuTh 02:00PM-03:00PM", "location": "East Gym", "instructor": "Phillips,R.G.", "class_number": 20877, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__025C__01", "class_type": "STU", "course_name": "Fencing:Sabre", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzgiO30%3D", "enroll_current": 10, "meet_times": "TuTh 04:00PM-05:00PM", "location": "East Gym", "instructor": "Phillips,R.G.", "class_number": 20878, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__028K__01", "class_type": "STU", "course_name": "Soccer", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjgiO30%3D", "enroll_current": 12, "meet_times": "TuTh 10:00AM-11:45AM", "location": "East Field", "instructor": "Staff", "class_number": 23368, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__01", "class_type": "STU", "course_name": "Stretch & Strengthen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDUiO30%3D", "enroll_current": 14, "meet_times": "TuTh 12:00PM-01:00PM", "location": "PE Activity Rm", "instructor": "Bergland,V.M.", "class_number": 20845, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__02", "class_type": "STU", "course_name": "Pilates I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjEiO30%3D", "enroll_current": 14, "meet_times": "TuTh 10:15AM-11:30AM", "location": "PE Activity Rm", "instructor": "Cochlin,R.V.", "class_number": 20861, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__03", "class_type": "STU", "course_name": "Pilates I", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjIiO30%3D", "enroll_current": 25, "meet_times": "WF 09:15AM-10:15AM", "location": "OPERS Multi Purpose", "instructor": "Mills,D.L.", "class_number": 20862, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__04", "class_type": "STU", "course_name": "Pilates I", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjciO30%3D", "enroll_current": 11, "meet_times": "WF 10:30AM-11:30AM", "location": "OPERS Multi Purpose", "instructor": "Mills,D.L.", "class_number": 20867, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__05", "class_type": "STU", "course_name": "Pilates II", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODciO30%3D", "enroll_current": 9, "meet_times": "WF 11:50AM-12:50PM", "location": "PE Activity Rm", "instructor": "Mills,D.L.", "class_number": 20887, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__06", "class_type": "STU", "course_name": "Total Body Condition", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzYiO30%3D", "enroll_current": 8, "meet_times": "TuTh 01:15PM-02:45PM", "location": "OPERS Multi Purpose", "instructor": "Blaustein,K.M.", "class_number": 23376, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__07", "class_type": "STU", "course_name": "Total Body Condition", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjQiO30%3D", "enroll_current": 19, "meet_times": "MW 01:15PM-02:45PM", "location": "OPERS Multi Purpose", "instructor": "Blaustein,K.M.", "class_number": 23824, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__08", "class_type": "STU", "course_name": "Total Body Condition", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTkiO30%3D", "enroll_current": 8, "meet_times": "TuTh 09:20AM-10:20AM", "location": "East Field", "instructor": "Staff", "class_number": 23919, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030H__01", "class_type": "STU", "course_name": "Tai Chi Chuan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODAiO30%3D", "enroll_current": 5, "meet_times": "TuTh 03:00PM-04:30PM", "location": "OPERS Multi Purpose", "instructor": "Strawhacker,D.F.", "class_number": 20880, "enroll_max": 35}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030J__01", "class_type": "STU", "course_name": "Strength Training", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDciO30%3D", "enroll_current": 30, "meet_times": "MW 10:30AM-12:00PM", "location": "Fitness", "instructor": "Kent,T.", "class_number": 20847, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030J__02", "class_type": "STU", "course_name": "Strength Training", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDgiO30%3D", "enroll_current": 22, "meet_times": "MW 09:00AM-10:30AM", "location": "Fitness", "instructor": "Kent,T.", "class_number": 20848, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030J__03", "class_type": "STU", "course_name": "Cardio Strength Training", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDkiO30%3D", "enroll_current": 1, "meet_times": "TuTh 10:30AM-12:00PM", "location": "Fitness", "instructor": "Meyer,J.J.", "class_number": 20849, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030J__04", "class_type": "STU", "course_name": "Begin Strength Training", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODQiO30%3D", "enroll_current": 6, "meet_times": "TuTh 09:00AM-10:30AM", "location": "Fitness", "instructor": "Meyer,J.J.", "class_number": 20884, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__01", "class_type": "STU", "course_name": "Yoga I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTAiO30%3D", "enroll_current": 12, "meet_times": "MW 08:30AM-10:00AM", "location": "PE Activity Rm", "instructor": "Heikkinen,H.", "class_number": 20850, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__02", "class_type": "STU", "course_name": "Yoga II", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTEiO30%3D", "enroll_current": 9, "meet_times": "MW 10:15AM-11:45AM", "location": "PE Activity Rm", "instructor": "Cochlin,R.V.", "class_number": 20851, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__03", "class_type": "STU", "course_name": "Yoga I", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTIiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 20852, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__04", "class_type": "STU", "course_name": "Yoga III", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTMiO30%3D", "enroll_current": 9, "meet_times": "MW 03:15PM-04:45PM", "location": "PE Activity Rm", "instructor": "Blaustein,K.M.", "class_number": 20853, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__05", "class_type": "STU", "course_name": "Yoga II", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTQiO30%3D", "enroll_current": 11, "meet_times": "TuTh 10:00AM-11:30AM", "location": "Martial Arts", "instructor": "Blaustein,K.M.", "class_number": 20854, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__06", "class_type": "STU", "course_name": "Yoga I", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzAiO30%3D", "enroll_current": 12, "meet_times": "TuTh 08:30AM-10:00AM", "location": "Martial Arts", "instructor": "Blaustein,K.M.", "class_number": 20870, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__07", "class_type": "STU", "course_name": "Yoga II", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzgiO30%3D", "enroll_current": 4, "meet_times": "TuTh 03:00PM-04:30PM", "location": "PE Activity Rm", "instructor": "Blaustein,K.M.", "class_number": 23378, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030N__01", "class_type": "STU", "course_name": "Self-Defense Basics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzkiO30%3D", "enroll_current": 16, "meet_times": "TuTh 04:30PM-06:00PM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20879, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__043A__01", "class_type": "STU", "course_name": "Aikido I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTUiO30%3D", "enroll_current": 6, "meet_times": "MW 08:30AM-10:00AM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20855, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__043A__02", "class_type": "STU", "course_name": "Aikido I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTYiO30%3D", "enroll_current": 7, "meet_times": "TuTh 01:00PM-02:30PM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20856, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__043A__03", "class_type": "STU", "course_name": "Aikido II", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTciO30%3D", "enroll_current": 5, "meet_times": "MW 10:15AM-11:45AM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20857, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__043A__04", "class_type": "STU", "course_name": "Aikido II", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTgiO30%3D", "enroll_current": 2, "meet_times": "TuTh 02:45PM-04:15PM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20858, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__209B__01", "class_type": "STU", "course_name": "BegDinghySail", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODUiO30%3D", "enroll_current": 1, "meet_times": "M 09:30AM-12:00PM", "location": "Harbor", "instructor": "Staff", "class_number": 20885, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005A__01", "class_type": "LEC", "course_name": "Intro Physics I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODciO30%3D", "enroll_current": 123, "meet_times": "MWF 04:00PM-05:05PM", "location": "Earth", "instructor": "Velasco Jr.,J.", "class_number": 22287, "enroll_max": 268}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005C__01", "class_type": "LEC", "course_name": "Intro Physics III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTAiO30%3D", "enroll_current": 124, "meet_times": "MWF 01:20PM-02:25PM", "location": "Thim Lecture 003", "instructor": "Nielsen,J.A.", "class_number": 22290, "enroll_max": 125}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005D__01", "class_type": "LEC", "course_name": "Intro Physics IV", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTMiO30%3D", "enroll_current": 134, "meet_times": "MWF 02:40PM-03:45PM", "location": "Thim Lecture 003", "instructor": "Jeltema,T.E.", "class_number": 22293, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__01", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTYiO30%3D", "enroll_current": 12, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22296, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__02", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTciO30%3D", "enroll_current": 12, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22297, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__03", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTgiO30%3D", "enroll_current": 12, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22298, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__04", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTkiO30%3D", "enroll_current": 12, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22299, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__05", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDAiO30%3D", "enroll_current": 12, "meet_times": "W 08:30AM-11:30AM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22300, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__06", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDEiO30%3D", "enroll_current": 12, "meet_times": "W 12:00PM-03:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22301, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__07", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDIiO30%3D", "enroll_current": 12, "meet_times": "W 06:00PM-09:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22302, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__08", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDMiO30%3D", "enroll_current": 12, "meet_times": "Th 08:30AM-11:30AM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22303, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__09", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDQiO30%3D", "enroll_current": 12, "meet_times": "Th 12:00PM-03:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22304, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__10", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDUiO30%3D", "enroll_current": 12, "meet_times": "Th 03:30PM-06:30PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22305, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__11", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDYiO30%3D", "enroll_current": 0, "meet_times": "Th 07:00PM-10:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22306, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__01", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDciO30%3D", "enroll_current": 21, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 22307, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__02", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDgiO30%3D", "enroll_current": 20, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 22308, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__03", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDkiO30%3D", "enroll_current": 22, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 22309, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__04", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTAiO30%3D", "enroll_current": 22, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 22310, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__05", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzciO30%3D", "enroll_current": 21, "meet_times": "W 08:30AM-11:30AM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 23937, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__06", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxMjciO30%3D", "enroll_current": 20, "meet_times": "W 03:30PM-06:30PM", "location": "Thimann Lab 115", "instructor": "Brown,G.S.", "class_number": 24127, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006A__01", "class_type": "LEC", "course_name": "Intro Physics I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTEiO30%3D", "enroll_current": 209, "meet_times": "MWF 08:00AM-09:05AM", "location": "Earth", "instructor": "Staff", "class_number": 22311, "enroll_max": 225}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006A__02", "class_type": "LEC", "course_name": "Intro Physics I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTQiO30%3D", "enroll_current": 213, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Deutsch,J.", "class_number": 22314, "enroll_max": 225}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006C__01", "class_type": "LEC", "course_name": "Intro Phys III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTciO30%3D", "enroll_current": 260, "meet_times": "MWF 09:20AM-10:25AM", "location": "Earth", "instructor": "Staff", "class_number": 22317, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__01", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjAiO30%3D", "enroll_current": 21, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22320, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__02", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjEiO30%3D", "enroll_current": 21, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22321, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__03", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjIiO30%3D", "enroll_current": 21, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22322, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__04", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjMiO30%3D", "enroll_current": 21, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22323, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__05", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjQiO30%3D", "enroll_current": 21, "meet_times": "W 08:30AM-11:30AM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22324, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__06", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjUiO30%3D", "enroll_current": 21, "meet_times": "W 12:00PM-03:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22325, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__07", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjYiO30%3D", "enroll_current": 21, "meet_times": "W 03:30PM-06:30PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22326, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__08", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjciO30%3D", "enroll_current": 21, "meet_times": "W 07:00PM-10:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22327, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__09", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjgiO30%3D", "enroll_current": 21, "meet_times": "Th 08:30AM-11:30AM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22328, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__10", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjkiO30%3D", "enroll_current": 21, "meet_times": "Th 12:00PM-03:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22329, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__11", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzAiO30%3D", "enroll_current": 20, "meet_times": "Th 03:30PM-06:30PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22330, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__12", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzEiO30%3D", "enroll_current": 21, "meet_times": "Th 07:00PM-10:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22331, "enroll_max": 21}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__13", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzIiO30%3D", "enroll_current": 19, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22332, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__14", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzMiO30%3D", "enroll_current": 19, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22333, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__15", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzQiO30%3D", "enroll_current": 19, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22334, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__16", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzUiO30%3D", "enroll_current": 19, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22335, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__17", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "17", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzYiO30%3D", "enroll_current": 19, "meet_times": "W 12:00PM-03:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22336, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__18", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "18", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzciO30%3D", "enroll_current": 18, "meet_times": "W 03:30PM-06:30PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22337, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__19", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "19", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzgiO30%3D", "enroll_current": 18, "meet_times": "Th 08:30AM-11:30AM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22338, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__20", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "20", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzkiO30%3D", "enroll_current": 18, "meet_times": "Th 12:00PM-03:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22339, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__21", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "21", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDAiO30%3D", "enroll_current": 19, "meet_times": "Th 03:30PM-06:30PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22340, "enroll_max": 19}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__22", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "22", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTYiO30%3D", "enroll_current": 0, "meet_times": "W 07:00PM-10:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 23856, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__23", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "23", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTciO30%3D", "enroll_current": 0, "meet_times": "Th 07:00PM-10:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 23857, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__01", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDEiO30%3D", "enroll_current": 20, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22341, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__02", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDIiO30%3D", "enroll_current": 20, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22342, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__03", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDMiO30%3D", "enroll_current": 20, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22343, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__04", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDQiO30%3D", "enroll_current": 20, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22344, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__05", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDUiO30%3D", "enroll_current": 20, "meet_times": "W 12:00PM-03:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22345, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__06", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDYiO30%3D", "enroll_current": 20, "meet_times": "W 03:30PM-06:30PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22346, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__07", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDciO30%3D", "enroll_current": 20, "meet_times": "W 07:00PM-10:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22347, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__08", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDgiO30%3D", "enroll_current": 19, "meet_times": "Th 08:30AM-11:30AM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22348, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__09", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDkiO30%3D", "enroll_current": 0, "meet_times": "Th 12:00PM-03:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22349, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__102__01", "class_type": "LEC", "course_name": "Modern Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTIiO30%3D", "enroll_current": 13, "meet_times": "MWF 10:40AM-11:45AM", "location": "PhysSciences 110", "instructor": "Jeltema,T.E.", "class_number": 22992, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__105__01", "class_type": "LEC", "course_name": "Mechanics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTAiO30%3D", "enroll_current": 95, "meet_times": "MWF 04:00PM-05:05PM", "location": "Thim Lecture 001", "instructor": "Johnson,R.P.", "class_number": 22350, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__107__01", "class_type": "LEC", "course_name": "IntroFluidDynamics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTQiO30%3D", "enroll_current": 15, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 110", "instructor": "Brummell,N.H.", "class_number": 22354, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__116C__01", "class_type": "LEC", "course_name": "Math Method Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTUiO30%3D", "enroll_current": 94, "meet_times": "MWF 01:20PM-02:25PM", "location": "Kresge Clrm 321", "instructor": "Profumo,S.", "class_number": 22355, "enroll_max": 115}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__133__01", "class_type": "LAB", "course_name": "Intermediate Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTgiO30%3D", "enroll_current": 24, "meet_times": "TuTh 11:40AM-12:40PM", "location": "N", "instructor": "Schlesinger,Z.", "class_number": 22358, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__135A__01", "class_type": "LAB", "course_name": "Astrophys Adv Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTgiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 235", "instructor": "Brown,G.S.", "class_number": 22618, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__139B__01", "class_type": "LEC", "course_name": "Quantum Mechanics II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjEiO30%3D", "enroll_current": 14, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ISB 231", "instructor": "Staff", "class_number": 22361, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__171__01", "class_type": "LEC", "course_name": "Genl Relativity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjIiO30%3D", "enroll_current": 19, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ISB 235", "instructor": "Dine,M.", "class_number": 22362, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__182__01", "class_type": "SEM", "course_name": "Sci Comm Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDgiO30%3D", "enroll_current": 29, "meet_times": "MW 05:20PM-07:20PM", "location": "Thimann Lab 391", "instructor": "Smith,D.M.", "class_number": 23008, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__210__01", "class_type": "LEC", "course_name": "Classical Mechanics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjQiO30%3D", "enroll_current": 5, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 231", "instructor": "Shastry,S.", "class_number": 22364, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__212__01", "class_type": "LEC", "course_name": "Electromagnetism I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjUiO30%3D", "enroll_current": 5, "meet_times": "MF 09:20AM-10:55AM", "location": "ISB 231", "instructor": "Narayan,O.", "class_number": 22365, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__217__01", "class_type": "LEC", "course_name": "Quant Fld Theory I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjYiO30%3D", "enroll_current": 3, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ISB 235", "instructor": "Staff", "class_number": 22366, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__221A__01", "class_type": "LEC", "course_name": "Int Particle Phys I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjciO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ISB 231", "instructor": "Hance,M.", "class_number": 22367, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__231__01", "class_type": "LEC", "course_name": "Intro Condes Matter", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjgiO30%3D", "enroll_current": 2, "meet_times": "MW 12:00PM-01:35PM", "location": "ISB 231", "instructor": "Ramirez,A.P.", "class_number": 22368, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291A__01", "class_type": "SEM", "course_name": "Cosmology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjkiO30%3D", "enroll_current": 3, "meet_times": "M 12:00PM-01:05PM", "location": "ISB 102", "instructor": "Primack,J.R.", "class_number": 22369, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291C__01", "class_type": "SEM", "course_name": "Particle Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzAiO30%3D", "enroll_current": 3, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Dine,M.", "class_number": 22370, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291D__01", "class_type": "SEM", "course_name": "Exp Collider Phys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDMiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Nielsen,J.A.", "class_number": 22803, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291E__01", "class_type": "SEM", "course_name": "Applied Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDEiO30%3D", "enroll_current": 3, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Carter,S.A.", "class_number": 22801, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291F__01", "class_type": "SEM", "course_name": "Particle Astrophys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDIiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Smith,D.M.", "class_number": 22802, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291G__01", "class_type": "SEM", "course_name": "Cond Matter Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDQiO30%3D", "enroll_current": 5, "meet_times": "F 02:00PM-03:10PM", "location": "ISB 231", "instructor": "Lederman,D.", "class_number": 22804, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzEiO30%3D", "enroll_current": 12, "meet_times": "Th 03:20PM-04:55PM", "location": "N", "instructor": "Johnson,R.P.", "class_number": 22371, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__003__01", "class_type": "LEC", "course_name": "Concepts/Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODYiO30%3D", "enroll_current": 35, "meet_times": "MWF 09:20AM-10:25AM", "location": "ClassroomUnit 001", "instructor": "Seth,V.", "class_number": 22786, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__021__01", "class_type": "LEC", "course_name": "Gov Golden State", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjEiO30%3D", "enroll_current": 97, "meet_times": "MWF 12:00PM-01:05PM", "location": "ClassroomUnit 001", "instructor": "Staff", "class_number": 23921, "enroll_max": 130}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__105C__01", "class_type": "LEC", "course_name": "Modern Pol Thought", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzIiO30%3D", "enroll_current": 69, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Thim Lecture 001", "instructor": "Thomas,M.C.", "class_number": 22372, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__110__01", "class_type": "LEC", "course_name": "Law & Social Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODIiO30%3D", "enroll_current": 50, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 130", "instructor": "Gerston,L.", "class_number": 22382, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__111B__01", "class_type": "LEC", "course_name": "Civil Liberties", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjciO30%3D", "enroll_current": 134, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ClassroomUnit 001", "instructor": "Beaumont,K.E.", "class_number": 23327, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__118__01", "class_type": "LEC", "course_name": "Pol/Critical Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjIiO30%3D", "enroll_current": 10, "meet_times": "MWF 02:40PM-03:45PM", "location": "Engineer 2 192", "instructor": "Serres,T.", "class_number": 23022, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__120C__01", "class_type": "LEC", "course_name": "Capit Amer Pol Dev", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODMiO30%3D", "enroll_current": 99, "meet_times": "MWF 10:40AM-11:45AM", "location": "Thim Lecture 001", "instructor": "Bertram,E.C.", "class_number": 22383, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__125__01", "class_type": "LEC", "course_name": "PoliticalOrganizatns", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjEiO30%3D", "enroll_current": 18, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Engineer 2 194", "instructor": "Gerston,L.", "class_number": 22761, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__128__01", "class_type": "LEC", "course_name": "AmerElecVoteBehavior", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzkiO30%3D", "enroll_current": 30, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Clrm 323", "instructor": "Springer,M.", "class_number": 23039, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__129__01", "class_type": "LEC", "course_name": "American Defense", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTMiO30%3D", "enroll_current": 30, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 323", "instructor": "Wirls,D.J.", "class_number": 22393, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__140A__01", "class_type": "LEC", "course_name": "European Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTQiO30%3D", "enroll_current": 36, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Thim Lecture 001", "instructor": "Pasotti,E.", "class_number": 22394, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__143__01", "class_type": "LEC", "course_name": "Compar Post-Communi", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTkiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "N", "instructor": "Schoenman,R.", "class_number": 22399, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__144__01", "class_type": "LEC", "course_name": "Andean Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjUiO30%3D", "enroll_current": 20, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Kresge Clrm 325", "instructor": "Eaton,K.H.", "class_number": 22925, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__160D__01", "class_type": "LEC", "course_name": "Intl Political Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDIiO30%3D", "enroll_current": 69, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Thim Lecture 001", "instructor": "Schoenman,R.", "class_number": 22402, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__165__01", "class_type": "LEC", "course_name": "Global Organization", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDAiO30%3D", "enroll_current": 7, "meet_times": "TuTh 05:20PM-06:55PM", "location": "PhysSciences 130", "instructor": "Nichols,S.L.", "class_number": 22400, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__174__01", "class_type": "LEC", "course_name": "GlobPoliticalEcology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDEiO30%3D", "enroll_current": 16, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Engineer 2 194", "instructor": "Gordon,D.", "class_number": 22401, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__185__01", "class_type": "LEC", "course_name": "Political Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjMiO30%3D", "enroll_current": 43, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Cowell Clrm 131", "instructor": "Fletcher,J.", "class_number": 23123, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__186__01", "class_type": "LEC", "course_name": "GlobalHealthPolitics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjMiO30%3D", "enroll_current": 30, "meet_times": "MWF 01:20PM-02:25PM", "location": "Cowell Com 134", "instructor": "Sparke,M.B.", "class_number": 23823, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__190H__01", "class_type": "SEM", "course_name": "Substance Of Dmcrcy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDciO30%3D", "enroll_current": 10, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 363", "instructor": "Pasotti,E.", "class_number": 22407, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__190L__01", "class_type": "SEM", "course_name": "Poverty Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDgiO30%3D", "enroll_current": 15, "meet_times": "MW 05:20PM-06:55PM", "location": "Crown Clrm 203", "instructor": "Bertram,E.C.", "class_number": 22408, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__190P__01", "class_type": "SEM", "course_name": "Race:His of Concept", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDkiO30%3D", "enroll_current": 11, "meet_times": "MW 05:20PM-06:55PM", "location": "Crown Clrm 202", "instructor": "Seth,V.", "class_number": 22409, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__222__01", "class_type": "SEM", "course_name": "Conflict/Chng:Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjYiO30%3D", "enroll_current": 7, "meet_times": "M 03:00PM-06:00PM", "location": "Merrill Acad 134", "instructor": "Wirls,D.J.", "class_number": 22926, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__255__01", "class_type": "SEM", "course_name": "Comparative Anti-Colonialisms", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzAiO30%3D", "enroll_current": 10, "meet_times": "Tu 02:00PM-05:00PM", "location": "Merrill Acad 134", "instructor": "Thomas,M.C.", "class_number": 23770, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PORT__001A__01", "class_type": "LEC", "course_name": "Portuguese: Accel", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTAiO30%3D", "enroll_current": 18, "meet_times": "MWF 10:40AM-11:45AM", "location": "Crown Clrm 203", "instructor": "Seara,A.M.", "class_number": 22410, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PORT__060A__01", "class_type": "LEC", "course_name": "Portuguese: Accel Rom Lang", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTEiO30%3D", "enroll_current": 6, "meet_times": "MWF 12:00PM-01:05PM", "location": "Crown Clrm 203", "instructor": "Seara,A.M.", "class_number": 22411, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PORT__065B__01", "class_type": "LEC", "course_name": "Portuguese: Accel Interm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTIiO30%3D", "enroll_current": 7, "meet_times": "MW 05:20PM-06:55PM", "location": "Humanities 1 110", "instructor": "Seara,A.M.", "class_number": 22412, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__01", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTQiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23614, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__02", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTUiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23615, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__03", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTYiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23616, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__04", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTciO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23617, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__05", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTgiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23618, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__06", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTkiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23619, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__07", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23620, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__08", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23621, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__09", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23622, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__10", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23623, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__11", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23624, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__12", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "R Carson Acad 250", "instructor": "Staff", "class_number": 23625, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__13", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "R Carson Acad 250", "instructor": "Staff", "class_number": 23626, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__14", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjciO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "R Carson Acad 250", "instructor": "Staff", "class_number": 23627, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__041I__01", "class_type": "STU", "course_name": "Improvisation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTUiO30%3D", "enroll_current": 20, "meet_times": "W 05:30PM-08:30PM", "location": "Porter Din 118", "instructor": "Giges,R.E.", "class_number": 22715, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__001__01", "class_type": "LEC", "course_name": "Intro Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTMiO30%3D", "enroll_current": 40, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Humn Lecture Hall", "instructor": "Majzler,R.D.", "class_number": 22413, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__010__01", "class_type": "LEC", "course_name": "Intro Develop Psych", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MzYiO30%3D", "enroll_current": 50, "meet_times": "MWF 12:00PM-01:05PM", "location": "Steven Acad 150", "instructor": "Wang,S.", "class_number": 22436, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__020A__01", "class_type": "LEC", "course_name": "Cogn: Fund Theories", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDEiO30%3D", "enroll_current": 70, "meet_times": "TuTh 07:10PM-08:45PM", "location": "J Bask Aud 101", "instructor": "Samaha,J.M.", "class_number": 22441, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__040__01", "class_type": "LEC", "course_name": "Intro Social Psych", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDgiO30%3D", "enroll_current": 85, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Acad 150", "instructor": "Pratkanis,A.R.", "class_number": 22448, "enroll_max": 85}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__100__01", "class_type": "LEC", "course_name": "Research Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MjciO30%3D", "enroll_current": 12, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Earth", "instructor": "Takayama,L.", "class_number": 22427, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__104__01", "class_type": "LEC", "course_name": "Develop in Infancy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjEiO30%3D", "enroll_current": 26, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Baskin Engr 372", "instructor": "Zhang,Y.", "class_number": 23821, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__112__01", "class_type": "LEC", "course_name": "Moral Development", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzkiO30%3D", "enroll_current": 71, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Steven Acad 150", "instructor": "Dahl,A.", "class_number": 23079, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__114__01", "class_type": "LEC", "course_name": "Devel as Cultural", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjYiO30%3D", "enroll_current": 70, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Steven Acad 150", "instructor": "Rogoff,B.", "class_number": 23226, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__119T__01", "class_type": "SEM", "course_name": "Media Contexts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjciO30%3D", "enroll_current": 26, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Oakes Acad 106", "instructor": "Cardilla,K.S.", "class_number": 23567, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__124__01", "class_type": "LEC", "course_name": "Psych of Reading", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjgiO30%3D", "enroll_current": 26, "meet_times": "MW 05:20PM-06:55PM", "location": "R Carson Acad 242", "instructor": "Krause,P.A.", "class_number": 23828, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__125__01", "class_type": "LEC", "course_name": "Psych of Language", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDkiO30%3D", "enroll_current": 161, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Earth", "instructor": "Kawamoto,A.H.", "class_number": 22449, "enroll_max": 160}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__129__01", "class_type": "LEC", "course_name": "Learning and Memory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NTYiO30%3D", "enroll_current": 103, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Baskin Engr 152", "instructor": "Seymour,T.L.", "class_number": 22456, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__138__01", "class_type": "LEC", "course_name": "Programming CogSci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTQiO30%3D", "enroll_current": 48, "meet_times": "MW 12:00PM-01:35PM", "location": "MingOng Cmp Lb 103", "instructor": "Seymour,T.L.", "class_number": 23054, "enroll_max": 48}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__139H__01", "class_type": "SEM", "course_name": "Weird Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTUiO30%3D", "enroll_current": 29, "meet_times": "MWF 12:00PM-01:05PM", "location": "Cowell Acad 113", "instructor": "Fox Tree,J.E.", "class_number": 22795, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__139K__01", "class_type": "SEM", "course_name": "Face Recognition", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjMiO30%3D", "enroll_current": 24, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Oakes Acad 106", "instructor": "Davidenko,N.", "class_number": 23023, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__140H__01", "class_type": "LEC", "course_name": "Sexual Identity/Soc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODciO30%3D", "enroll_current": 71, "meet_times": "MW 05:20PM-06:55PM", "location": "Steven Acad 150", "instructor": "Hammack,P.L.", "class_number": 22987, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__146__01", "class_type": "LEC", "course_name": "The Social Context", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjIiO30%3D", "enroll_current": 27, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 140", "instructor": "Toolis,E.E.", "class_number": 23822, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__150__01", "class_type": "LEC", "course_name": "Soc Psyc Flim-Flam", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjEiO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Acad 175", "instructor": "Pratkanis,A.R.", "class_number": 22461, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__153__01", "class_type": "LEC", "course_name": "Psych of Poverty", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjIiO30%3D", "enroll_current": 100, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Kresge Clrm 321", "instructor": "Bullock,H.E.", "class_number": 22462, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__159I__01", "class_type": "SEM", "course_name": "Psyc of Immigration", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTgiO30%3D", "enroll_current": 19, "meet_times": "TuTh 03:20PM-04:55PM", "location": "N", "instructor": "Casanova,S.", "class_number": 23858, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__159R__01", "class_type": "SEM", "course_name": "AchievementDisparity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTgiO30%3D", "enroll_current": 19, "meet_times": "MW 05:20PM-06:55PM", "location": "Oakes Acad 222", "instructor": "Covarrubias,R.G.", "class_number": 23198, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__167__01", "class_type": "LEC", "course_name": "Clinical Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjciO30%3D", "enroll_current": 103, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Steven Acad 150", "instructor": "Quinn,R.H.", "class_number": 22467, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__170__01", "class_type": "LEC", "course_name": "Abnormal Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "TBA", "instructor": "Staff", "class_number": 23896, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__171__01", "class_type": "LEC", "course_name": "Child Psychopathol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzIiO30%3D", "enroll_current": 70, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Kresge Clrm 321", "instructor": "Staff", "class_number": 22472, "enroll_max": 70}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__172__01", "class_type": "LEC", "course_name": "Health Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyODUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Kresge Clrm 321", "instructor": "Staff", "class_number": 24285, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__175__01", "class_type": "LEC", "course_name": "Pers/Relatn/Emotion", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjYiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23326, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__191A__01", "class_type": "SEM", "course_name": "Teaching Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzciO30%3D", "enroll_current": 7, "meet_times": "F 09:00AM-12:00PM", "location": "Soc Sci 2 104", "instructor": "Cardilla,K.S.", "class_number": 22477, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__204__01", "class_type": "SEM", "course_name": "Quant Data Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzgiO30%3D", "enroll_current": 12, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 171", "instructor": "Bonett,D.G.", "class_number": 22478, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__214B__01", "class_type": "SEM", "course_name": "Adv Multivar Techni", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODAiO30%3D", "enroll_current": 6, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 171", "instructor": "Bonett,D.G.", "class_number": 22480, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__224A__01", "class_type": "SEM", "course_name": "Prosem: Cogni Psy I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODEiO30%3D", "enroll_current": 5, "meet_times": "M 02:00PM-04:30PM", "location": "Soc Sci 2 363", "instructor": "Storm,B.C.", "class_number": 22481, "enroll_max": 7}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__225A__01", "class_type": "SEM", "course_name": "Intro Dev Reserch I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODIiO30%3D", "enroll_current": 2, "meet_times": "Tu 09:00AM-12:00PM", "location": "Soc Sci 2 137", "instructor": "Wang,S.", "class_number": 22482, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__230__01", "class_type": "SEM", "course_name": "Cogni Psych Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODMiO30%3D", "enroll_current": 10, "meet_times": "W 10:20AM-11:50AM", "location": "Soc Sci 2 121", "instructor": "Storm,B.C.", "class_number": 22483, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__231__01", "class_type": "SEM", "course_name": "Social Psych Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODQiO30%3D", "enroll_current": 10, "meet_times": "M 10:20AM-11:50AM", "location": "Soc Sci 2 121", "instructor": "Covarrubias,R.G.", "class_number": 22484, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__242__01", "class_type": "SEM", "course_name": "Dev Psyc Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODUiO30%3D", "enroll_current": 11, "meet_times": "M 03:30PM-05:00PM", "location": "Soc Sci 2 121", "instructor": "Wang,S.", "class_number": 22485, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__244A__01", "class_type": "SEM", "course_name": "Prosem I:Lang Devel", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODYiO30%3D", "enroll_current": 4, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 2 137", "instructor": "Akhtar,N.N.", "class_number": 22486, "enroll_max": 7}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__290B__01", "class_type": "SEM", "course_name": "Adv Devel Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODciO30%3D", "enroll_current": 3, "meet_times": "M 09:15AM-10:30AM", "location": "Soc Sci 2 221", "instructor": "Rogoff,B.", "class_number": 22487, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__RUSS__001__01", "class_type": "LEC", "course_name": "Russian: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODgiO30%3D", "enroll_current": 17, "meet_times": "MWF 09:20AM-10:25AM", "location": "J Baskin Engr 372", "instructor": "Lundblad-Janjic,J.", "class_number": 22488, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SCIC__201A__01", "class_type": "SEM", "course_name": "Reporting Sci News", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "KresgeAnnex A 118", "instructor": "Staff", "class_number": 22489, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SCIC__202__01", "class_type": "SEM", "course_name": "Writ & Edit Wrkshop", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "KresgeAnnex A 118", "instructor": "Staff", "class_number": 22490, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__200__01", "class_type": "SEM", "course_name": "Approach Social Docmt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODkiO30%3D", "enroll_current": 1, "meet_times": "W 10:00AM-01:00PM", "location": "KresgeAnnex B 115", "instructor": "Kahana,J.", "class_number": 22689, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__201A__01", "class_type": "SEM", "course_name": "Intro Doc Fld Pro", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTIiO30%3D", "enroll_current": 1, "meet_times": "Tu 10:00AM-01:00PM", "location": "Commun Bldg 139", "instructor": "Taylor,J.", "class_number": 22712, "enroll_max": 11}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__201A__01", "class_type": "SEM", "course_name": "Intro Doc Fld Pro", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTIiO30%3D", "enroll_current": 1, "meet_times": "Tu 01:00PM-02:30PM", "location": "Commun Bldg 140", "instructor": "Taylor,J.", "class_number": 22712, "enroll_max": 11}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__204__01", "class_type": "SEM", "course_name": "Ethno Writ Soc Doc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDAiO30%3D", "enroll_current": 11, "meet_times": "Tu 03:00PM-06:00PM", "location": "KresgeAnnex B 115", "instructor": "Ochoa,M.", "class_number": 22700, "enroll_max": 11}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__294A__01", "class_type": "SEM", "course_name": "Prod/Anlysis/Editng", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDIiO30%3D", "enroll_current": 6, "meet_times": "W 04:00PM-07:00PM", "location": "Commun Bldg 113", "instructor": "Andrews,L.", "class_number": 22702, "enroll_max": 7}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__001__01", "class_type": "LEC", "course_name": "Intro Sociology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTMiO30%3D", "enroll_current": 80, "meet_times": "MWF 08:00AM-09:05AM", "location": "Oakes Acad 105", "instructor": "McNamara,M.B.", "class_number": 22493, "enroll_max": 80}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__003A__01", "class_type": "LEC", "course_name": "Evaluation/Evidence", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTgiO30%3D", "enroll_current": 108, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Media Theater M110", "instructor": "London,R.A.", "class_number": 22518, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__015__01", "class_type": "LEC", "course_name": "World Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MDAiO30%3D", "enroll_current": 125, "meet_times": "MWF 12:00PM-01:05PM", "location": "Earth", "instructor": "Mc Kay,S.", "class_number": 22500, "enroll_max": 150}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__030A__01", "class_type": "LAB", "course_name": "IntrGlobal InfoEnterp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MDkiO30%3D", "enroll_current": 34, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Kresge Clrm 327", "instructor": "Benner,C.", "class_number": 22509, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__105A__01", "class_type": "LEC", "course_name": "Classical Soc Theor", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MjciO30%3D", "enroll_current": 73, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Bask Aud 101", "instructor": "Angelo,H.", "class_number": 22527, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__111__01", "class_type": "LEC", "course_name": "Family & Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MzYiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 106", "instructor": "Martyna,W.", "class_number": 22536, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__127P__01", "class_type": "LEC", "course_name": "SocDrugs/Bots/Pharm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDIiO30%3D", "enroll_current": 38, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 327", "instructor": "Battle,J.", "class_number": 23242, "enroll_max": 38}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__128I__01", "class_type": "LEC", "course_name": "Race and Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTYiO30%3D", "enroll_current": 99, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 321", "instructor": "Fukurai,H.", "class_number": 22516, "enroll_max": 120}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__129__01", "class_type": "LEC", "course_name": "Pop Culture Studies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjQiO30%3D", "enroll_current": 41, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Porter Acad 144", "instructor": "Mccullen,C.G.", "class_number": 23364, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__136__01", "class_type": "LEC", "course_name": "Social Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjUiO30%3D", "enroll_current": 50, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Steven Acad 175", "instructor": "McNamara,M.B.", "class_number": 23365, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__152__01", "class_type": "LEC", "course_name": "Body and Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MzkiO30%3D", "enroll_current": 39, "meet_times": "TuTh 11:40AM-01:15PM", "location": "R Carson Acad 240", "instructor": "Mccullen,C.G.", "class_number": 22539, "enroll_max": 39}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__172__01", "class_type": "LEC", "course_name": "Social Movements", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDAiO30%3D", "enroll_current": 42, "meet_times": "TuTh 03:20PM-04:55PM", "location": "R Carson Acad 240", "instructor": "Gould,D.B.", "class_number": 22540, "enroll_max": 42}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__178__01", "class_type": "LEC", "course_name": "Social Problems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDEiO30%3D", "enroll_current": 37, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Engineer 2 192", "instructor": "McDrew,M.S.", "class_number": 22541, "enroll_max": 37}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__196G__01", "class_type": "SEM", "course_name": "GISES Proj Pract", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDUiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 140", "instructor": "Benner,C.", "class_number": 23805, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__201__01", "class_type": "SEM", "course_name": "Make Classic Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDIiO30%3D", "enroll_current": 6, "meet_times": "W 04:00PM-07:00PM", "location": "R Carson Acad 301", "instructor": "Angelo,H.", "class_number": 22542, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__203__01", "class_type": "LEC", "course_name": "Sociol Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDMiO30%3D", "enroll_current": 4, "meet_times": "W 09:00AM-12:00PM", "location": "R Carson Acad 301", "instructor": "Terriquez,V.", "class_number": 22543, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__290__01", "class_type": "SEM", "course_name": "Adv Socio Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDQiO30%3D", "enroll_current": 1, "meet_times": "Tu 08:30AM-11:30AM", "location": "R Carson Acad 301", "instructor": "Battle,J.", "class_number": 22544, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__001__01", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDUiO30%3D", "enroll_current": 18, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 325", "instructor": "Castillo Trelles,C.", "class_number": 22545, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__001__02", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDYiO30%3D", "enroll_current": 11, "meet_times": "MWF 10:40AM-11:45AM", "location": "Kresge Clrm 325", "instructor": "Castillo Trelles,C.", "class_number": 22546, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__001__03", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDciO30%3D", "enroll_current": 10, "meet_times": "MWF 01:20PM-02:25PM", "location": "Humanities 1 110", "instructor": "Lain,S.L.", "class_number": 22547, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__001__04", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDgiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Cowell Acad 113", "instructor": "Lang,N.W.", "class_number": 22548, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__002__01", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTAiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Oakes Acad 106", "instructor": "Castillo Trelles,C.", "class_number": 22550, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__002__02", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTEiO30%3D", "enroll_current": 16, "meet_times": "MWF 02:40PM-03:45PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 22551, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__002__03", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTIiO30%3D", "enroll_current": 14, "meet_times": "MWF 04:00PM-05:05PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 22552, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__003__01", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTQiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "R Carson Acad 250", "instructor": "Perez,A.A.", "class_number": 22554, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__003__02", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTUiO30%3D", "enroll_current": 18, "meet_times": "MWF 04:00PM-05:05PM", "location": "R Carson Acad 250", "instructor": "Perez,A.A.", "class_number": 22555, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__003__03", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTYiO30%3D", "enroll_current": 22, "meet_times": "MWF 12:00PM-01:05PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 22556, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__003__04", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTciO30%3D", "enroll_current": 6, "meet_times": "MWF 01:20PM-02:25PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 22557, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__004__01", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTgiO30%3D", "enroll_current": 16, "meet_times": "MWF 12:00PM-01:05PM", "location": "R Carson Acad 250", "instructor": "Barahona,B.A.", "class_number": 22558, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__004__02", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTkiO30%3D", "enroll_current": 9, "meet_times": "MWF 01:20PM-02:25PM", "location": "R Carson Acad 250", "instructor": "Barahona,B.A.", "class_number": 22559, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__004__03", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjAiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "Steven Acad 151", "instructor": "Navarro,M.A.", "class_number": 22560, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__004__04", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjEiO30%3D", "enroll_current": 15, "meet_times": "MWF 04:00PM-05:05PM", "location": "Steven Acad 151", "instructor": "Navarro,M.A.", "class_number": 22561, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__005__01", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjIiO30%3D", "enroll_current": 20, "meet_times": "MWF 09:20AM-10:25AM", "location": "Cowell Acad 113", "instructor": "Malone,S.", "class_number": 22562, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__005M__01", "class_type": "LEC", "course_name": "Medical Spanish", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjMiO30%3D", "enroll_current": 11, "meet_times": "MWF 02:40PM-03:45PM", "location": "N", "instructor": "Lain,S.L.", "class_number": 22563, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__005M__02", "class_type": "LEC", "course_name": "Medical Spanish", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjQiO30%3D", "enroll_current": 15, "meet_times": "MWF 04:00PM-05:05PM", "location": "N", "instructor": "Staff", "class_number": 22564, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__006__01", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjUiO30%3D", "enroll_current": 14, "meet_times": "MWF 04:00PM-05:05PM", "location": "Merrill Acad 130", "instructor": "Barahona,B.A.", "class_number": 22565, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__105__01", "class_type": "LEC", "course_name": "Intro a Span Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTEiO30%3D", "enroll_current": 28, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 075", "instructor": "Smith,A.M.", "class_number": 23051, "enroll_max": 64}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__150__01", "class_type": "LEC", "course_name": "Intro Hispanic Ling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTgiO30%3D", "enroll_current": 16, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Humanities 1 110", "instructor": "Zyzik,E.C.", "class_number": 22898, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__151__01", "class_type": "LEC", "course_name": "Varieties of Spanish", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTkiO30%3D", "enroll_current": 15, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 22899, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__156M__01", "class_type": "LEC", "course_name": "Mexico & Southwest", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzAiO30%3D", "enroll_current": 15, "meet_times": "MWF 01:20PM-02:25PM", "location": "Steven Acad 151", "instructor": "Navarro,M.A.", "class_number": 22570, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__004__01", "class_type": "LEC", "course_name": "SpanHeritageSpeakers", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjYiO30%3D", "enroll_current": 14, "meet_times": "MWF 09:20AM-10:25AM", "location": "Humanities 1 110", "instructor": "Staff", "class_number": 22566, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__004__02", "class_type": "LEC", "course_name": "SpanHeritageSpeakers", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjciO30%3D", "enroll_current": 11, "meet_times": "MWF 10:40AM-11:45AM", "location": "Humanities 1 110", "instructor": "Malone,S.", "class_number": 22567, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__004__03", "class_type": "LEC", "course_name": "SpanHeritageSpeakers", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjgiO30%3D", "enroll_current": 14, "meet_times": "MWF 12:00PM-01:05PM", "location": "Humanities 1 110", "instructor": "Malone,S.", "class_number": 22568, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__004__04", "class_type": "LEC", "course_name": "SpanHeritageSpeakers", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjkiO30%3D", "enroll_current": 9, "meet_times": "MWF 04:00PM-05:05PM", "location": "Humanities 1 110", "instructor": "Gonzalez Pagani,M.", "class_number": 22569, "enroll_max": 27}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__115__01", "class_type": "LEC", "course_name": "Essay Reading/Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjgiO30%3D", "enroll_current": 13, "meet_times": "MWF 02:40PM-03:45PM", "location": "Humanities 1 110", "instructor": "Gonzalez Pagani,M.", "class_number": 23168, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__01", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23628, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__01", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjgiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23628, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__02", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjkiO30%3D", "enroll_current": 1, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23629, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__02", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjkiO30%3D", "enroll_current": 1, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23629, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__03", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzAiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23630, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__03", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23630, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__04", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzEiO30%3D", "enroll_current": 1, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23631, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__04", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzEiO30%3D", "enroll_current": 1, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23631, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__05", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23632, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__05", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzIiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23632, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__06", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzMiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23633, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__06", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzMiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23633, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__07", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzQiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23634, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__07", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzQiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23634, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__08", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzUiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23635, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__08", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzUiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23635, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__09", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzYiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23636, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__09", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzYiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23636, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__10", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzciO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23637, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__10", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzciO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23637, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__11", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzgiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23638, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__11", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzgiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23638, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__12", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzkiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23639, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__12", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Fire 177", "instructor": "Staff", "class_number": 23639, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__13", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDAiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23640, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__13", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Fire 177", "instructor": "Staff", "class_number": 23640, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__14", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Steven Fire 177", "instructor": "Staff", "class_number": 23641, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__14", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDEiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23641, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__15", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTUiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23815, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__15", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTUiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Steven Acad 151", "instructor": "Staff", "class_number": 23815, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__011A__01", "class_type": "LEC", "course_name": "ELP:Leadership Tools", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTciO30%3D", "enroll_current": 22, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23217, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__080H__01", "class_type": "SEM", "course_name": "Rainbow Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzEiO30%3D", "enroll_current": 0, "meet_times": "Tu 06:00PM-08:00PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 22571, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__080H__01", "class_type": "SEM", "course_name": "Rainbow Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzEiO30%3D", "enroll_current": 0, "meet_times": "Th 07:00PM-10:00PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 22571, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__090__01", "class_type": "SEM", "course_name": "The Nuclear Pacific", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjciO30%3D", "enroll_current": 13, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Hum ", "instructor": "Staff", "class_number": 23067, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__096__01", "class_type": "SEM", "course_name": "Peer Tutoring", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjAiO30%3D", "enroll_current": 0, "meet_times": "M 05:20PM-06:55PM", "location": "Porter Acad 148", "instructor": "Staff", "class_number": 23020, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__096__02", "class_type": "SEM", "course_name": "Peer Tutoring", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTQiO30%3D", "enroll_current": 0, "meet_times": "Tu 08:00AM-09:35AM", "location": "Cowell Clrm 131", "instructor": "Staff", "class_number": 23814, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__010__01", "class_type": "LEC", "course_name": "Intro to Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzIiO30%3D", "enroll_current": 60, "meet_times": "TuTh 09:50AM-11:25AM", "location": "TA 2nd Stage", "instructor": "Cuthbert,D.L.", "class_number": 22572, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__012__01", "class_type": "LEC", "course_name": "Stage Management", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzMiO30%3D", "enroll_current": 24, "meet_times": "MW 04:00PM-05:35PM", "location": "TA Drama B201", "instructor": "Mountain,D.R.", "class_number": 22573, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__014__01", "class_type": "STU", "course_name": "Drawing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyODIiO30%3D", "enroll_current": 25, "meet_times": "MW 09:20AM-10:55AM", "location": "TA Studio C102", "instructor": "Edmunds,K.", "class_number": 24282, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__020__01", "class_type": "STU", "course_name": "Intr Studies Acting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzQiO30%3D", "enroll_current": 85, "meet_times": "MW 12:00PM-01:35PM", "location": "TA 2nd Stage", "instructor": "Scheie,D.", "class_number": 22574, "enroll_max": 85}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__022__01", "class_type": "STU", "course_name": "Indonesian Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODMiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "TA Mainstage A105", "instructor": "Foley,M.K.", "class_number": 22583, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__031C__01", "class_type": "STU", "course_name": "DanceStudio1:Contemp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzciO30%3D", "enroll_current": 20, "meet_times": "MW 12:00PM-01:35PM", "location": "TA Mainstage A105", "instructor": "Casel,G.", "class_number": 23777, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__036__01", "class_type": "STU", "course_name": "Intro Dance Comp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODQiO30%3D", "enroll_current": 20, "meet_times": "TuTh 03:20PM-04:55PM", "location": "TA Mainstage A105", "instructor": "Lee,C.", "class_number": 22584, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__037__01", "class_type": "STU", "course_name": "African Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTkiO30%3D", "enroll_current": 30, "meet_times": "MW 04:00PM-05:35PM", "location": "TA Mainstage A105", "instructor": "Kone,M.", "class_number": 23859, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__040__01", "class_type": "LEC", "course_name": "Intro To Directing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODUiO30%3D", "enroll_current": 27, "meet_times": "TuTh 08:00AM-09:35AM", "location": "TA Lecture E100", "instructor": "Brandt,K.L.", "class_number": 22585, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__050__01", "class_type": "STU", "course_name": "Fundamen Production", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODYiO30%3D", "enroll_current": 100, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Parr,D.L.", "class_number": 22586, "enroll_max": 100}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__055A__01", "class_type": "STU", "course_name": "Barnstorm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzEiO30%3D", "enroll_current": 0, "meet_times": "F 04:00PM-07:00PM", "location": "Barn Theater 021", "instructor": "Cuthbert,D.L.", "class_number": 22671, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__055A__01", "class_type": "STU", "course_name": "Barnstorm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzEiO30%3D", "enroll_current": 0, "meet_times": "MTuWTh 07:10PM-10:00PM", "location": "Barn Theater 021", "instructor": "Cuthbert,D.L.", "class_number": 22671, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__055B__01", "class_type": "STU", "course_name": "Barnstorm Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODQiO30%3D", "enroll_current": 0, "meet_times": "MTuWTh 07:10PM-10:00PM", "location": "Barn Theater 021", "instructor": "Cuthbert,D.L.", "class_number": 22684, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__055B__01", "class_type": "STU", "course_name": "Barnstorm Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODQiO30%3D", "enroll_current": 0, "meet_times": "F 04:00PM-07:00PM", "location": "Barn Theater 021", "instructor": "Cuthbert,D.L.", "class_number": 22684, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__061A__01", "class_type": "LEC", "course_name": "AncientMedievalDrama", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTYiO30%3D", "enroll_current": 60, "meet_times": "TuTh 03:20PM-04:55PM", "location": "TA 2nd Stage", "instructor": "Chemers,M.M.", "class_number": 22796, "enroll_max": 60}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__080L__01", "class_type": "LEC", "course_name": "Muppet Magic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODciO30%3D", "enroll_current": 174, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Media Theater M110", "instructor": "Armstrong,L.D.", "class_number": 22587, "enroll_max": 175}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__080U__01", "class_type": "LEC", "course_name": "Everybody Dance Now", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjEiO30%3D", "enroll_current": 187, "meet_times": "MW 09:20AM-10:55AM", "location": "TA 2nd Stage", "instructor": "Pearlman,C.", "class_number": 23261, "enroll_max": 200}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__080Z__01", "class_type": "STU", "course_name": "Indian Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1OTgiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "TA Mainstage A105", "instructor": "Lee,C.", "class_number": 22598, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__106__01", "class_type": "STU", "course_name": "Digital Illustration", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTAiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22890, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__126__01", "class_type": "STU", "course_name": "Acting Studio III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1OTkiO30%3D", "enroll_current": 0, "meet_times": "MW 09:20AM-10:55AM", "location": "TA Studio C100", "instructor": "Gallagher,P.M.", "class_number": 22599, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__151__01", "class_type": "STU", "course_name": "Stdy Perform Drama", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDAiO30%3D", "enroll_current": 0, "meet_times": "F 04:00PM-07:00PM", "location": "TA Mainstage", "instructor": "Scheie,D.", "class_number": 22600, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__151__01", "class_type": "STU", "course_name": "Stdy Perform Drama", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDAiO30%3D", "enroll_current": 0, "meet_times": "MTuWTh 07:10PM-10:00PM", "location": "TA Mainstage", "instructor": "Scheie,D.", "class_number": 22600, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__157__01", "class_type": "SEM", "course_name": "Playwriting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDEiO30%3D", "enroll_current": 50, "meet_times": "TuTh 01:30PM-03:05PM", "location": "TA Lecture E100", "instructor": "Brandt,K.L.", "class_number": 22601, "enroll_max": 50}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__161C__01", "class_type": "LEC", "course_name": "Renaissance Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjkiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "TA Drama B201", "instructor": "Jannarone,K.M.", "class_number": 23929, "enroll_max": 32}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__161D__01", "class_type": "LEC", "course_name": "Asian Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDIiO30%3D", "enroll_current": 22, "meet_times": "TuTh 09:50AM-11:25AM", "location": "TA Lecture E100", "instructor": "Foley,M.K.", "class_number": 22602, "enroll_max": 40}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__161T__01", "class_type": "LEC", "course_name": "Women In Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDMiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22603, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__185__01", "class_type": "SEM", "course_name": "Senior Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDQiO30%3D", "enroll_current": 34, "meet_times": "TuTh 11:40AM-01:15PM", "location": "TA Lecture E100", "instructor": "Edmunds,K.", "class_number": 22604, "enroll_max": 45}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__290A__01", "class_type": "SEM", "course_name": "Text Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTgiO30%3D", "enroll_current": 0, "meet_times": "M 02:00PM-05:00PM", "location": "TA Offices J101", "instructor": "Chemers,M.M.", "class_number": 23018, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__050__01", "class_type": "LEC", "course_name": "Business Inf System", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzMiO30%3D", "enroll_current": 143, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 105", "instructor": "Chen,Y.", "class_number": 21933, "enroll_max": 143}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__101__01", "class_type": "SEM", "course_name": "Mgmt Of Tech Seminr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzQiO30%3D", "enroll_current": 144, "meet_times": "Th 03:20PM-04:55PM", "location": "J Baskin Engr 152", "instructor": "Desa,S.", "class_number": 21934, "enroll_max": 144}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__105__01", "class_type": "LEC", "course_name": "Intro Mgmt of Tech I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDkiO30%3D", "enroll_current": 160, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ClassroomUnit 001", "instructor": "Desa,S.", "class_number": 22609, "enroll_max": 160}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__166A__01", "class_type": "LEC", "course_name": "Game Theory /Apps I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzUiO30%3D", "enroll_current": 46, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 110", "instructor": "Musacchio,J.T.", "class_number": 22835, "enroll_max": 55}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__205__01", "class_type": "LEC", "course_name": "Management Tech I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTAiO30%3D", "enroll_current": 160, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ClassroomUnit 001", "instructor": "Desa,S.", "class_number": 22610, "enroll_max": 160}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__209__01", "class_type": "LEC", "course_name": "DataMining/BusAnalytics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTIiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 136", "instructor": "Akella,R.", "class_number": 22752, "enroll_max": 30}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__280I__01", "class_type": "SEM", "course_name": "Info Retrievl/Knowl Mgnt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Akella,R.", "class_number": 22759, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__280S__01", "class_type": "SEM", "course_name": "Seminar Topics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lee,D.", "class_number": 23769, "enroll_max": 10}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__UCDC__194A__01", "class_type": "FLD", "course_name": "UCDC InternResearch", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTEiO30%3D", "enroll_current": 22, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22491, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__UCDC__194B__01", "class_type": "FLD", "course_name": "UCDC Intern Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTIiO30%3D", "enroll_current": 22, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22492, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__01", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODUiO30%3D", "enroll_current": 17, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 153", "instructor": "Archimedes,S.M.", "class_number": 23685, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__02", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODYiO30%3D", "enroll_current": 15, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 1 153", "instructor": "Rava,A.", "class_number": 23686, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__03", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODciO30%3D", "enroll_current": 17, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 319", "instructor": "Flanagan,V.A.", "class_number": 23687, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__04", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODgiO30%3D", "enroll_current": 1, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 101", "instructor": "King,R.Y.", "class_number": 23688, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__05", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjEiO30%3D", "enroll_current": 16, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Steven Acad 151", "instructor": "Archimedes,S.M.", "class_number": 23761, "enroll_max": 16}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__06", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjIiO30%3D", "enroll_current": 9, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Steven Acad 151", "instructor": "Rava,A.", "class_number": 23762, "enroll_max": 12}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__07", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjMiO30%3D", "enroll_current": 2, "meet_times": "MWF 12:00PM-01:05PM", "location": "Merrill Acad 002", "instructor": "Thorn,D.D.", "class_number": 23763, "enroll_max": 17}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__08", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjQiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Merrill Acad 003", "instructor": "Thorn,D.D.", "class_number": 23764, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__09", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjUiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Kresge Clrm 319", "instructor": "Staff", "class_number": 23765, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__01", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzIiO30%3D", "enroll_current": 25, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 2 159", "instructor": "Arthur,D.L.", "class_number": 22672, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__02", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzMiO30%3D", "enroll_current": 25, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 159", "instructor": "Arthur,D.L.", "class_number": 22673, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__03", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzQiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 165", "instructor": "Arthur,D.L.", "class_number": 22674, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__04", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzUiO30%3D", "enroll_current": 25, "meet_times": "MW 05:20PM-06:55PM", "location": "Oakes Acad 106", "instructor": "Baker,M.", "class_number": 22675, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__05", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzYiO30%3D", "enroll_current": 25, "meet_times": "MW 07:10PM-08:45PM", "location": "Oakes Acad 106", "instructor": "Baker,M.", "class_number": 22676, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__06", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzciO30%3D", "enroll_current": 25, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Oakes Acad 222", "instructor": "King,R.Y.", "class_number": 22677, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__07", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzgiO30%3D", "enroll_current": 25, "meet_times": "MWF 10:40AM-11:45AM", "location": "Hum ", "instructor": "Lunine,B.D.", "class_number": 22678, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__08", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzkiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "Hum ", "instructor": "Newberry,E.S.", "class_number": 22679, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__09", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODAiO30%3D", "enroll_current": 24, "meet_times": "MW 05:20PM-06:55PM", "location": "Hum ", "instructor": "Newberry,E.S.", "class_number": 22680, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__10", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODEiO30%3D", "enroll_current": 25, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Hum ", "instructor": "Parmeter,S.", "class_number": 22681, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__11", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODIiO30%3D", "enroll_current": 23, "meet_times": "TuTh 05:20PM-06:55PM", "location": "R Carson Acad 250", "instructor": "Terhaar,T.L.", "class_number": 22682, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__12", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODMiO30%3D", "enroll_current": 24, "meet_times": "TuTh 03:20PM-04:55PM", "location": "R Carson Acad 250", "instructor": "Terhaar,T.L.", "class_number": 22683, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__13", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjYiO30%3D", "enroll_current": 24, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Hum ", "instructor": "Vidali,A.", "class_number": 23766, "enroll_max": 25}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__14", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjciO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Acad 151", "instructor": "Staff", "class_number": 23767, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__023__01", "class_type": "SEM", "course_name": "Grammar and Rhetoric", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDAiO30%3D", "enroll_current": 20, "meet_times": "MWF 10:40AM-11:45AM", "location": "Porter Acad 249", "instructor": "Daniels,R.L.", "class_number": 22740, "enroll_max": 22}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__023__02", "class_type": "SEM", "course_name": "Grammar and Rhetoric", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDEiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22741, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__01", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Cowell Acad 216", "instructor": "Bigley,M.", "class_number": 23146, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__02", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDciO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Porter Acad 249", "instructor": "Bigley,M.", "class_number": 23147, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__03", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDgiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Steven Acad 151", "instructor": "Helmer,K.A.", "class_number": 23148, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__04", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDkiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Steven Acad 151", "instructor": "Staff", "class_number": 23149, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__05", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTAiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Merrill Acad 002", "instructor": "Staff", "class_number": 23150, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__01", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTEiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Merrill Acad 003", "instructor": "Breakspear,A.S.", "class_number": 23151, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__02", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTIiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Crown Clrm 201", "instructor": "Breakspear,A.S.", "class_number": 23152, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__03", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTMiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Crown Clrm 203", "instructor": "Brenner,G.A.", "class_number": 23153, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__04", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTQiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Crown Clrm 201", "instructor": "Cummings,S.J.", "class_number": 23154, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__05", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTUiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Crown Clrm 201", "instructor": "Cummings,S.J.", "class_number": 23155, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__06", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTYiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Crown Clrm 201", "instructor": "Herrera Astua,M.", "class_number": 23156, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__07", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTciO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Crown Clrm 201", "instructor": "Herrera Astua,M.", "class_number": 23157, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__08", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Crown Clrm 201", "instructor": "Herrera Astua,M.", "class_number": 23158, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__09", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 003", "instructor": "Sanfilippo,B.S.", "class_number": 23159, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__10", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 145", "instructor": "Cummings,S.J.", "class_number": 23160, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__11", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjEiO30%3D", "enroll_current": 1, "meet_times": "MWF 09:20AM-10:25AM", "location": "Crown Clrm 201", "instructor": "Michals,S.", "class_number": 23161, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__12", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 136", "instructor": "Halk,E.L.", "class_number": 23162, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__13", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjMiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Crown Clrm 201", "instructor": "Brenner,G.A.", "class_number": 23163, "enroll_max": 15}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__14", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjQiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "R Carson Acad 252", "instructor": "Wong,T.L.", "class_number": 23164, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__15", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Merrill Acad 002", "instructor": "Staff", "class_number": 23165, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__027__01", "class_type": "SEM", "course_name": "Writing About Genre", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjYiO30%3D", "enroll_current": 13, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Hum ", "instructor": "Daniels,R.L.", "class_number": 23166, "enroll_max": 20}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__027__02", "class_type": "SEM", "course_name": "Writing About Genre", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjciO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Cowell Acad 216", "instructor": "Staff", "class_number": 23167, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__169__01", "class_type": "SEM", "course_name": "Tutoring Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDciO30%3D", "enroll_current": 7, "meet_times": "MWF 10:40AM-11:45AM", "location": "Kresge Clrm 323", "instructor": "Flanagan,V.A.", "class_number": 22607, "enroll_max": 0}, +{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__169__02", "class_type": "SEM", "course_name": "Tutoring Writing", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDgiO30%3D", "enroll_current": 8, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 136", "instructor": "Halk,E.L.", "class_number": 22608, "enroll_max": 0} +] \ No newline at end of file From 93b6d7027344098ed8409c35981bb53841f03042 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sat, 7 Jul 2018 18:21:25 -0700 Subject: [PATCH 09/18] Extracted most information from course pages with pisa.py (still missing associated sections, which will be generating additional linked class sections; also realized there are edgecases where the page content is actually DYNAMIC, so I need to fix those...) --- crawlers/ucsc/ucsc/items.py | 35 +++++++++++- crawlers/ucsc/ucsc/spiders/pisa.py | 87 +++++++++++++++++++++++++----- 2 files changed, 108 insertions(+), 14 deletions(-) diff --git a/crawlers/ucsc/ucsc/items.py b/crawlers/ucsc/ucsc/items.py index 3f1c3e9..1897d0c 100644 --- a/crawlers/ucsc/ucsc/items.py +++ b/crawlers/ucsc/ucsc/items.py @@ -28,4 +28,37 @@ class PisaIndexItem(scrapy.Item): class PisaCourseItem(scrapy.Item): """ Encapsulates all the data visible from a class page; TBD """ - raw_content = Field() # raw HTML; todo: parse this properly using xpath + regexes + url = Field() # url of class page, eg. "https://pisa.ucsc.edu/class_search/index.php/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D" + course_name = Field() # string, eg. "AMS 03" + course_title = Field() # string, eg. "Precalculus" + course_section = Field() # string, eg. "01" + class_number = Field() # int, eg. 21723 + lecture_number = Field() # int, class_number of lecture component (or class_number) + instructor = Field() # string, eg. "Garaud,P." + class_type = Field() # "LEC", "LAB", or "SEM" (or "DISC"...?) + class_type_pretty = Field() # "Lecture", ... + location = Field() # string, eg. "Soc Sci 2 075" + meet_times = Field() # string, eg. "MWF 10:40AM-11:45AM" + enroll_max = Field() # int + enroll_current = Field() # int + materials_url = Field() # link to materials page, eg. "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__003__01" + term = Field() # TBD, eg. "Fall 2018" + term_id = Field() # TBD, integer id used when searching via form + career_type = Field() + grading_options = Field() + credits = Field() + gen_ed_categories = Field() + waitlist_max = Field() + waitlist_current = Field() + enroll_status = Field() + + course_description = Field() + enrollment_reqs = Field() + class_notes = Field() + class_dates = Field() + + + + + + diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index 1b74ad0..18becdf 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -9,6 +9,15 @@ site_path = lambda path: '{}/{}'.format( 'https://pisa.ucsc.edu/class_search', path) +def parse_course_title (text, result): + assert(text) + match = re.match(r'\s*(\w+\s+\d+[A-Z]?)[^\d]+(\d+)[^\w]+([^\n]+)', text) + if not match: + raise Exception("Failed to parse '%s'"%text) + result['course_name'] = match.group(1) + result['course_section'] = match.group(2) + result['course_title'] = match.group(3).strip() + class PisaSpider(scrapy.Spider): name = 'pisa' allowed_domains = ['pisa.ucsc.edu'] @@ -23,8 +32,8 @@ def __init__(self, *args, **kwargs): logger.setLevel(logging.WARNING) super(PisaSpider, self).__init__(*args, **kwargs) - self.max_index_scrapes = -1 - self.max_page_scrapes = -1 + self.max_index_scrapes = 10 + self.max_page_scrapes = 10 def parse(self, response): yield scrapy.FormRequest(url=self.search_url, @@ -67,14 +76,7 @@ def parse_course_index(self, response): result['url'] = site_path(anchor.xpath('@href').extract()[0]) # parse course name, title, section - title_info = anchor.xpath('text()').extract()[0] - assert(title_info) - match = re.match(r'(\w+\s+\d+[A-Z]?)[^\d]+(\d+)[^\w]+([^\n]+)', title_info) - if not match: - raise Exception("Failed to parse '%s'"%title_info) - result['course_name'] = match.group(1) - result['course_section'] = match.group(2) - result['course_name'] = match.group(3) + parse_course_title(anchor.xpath('text()').extract()[0], result) # grab class number + enrollment info rest = item.xpath('div[contains(@class,"panel-body")]/div[contains(@class,"row")]') @@ -96,9 +98,68 @@ def parse_course_index(self, response): def parse_course_page(self, response): - content = response.xpath('//div[@class="panel-body"]') result = PisaCourseItem() - result['raw_content'] = str(content.extract()) + content = response.xpath('body/div[contains(@class,"panel")]/div[contains(@class,"panel-body")]') + assert(content) + + parse_course_title(content.xpath('div[1]/div/h2/text()').extract()[0], result) + result['term'] = content.xpath('div[2]/div/text()').extract()[0].strip() + + info = content.xpath('div[contains(@class,"panel-group")]') + details = info.xpath('div[1]/div[contains(@class,"panel-body")]/div[1]') + + left_panel = details.xpath('div[1]/dl') + result['career_type'] = left_panel.xpath('dd[1]/text()').extract()[0].strip('"') + result['grading_options'] = left_panel.xpath('dd[2]/text()').extract()[0].strip('"') + result['class_number'] = int(left_panel.xpath('dd[3]/text()').extract()[0].strip('"')) + result['lecture_number'] = result['class_number'] + + result['class_type_pretty'] = left_panel.xpath('dd[4]/text()').extract()[0].strip('"') + result['credits'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') + result['gen_ed_categories'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') + + right_panel = details.xpath('div[2]/dl') + result['enroll_status'] = right_panel.xpath('dd[1]/text()').extract()[0].strip('"') + avail_seats = int(right_panel.xpath('dd[2]/text()').extract()[0].strip('"')) + result['enroll_max'] = int(right_panel.xpath('dd[3]/text()').extract()[0].strip('"')) + result['enroll_current'] = int(right_panel.xpath('dd[4]/text()').extract()[0].strip('"')) + assert(avail_seats == result['enroll_max'] - result['enroll_current']) + + result['waitlist_max'] = int(right_panel.xpath('dd[5]/text()').extract()[0].strip('"')) + result['waitlist_current'] = int(right_panel.xpath('dd[6]/text()').extract()[0].strip('"')) + + result['course_description'] = info.xpath('div[2]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() + result['enrollment_reqs'] = info.xpath('div[3]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() + result['class_notes'] = info.xpath('div[4]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() + + meet_info = info.xpath('div[5]/div[contains(@class,"panel-body")]/table') + if meet_info: + result['meet_times'] = meet_info.xpath('td[1]/text()').extract()[0].strip() + result['location'] = meet_info.xpath('td[2]/text()').extract()[0].strip() + result['instructor'] = meet_info.xpath('td[3]/text()').extract()[0].strip() + result['class_dates'] = meet_info.xpath('td[4]/text()').extract()[0].strip() + else: + + # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table').extract()) + # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table/tbody').extract()) + # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table/tr[2]').extract()) + # print(meet_info.extract()) + # print(meet_info.xpath('td[1]').extract()) + + + + associated_sections = info.xpath('div[6]/div[contains(@class,"panel-body")]') + + yield result - # TBD: actually parse this and process it, etc... + + + + + + + + + + From 512028b8b3e4cc7a7555fbcd52b08a3fbed0e85d Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sun, 8 Jul 2018 00:04:06 -0700 Subject: [PATCH 10/18] working on crawler (almost finished) --- crawlers/ucsc/ucsc/spiders/pisa.py | 128 ++++++++++++++++++----------- 1 file changed, 78 insertions(+), 50 deletions(-) diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index 18becdf..27be19c 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -105,61 +105,89 @@ def parse_course_page(self, response): parse_course_title(content.xpath('div[1]/div/h2/text()').extract()[0], result) result['term'] = content.xpath('div[2]/div/text()').extract()[0].strip() - info = content.xpath('div[contains(@class,"panel-group")]') - details = info.xpath('div[1]/div[contains(@class,"panel-body")]/div[1]') - - left_panel = details.xpath('div[1]/dl') - result['career_type'] = left_panel.xpath('dd[1]/text()').extract()[0].strip('"') - result['grading_options'] = left_panel.xpath('dd[2]/text()').extract()[0].strip('"') - result['class_number'] = int(left_panel.xpath('dd[3]/text()').extract()[0].strip('"')) - result['lecture_number'] = result['class_number'] - - result['class_type_pretty'] = left_panel.xpath('dd[4]/text()').extract()[0].strip('"') - result['credits'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') - result['gen_ed_categories'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') - - right_panel = details.xpath('div[2]/dl') - result['enroll_status'] = right_panel.xpath('dd[1]/text()').extract()[0].strip('"') - avail_seats = int(right_panel.xpath('dd[2]/text()').extract()[0].strip('"')) - result['enroll_max'] = int(right_panel.xpath('dd[3]/text()').extract()[0].strip('"')) - result['enroll_current'] = int(right_panel.xpath('dd[4]/text()').extract()[0].strip('"')) - assert(avail_seats == result['enroll_max'] - result['enroll_current']) - - result['waitlist_max'] = int(right_panel.xpath('dd[5]/text()').extract()[0].strip('"')) - result['waitlist_current'] = int(right_panel.xpath('dd[6]/text()').extract()[0].strip('"')) - - result['course_description'] = info.xpath('div[2]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() - result['enrollment_reqs'] = info.xpath('div[3]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() - result['class_notes'] = info.xpath('div[4]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() - - meet_info = info.xpath('div[5]/div[contains(@class,"panel-body")]/table') - if meet_info: - result['meet_times'] = meet_info.xpath('td[1]/text()').extract()[0].strip() - result['location'] = meet_info.xpath('td[2]/text()').extract()[0].strip() - result['instructor'] = meet_info.xpath('td[3]/text()').extract()[0].strip() - result['class_dates'] = meet_info.xpath('td[4]/text()').extract()[0].strip() - else: + def parse_panel_class_details (panel_body): + details = panel_body.xpath('div[contains(@class,"row")]') + print(details) + left_panel, right_panel = details.xpath('div[1]/dl'), details.xpath('div[2]/dl') + print(left_panel) + print(right_panel) + # left_panel, right_panel = details.xpath('div[contains(@class,"col-xs-12")]') + result['career_type'] = left_panel.xpath('dd[1]/text()').extract()[0].strip('"') + result['grading_options'] = left_panel.xpath('dd[2]/text()').extract()[0].strip('"') + result['class_number'] = int(left_panel.xpath('dd[3]/text()').extract()[0].strip('"')) + result['lecture_number'] = result['class_number'] + result['class_type_pretty'] = left_panel.xpath('dd[4]/text()').extract()[0].strip('"') + result['credits'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') + result['gen_ed_categories'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') + result['enroll_status'] = right_panel.xpath('dd[1]/text()').extract()[0].strip('"') + avail_seats = int(right_panel.xpath('dd[2]/text()').extract()[0].strip('"')) + result['enroll_max'] = int(right_panel.xpath('dd[3]/text()').extract()[0].strip('"')) + result['enroll_current'] = int(right_panel.xpath('dd[4]/text()').extract()[0].strip('"')) + result['waitlist_max'] = int(right_panel.xpath('dd[5]/text()').extract()[0].strip('"')) + result['waitlist_current'] = int(right_panel.xpath('dd[6]/text()').extract()[0].strip('"')) + assert(avail_seats == result['enroll_max'] - result['enroll_current']) + + def parse_panel_description (panel_body): + result['course_description'] = panel_body.xpath('text()').extract()[0].strip() + + def parse_panel_enrollment_reqs (panel_body): + result['enrollment_reqs'] = panel_body.xpath('text()').extract()[0].strip() + + def parse_panel_class_notes (panel_body): + result['class_notes'] = panel_body.xpath('text()').extract()[0].strip() + + def parse_panel_meeting_info (panel_body): + meet_info = panel_body.xpath('table') + meet_info = panel_body.xpath('tbody') or meet_info + if meet_info: + result['meet_times'] = meet_info.xpath('td[1]/text()').extract()[0].strip() + result['location'] = meet_info.xpath('td[2]/text()').extract()[0].strip() + result['instructor'] = meet_info.xpath('td[3]/text()').extract()[0].strip() + result['class_dates'] = meet_info.xpath('td[4]/text()').extract()[0].strip() + + def parse_panel_sections (panel_body): + pass + + panels = content.xpath('div[contains(@class,"panel-group")]/div[contains(@class,"row")]') + for panel in panels: + header = panel.xpath('div[contains(@class,"panel-heading")]/h2/text()').extract()[0].strip() + body = panel.xpath('div[contains(@class,"panel-body")]') + try: + { + 'Class Details': parse_panel_class_details, + 'Description': parse_panel_description, + 'Enrollment Requirements': parse_panel_enrollment_reqs, + 'Class Notes': parse_panel_class_notes, + 'Meeting Information': parse_panel_meeting_info, + 'Associated Discussions Sections or Labs': parse_panel_sections, + }[header](body) + except KeyError: + raise Exception("Unhandled panel: '%s', with content:\n%s"%(header, body.extract())) + + + + # details = info.xpath('div[1]/div[contains(@class,"panel-body")]/div[1]') + + # left_panel = details.xpath('div[1]/dl') + + + # right_panel = details.xpath('div[2]/dl') + + + # result['course_description'] = info.xpath('div[2]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() + # result['enrollment_reqs'] = info.xpath('div[3]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() + # result['class_notes'] = info.xpath('div[4]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() + + # meet_info = info.xpath('div[5]/div[contains(@class,"panel-body")]/table') + + # else: + # pass + # print("NO MEETING INFO FOR '%s'?!\tContent dump:\n%s"%(result['course_name'], info.extract())) # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table').extract()) # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table/tbody').extract()) # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table/tr[2]').extract()) # print(meet_info.extract()) # print(meet_info.xpath('td[1]').extract()) - - - associated_sections = info.xpath('div[6]/div[contains(@class,"panel-body")]') - - yield result - - - - - - - - - - - From 02be2bc1ae6363885e75c2d3bcc490687f169957 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sun, 8 Jul 2018 00:04:43 -0700 Subject: [PATCH 11/18] built out specification for improved crawler API --- .../ucsc/ucsc/spiders/pisa_index_crawler.py | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py diff --git a/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py b/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py new file mode 100644 index 0000000..d6ac53c --- /dev/null +++ b/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py @@ -0,0 +1,106 @@ +''' + This is a test for an API wrapper around scrapy. + It passes when the following code can run, and produce complete, correct output to the current crawler (pisa.py). +''' +from ucsc.architecture import BaseCrawler, item_producer +import datetime + +def to_datetime_time (hourly_time_string): + ''' Converts a time string generated by pisa into a python datetime.time value ''' + hours, minutes, am_pm = re.match(r'(\d+):(\d+)(AM|PM)') + if am_pm == 'PM': + hours += 12 + return datetime.time(hours, minutes) + +# TODO: unittests ^ + + +class PisaCourseIndexCrawler (BaseCrawler): + def parse (self, response): + response.xpath_require_one('body') \ + .xpath_require_one('div[contains(@class,"center-block")]') \ + .xpath_require_one('div[@class="panel-body"]') \ + .xpath_require_many('div[contains(@id,"rowpanel")]') + .map_async(self.parse_index_item) + + @item_producer(PisaIndexItem) + def parse_index_item (self, response, result): + anchor = response \ + .xpath_require_one('div[contains(@class,"panel-heading")]') \ + .xpath_require_one('h2/a[contains(@id,"class_id_")]') + + anchor.xpath_attrib('@href').bind(result, 'url') + anchor.xpath_stripped_text().bind_re( + r'\s*(\w+\s+\d+[A-Z]?)[^\d]+(\d+)[^\w]+([^\n]+)', + ('course_name', 'course_section', 'course_title')) + + content = response \ + .xpath_require_one('div[contains(@class,"panel-body")]') \ + .xpath_require_one('div[contains(@class,"row")]') + + content.xpath_require_many('div[@class="col-xs-6 col-sm-3"') \ + .map_sequential_cases(check='maybe', cases=( + ('required', + lambda test: + test.xpath_stripped_text().equals("Class Number:") and \ + test.xpath_attrib('@id').matches_re(r'class_nbr_\d+') and \ + test.xpath_attrib('@href').matches_re( + r'https://pisa\.ucsc\.edu/class_search/index\.php\?action=detail&class_data=\w+'), + lambda value: value.xpath_stripped_text('a').to_int().bind(result, 'class_number')), + + ('required', + lambda test: + test.xpath_require_one('i[1]').xpath_attrib('@class').contains('fa-user') and \ + test.xpath_require_one('i[2]').xpath_attrib('@class').equals('sr-only') and \ + test.xpath_require_one('i[2]').xpath_stripped_text().equals('Instructor:'), + lambda value: value.xpath_stripped_text().bind(result, '')), + + ('required', + lambda test: + test.xpath_require_one('i[1]').xpath_attrib('@class').contains('fa-location-arrow') and \ + test.xpath_require_one('i[2]').xpath_attrib('@class').equals('sr-only') and \ + test.xpath_require_one('i[2]').xpath_stripped_text().equals('Location:'), + lambda value: value.xpath_stripped_text().bind_re( + r'(\d+)\s+of\s+(\d+)', + ('enroll_current','enroll_max'), + (int,int))), + + ('required', + lambda test: + test.xpath_require_one('i[1]').xpath_attrib('@class').contains('fa-location-arrow') and \ + test.xpath_require_one('i[2]').xpath_attrib('@class').equals('sr-only') and \ + test.xpath_require_one('i[2]').xpath_stripped_text().equals('Location:'), + lambda value: value.xpath_stripped_text().bind_re( + r'([M(?:Tu)W(?:Tr)F]+)\s+(\d+:\d+(?:PM|AM))', + ('meet_days', 'meet_begin', 'meet_end'), + (lambda days: days.replace('Tr','R').replace('Tu','T'), to_time, to_time))), + + ('required', + lambda test: + test.xpath_stripped_text().matches_re(r'\d+\s+of\d+\s+Enrolled'), + lambda value: value.xpath_stripped_text().bind_re_map( + r'(\d+)\s+of(\d+)\s+Enrolled', + ('enroll_max', 'enroll_current'), + (int, int))) + )) + + # Simpler, but lest robust version: + content.xpath_stripped_text('div[1]/a').to_int().bind(result, 'class_number') + content.xpath_stripped_text('div[2]').bind(result, 'instructor') + content.xpath_stripped_text('div[3]').bind(result, 'location') + content.xpath_stripped_text('div[4]').bind(result, 'meet_times') + content.xpath_stripped_text('div[5]').bind_re_map( + r'\s*(\d+)\s+of\s+(\d+)', + ('enroll_current','enroll_max'), + (int,int) + ) + content.xpath_attrib('div[6]/a/@href').bind(result, 'materials_url') + response.request_async_crawl( + crawler=PisaCoursePageCrawler, + url=result['url']) + + +class PisaCoursePageCrawler (BaseCrawler): + def parse (self, request): + pass + From f77e99d6c3bdaabbc3a451de54fc209ca6e24d08 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sun, 8 Jul 2018 01:01:37 -0700 Subject: [PATCH 12/18] building out new api --- crawlers/ucsc/ucsc/architecture.py | 16 +++++++ .../ucsc/ucsc/spiders/pisa_index_crawler.py | 47 +++++++++++++++++-- 2 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 crawlers/ucsc/ucsc/architecture.py diff --git a/crawlers/ucsc/ucsc/architecture.py b/crawlers/ucsc/ucsc/architecture.py new file mode 100644 index 0000000..45950aa --- /dev/null +++ b/crawlers/ucsc/ucsc/architecture.py @@ -0,0 +1,16 @@ + +class BaseCrawler: + pass + +def item_producer (Item): + def decorator (fcn): + def wrapper (self, request): + result = Item() + fcn(self, request, result) + return wrapper + return decorator + +def parser_entrypoint (fcn): + def wrapper (self, request): + return fcn(self, request) + return wrapper diff --git a/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py b/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py index d6ac53c..7c3f51b 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py +++ b/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py @@ -2,9 +2,15 @@ This is a test for an API wrapper around scrapy. It passes when the following code can run, and produce complete, correct output to the current crawler (pisa.py). ''' -from ucsc.architecture import BaseCrawler, item_producer +from ucsc.architecture import BaseCrawler, item_producer, parser_entrypoint +from ucsc.items import PisaIndexItem +import scrapy +from scrapy.spiders import CrawlSpider import datetime +site_path = lambda path: '{}/{}'.format( + 'https://pisa.ucsc.edu/class_search', path) + def to_datetime_time (hourly_time_string): ''' Converts a time string generated by pisa into a python datetime.time value ''' hours, minutes, am_pm = re.match(r'(\d+):(\d+)(AM|PM)') @@ -14,13 +20,13 @@ def to_datetime_time (hourly_time_string): # TODO: unittests ^ - class PisaCourseIndexCrawler (BaseCrawler): + @parser_entrypoint def parse (self, response): response.xpath_require_one('body') \ .xpath_require_one('div[contains(@class,"center-block")]') \ .xpath_require_one('div[@class="panel-body"]') \ - .xpath_require_many('div[contains(@id,"rowpanel")]') + .xpath_require_many('div[contains(@id,"rowpanel")]') \ .map_async(self.parse_index_item) @item_producer(PisaIndexItem) @@ -104,3 +110,38 @@ class PisaCoursePageCrawler (BaseCrawler): def parse (self, request): pass + + +class pisa_index_crawler (scrapy.Spider): + name = 'pisa_index_crawler' + allowed_domains = ['pisa.ucsc.edu'] + search_url = site_path('index.php') + start_urls = [ search_url ] + + def __init__ (self, *args, **kwargs): + super(pisa_index_crawler, self).__init__(*args, **kwargs) + self.my_crawler = PisaCourseIndexCrawler() + + def parse(self, response): + yield scrapy.FormRequest(url=self.search_url, + formdata={'action':'results', + 'binds[:term]':'2188', + 'binds[:reg_status]':'all', + 'binds[:subject]':'', + 'binds[:catalog_nbr_op]':'=''', + 'binds[:catalog_nbr]':'', + 'binds[:title]':'', + 'binds[:instr_name_op]':'=''', + 'binds[:instructor]':'', + 'binds[:ge]':'', + 'binds[:crse_units_op]':'=''', + 'binds[:crse_units_from]':'', + 'binds[:crse_units_to]':'', + 'binds[:crse_units_exact]':'', + 'binds[:days]':'', + 'binds[:times]':'', + 'binds[:acad_career]':'', + 'binds[:session_code]':'', + 'rec_start': '0', + 'rec_dur': '1582'}, + callback=self.my_crawler.parse) From b42e591ac0c1f1fde65310f33628fafa1cd9f95a Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Sun, 8 Jul 2018 02:14:31 -0700 Subject: [PATCH 13/18] fleshed out _most_ of new API architecture (very basic; can expand later) --- crawlers/ucsc/ucsc/architecture.py | 180 +++++++++++++++++- .../ucsc/ucsc/spiders/pisa_index_crawler.py | 8 +- 2 files changed, 185 insertions(+), 3 deletions(-) diff --git a/crawlers/ucsc/ucsc/architecture.py b/crawlers/ucsc/ucsc/architecture.py index 45950aa..17dfcfb 100644 --- a/crawlers/ucsc/ucsc/architecture.py +++ b/crawlers/ucsc/ucsc/architecture.py @@ -1,7 +1,185 @@ +import scrapy +import re +''' Crappy initial implementation. Minimum required to run / pass. Can add useful features later. ''' + class BaseCrawler: pass +class SelectorWrapper: + def __init__ (self, value): + self.value = value + + def xpath_require_one (self, selection): + if self.value: + result = self.value.xpath(selection) + if result is None or len(result) > 1: + raise Exception("Expected single selection with '%s', got '%s', prev selection:\n%s"%( + selection, result, self.value.extract())) + return SelectorWrapper(result) + return self + + def xpath_require_many (self, selection): + if self.value: + result = self.value.xpath(selection) + if result is None: + raise Exception("Expected 1+ selection(s) with '%s', got '%s', prev selection:\n%s"%( + selection, result, self.value.extract())) + return SelectorWrapper(result) + return self + + def map_async (self, callback): + if not self.value: + callback(self) + else: + for entry in self.value: + callback(SelectorWrapper(entry)) + + def xpath_stripped_text (self, selection=None, strip=None): + if self.value: + selection = '%s/text()'%selection if selection else 'text()' + + result = self.value.xpath(selection) + result = result.extract() if result else result + if result is None:# or len(result) != 1: + raise Exception("Expected text(), in selection '%s', got '%s' in:\n%s"%( + selection, result, self.value.extract())) + return SelectorWrapper(result[0].strip(strip) if strip else result[0].strip()) + return self + + def xpath_attrib (self, selection, strip=None): + if self.value: + result = self.value.xpath(selection) + result = result.extract() if result else result + if result is None or len(result) != 1: + raise Exception("Expected attrib '%s', got '%s' in:\n%s"%( + selection, result, self.value.extract())) + return SelectorWrapper(result[0].strip(strip) if strip else result[0].strip()) + return self + + + + def bind (self, result, attrib): + if self.value: + value = self.value if type(self.value) == str or type(self.value) == unicode or type(self.value) == int \ + else self.value.extract()[0] + if type(attrib) == str or type(attrib) == unicode: + result[attrib] = self.value + elif type(attrib) == tuple: + for k in attrib: + result[k] = self.value + else: + raise Exception("Invalid argument passed to %s.bind(): %s %s"%( + type(self), type(attrib), attrib)) + else: + result[attrib] = None + print("Failed to assign attrib '%s' to %s in %s"%( + attrib, type(result[attrib]), type(result))) + + def equals (self, other): + # if (type(self.value) == str or type(self.value) == unicode) == (type(other) == str or type(other) == unicode): + # pass + # if type(self.value) != type(other): + # raise Exception("%s.equals() attempting to compare conflicting types: %s and %s"%( + # type(self), type(self.value), type(other))) + return self.value == other + + def matches_re (self, regex): + if not self.value: + raise Exception("Attempting to do regex match on null result") + + if type(self.value) == str or type(self.value) == unicode: + return re.match(regex, self.value) is not None + return self.value.re(regex) is not None + + def contains (self, other): + return self.contains(other) + + def bind_re (self, regex, result, attrib): + if self.value: + value = self.value if type(self.value) == str or type(self.value) == unicode or type(self.value) == int \ + else self.value.extract()[0] + + match = re.match(regex, self.value) + if not match: + raise Exception("Failed to match regex '%s' against input %s"%( + match, value)) + + if type(attrib) == str or type(attrib) == unicode: + result[attrib] = match.group(1) + elif type(attrib) == tuple: + for i, k in enumerate(attrib): + result[k] = match.group(i+1) + else: + raise Exception("Invalid argument passed to %s.bind_re(): %s %s"%( + type(self), type(attrib), attrib)) + else: + result[attrib] = None + print("Failed to assign attrib '%s' to %s in %s"%( + attrib, type(result[attrib]), type(result))) + + def bind_re_map (self, regex, result, attrib, transform): + if self.value: + value = self.value if type(self.value) == str or type(self.value) == int \ + else self.value.extract()[0] + + match = re.match(regex, self.value) + if not match: + raise Exception("Failed to match regex '%s' against input %s"%( + match, value)) + + if type(attrib) == str: + result[attrib] = transform(match.group(1)) + elif type(attrib) == tuple: + for i, (k, f) in enumerate(zip(attrib, transform)): + result[k] = f(match.group[i+1]) + else: + raise Exception("Invalid argument passed to %s.bind_re(): %s %s"%( + type(self), type(attrib), attrib)) + else: + result[attrib] = None + print("Failed to assign attrib '%s' to %s in %s"%( + attrib, type(result[attrib]), type(result))) + + def to_int (self): + if self.value: + return SelectorWrapper(int(self.value)) + return self + + def request_async_crawl (self, crawler=None, url=None): + assert(crawler is not None and url is not None) + + + def map_sequential_cases (self, selection = None, check='maybe', cases=None): + assert(check in set(('yes', 'no', 'maybe'))) + assert(cases is not None) + assert(type(cases) == tuple) + assert(type(cases[0]) == tuple) + assert(type(cases[0][0]) == str) + + do_check = check != 'no' + if not self.value: + for req, test, applicator in cases: + applicator(self) + else: + results = self.value.xpath(selection) if selection else self.value + i = 0 + for item in results: + result = SelectorWrapper(item) + if i > len(cases): + print("Too few items to match all cases") + return + if do_check and not cases[i][1](result): + if cases[i][0] == 'required': + raise Exception("Failed map_sequential_cases case test (%d):\n%s"%( + i, result)) + else: + cases[i][2](result) + i += 1 + if i < len(cases): + print("Did not visit all items") + + def item_producer (Item): def decorator (fcn): def wrapper (self, request): @@ -12,5 +190,5 @@ def wrapper (self, request): def parser_entrypoint (fcn): def wrapper (self, request): - return fcn(self, request) + return fcn(self, SelectorWrapper(request)) return wrapper diff --git a/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py b/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py index 7c3f51b..e64f7cd 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py +++ b/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py @@ -38,13 +38,14 @@ def parse_index_item (self, response, result): anchor.xpath_attrib('@href').bind(result, 'url') anchor.xpath_stripped_text().bind_re( r'\s*(\w+\s+\d+[A-Z]?)[^\d]+(\d+)[^\w]+([^\n]+)', + result, ('course_name', 'course_section', 'course_title')) content = response \ .xpath_require_one('div[contains(@class,"panel-body")]') \ .xpath_require_one('div[contains(@class,"row")]') - content.xpath_require_many('div[@class="col-xs-6 col-sm-3"') \ + content.xpath_require_many('div[@class="col-xs-6 col-sm-3"]') \ .map_sequential_cases(check='maybe', cases=( ('required', lambda test: @@ -66,8 +67,9 @@ def parse_index_item (self, response, result): test.xpath_require_one('i[1]').xpath_attrib('@class').contains('fa-location-arrow') and \ test.xpath_require_one('i[2]').xpath_attrib('@class').equals('sr-only') and \ test.xpath_require_one('i[2]').xpath_stripped_text().equals('Location:'), - lambda value: value.xpath_stripped_text().bind_re( + lambda value: value.xpath_stripped_text().bind_re_map( r'(\d+)\s+of\s+(\d+)', + result, ('enroll_current','enroll_max'), (int,int))), @@ -78,6 +80,7 @@ def parse_index_item (self, response, result): test.xpath_require_one('i[2]').xpath_stripped_text().equals('Location:'), lambda value: value.xpath_stripped_text().bind_re( r'([M(?:Tu)W(?:Tr)F]+)\s+(\d+:\d+(?:PM|AM))', + result, ('meet_days', 'meet_begin', 'meet_end'), (lambda days: days.replace('Tr','R').replace('Tu','T'), to_time, to_time))), @@ -86,6 +89,7 @@ def parse_index_item (self, response, result): test.xpath_stripped_text().matches_re(r'\d+\s+of\d+\s+Enrolled'), lambda value: value.xpath_stripped_text().bind_re_map( r'(\d+)\s+of(\d+)\s+Enrolled', + result, ('enroll_max', 'enroll_current'), (int, int))) )) From 912c89723754cb219ba7d4732a4f7e5872193a99 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Mon, 9 Jul 2018 13:29:46 -0700 Subject: [PATCH 14/18] committed future-arch changes --- crawlers/ucsc/ucsc/architecture.py | 22 ++++++++++++------- crawlers/ucsc/ucsc/spiders/pisa.py | 3 --- .../ucsc/ucsc/spiders/pisa_index_crawler.py | 21 +++++++++--------- 3 files changed, 24 insertions(+), 22 deletions(-) diff --git a/crawlers/ucsc/ucsc/architecture.py b/crawlers/ucsc/ucsc/architecture.py index 17dfcfb..a5f952c 100644 --- a/crawlers/ucsc/ucsc/architecture.py +++ b/crawlers/ucsc/ucsc/architecture.py @@ -93,12 +93,18 @@ def matches_re (self, regex): return self.value.re(regex) is not None def contains (self, other): - return self.contains(other) + if type(self.value) == str or type(self.value) == unicode: + return other in self.value + return self.value.contains(other) def bind_re (self, regex, result, attrib): if self.value: - value = self.value if type(self.value) == str or type(self.value) == unicode or type(self.value) == int \ - else self.value.extract()[0] + try: + value = self.value.extract()[0] + except AttributeError: + value = self.value + # value = self.value if type(self.value) == str or type(self.value) == unicode or type(self.value) == int \ + # else self.value.extract()[0] match = re.match(regex, self.value) if not match: @@ -120,19 +126,19 @@ def bind_re (self, regex, result, attrib): def bind_re_map (self, regex, result, attrib, transform): if self.value: - value = self.value if type(self.value) == str or type(self.value) == int \ + value = self.value if type(self.value) == str or type(self.value) == int or type(self.value) == unicode \ else self.value.extract()[0] - match = re.match(regex, self.value) + match = re.match(regex, value) if not match: raise Exception("Failed to match regex '%s' against input %s"%( - match, value)) + regex, value)) if type(attrib) == str: result[attrib] = transform(match.group(1)) elif type(attrib) == tuple: for i, (k, f) in enumerate(zip(attrib, transform)): - result[k] = f(match.group[i+1]) + result[k] = f(match.group(i+1)) else: raise Exception("Invalid argument passed to %s.bind_re(): %s %s"%( type(self), type(attrib), attrib)) @@ -150,7 +156,7 @@ def request_async_crawl (self, crawler=None, url=None): assert(crawler is not None and url is not None) - def map_sequential_cases (self, selection = None, check='maybe', cases=None): + def map_sequential_cases (self, selection=None, check='maybe', cases=None): assert(check in set(('yes', 'no', 'maybe'))) assert(cases is not None) assert(type(cases) == tuple) diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index 27be19c..d38dbd8 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -24,9 +24,6 @@ class PisaSpider(scrapy.Spider): search_url = site_path('index.php') start_urls = [ search_url ] - def __init__(self, item_count): - self.item_count = item - def __init__(self, *args, **kwargs): logger = logging.getLogger('scrapy.spidermiddlewares.httperror') logger.setLevel(logging.WARNING) diff --git a/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py b/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py index e64f7cd..27b3146 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py +++ b/crawlers/ucsc/ucsc/spiders/pisa_index_crawler.py @@ -50,8 +50,8 @@ def parse_index_item (self, response, result): ('required', lambda test: test.xpath_stripped_text().equals("Class Number:") and \ - test.xpath_attrib('@id').matches_re(r'class_nbr_\d+') and \ - test.xpath_attrib('@href').matches_re( + test.xpath_attrib('a/@id').matches_re(r'class_nbr_\d+') and \ + test.xpath_attrib('a/@href').matches_re( r'https://pisa\.ucsc\.edu/class_search/index\.php\?action=detail&class_data=\w+'), lambda value: value.xpath_stripped_text('a').to_int().bind(result, 'class_number')), @@ -60,22 +60,21 @@ def parse_index_item (self, response, result): test.xpath_require_one('i[1]').xpath_attrib('@class').contains('fa-user') and \ test.xpath_require_one('i[2]').xpath_attrib('@class').equals('sr-only') and \ test.xpath_require_one('i[2]').xpath_stripped_text().equals('Instructor:'), - lambda value: value.xpath_stripped_text().bind(result, '')), + lambda value: value.xpath_stripped_text().bind(result, 'instructor')), ('required', lambda test: test.xpath_require_one('i[1]').xpath_attrib('@class').contains('fa-location-arrow') and \ test.xpath_require_one('i[2]').xpath_attrib('@class').equals('sr-only') and \ - test.xpath_require_one('i[2]').xpath_stripped_text().equals('Location:'), - lambda value: value.xpath_stripped_text().bind_re_map( - r'(\d+)\s+of\s+(\d+)', + test.xpath_require_one('i[2]').xpath_stripped_text().equals('Day and Time:'), + lambda value: value.xpath_stripped_text().bind_re( + r'(LEC|DISC|LAB):\s+([\w\s]+)', result, - ('enroll_current','enroll_max'), - (int,int))), + ('class_type', 'location'))), ('required', lambda test: - test.xpath_require_one('i[1]').xpath_attrib('@class').contains('fa-location-arrow') and \ + test.xpath_require_one('i[1]').xpath_attrib('@class').contains('fa-clock-o') and \ test.xpath_require_one('i[2]').xpath_attrib('@class').equals('sr-only') and \ test.xpath_require_one('i[2]').xpath_stripped_text().equals('Location:'), lambda value: value.xpath_stripped_text().bind_re( @@ -85,8 +84,8 @@ def parse_index_item (self, response, result): (lambda days: days.replace('Tr','R').replace('Tu','T'), to_time, to_time))), ('required', - lambda test: - test.xpath_stripped_text().matches_re(r'\d+\s+of\d+\s+Enrolled'), + lambda test: True, + # test.xpath_stripped_text().matches_re(r'\d+\s+of\d+\s+Enrolled'), lambda value: value.xpath_stripped_text().bind_re_map( r'(\d+)\s+of(\d+)\s+Enrolled', result, From c1c280d3d546f345c5bdbbbad1b366ec27a5e8d1 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Mon, 9 Jul 2018 13:47:11 -0700 Subject: [PATCH 15/18] fixed parse error --- crawlers/ucsc/ucsc/items.py | 17 +++------ crawlers/ucsc/ucsc/spiders/pisa.py | 58 ++++++++++++++++++------------ 2 files changed, 41 insertions(+), 34 deletions(-) diff --git a/crawlers/ucsc/ucsc/items.py b/crawlers/ucsc/ucsc/items.py index 1897d0c..1f37dd7 100644 --- a/crawlers/ucsc/ucsc/items.py +++ b/crawlers/ucsc/ucsc/items.py @@ -42,23 +42,16 @@ class PisaCourseItem(scrapy.Item): enroll_max = Field() # int enroll_current = Field() # int materials_url = Field() # link to materials page, eg. "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__003__01" - term = Field() # TBD, eg. "Fall 2018" - term_id = Field() # TBD, integer id used when searching via form + term = Field() # eg. "Fall 2018" + term_id = Field() # integer id used when searching via form career_type = Field() grading_options = Field() credits = Field() gen_ed_categories = Field() waitlist_max = Field() waitlist_current = Field() - enroll_status = Field() - course_description = Field() - enrollment_reqs = Field() - class_notes = Field() + course_description = Field() # Description text + enrollment_reqs = Field() # Enrollment text + class_notes = Field() # Class notes text class_dates = Field() - - - - - - diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index d38dbd8..9ba2ee8 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -60,6 +60,7 @@ def parse_course_index(self, response): if self.max_index_scrapes == 0: return + print("Parsing index '%s'"%response.url) items = response.xpath('body/div[contains(@class,"center-block")]/div[@class="panel-body"]/div[contains(@id,"rowpanel")]') assert(items) for item in items: @@ -72,23 +73,26 @@ def parse_course_index(self, response): assert(anchor) result['url'] = site_path(anchor.xpath('@href').extract()[0]) + # Temporarily disabled; this IS valid index data + # parse course name, title, section - parse_course_title(anchor.xpath('text()').extract()[0], result) + # parse_course_title(anchor.xpath('text()').extract()[0], result) # grab class number + enrollment info - rest = item.xpath('div[contains(@class,"panel-body")]/div[contains(@class,"row")]') - assert(rest) - result['class_number'] = int(rest.xpath('div[1]/a/text()').extract()[0]) - result['instructor'] = rest.xpath('div[2]/text()').extract()[0].strip() - location_info = rest.xpath('div[3]/text()') - result['class_type'], result['location'] = location_info.re(r'\s*([A-Z]+):\s+([\s\w]+)') - - result['meet_times'] = rest.xpath('div[4]/text()').extract()[0].strip() - enroll_info = rest.xpath('div[5]/text()') - result['enroll_current'], result['enroll_max'] = map(int, enroll_info.re(r'\s*(\d+)\s+of\s+(\d+)')) - result['materials_url'] = rest.xpath('div[6]/a/@href').extract()[0] - - yield result + # rest = item.xpath('div[contains(@class,"panel-body")]/div[contains(@class,"row")]') + # assert(rest) + # result['class_number'] = int(rest.xpath('div[1]/a/text()').extract()[0]) + # result['instructor'] = rest.xpath('div[2]/text()').extract()[0].strip() + # location_info = rest.xpath('div[3]/text()') + # result['class_type'], result['location'] = location_info.re(r'\s*([A-Z]+):\s+([\s\w]+)') + + # result['meet_times'] = rest.xpath('div[4]/text()').extract()[0].strip() + # enroll_info = rest.xpath('div[5]/text()') + # result['enroll_current'], result['enroll_max'] = map(int, enroll_info.re(r'\s*(\d+)\s+of\s+(\d+)')) + # result['materials_url'] = rest.xpath('div[6]/a/@href').extract()[0] + + # yield result + print("Sending crawl request for '%s'"%result['url']) if self.max_page_scrapes != 0: self.max_page_scrapes -= 1 yield scrapy.Request(result['url'], callback=self.parse_course_page) @@ -104,19 +108,23 @@ def parse_course_page(self, response): def parse_panel_class_details (panel_body): details = panel_body.xpath('div[contains(@class,"row")]') - print(details) left_panel, right_panel = details.xpath('div[1]/dl'), details.xpath('div[2]/dl') - print(left_panel) - print(right_panel) - # left_panel, right_panel = details.xpath('div[contains(@class,"col-xs-12")]') result['career_type'] = left_panel.xpath('dd[1]/text()').extract()[0].strip('"') result['grading_options'] = left_panel.xpath('dd[2]/text()').extract()[0].strip('"') result['class_number'] = int(left_panel.xpath('dd[3]/text()').extract()[0].strip('"')) result['lecture_number'] = result['class_number'] - result['class_type_pretty'] = left_panel.xpath('dd[4]/text()').extract()[0].strip('"') + class_type = left_panel.xpath('dd[4]/text()').extract()[0].strip('"') + try: + result['class_type'] = { + 'Lecture': 'LEC', + 'Discussion': 'DISC', + 'Seminar': 'SEM', + 'Laboratory': 'LAB' + }[class_type] + except KeyError: + raise Exception("Unhandled class_type: '%s'"%class_type) result['credits'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') result['gen_ed_categories'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') - result['enroll_status'] = right_panel.xpath('dd[1]/text()').extract()[0].strip('"') avail_seats = int(right_panel.xpath('dd[2]/text()').extract()[0].strip('"')) result['enroll_max'] = int(right_panel.xpath('dd[3]/text()').extract()[0].strip('"')) result['enroll_current'] = int(right_panel.xpath('dd[4]/text()').extract()[0].strip('"')) @@ -136,6 +144,8 @@ def parse_panel_class_notes (panel_body): def parse_panel_meeting_info (panel_body): meet_info = panel_body.xpath('table') meet_info = panel_body.xpath('tbody') or meet_info + meet_info = meet_info.xpath('tr[2]') + # print(meet_info.extract()) if meet_info: result['meet_times'] = meet_info.xpath('td[1]/text()').extract()[0].strip() result['location'] = meet_info.xpath('td[2]/text()').extract()[0].strip() @@ -145,6 +155,9 @@ def parse_panel_meeting_info (panel_body): def parse_panel_sections (panel_body): pass + def parse_panel_combined_sections (panel_body): + pass + panels = content.xpath('div[contains(@class,"panel-group")]/div[contains(@class,"row")]') for panel in panels: header = panel.xpath('div[contains(@class,"panel-heading")]/h2/text()').extract()[0].strip() @@ -156,7 +169,8 @@ def parse_panel_sections (panel_body): 'Enrollment Requirements': parse_panel_enrollment_reqs, 'Class Notes': parse_panel_class_notes, 'Meeting Information': parse_panel_meeting_info, - 'Associated Discussions Sections or Labs': parse_panel_sections, + 'Combined Sections': parse_panel_combined_sections, + 'Associated Discussion Sections or Labs': parse_panel_sections, }[header](body) except KeyError: raise Exception("Unhandled panel: '%s', with content:\n%s"%(header, body.extract())) @@ -186,5 +200,5 @@ def parse_panel_sections (panel_body): # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table/tr[2]').extract()) # print(meet_info.extract()) # print(meet_info.xpath('td[1]').extract()) - associated_sections = info.xpath('div[6]/div[contains(@class,"panel-body")]') + # associated_sections = info.xpath('div[6]/div[contains(@class,"panel-body")]') yield result From e29622f7d4a3d51dd6d671251ff0bc3bde88af24 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Mon, 9 Jul 2018 13:55:18 -0700 Subject: [PATCH 16/18] added status tracking indicator --- crawlers/ucsc/ucsc/spiders/pisa.py | 45 +++++++++--------------------- 1 file changed, 13 insertions(+), 32 deletions(-) diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index 9ba2ee8..5bf75da 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -29,8 +29,10 @@ def __init__(self, *args, **kwargs): logger.setLevel(logging.WARNING) super(PisaSpider, self).__init__(*args, **kwargs) - self.max_index_scrapes = 10 - self.max_page_scrapes = 10 + self.max_index_scrapes = -1 + self.max_page_scrapes = -1 + self.pages_total = 0 + self.pages_done = 0 def parse(self, response): yield scrapy.FormRequest(url=self.search_url, @@ -74,7 +76,7 @@ def parse_course_index(self, response): result['url'] = site_path(anchor.xpath('@href').extract()[0]) # Temporarily disabled; this IS valid index data - + # # parse course name, title, section # parse_course_title(anchor.xpath('text()').extract()[0], result) @@ -92,10 +94,12 @@ def parse_course_index(self, response): # result['materials_url'] = rest.xpath('div[6]/a/@href').extract()[0] # yield result - print("Sending crawl request for '%s'"%result['url']) + # print("Sending crawl request for '%s'"%result['url']) if self.max_page_scrapes != 0: self.max_page_scrapes -= 1 yield scrapy.Request(result['url'], callback=self.parse_course_page) + self.pages_total += 1 + print("%d / %d"%(self.pages_done, self.pages_total)) def parse_course_page(self, response): @@ -119,7 +123,8 @@ def parse_panel_class_details (panel_body): 'Lecture': 'LEC', 'Discussion': 'DISC', 'Seminar': 'SEM', - 'Laboratory': 'LAB' + 'Laboratory': 'LAB', + 'Field Studies': 'FLD', }[class_type] except KeyError: raise Exception("Unhandled class_type: '%s'"%class_type) @@ -130,7 +135,7 @@ def parse_panel_class_details (panel_body): result['enroll_current'] = int(right_panel.xpath('dd[4]/text()').extract()[0].strip('"')) result['waitlist_max'] = int(right_panel.xpath('dd[5]/text()').extract()[0].strip('"')) result['waitlist_current'] = int(right_panel.xpath('dd[6]/text()').extract()[0].strip('"')) - assert(avail_seats == result['enroll_max'] - result['enroll_current']) + # assert(avail_seats == result['enroll_max'] - result['enroll_current']) def parse_panel_description (panel_body): result['course_description'] = panel_body.xpath('text()').extract()[0].strip() @@ -175,30 +180,6 @@ def parse_panel_combined_sections (panel_body): except KeyError: raise Exception("Unhandled panel: '%s', with content:\n%s"%(header, body.extract())) - - - # details = info.xpath('div[1]/div[contains(@class,"panel-body")]/div[1]') - - # left_panel = details.xpath('div[1]/dl') - - - # right_panel = details.xpath('div[2]/dl') - - - # result['course_description'] = info.xpath('div[2]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() - # result['enrollment_reqs'] = info.xpath('div[3]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() - # result['class_notes'] = info.xpath('div[4]/div[contains(@class,"panel-body")]/text()').extract()[0].strip() - - # meet_info = info.xpath('div[5]/div[contains(@class,"panel-body")]/table') - - # else: - # pass - # print("NO MEETING INFO FOR '%s'?!\tContent dump:\n%s"%(result['course_name'], info.extract())) - - # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table').extract()) - # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table/tbody').extract()) - # print(info.xpath('div[5]/div[contains(@class,"panel-body")]/table/tr[2]').extract()) - # print(meet_info.extract()) - # print(meet_info.xpath('td[1]').extract()) - # associated_sections = info.xpath('div[6]/div[contains(@class,"panel-body")]') yield result + self.pages_done += 1 + print("%d / %d"%(self.pages_done, self.pages_total)) From f6b3fc59099a7db5d326acac72e3d6fe9a05b023 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Mon, 9 Jul 2018 14:12:53 -0700 Subject: [PATCH 17/18] generated full initial dataset for fall 2018 --- .../ucsc/pisa_raw_course_data_fall_2018.json | 38014 ++++++++++++++++ crawlers/ucsc/ucsc/spiders/pisa.py | 4 +- 2 files changed, 38017 insertions(+), 1 deletion(-) create mode 100644 crawlers/ucsc/pisa_raw_course_data_fall_2018.json diff --git a/crawlers/ucsc/pisa_raw_course_data_fall_2018.json b/crawlers/ucsc/pisa_raw_course_data_fall_2018.json new file mode 100644 index 0000000..0ef18e9 --- /dev/null +++ b/crawlers/ucsc/pisa_raw_course_data_fall_2018.json @@ -0,0 +1,38014 @@ +[{ + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Genre", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 26 or placement by examination.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Cowell Acad 216", + "enroll_current": 0, + "course_description": "Using the theme of \"Rhetoric and Genre,\" this course prepares students to transfer into the mainstream composition curriculum by training them to analyze, understand, assess, and successfully produce different genres of writing. Upon passing this course, students satisfy the Entry-level Writing Requirement (ELWR).", + "lecture_number": 23167, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 27", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23167, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23163, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Brenner,G.A.", + "class_number": 23163, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "PhysSciences 136", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23162, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Halk,E.L.", + "class_number": 23162, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "R Carson Acad 252", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23164, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Wong,T.L.", + "class_number": 23164, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 1 145", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23160, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Cummings,S.J.", + "class_number": 23160, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Genre", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 26 or placement by examination.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Hum & Soc Sci 350", + "enroll_current": 13, + "course_description": "Using the theme of \"Rhetoric and Genre,\" this course prepares students to transfer into the mainstream composition curriculum by training them to analyze, understand, assess, and successfully produce different genres of writing. Upon passing this course, students satisfy the Entry-level Writing Requirement (ELWR).", + "lecture_number": 23166, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "WRIT 27", + "gen_ed_categories": "5 units", + "instructor": "Daniels,R.L.", + "class_number": 23166, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Merrill Acad 002", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23165, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23165, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Merrill Acad 003", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23159, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Sanfilippo,B.S.", + "class_number": 23159, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23158, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Herrera Astua,M.", + "class_number": 23158, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23156, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Herrera Astua,M.", + "class_number": 23156, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Crown Clrm 201", + "enroll_current": 1, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23161, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Michals,S.", + "class_number": 23161, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23157, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Herrera Astua,M.", + "class_number": 23157, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Crown Clrm 203", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23153, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Brenner,G.A.", + "class_number": 23153, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Steven Acad 151", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23149, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23149, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Steven Acad 151", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23148, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Helmer,K.A.", + "class_number": 23148, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23155, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Cummings,S.J.", + "class_number": 23155, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Cowell Acad 216", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23146, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Bigley,M.", + "class_number": 23146, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Grammar and Rhetoric: Language for Writing", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to fourth-quarter students who have not passed the Entry Level Writing Requirement. Open to others by permission of instructor.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "Builds on writing skills gained in previous writing courses; focuses on effective language use in academic writing. Students reinforce their written English proficiency by reading, studying, practicing, and writing structures and patterns of written English.", + "lecture_number": 22741, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 23", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 22741, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23154, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Cummings,S.J.", + "class_number": 23154, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23152, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Breakspear,A.S.", + "class_number": 23152, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Hum & Soc Sci 250", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 23766, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Vidali,A.", + "class_number": 23766, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Merrill Acad 003", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23151, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Breakspear,A.S.", + "class_number": 23151, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Merrill Acad 002", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23150, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23150, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Porter Acad 249", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23147, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Bigley,M.", + "class_number": 23147, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Steven Acad 151", + "enroll_current": 0, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 23767, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23767, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "R Carson Acad 250", + "enroll_current": 24, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22683, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Terhaar,T.L.", + "class_number": 22683, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Grammar and Rhetoric: Language for Writing", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to fourth-quarter students who have not passed the Entry Level Writing Requirement. Open to others by permission of instructor.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Porter Acad 249", + "enroll_current": 20, + "course_description": "Builds on writing skills gained in previous writing courses; focuses on effective language use in academic writing. Students reinforce their written English proficiency by reading, studying, practicing, and writing structures and patterns of written English.", + "lecture_number": 22740, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 23", + "gen_ed_categories": "5 units", + "instructor": "Daniels,R.L.", + "class_number": 22740, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "R Carson Acad 250", + "enroll_current": 24, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22682, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Terhaar,T.L.", + "class_number": 22682, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Hum & Soc Sci 350", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22681, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Parmeter,S.", + "class_number": 22681, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Oakes Acad 106", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22675, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Baker,M.", + "class_number": 22675, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Hum & Soc Sci 250", + "enroll_current": 24, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22680, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Newberry,E.S.", + "class_number": 22680, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Hum & Soc Sci 250", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22678, + "credits": "5 units", + "waitlist_current": 13, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Lunine,B.D.", + "class_number": 22678, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Oakes Acad 222", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22677, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "King,R.Y.", + "class_number": 22677, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Soc Sci 2 165", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22674, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Arthur,D.L.", + "class_number": 22674, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Soc Sci 2 159", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22673, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Arthur,D.L.", + "class_number": 22673, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Soc Sci 2 159", + "enroll_current": 24, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22672, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Arthur,D.L.", + "class_number": 22672, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Oakes Acad 106", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22676, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Baker,M.", + "class_number": 22676, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Kresge Clrm 319", + "enroll_current": 0, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23765, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23765, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Merrill Acad 002", + "enroll_current": 4, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23763, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Thorn,D.D.", + "class_number": 23763, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Oakes Acad 101", + "enroll_current": 1, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23688, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "King,R.Y.", + "class_number": 23688, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Kresge Clrm 319", + "enroll_current": 17, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23687, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Flanagan,V.A.", + "class_number": 23687, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Steven Acad 151", + "enroll_current": 16, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23761, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Archimedes,S.M.", + "class_number": 23761, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 1 153", + "enroll_current": 17, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23685, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Archimedes,S.M.", + "class_number": 23685, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar Topics", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series of current research on a special topic in information systems and technology management. The theme of research presented throughout the course selected by the instructor. Topics may include, but are not limited to, knowledge planning, new product development and management of technology. Enrollment with permission of instructor. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23769, + "credits": "2 units", + "location": "TBA", + "course_name": "TIM 280S", + "gen_ed_categories": "2 units", + "instructor": "Lee,D.", + "class_number": 23769, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Merrill Acad 003", + "enroll_current": 0, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23764, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Thorn,D.D.", + "class_number": 23764, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Information Retrieval and Knowledge Management", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar series discussing advanced topics in information retrieval and knowledge management. Current research and literature are presented during each meeting. May be repeated for credit.", + "lecture_number": 22759, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "TIM 280I", + "gen_ed_categories": "2 units", + "instructor": "Akella,R.", + "class_number": 22759, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Data Mining and Business Analytics in Knowledge Services", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Students are expected to have undergraduate preparation in probability and statistics. Undergraduates may enroll with instructor approval.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "PhysSciences 136", + "enroll_current": 2, + "course_description": "Provides students with systematic methodology and analytical tools in data and text mining and business analytics. Also provides an integrated perspective and examines use of these methods in the field of knowledge services, such as online marketing, sponsored search, health care, financial services, recommender systems, etc. Includes training in the basic elements of stochastic optimization and other algorithmic approaches, such as stochastic dynamic programming, statistics, constrained optimization, and machine learning with exposure to software tools. These methods enable firms to achieve rapid, effective, and profitable optimization of knowledge-services management.", + "lecture_number": 22752, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "TIM 209", + "gen_ed_categories": "5 units", + "instructor": "Akella,R.", + "class_number": 22752, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 160, + "waitlist_max": 999, + "class_number": 22610, + "class_type": "LEC", + "course_description": "Addresses technological, strategic, marketing, financial methods, and analytical tools for management of technology in an integrated manner that enables the cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project.", + "course_name": "TIM 205", + "course_title": "Management of Technology I", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to juniors, seniors, and graduate students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22610, + "instructor": "Desa,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in Conjunction with TIM 105", + "enroll_current": 160, + "waitlist_current": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 07:10PM-08:45PM", + "location": "Steven Acad 151", + "enroll_current": 9, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23762, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Rava,A.", + "class_number": 23762, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "enroll_max": 55, + "waitlist_max": 999, + "class_number": 22835, + "class_type": "LEC", + "course_description": "Introduces modern game theory, including applications in social science, biology, and engineering. Topics include extensive form, strategic form, mixed strategies, incomplete information, repeated games, evolutionary games, and simulation techniques.", + "course_name": "TIM 166A", + "course_title": "Game Theory and Applications I", + "location": "PhysSciences 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Applied Math and Statistics 5 or 7 or Economics 113; and Economics 11B, Applied Math and Statistics 11B, or Mathematics 11B or 19B. Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 22835, + "instructor": "Musacchio,J.T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as CMPS 166A and ECON 166A.", + "enroll_current": 46, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "UCDC Internship Research Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 22, + "course_description": "Weekly seminar that focuses on the production of a major research paper or equivalent scholarly undertaking connected to an internship in Washington, D.C., government, non-profit, or private institution. Seminar stresses institutional analysis, the development of bibliographic expertise in the use of Washington-based resources, and participant-observer skills. Required for and enrollment is restricted to students participating in the UCDC Program. (Formerly Social Sciences 194A.)", + "credits": "5 units", + "waitlist_current": 0, + "course_name": "UCDC 194A", + "gen_ed_categories": "5 units", + "lecture_number": 22491, + "class_number": 22491, + "class_type": "FLD", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Soc Sci 1 153", + "enroll_current": 15, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23686, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Rava,A.", + "class_number": 23686, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Senior Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; course 160.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "TA Lecture E100", + "enroll_current": 34, + "course_description": "A required seminar for majors involving readings and discussions of important texts in dance, design, and drama.", + "lecture_number": 22604, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "THEA 185", + "gen_ed_categories": "5 units", + "instructor": "Edmunds,K.", + "class_number": 22604, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "grading_options": "Pass/Not Pass", + "term": "2018 Fall Quarter", + "course_title": "UCDC Internship Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 22, + "course_description": "A 30- to 36-hour-per-week internship in a Washington, D.C., government, non-profit, or private institution. Required for and enrollment is restricted to UCDC program participants. (Formerly Social Sciences 194B, UCDC Internship and Internship Seminar.) May be repeated for credit.", + "credits": "7 units", + "waitlist_current": 0, + "course_name": "UCDC 194B", + "gen_ed_categories": "7 units", + "lecture_number": 22492, + "class_number": 22492, + "class_type": "FLD", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Hum & Soc Sci 250", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22679, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Newberry,E.S.", + "class_number": 22679, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 160, + "waitlist_max": 999, + "class_number": 22609, + "class_type": "LEC", + "course_description": "An in-depth examination of technological, strategic, marketing, and financial methods and analytical tools for the management of technology to enable cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project. (Formerly Management of Technology I.)", + "course_name": "TIM 105", + "course_title": "Introduction to Management of Technology I", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19B or 11B or Applied Mathematics and Statistics 11B or Economics 11B.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22609, + "instructor": "Desa,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in Conjunction with TIM 205", + "enroll_current": 160, + "waitlist_current": 27 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Women in Theater", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Explores female playwrights from textual, historical, and multicultural perspectives. Progresses from Trifles (1916) through the Harlem Renaissance, Broadway's Lillian Hellman, and today's post-feminist theatrical explosion in lectures, films, dramatizations, and award-winning playwrights' visits.", + "enroll_max": 0, + "lecture_number": 22603, + "credits": "5 units", + "location": "N/A", + "course_name": "THEA 161T", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 22603, + "class_type": "LEC", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Asian Theater: An Anthropological Approach", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 22, + "course_description": "Art serves simultaneously to educate its audience to the group's traditional values and to test new ideas. Indian, Indonesian, and Japanese forms are studied in relation to their cultural context. Through videotapes, lecture demonstrations, performances, and scenework, students explore the forms.", + "enroll_max": 40, + "lecture_number": 22602, + "credits": "5 units", + "location": "TA Lecture E100", + "course_name": "THEA 161D", + "gen_ed_categories": "5 units", + "instructor": "Foley,M.K.", + "class_number": 22602, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theater and Drama of the Renaissance", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 20, + "course_description": "Examines selected plays from the Renaissance (1580-1680, Italy, Spain, England, and France) from a theatrical viewpoint. Covers Renaissance theater buildings and related critical materials. (Formerly The Theater and Drama of Renaissance Europe.)", + "enroll_max": 32, + "lecture_number": 23929, + "credits": "5 units", + "location": "TA Drama B201", + "course_name": "THEA 161C", + "gen_ed_categories": "5 units", + "instructor": "Jannarone,K.M.", + "class_number": 23929, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Business Information Systems", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 143, + "course_description": "Addresses the use of information systems (IS) within a business enterprise. Subjects include computer hardware and software concepts, system design and implementation, telecommunications, data management, transaction-based systems, management information systems, and the use of IS to compete. Intended for technology and information management and business management economics majors.", + "enroll_max": 143, + "lecture_number": 21933, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "TIM 50", + "gen_ed_categories": "5 units", + "instructor": "Chen,Y.", + "class_number": 21933, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Management of Technology Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Th 03:20PM-04:55PM", + "enroll_current": 144, + "course_description": "Uses weekly talks by leading industry practitioners and university researchers to provide in-depth exposure to the management of technology. Topics covered include product development, operations, strategy, finance, and marketing for technologies such as software and information systems. May be repeated for credit.", + "enroll_max": 144, + "lecture_number": 21934, + "credits": "2 units", + "location": "J Baskin Engr 152", + "course_name": "TIM 101", + "gen_ed_categories": "2 units", + "instructor": "Desa,S.", + "class_number": 21934, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 44 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Text Analysis", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students in theater arts.", + "meet_times": "M 02:00PM-05:00PM", + "location": "TA Offices J101", + "enroll_current": 0, + "course_description": "Presents a range of performance blueprints (texts, scores, libretti, etc.), and introduces key methodologies for translating text into performance. A final paper required. May be repeated for credit.", + "lecture_number": 23018, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "THEA 290A", + "gen_ed_categories": "5 units", + "instructor": "Chemers,M.M.", + "class_number": 23018, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Playwriting", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "TA Lecture E100", + "enroll_current": 50, + "course_description": "Students are given the opportunity to write their own scripts and refine them as the result of class discussion and scenework with actors. Work is on specific problems involving such elements as the structuring of a plot or the development of character. May be repeated for credit.", + "lecture_number": 22601, + "credits": "5 units", + "waitlist_current": 6, + "course_name": "THEA 157", + "gen_ed_categories": "5 units", + "instructor": "Brandt,K.L.", + "class_number": 22601, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ancient and Medieval Drama", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 60, + "course_description": "Ancient enmities; horrific acts of parricide; monumental errors; suffering and contrition. This course examines the enormous appeal of the ancient Greek tragic and comic visions from their inception through their enthusiastic adaptation by the Romans and on into the Middle Ages. For comparison purposes, Greek and Roman dramas are studied back-to-back with the contemporary non-Western dramatic forms of Noh and ancient Sanskrit drama.", + "enroll_max": 60, + "lecture_number": 22796, + "credits": "5 units", + "location": "TA 2nd Stage", + "course_name": "THEA 61A", + "gen_ed_categories": "5 units", + "instructor": "Chemers,M.M.", + "class_number": 22796, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Everybody Dance Now!", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 09:20AM-10:55AM", + "enroll_current": 188, + "course_description": "Examines dance as a primary mode of human communication and expression. Through readings and the viewing of recorded and live performances, students compare and contrast dance traditions of the world. May be repeated for credit.", + "enroll_max": 200, + "lecture_number": 23261, + "credits": "5 units", + "location": "TA 2nd Stage", + "course_name": "THEA 80U", + "gen_ed_categories": "5 units", + "instructor": "Pearlman,C.", + "class_number": 23261, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Muppet Magic: Jim Henson's Art", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 175, + "course_description": "The artistic and social impact of the Muppets on American puppetry, children's television, and Hollywood film is explored through viewings, guest lectures, and analysis. Henson's legacy in artistic innovation, mainstreaming of puppet theater for adult audiences, and establishment of puppetry in media and marketing are also explored.", + "enroll_max": 175, + "lecture_number": 22587, + "credits": "5 units", + "location": "Media Theater M110", + "course_name": "THEA 80L", + "gen_ed_categories": "5 units", + "instructor": "Armstrong,L.D.", + "class_number": 22587, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Directing", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 27, + "course_description": "An overview of the analytical and creative processes that inform the director's work. Close examination of texts, concepts, and selected directors and directorial choices.", + "enroll_max": 40, + "lecture_number": 22585, + "credits": "5 units", + "location": "TA Lecture E100", + "course_name": "THEA 40", + "gen_ed_categories": "5 units", + "instructor": "Brandt,K.L.", + "class_number": 22585, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Stage Management", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 04:00PM-05:35PM", + "enroll_current": 24, + "course_description": "Designed to acquaint students with the complexities of staging productions from the audition process to final performance. Directing, lighting, scenic production, sound, cueing, and personnel management are aspects that will be touched upon in class. Students are billed a materials fee. (Formerly", + "enroll_max": 25, + "lecture_number": 22573, + "credits": "5 units", + "location": "TA Drama B201", + "course_name": "THEA 12", + "gen_ed_categories": "5 units", + "instructor": "Mountain,D.R.", + "class_number": 22573, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Experiential Leadership Program Core Course: Tools for Leadership and Conflict Resolution", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 22, + "course_description": "Experiential Leadership Program certificate course where students gain skills and confidence to lead groups; develop a leadership mindset; build tools for communication, conflict resolution, and receiving feedback; cultivate an inclusive and welcoming environment. Course includes one-day high ropes adventure team-building field activity. Students are billed for a materials fee.", + "credits": "2 units", + "waitlist_current": 9, + "course_name": "STEV 11A", + "gen_ed_categories": "2 units", + "lecture_number": 23217, + "class_number": 23217, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Theater Design and Technology", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 60, + "course_description": "Addresses imagination and creativity. Using the framework of theater production, students explore the process of translating a script into a performance. Topics include visual literacy, creative problem solving, establishing effective working teams, tear sheets, storyboarding, drawing, sound and color theory. This course is a prerequisite for all upper-division design courses.", + "enroll_max": 60, + "lecture_number": 22572, + "credits": "5 units", + "location": "TA 2nd Stage", + "course_name": "THEA 10", + "gen_ed_categories": "5 units", + "instructor": "Cuthbert,D.L.", + "class_number": 22572, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Steven Fire 177", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23641, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23641, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theory and Practice of Peer-Guided Learning for Tutors and Learning Assistants", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "Tu 08:00AM-09:35AM", + "enroll_current": 0, + "course_description": "Provides first-time tutors and supplemental-instruction learning assistants with the theoretical background and practical interactive teaching and learning strategies essential for planning, implementing, and evaluating effective peer-guided learning. (Formerly Education 96.)", + "enroll_max": 50, + "lecture_number": 23814, + "credits": "2 units", + "location": "Cowell Clrm 131", + "course_name": "STEV 96", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23814, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theory and Practice of Peer-Guided Learning for Tutors and Learning Assistants", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "M 05:20PM-06:55PM", + "enroll_current": 0, + "course_description": "Provides first-time tutors and supplemental-instruction learning assistants with the theoretical background and practical interactive teaching and learning strategies essential for planning, implementing, and evaluating effective peer-guided learning. (Formerly Education 96.)", + "enroll_max": 50, + "lecture_number": 23020, + "credits": "2 units", + "location": "Porter Acad 148", + "course_name": "STEV 96", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23020, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Nuclear Pacific", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Hum & Soc Sci 250", + "enroll_current": 13, + "course_description": "Examines the history of nuclear weapons and nuclear power in the Pacific region from 1945 to 2013. Students do research on nuclear science, medicine, energy, and weapons testing and their social, political, demographic, and environmental impacts.", + "lecture_number": 23067, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 90", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23067, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rainbow Theater: An Introduction to Multicultural Theater", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 06:00PM-08:00PM", + "enroll_current": 0, + "course_description": "Introduction to Asian American, Chicano/Latino, and African American plays through reading of major authors, discussion of social and historical context of their work, and development of a production of a one-act play from each cultural group. In-depth examination of key historical context of these three cultural groups. Video presentations followed by class discussion. Enrollment by audition. May be repeated for credit.", + "enroll_max": 0, + "lecture_number": 22571, + "credits": "5 units", + "location": "Steven Event Ctr 180", + "course_name": "STEV 80H", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22571, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Steven Acad 151", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23815, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23815, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Steven Fire 177", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23640, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23640, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23635, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23635, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Steven Fire 177", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23639, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23639, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23634, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23634, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Steven Acad 152", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23631, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23631, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23636, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23636, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23633, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23633, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23638, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23638, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23637, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23637, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23632, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23632, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23630, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23630, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Steven Acad 152", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23629, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23629, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23628, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23628, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Spanish for Heritage Speakers", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Humanities 1 110", + "enroll_current": 14, + "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", + "lecture_number": 22568, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 4", + "gen_ed_categories": "5 units", + "instructor": "Malone,S.", + "class_number": 22568, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Spanish for Heritage Speakers", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Humanities 1 110", + "enroll_current": 12, + "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", + "lecture_number": 22567, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 4", + "gen_ed_categories": "5 units", + "instructor": "Malone,S.", + "class_number": 22567, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Hispanic Linguistics: Introduction to Hispanic Linguistics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Linguistics 50; and Spanish 6 or Spanish for Heritage Speakers 6 or equivalent Spanish proficiency.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Humanities 1 110", + "enroll_current": 16, + "course_description": "Taught in Spanish. Students learn the major properties of the Spanish language from a linguistics perspective. Topics covered include: phonetics/phonology, morphology, and syntax. (Formerly Languages 150.)", + "lecture_number": 22898, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 150", + "gen_ed_categories": "5 units", + "instructor": "Zyzik,E.C.", + "class_number": 22898, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "El ensayo lectura, analisis y redaccion", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; Spanish 6 or Spanish for Heritage Speakers 6. Enrollment restricted to sophomore, junior, and senior Spanish studies majors.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Humanities 1 110", + "enroll_current": 13, + "course_description": "Centers on three areas: essay reading, essay analysis and interpretation, and essay writing. Student read representative essays by Latin American writers, analyze their discourse structure, and apply the lessons learned to their own writing.", + "lecture_number": 23168, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 115", + "gen_ed_categories": "5 units", + "instructor": "Gonzalez Pagani,M.", + "class_number": 23168, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 5 or 5M or placement into Spanish 6 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Merrill Acad 130", + "enroll_current": 14, + "course_description": "Increases oral and written proficiency using authentic reading materials which focus on such topics as social class, ethnicity, education, religion, economic, and political developments in the Spanish-speaking world.", + "lecture_number": 22565, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 6", + "gen_ed_categories": "5 units", + "instructor": "Barahona,B.A.", + "class_number": 22565, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Spanish for Heritage Speakers", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Humanities 1 110", + "enroll_current": 9, + "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", + "lecture_number": 22569, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 4", + "gen_ed_categories": "5 units", + "instructor": "Gonzalez Pagani,M.", + "class_number": 22569, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Hispanic Linguistics: Varieties of Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 150. Enrollment is restricted to senior Spanish studies majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Merrill Acad 132", + "enroll_current": 15, + "course_description": "Taught in Spanish. Explores the linguistic variety of the Spanish language in the Iberian Peninsula, the former Spanish colonies, and the Americas from a descriptive, synchronic perspective. Issues of languages in contact, variation in speech communities, and bilingualism are also introduced.", + "lecture_number": 22899, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 151", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22899, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 4 or placement into Spanish 5 via the online Spanish Placement Examination.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Cowell Acad 113", + "enroll_current": 20, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various socio-political and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22562, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 5", + "gen_ed_categories": "5 units", + "instructor": "Malone,S.", + "class_number": 22562, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 64, + "waitlist_max": 999, + "class_number": 23051, + "class_type": "LEC", + "course_description": "Speaking, reading, and writing proficiency in Spanish is required. Explores the social, cultural, economic, and political changes that connect Latin America, Spain, and the United States Latina/o communities. Critical approach designations: Geographies, Power and Subjectivities. Distribution requirement: Global.", + "course_name": "SPAN 105", + "course_title": "Introducci\ufffdn a Spanish Studies", + "location": "Soc Sci 2 075", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 6 or Spanish for Heritage Speakers 6 or permission of instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 23051, + "instructor": "Smith,A.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section; also offered as LIT 189C.", + "enroll_current": 28, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Medical Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 4; or Spanish for Heritage Speakers 4, or 5, or 6; or placement into Spanish 5 via the online Spanish Placement Examination. Enrollment is restricted to health sciences and human biology majors.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "N. Sci Annex 103", + "enroll_current": 15, + "course_description": "Students learn medical vocabulary, useful expressions, suitable grammatical structures, and cultural background to be able to interact with Spanish-speaking patients and doctors. Medical Spanish fulfills language requirement for the health sciences and human biology majors.", + "lecture_number": 22564, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 5M", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22564, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mexico and the Southwest", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 6 or Spanish for Heritage Speakers 6 or equivalent Spanish proficiency.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Steven Acad 151", + "enroll_current": 14, + "course_description": "An interdisciplinary survey of the cultural history of the Mexican people in both Mexico and the U.S. Southwest. Topics include literature, art, folklore, oral tradition, music, politics, as well as \"everyday\" cultural manifestations. Conducted in Spanish. May be counted toward fulfillment of upper-division major requirements for Latin American and Latino studies and language studies. (Formerly Spanish for Spanish Speakers 125.)", + "lecture_number": 22570, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 156M", + "gen_ed_categories": "5 units", + "instructor": "Navarro,M.A.", + "class_number": 22570, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Steven Acad 151", + "enroll_current": 15, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22561, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 4", + "gen_ed_categories": "5 units", + "instructor": "Navarro,M.A.", + "class_number": 22561, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Oakes Acad 222", + "enroll_current": 6, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22557, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 3", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22557, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Oakes Acad 222", + "enroll_current": 22, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22556, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 3", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22556, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "R Carson Acad 250", + "enroll_current": 18, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22555, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 3", + "gen_ed_categories": "5 units", + "instructor": "Perez,A.A.", + "class_number": 22555, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Medical Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 4; or Spanish for Heritage Speakers 4, or 5, or 6; or placement into Spanish 5 via the online Spanish Placement Examination. Enrollment is restricted to health sciences and human biology majors.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "N. Sci Annex 103", + "enroll_current": 11, + "course_description": "Students learn medical vocabulary, useful expressions, suitable grammatical structures, and cultural background to be able to interact with Spanish-speaking patients and doctors. Medical Spanish fulfills language requirement for the health sciences and human biology majors.", + "lecture_number": 22563, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 5M", + "gen_ed_categories": "5 units", + "instructor": "Lain,S.L.", + "class_number": 22563, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Spanish for Heritage Speakers", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Humanities 1 110", + "enroll_current": 14, + "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", + "lecture_number": 22566, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 4", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22566, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Kresge Acad 194", + "enroll_current": 25, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22550, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 2", + "gen_ed_categories": "5 units", + "instructor": "Castillo Trelles,C.", + "class_number": 22550, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Oakes Acad 222", + "enroll_current": 16, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22551, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 2", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22551, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Steven Acad 151", + "enroll_current": 25, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22560, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 4", + "gen_ed_categories": "5 units", + "instructor": "Navarro,M.A.", + "class_number": 22560, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "R Carson Acad 250", + "enroll_current": 9, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22559, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 4", + "gen_ed_categories": "5 units", + "instructor": "Barahona,B.A.", + "class_number": 22559, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Kresge Clrm 325", + "enroll_current": 11, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22546, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 1", + "gen_ed_categories": "5 units", + "instructor": "Castillo Trelles,C.", + "class_number": 22546, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "R Carson Acad 250", + "enroll_current": 16, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22558, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 4", + "gen_ed_categories": "5 units", + "instructor": "Barahona,B.A.", + "class_number": 22558, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "R Carson Acad 250", + "enroll_current": 25, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22554, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "SPAN 3", + "gen_ed_categories": "5 units", + "instructor": "Perez,A.A.", + "class_number": 22554, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sociological Methods", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students in sociology and by permission number.", + "meet_times": "W 09:00AM-12:00PM", + "location": "R Carson Acad 301", + "enroll_current": 4, + "course_description": "Approaches methods as a series of conscious and strategic choices for doing various kinds of research. Introduces students to the epistemological questions of method in social sciences; to key issues in \"technique,\" particularly control, reliability, and validity; and to good examples of social research.", + "lecture_number": 22543, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 203", + "gen_ed_categories": "5 units", + "instructor": "Terriquez,V.", + "class_number": 22543, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Oakes Acad 222", + "enroll_current": 15, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22552, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 2", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22552, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Cowell Acad 113", + "enroll_current": 0, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22548, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 1", + "gen_ed_categories": "5 units", + "instructor": "Lang,N.W.", + "class_number": 22548, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Humanities 1 110", + "enroll_current": 10, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22547, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 1", + "gen_ed_categories": "5 units", + "instructor": "Lain,S.L.", + "class_number": 22547, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Making of Classical Theory", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students in sociology and by permission number.", + "meet_times": "W 04:00PM-07:00PM", + "location": "R Carson Acad 301", + "enroll_current": 6, + "course_description": "Examines the establishment of \"theory\" in the discipline of sociology. Introduces students to close readings and analysis of a core selection of social theory. Problematizes the construction, maintenance, and reproduction of a theoretical canon in sociology.", + "lecture_number": 22542, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 201", + "gen_ed_categories": "5 units", + "instructor": "Angelo,H.", + "class_number": 22542, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Kresge Clrm 325", + "enroll_current": 18, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22545, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 1", + "gen_ed_categories": "5 units", + "instructor": "Castillo Trelles,C.", + "class_number": 22545, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sociology of Social Problems", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Engineer 2 192", + "enroll_current": 37, + "course_description": "Views \"problems\" in society not as given but as social constructs. Examines the ways in which conditions in society become identified and defined as problems and consequences that follow from such a process.", + "lecture_number": 22541, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 178", + "gen_ed_categories": "5 units", + "instructor": "McDrew,M.S.", + "class_number": 22541, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 37 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Body and Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior majors and minors and proposed majors and minors in sociology, global information and enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "R Carson Acad 240", + "enroll_current": 39, + "course_description": "Critically examines the place of the human body in contemporary society. Focuses on the social and cultural construction of bodies, including how they are gendered, racialized, sexualized, politicized, represented, colonized, contained, controlled, and inscribed. Discusses relationship between embodiment, lived experiences, and social action. Focuses on body politics in Western society and culture, especially the United States.", + "lecture_number": 22539, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "SOCY 152", + "gen_ed_categories": "5 units", + "instructor": "Mccullen,C.G.", + "class_number": 22539, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 39 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Social Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior sociology majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Steven Acad 175", + "enroll_current": 50, + "course_description": "Major theories and concepts in sociological study of social psychology. Topics include identity and social interaction, deviance, sociology of emotions, social narratives, and the social construction of reality.", + "lecture_number": 23365, + "credits": "5 units", + "waitlist_current": 12, + "course_name": "SOCY 136", + "gen_ed_categories": "5 units", + "instructor": "McNamara,M.B.", + "class_number": 23365, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Family and Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Oakes Acad 106", + "enroll_current": 20, + "course_description": "Focuses on the interaction between family and society by considering the historical and social influences on family life and by examining how the family unit affects the social world. Readings draw on theory, history, and ethnographic materials.", + "lecture_number": 22536, + "credits": "5 units", + "waitlist_current": 9, + "course_name": "SOCY 111", + "gen_ed_categories": "5 units", + "instructor": "Martyna,W.", + "class_number": 22536, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sociology of Drugs, Botanicals and Pharmaceuticals", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or 10 or 15; or by permission of the instructor.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Kresge Clrm 327", + "enroll_current": 38, + "course_description": "Engages the social, historical, and economic trajectories of the drugs, illicit and licit, botanical and pharmaceutical within U.S. society. Through an examination of case studies, and other texts of encounter, explores how international, state, and local actors mediate as interlocutors between globalized interests, local knowledges, and the molecules we have increasingly come to know, ingest, and incorporate. Enrollment restricted to junior and senior sociology, biology, biochemistry and molecular biology, community studies, Latin American/sociology combined, and global information and social enterprise majors, proposed majors, and minors.", + "lecture_number": 23242, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "SOCY 127P", + "gen_ed_categories": "5 units", + "instructor": "Battle,J.", + "class_number": 23242, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 38 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Global Information and Social Enterprise Studies", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lab and associated secondary lab", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 34, + "course_description": "The first class in a three-quarter sequence that prepares students for designing social justice and sustainability projects using social-enterprise methodologies to transfer information and communications technologies (ICT) to community and non-governmental organizations. Tuesday's class topics include globalization, info-exclusion, social justice, information revolution, global civil-society networks, social entrepreneurship, and organizational assessment. Thursday's technical laboratory teaches students to develop practical ICT skills for working solidarity with community organizations in areas such as web design, graphic design, and digital networking.", + "enroll_max": 60, + "lecture_number": 22509, + "credits": "5 units", + "location": "Kresge Clrm 327", + "course_name": "SOCY 30A", + "gen_ed_categories": "5 units", + "instructor": "Benner,C.", + "class_number": 22509, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sociology of Social Movements", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "R Carson Acad 240", + "enroll_current": 42, + "course_description": "Through readings on social movements that span the 20th century, course examines the causes of popular mobilizations, their potential for rapid social change, and the theories developed to understand and explain their role in modern social life.", + "lecture_number": 22540, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 172", + "gen_ed_categories": "5 units", + "instructor": "Gould,D.B.", + "class_number": 22540, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 42 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Project Practicum: Global Information and Social Enterprise", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 30C or 107B.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "PhysSciences 140", + "enroll_current": 20, + "course_description": "Project practicum and evaluation are required for completion of major or minor in global information and social enterprise studies (GISES). Projects require approval in advance by the director of GISES. Completed projects must be uploaded electronically on the website or archive of the Everett Program. May be repeated for credit.", + "lecture_number": 23805, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 196G", + "gen_ed_categories": "5 units", + "instructor": "Benner,C.", + "class_number": 23805, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Popular Culture and Cultural Studies", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 105A or 105B. Enrollment is restricted to junior and senior majors and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Porter Acad 144", + "enroll_current": 41, + "course_description": "Examines the hidden politics of popular pleasure, studying the workings of domination and transgression in popular culture and everyday life. Explores not only media representations but cultural practices as well. Examines both cultural production and consumption. Considers how hegemonic discourses render the politics of resistance invisible. (Formerly", + "lecture_number": 23364, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "SOCY 129", + "gen_ed_categories": "5 units", + "instructor": "Mccullen,C.G.", + "class_number": 23364, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 22516, + "class_type": "LEC", + "course_description": "An introduction to comparative and historical analyses of the relation between race and law in the U.S. Emphasis on examinations of continuous colonial policies and structural mechanisms that help maintain and perpetuate racial inequality in law, criminal justice, and jury trials. (Formerly Race and Justice)", + "course_name": "SOCY 128I", + "course_title": "Race and Law", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment restricted to sophomore, junior, and senior majors, proposed majors, and minors in legal studies, sociology, community studies, Latin American/sociology combined, global information and social enterprise, and critical race and ethnic studies.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 22516, + "instructor": "Fukurai,H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 128I.", + "enroll_current": 99, + "waitlist_current": 10 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 22527, + "class_type": "LEC", + "course_description": "This intensive survey course examines the intellectual origins of the sociological tradition, focusing on changing conceptions of social order, social change, and the trends observed in the development of Western civilization in the modern era. Readings are all taken from original texts and include many of the classical works in social theory with special emphasis on the ideas of Marx, Weber, and Durkheim, which constitute the core of the discipline. Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements.", + "course_name": "SOCY 105A", + "course_title": "Classical Social Theory", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22527, + "instructor": "Angelo,H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 72, + "waitlist_current": 0 + }, { + "enroll_max": 11, + "waitlist_max": 0, + "class_number": 22700, + "class_type": "SEM", + "course_description": "Graduate-level advanced seminar explores ways that seeing, hearing, and knowing are influenced by culture, power, race, and other factors. Readings emphasize how documentary subjects are constituted and known, addressing questions of epistemology, social constructivism, objectivity, and method. (Formerly Ways of Seeing and Hearing.)", + "course_name": "SOCD 204", + "course_title": "Ethnographic Writing and Social Documentation", + "location": "KresgeAnnex B 115", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 03:00PM-06:00PM", + "credits": "5 units", + "lecture_number": 22700, + "instructor": "Ochoa,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as FMST 204", + "enroll_current": 11, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "World Society", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 126, + "course_description": "Introduction to comparative and historical sociology. Focuses on the global integration of human society. Examines social changes such as industrialization, globalization, colonial rule, and the rise of Islamic fundamentalism. Uses social theory (including ideas from Marx, Weber, and Adam Smith) to explore the making of institutions like the nation-state, the World Trade Organization, the World Bank, and the International Monetary Fund. Fulfills lower-division major requirement.", + "enroll_max": 150, + "lecture_number": 22500, + "credits": "5 units", + "location": "Earth&Marine B206", + "course_name": "SOCY 15", + "gen_ed_categories": "5 units", + "instructor": "Mc Kay,S.", + "class_number": 22500, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 2 + }, { + "enroll_max": 150, + "waitlist_max": 999, + "class_number": 22518, + "class_type": "LEC", + "course_description": "Introduces students to major types of date and data analysis used in sociology. Designed to give students a foundation in understanding social science research articles, reports, and media reports used in political and policy debates. Topics include: general principles of research design, measurement, inductive and deductive modes of reasoning, experimental design, field work and ethnographic design, and reading and understanding basic quantitative forms of data and analysis. (Formerly course 103B, The Logic and Methods of Social Inquiry.)", + "course_name": "SOCY 3A", + "course_title": "The Evaluation of Evidence", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 22518, + "instructor": "London,R.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 108, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Sociology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 80, + "course_description": "A systematic study of social groups ranging in size from small to social institutions to entire societies. Organized around the themes of social interaction, social inequality, and social change. Fulfills lower-division major requirement.", + "enroll_max": 80, + "lecture_number": 22493, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "SOCY 1", + "gen_ed_categories": "5 units", + "instructor": "McNamara,M.B.", + "class_number": 22493, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Production/Analysis/Editing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to social documentation graduate students.", + "meet_times": "W 04:00PM-07:00PM", + "location": "Commun Bldg 113", + "enroll_current": 6, + "course_description": "Workshop seminar oriented toward actual fieldwork, production, and preparation for editing of the thesis project in the student's chosen genre. Techniques of collection and recording, analysis, preparation, and editing taught.", + "lecture_number": 22702, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCD 294A", + "gen_ed_categories": "5 units", + "instructor": "Andrews,L.", + "class_number": 22702, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 7 + }, { + "grading_options": "Multi-Term Course", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Developmental Research and Writing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 09:15AM-10:30AM", + "location": "Soc Sci 2 221", + "enroll_current": 3, + "course_description": "Tailored to graduate students' interests among topics involving research and scholarship in sociocultural approaches to development, methods for research design, data collection, coding, and analysis, and preparing and reviewing grant proposals and journal manuscripts. Multiple-term course; students receive 6 credits in the third quarter of attendance; the performance evaluation and grade submitted for the final quarter applies to all three quarters. May be repeated for credit.", + "lecture_number": 22487, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PSYC 290B", + "gen_ed_categories": "2 units", + "instructor": "Rogoff,B.", + "class_number": 22487, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Russian", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 17, + "course_description": "Aural comprehension, speaking, reading, and writing. Recitation and laboratory. Elementary sequence (1-2-3) begins in the fall quarter only. (Formerly Instruction in the Russian Language.)", + "enroll_max": 30, + "lecture_number": 22488, + "credits": "5 units", + "location": "J Baskin Engr 372", + "course_name": "RUSS 1", + "gen_ed_categories": "5 units", + "instructor": "Lundblad-Janjic,J.", + "class_number": 22488, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar I: Cognitive and Language Development", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Soc Sci 2 137", + "enroll_current": 4, + "course_description": "Explores major theories and research in the fields of cognitive development and language development. Begins with classic theorists, such as Piaget and Vygotsky, and proceeds to theories and research on topics of current interest.", + "lecture_number": 22486, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 244A", + "gen_ed_categories": "5 units", + "instructor": "Akhtar,N.N.", + "class_number": 22486, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Research in Developmental Psychology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", + "meet_times": "M 03:30PM-05:00PM", + "location": "Soc Sci 2 121", + "enroll_current": 11, + "course_description": "Seminar to study, critique, and develop research in developmental psychology. May be repeated for credit.", + "lecture_number": 22485, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 242", + "gen_ed_categories": "5 units", + "instructor": "Wang,S.", + "class_number": 22485, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing and Editing Workshop", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students formally accepted into the writing track of the Science Communication Program.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "KresgeAnnex A 118", + "enroll_current": 0, + "course_description": "Theory and practice of writing and editing articles on scientific, medical, environmental, and technological subjects for newspapers, magazines, and special publications directed at non-technical readers. May be repeated for credit.", + "lecture_number": 22490, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SCIC 202", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22490, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Research in Cognitive Psychology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", + "meet_times": "W 10:20AM-11:50AM", + "location": "Soc Sci 2 121", + "enroll_current": 10, + "course_description": "Colloquium series to study and critique research in cognitive psychology and cognitive science. May be repeated for credit.", + "lecture_number": 22483, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 230", + "gen_ed_categories": "5 units", + "instructor": "Storm,B.C.", + "class_number": 22483, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Documentary Field Production and Editing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to social documentation graduate students.", + "meet_times": "Tu 10:00AM-01:00PM", + "location": "Commun Bldg 139", + "enroll_current": 1, + "course_description": "Designed to provide supplemental instruction on specific topical and/or technical matters related to social documentation. Topics include technical standards and innovations within the field of social documentation, documentary subjects, location production, and/or the work of individual professional documentarians. (Formerly course 290, Special Topics in Social Documentation.) May be repeated for credit.", + "lecture_number": 22712, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCD 201A", + "gen_ed_categories": "5 units", + "instructor": "Taylor,J.", + "class_number": 22712, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 11 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar: Cognitive I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", + "meet_times": "M 02:00PM-04:30PM", + "location": "Soc Sci 2 363", + "enroll_current": 5, + "course_description": "A proseminar reviewing current topics in cognitive psychology, designed to introduce new graduate students to the field.", + "lecture_number": 22481, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 224A", + "gen_ed_categories": "5 units", + "instructor": "Storm,B.C.", + "class_number": 22481, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Multivariate Techniques for Psychology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 214A.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 2 171", + "enroll_current": 6, + "course_description": "Introduces factor analysis and structural equation modeling (SEM). Develop skills in defining, estimating, testing, and critiquing models. Topics include the rationale of SEM, model identification, goodness of fit, and estimation. Learn how to use relevant software packages (R, SAS, LISREL, EQS, or AMOS) to conduct exploratory and confirmatory factor analyses and latent variable path analyses.", + "lecture_number": 22480, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 214B", + "gen_ed_categories": "5 units", + "instructor": "Bonett,D.G.", + "class_number": 22480, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Topics in Sociological Analysis", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "Tu 08:30AM-11:30AM", + "enroll_current": 1, + "course_description": "The topics to be analyzed each year vary with the instructor but focus upon a specific research area. Enrollment restricted to graduate students by consent of the instructor. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22544, + "credits": "5 units", + "location": "R Carson Acad 301", + "course_name": "SOCY 290", + "gen_ed_categories": "5 units", + "instructor": "Battle,J.", + "class_number": 22544, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Approaches to Social Documentation", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 10:00AM-01:00PM", + "location": "KresgeAnnex B 115", + "enroll_current": 1, + "course_description": "Comprehensive review and analysis of documentary strategies aimed at societal critique and social change, evaluating changes in argument, evidence, and process over development of the discipline.", + "lecture_number": 22689, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCD 200", + "gen_ed_categories": "5 units", + "instructor": "Kahana,J.", + "class_number": 22689, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Research in Social Psychology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", + "meet_times": "M 10:20AM-11:50AM", + "location": "Soc Sci 2 121", + "enroll_current": 10, + "course_description": "Seminar to study, critique, and develop research in social psychology. May be repeated for credit.", + "lecture_number": 22484, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 231", + "gen_ed_categories": "5 units", + "instructor": "Covarrubias,R.G.", + "class_number": 22484, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Reporting and Writing Science News", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students formally accepted into the writing track of the Science Communication Program.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "KresgeAnnex A 118", + "enroll_current": 0, + "course_description": "A survey of the conventions of newspaper journalism and the special application of those conventions to scientific and technological subjects.", + "lecture_number": 22489, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SCIC 201A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22489, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Multi-Term Course", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Developmental Research I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students or with instructor's permission.", + "meet_times": "Tu 09:00AM-12:00PM", + "location": "Soc Sci 2 137", + "enroll_current": 2, + "course_description": "Examines the rationale and techniques of research in developmental psychology. Topics include theories and paradigms in developmental psychology; translating theoretical ideas into researchable hypotheses; diversity issues in sampling; and conducting ethical research. Multiple-term course; students receive 6 credits in the second quarter of attendance; the grade and evaluation submitted for the final quarter applies to both quarters.", + "lecture_number": 22482, + "credits": "3 units", + "waitlist_current": 1, + "course_name": "PSYC 225A", + "gen_ed_categories": "3 units", + "instructor": "Wang,S.", + "class_number": 22482, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Quantitative Data Analysis", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 2 171", + "enroll_current": 12, + "course_description": "Intermediate statistical methods widely used in psychology (e.g., ANOVA, ANCOVA, multiplecomparisons, repeated-measures) and corresponding SPSS or R programs.", + "lecture_number": 22478, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 204", + "gen_ed_categories": "5 units", + "instructor": "Bonett,D.G.", + "class_number": 22478, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Health Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 3 or 100.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Kresge Clrm 321", + "enroll_current": 0, + "course_description": "Course examines the psychological aspects of health, illness and healing. Focuses primarily on etiology, treatment and prevention; specific topics include stress and the immune response, social support, compliance, health beliefs, and the healing relationship. (Formerly course 140C.)", + "lecture_number": 24285, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 172", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 24285, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22467, + "class_type": "LEC", + "course_description": "Serves as an in-depth introduction to the field of clinical psychology. Covers issues of clinical assessment, interviewing, testing, and a range of therapeutic modalities.", + "course_name": "PSYC 167", + "course_title": "Clinical Psychology", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100; course 170 is recommended as preparation. Enrollment is restricted to psychology majors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22467, + "instructor": "Quinn,R.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 103, + "waitlist_current": 33 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Teaching Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Pre-enroll at the Psychology Department Office 273 Social Sciences 2. Advance preparation required.", + "meet_times": "F 09:00AM-12:00PM", + "enroll_current": 7, + "course_description": "Students lead discussion groups and provide one-to-one tutoring for courses 1 or 3 or 100. Admission requires essay describing interest in becoming a course assistant, copies of psychology evaluations, and a letter of recommendation from a psychology faculty member; completion of some upper-division psychology courses prior to enrollment in this course. Prerequisite(s): course 3 or 100. Enrollment restricted to psychology majors. (Formerly \"Introduction to Psychology.\")", + "enroll_max": 0, + "lecture_number": 22477, + "credits": "5 units", + "location": "Soc Sci 2 104", + "course_name": "PSYC 191A", + "gen_ed_categories": "5 units", + "instructor": "Cardilla,K.S.", + "class_number": 22477, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Personality, Relationships, and Emotions", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3 or 100. Courses 10 and 60 recommended as preparation.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "Explores the reciprocal development of personalities and emotions/emotion regulation in the context of close relationships.", + "lecture_number": 23326, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 175", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 23326, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 22472, + "class_type": "LEC", + "course_description": "A critical and intensive exploration of a wide variety of specific disorders within their biological, developmental, and social contexts. Concepts of psychopathology in childhood, major and minor diagnostic systems, and a variety of theories of etiology are explored. General intervention strategies and a wide range of specific psychotherapy systems for treatment are closely examined and demonstrated.", + "course_name": "PSYC 171", + "course_title": "Childhood Psychopathology", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 3 or 100; and course 10. Course 170 strongly recommended.", + "meet_times": "TuTh 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 22472, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 70, + "waitlist_current": 15 + }, { + "enroll_max": 0, + "waitlist_max": 0, + "class_number": 23896, + "class_type": "LEC", + "course_description": "Survey of theory, research, and intervention in human psychopathology. Covers psychological, biological, developmental, and socio-cultural approaches.", + "course_name": "PSYC 170", + "course_title": "Abnormal Psychology", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100; course 60 highly recommended as preparation.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 23896, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 0, + "waitlist_current": 23 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Achievement Disparities: A Social Psychological Perspective", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100, and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior psychology majors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Oakes Acad 222", + "enroll_current": 19, + "course_description": "In this interactive seminar, we draw on research and theories in social and cultural psychology to examine persisting disparities in education and achievement for varying social groups (e.g., race/ethnicity, gender, social class) and to identify intervention strategies for reducing these disparities. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", + "lecture_number": 23198, + "credits": "5 units", + "waitlist_current": 4, + "course_name": "PSYC 159R", + "gen_ed_categories": "5 units", + "instructor": "Covarrubias,R.G.", + "class_number": 23198, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Psychology of Immigration", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior psychology majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "N. Sci Annex 102", + "enroll_current": 19, + "course_description": "Provides an overview of the social and cultural psychological study of immigrants in the United States. Examines the migration/immigration process; immigrants' social identities; schooling of immigrant youth; and impact of policy on the well-being of immigrants. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", + "lecture_number": 23858, + "credits": "5 units", + "waitlist_current": 5, + "course_name": "PSYC 159I", + "gen_ed_categories": "5 units", + "instructor": "Casanova,S.", + "class_number": 23858, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22462, + "class_type": "LEC", + "course_description": "Examines how social class shapes attitudes, beliefs, and behaviors. Emphasis is placed on structural barriers and their impact on the well-being of low-income groups. Strategies for reducing classist discrimination, improving interclass relations, and strengthening social policy are discussed.", + "course_name": "PSYC 153", + "course_title": "The Psychology of Poverty and Social Class", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite: course 3 or 100, or anthropology, community studies, economics, legal studies, politics, sociology, or feminist studies majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22462, + "instructor": "Bullock,H.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 100, + "waitlist_current": 17 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 22987, + "class_type": "LEC", + "course_description": "Addresses sexual and gender identity diversity in social, historical, and political context. Highlights current social justice issues and cultural ideologies related to sexual and gender identity diversity. Discusses social and scientific activism for sexual liberation; gay and lesbian identities and communities; sexuality beyond binaries and categories (e.g., bisexuality, pansexuality); asexuality; kink/fetish; transgender identities and sexualities; sexual fluidity and heteroflexibility; and queer sexual ethics and politics.", + "course_name": "PSYC 140H", + "course_title": "Sexual Identity and Society", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 22987, + "instructor": "Hammack,P.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 71, + "waitlist_current": 10 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22456, + "class_type": "LEC", + "course_description": "Examines basic theories, models, methods, and research findings in human memory. Both traditional and nontraditional topics are covered.", + "course_name": "PSYC 129", + "course_title": "Human Learning and Memory", + "location": "J Baskin Engr 152", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22456, + "instructor": "Seymour,T.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 103, + "waitlist_current": 26 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Weird Science", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements and course 3 or 100. Enrollment is restricted to senior psychology and cognitive science majors.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Cowell Acad 113", + "enroll_current": 29, + "course_description": "Explores the relationship between science and pseudoscience from a cognitive psychological perspective, including discussion of collection and selection of data, statistical assessment of data, cognitive illusions, memory distortions, reasoning, and decision-making. Also highlights the dissemination of scientific knowledge. Satisfies seminar requirement. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement. (Formerly course 134.)", + "lecture_number": 22795, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "PSYC 139H", + "gen_ed_categories": "5 units", + "instructor": "Fox Tree,J.E.", + "class_number": 22795, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Social Psychology of Flimflam", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology majors.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Steven Acad 175", + "enroll_current": 50, + "course_description": "Why do we believe strange things? This course investigates such flimflams as beliefs in the Loch Ness Monster, quack health care, and racial superiority to illustrate the underlying social psychological principles that lead us to adopt weird attitudes.", + "lecture_number": 22461, + "credits": "5 units", + "waitlist_current": 25, + "course_name": "PSYC 150", + "gen_ed_categories": "5 units", + "instructor": "Pratkanis,A.R.", + "class_number": 22461, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "enroll_max": 160, + "waitlist_max": 999, + "class_number": 22449, + "class_type": "LEC", + "course_description": "An analysis of human communication as a function of psychological, linguistic, and social factors. Focuses on language comprehension and production, including the processing of sounds, words, syntax, semantics, pragmatics, and dialogue.", + "course_name": "PSYC 125", + "course_title": "The Psychology of Language", + "location": "Earth&Marine B206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", + "meet_times": "TuTh 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 22449, + "instructor": "Kawamoto,A.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 160, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Psychology of Reading", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "R Carson Acad 242", + "enroll_current": 26, + "course_description": "Focuses on the cognitive processes that underlie reading in adults. Additional topics include different writing systems, learning to read, and reading deficits. Recommended for upper-division students.", + "lecture_number": 23828, + "credits": "5 units", + "waitlist_current": 12, + "course_name": "PSYC 124", + "gen_ed_categories": "5 units", + "instructor": "Krause,P.A.", + "class_number": 23828, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Face Recognition", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 1 or 20 or 20A; and course 3 or 100. Enrollment is restricted to senior cognitive science, neuroscience, and psychology majors.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Oakes Acad 106", + "enroll_current": 24, + "course_description": "To navigate our social world, we need to extract a wealth of information from faces, including identity, expression, gaze, age, and gender. This seminar reviews current topics in face-recognition research, from cognitive, neuroscience, developmental, social, and computational perspectives. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", + "lecture_number": 23023, + "credits": "5 units", + "waitlist_current": 11, + "course_name": "PSYC 139K", + "gen_ed_categories": "5 units", + "instructor": "Davidenko,N.", + "class_number": 23023, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Social Context", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "PhysSciences 140", + "enroll_current": 27, + "course_description": "A systematic analysis of the social and contextual determinants of human behavior, with special attention given to concepts of situational control, social comparison, role and attribution theories, as well as the macrodeterminants of behavior: cultural, historical, and sociopolitical context.", + "lecture_number": 23822, + "credits": "5 units", + "waitlist_current": 5, + "course_name": "PSYC 146", + "gen_ed_categories": "5 units", + "instructor": "Toolis,E.E.", + "class_number": 23822, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Media Contexts of Adolescent and Young Adult Development", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, course 10, and course 3 or 100. Course 102 is recommended. Enrollment is restricted to senior psychology majors.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Oakes Acad 106", + "enroll_current": 26, + "course_description": "Focuses on the role of media in adolescents' and young adults' identity development, friendships, and peer relationships. Topics include: globalization; physical/body image; friendships and peer acceptance; and educational and career goals. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", + "lecture_number": 23567, + "credits": "5 units", + "waitlist_current": 8, + "course_name": "PSYC 119T", + "gen_ed_categories": "5 units", + "instructor": "Cardilla,K.S.", + "class_number": 23567, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "enroll_max": 48, + "waitlist_max": 999, + "class_number": 23054, + "class_type": "LEC", + "course_description": "Offers a practical introduction to computer programming for psychology and cognitive science students. Students learn simple and effective techniques for collecting, parsing, and analyzing behavioral data from behavioral experiments. Students create programs to present visual stimuli, collect keyboard responses, and then write response time and accuracy to datafiles on disk. Students then write new programs to extract information from the datafiles, perform statistical analysis, and present summaries of the findings. Students learn to use the Python programming language for cross-platform application development. No previous programming experience is necessary.", + "course_name": "PSYC 138", + "course_title": "Computer Programming for the Cognitive Sciences", + "location": "MingOng Cmp Lb 103", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or 20A or 20B, and 100. Enrollment is restricted to psychology and cognitive science majors.", + "meet_times": "MW 12:00PM-01:35PM", + "credits": "5 units", + "lecture_number": 23054, + "instructor": "Seymour,T.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 48, + "waitlist_current": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Development in Infancy", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 3 or 100, and 10. Enrollment is restricted to psychology and cognitive science majors.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "J Baskin Engr 372", + "enroll_current": 26, + "course_description": "Focuses on psychological development in infancy. Presents research on perceptual, cognitive, and social-emotional development during the first two years of life. (Formerly course 101.)", + "lecture_number": 23821, + "credits": "5 units", + "waitlist_current": 14, + "course_name": "PSYC 104", + "gen_ed_categories": "5 units", + "instructor": "Zhang,Y.", + "class_number": 23821, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 23226, + "class_type": "LEC", + "course_description": "Examines interdisciplinary theory, research, and methods of studying the cultural basis of human development, and variations and similarities in human lives and practices in the United States and worldwide cultural communities.", + "course_name": "PSYC 114", + "course_title": "Human Development as a Cultural Process", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 10 and 100.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 23226, + "instructor": "Rogoff,B.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 69, + "waitlist_current": 3 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 23079, + "class_type": "LEC", + "course_description": "How and why do children develop into moral beings? This course covers key theories and empirical research about the cognitive, emotional, and behavioral aspects of moral development, including psychoanalytic, behaviorist, constructivist, nativist, and evolutionary approaches.", + "course_name": "PSYC 112", + "course_title": "Moral Development", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 10 and 100.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 23079, + "instructor": "Dahl,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 70, + "waitlist_current": 46 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cognition: Fundamental Theories", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 07:10PM-08:45PM", + "enroll_current": 70, + "course_description": "Introduces basic concepts in cognitive psychology with a focus on theoretical explanations of cognitive functioning. Topics include perception, attention, memory, concepts, language, visual cognition, executive functions, and reasoning processes. (Formerly course 20, Introduction to Cognitive Psychology.)", + "enroll_max": 70, + "lecture_number": 22441, + "credits": "5 units", + "location": "J Bask Aud 101", + "course_name": "PSYC 20A", + "gen_ed_categories": "5 units", + "instructor": "Samaha,J.M.", + "class_number": 22441, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 52 + }, { + "enroll_max": 12, + "waitlist_max": 999, + "class_number": 22427, + "class_type": "LEC", + "course_description": "An introduction to research methods used to investigate human psychology. Course emphasizes critical thinking, designing and conducting research, analyzing and interpreting data, and writing a professional research report.", + "course_name": "PSYC 100", + "course_title": "Research Methods in Psychology", + "location": "Earth&Marine B206", + "grading_options": "Student Option", + "gen_ed_categories": "7 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Entry Level Writing and Composition requirements; Applied Mathematics and Statistics 2 or 3 or 6, or Mathematics 3 or higher level Mathematics course; and course 2 or Applied Mathematics and Statistics 5 or 7/7L.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "7 units", + "lecture_number": 22427, + "instructor": "Takayama,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 12, + "waitlist_current": 130 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Social Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 85, + "course_description": "An analysis of contemporary research in social psychology and of what that research can teach us about the world we live in. Problems of conformity, propaganda, prejudice, attraction, and aggression. Focuses on a person's relationship with other people, how he or she influences them and is influenced by them.", + "enroll_max": 85, + "lecture_number": 22448, + "credits": "5 units", + "location": "Steven Acad 150", + "course_name": "PSYC 40", + "gen_ed_categories": "5 units", + "instructor": "Pratkanis,A.R.", + "class_number": 22448, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 6 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 22436, + "class_type": "LEC", + "course_description": "Addresses psychological development from conception through adolescence. Provides an overview of developmental psychology.", + "course_name": "PSYC 10", + "course_title": "Introduction to Developmental Psychology", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1; Applied Mathematics and Statistics 3 or 6, or Math 3 or higher Mathematics courses; and course 2 or Applied Mathematics and Statistics 5 or 7/7L.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 22436, + "instructor": "Wang,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 50, + "waitlist_current": 110 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 07:10PM-08:45PM", + "enroll_current": 40, + "course_description": "Introduces prospective majors to the scientific study of behavior and mental processes and also provides an overview for non-majors. Emphasizes social, cognitive, developmental, and personality psychology and their interrelations.", + "enroll_max": 40, + "lecture_number": 22413, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "PSYC 1", + "gen_ed_categories": "5 units", + "instructor": "Cardilla,K.S.", + "class_number": 22413, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 48 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "R Carson Acad 250", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23627, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23627, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "R Carson Acad 250", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23626, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23626, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23620, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23620, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "R Carson Acad 250", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23625, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23625, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23624, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23624, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23623, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23623, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23622, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23622, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23621, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23621, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23619, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23619, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23618, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23618, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23617, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23617, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23615, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23615, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Accelerated Intermediate Portuguese", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 65A, or by consent of instructor.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Humanities 1 110", + "enroll_current": 7, + "course_description": "Sequential to course 65A, completes second-year accelerated instruction. A systematic grammar review is combined with literacy and cultural readings, while communicative exercises focus on improving students' ability to understand and hold sustained conversations. Students expand their vocabulary and knowledge of Brazil and other Portuguese-speaking cultures through films, popular music, and other culturally authentic materials.", + "lecture_number": 22412, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PORT 65B", + "gen_ed_categories": "5 units", + "instructor": "Seara,A.M.", + "class_number": 22412, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Accelerated Portuguese for Speakers of Romance Languages", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 4 or Spanish for Heritage Speakers 4 or Spanish for Spanish Speakers 61 or French 4 or Italian 4 or Spanish Placement Examination score of 50 or by consent of instructor.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Crown Clrm 203", + "enroll_current": 6, + "course_description": "The first quarter of accelerated first-year instruction (60A-B). Designed for students with four quarters of college-level Spanish, French, Italian, or Catalan, and native speakers of these Romance languages (including heritage speakers of Portuguese). Emphasizes all language skills, including cultural competence. (Formerly Advanced Beginning and Intermediate Portuguese.)", + "lecture_number": 22411, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PORT 60A", + "gen_ed_categories": "5 units", + "instructor": "Seara,A.M.", + "class_number": 22411, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Race: History of a Concept", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to senior politics and Latin American and Latino studies/politics combined majors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Crown Clrm 202", + "enroll_current": 12, + "course_description": "Examines how we came, by the late 19th century, to classify humanity into racial categories. In an effort to trace emergence of this very modern phenomenon, explores historical shifts that informed Europe's representation of cultural difference from the writings of ancient Greeks to the social Darwinism of 19th-century Britain.", + "lecture_number": 22409, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 190P", + "gen_ed_categories": "5 units", + "instructor": "Seth,V.", + "class_number": 22409, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23616, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23616, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23614, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23614, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Accelerated Portuguese", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 18, + "course_description": "This course is the first quarter of an accelerated two-quarter series (1A-B), which, taken together, are equivalent to first-year instruction. This intensive class requires no background in the Romance languages, and emphasizes all language skills, including cultural competence. (Formerly Intensive Elementary Portuguese.)", + "enroll_max": 30, + "lecture_number": 22410, + "credits": "5 units", + "location": "Crown Clrm 203", + "course_name": "PORT 1A", + "gen_ed_categories": "5 units", + "instructor": "Seara,A.M.", + "class_number": 22410, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Substance of Democracy", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to senior politics and combined politics/Latin American and Latino studies majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 2 363", + "enroll_current": 10, + "course_description": "What is democracy? How can we identify it? How do we understand and identify political participation? What are the factors behind it? What role does protest have in democratic politics? These and similar questions are addressed in this course that focuses on topics of democratic politics in the United States and abroad.", + "lecture_number": 22407, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 190H", + "gen_ed_categories": "5 units", + "instructor": "Pasotti,E.", + "class_number": 22407, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Political Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and combined politics and Latin America and Latino studies majors during first and second pass enrollment.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Cowell Clrm 131", + "enroll_current": 42, + "course_description": "Provides a broad introduction to the growing interdisciplinary field of political psychology. Focuses on and critically analyzes classic and contemporary psychological perspectives, primarily through original sources. Draws upon theoretical ideas and experimental results to understand political actors, events, and processes.", + "lecture_number": 23123, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 185", + "gen_ed_categories": "5 units", + "instructor": "Fletcher,J.", + "class_number": 23123, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Organization", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "PhysSciences 130", + "enroll_current": 7, + "course_description": "Addresses whether and how global organizations are changing the international system. Examines multilateral institutions, regional organizations, and nonstate actors. Overriding aim is to discern whether these global organizations are affecting the purported primacy of the state.", + "lecture_number": 22400, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 165", + "gen_ed_categories": "5 units", + "instructor": "Nichols,S.L.", + "class_number": 22400, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Political Ecology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Engineer 2 194", + "enroll_current": 16, + "course_description": "Explores the global dimensions of complex environmental issues such as climate change, biodiversity, deforestation, and fisheries: how they are produced, how they manifest, and how they are governed in response.", + "lecture_number": 22401, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 174", + "gen_ed_categories": "5 units", + "instructor": "Gordon,D.", + "class_number": 22401, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Conflict and Change in American Politics and Policy", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 03:00PM-06:00PM", + "location": "Merrill Acad 134", + "enroll_current": 7, + "course_description": "Explores the dynamic and contested interaction between politics and policy in the U.S. context, through examining the historical development of key contemporary policy debates and political conflicts. Introduces recent scholarship, drawing on history, sociology, and political economy that has challenged traditional behavioralist approaches to understanding American politics and policy development.", + "lecture_number": 22926, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 222", + "gen_ed_categories": "5 units", + "instructor": "Wirls,D.J.", + "class_number": 22926, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Poverty Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to senior politics and Latin American and Latino studies/politics combined majors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Crown Clrm 203", + "enroll_current": 15, + "course_description": "Examines theoretical, historical, and contemporary sources of poverty policies in the United States. Explores competing theories of the causes of poverty and the consequences of social provision. Focuses on successive historical reform efforts and contemporary dilemmas of race and urban poverty, gender and family poverty, work, and the politics of welfare reform.", + "lecture_number": 22408, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 190L", + "gen_ed_categories": "5 units", + "instructor": "Bertram,E.C.", + "class_number": 22408, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Comparative Anti-Colonialisms", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 02:00PM-05:00PM", + "location": "Merrill Acad 134", + "enroll_current": 11, + "course_description": "Political thought of anti-colonial movements in comparative, historical perspective, including 18th- to 20th-Century European colonies of America and Asia. Focuses both on the contemporary political thought of these movements as well as on historiographical approaches of secondary literature.", + "lecture_number": 23770, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 255", + "gen_ed_categories": "5 units", + "instructor": "Thomas,M.C.", + "class_number": 23770, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Health Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics majors during first and second pass enrollment.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Cowell Com 134", + "enroll_current": 30, + "course_description": "Examines the politics surrounding both global health problems and policy responses.Traces the evolving interrelationships between these problems and policies from colonial health to the impacts of austerity on postcolonial health systems to today's globally targeted responses.", + "lecture_number": 23823, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 186", + "gen_ed_categories": "5 units", + "instructor": "Sparke,M.B.", + "class_number": 23823, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22402, + "class_type": "LEC", + "course_description": "Introduction to the politics of international economic relations. Examines the history of the international political economy, the theories that seek to explain it, and contemporary issues such as trade policy, globalization, and the financial crisis. (Formerly course 176.)", + "course_name": "POLI 160D", + "course_title": "International Political Economy", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22402, + "instructor": "Schoenman,R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 70, + "waitlist_current": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Comparative Post-Communist Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "N. Sci Annex 101", + "enroll_current": 21, + "course_description": "Comparative study of revolutionary transformations of East European, Soviet, and former Soviet nations to post-Communist political orders. Focus on reemergence of political society, social and economic problems of transition, and maintenance of many cultural norms and authority patterns associated with previous regime.", + "lecture_number": 22399, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 143", + "gen_ed_categories": "5 units", + "instructor": "Schoenman,R.", + "class_number": 22399, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22394, + "class_type": "LEC", + "course_description": "Explores the political and economic systems of advanced industrialized societies. In addition to specific comparisons between the countries of western Europe and the United States, covers important themes and challenges, including immigration, globalization, and the crisis of the welfare state. (Formerly Politics of Advanced Industrialized Societies.)", + "course_name": "POLI 140A", + "course_title": "European Politics", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 07:10PM-08:45PM", + "credits": "5 units", + "lecture_number": 22394, + "instructor": "Pasotti,E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 36, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Policies and Politics of American Defense", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Kresge Clrm 323", + "enroll_current": 30, + "course_description": "Examines the evolution of the policy and politics of American national security, from the Cold War to the present. Content of military policy explored with analytic focus on formation of policy and interactions between military policies and domestic policies.", + "lecture_number": 22393, + "credits": "5 units", + "waitlist_current": 4, + "course_name": "POLI 129", + "gen_ed_categories": "5 units", + "instructor": "Wirls,D.J.", + "class_number": 22393, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Contemporary Political and Critical Theory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Engineer 2 192", + "enroll_current": 11, + "course_description": "Course uses a multidisciplinary approach to the study of politics through significant contemporary authors and approaches in critical theory. Topics include: democracy action, violence, subjectivity, identity, power and resistance, the body, political economy, and post-colonialism.", + "lecture_number": 23022, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 118", + "gen_ed_categories": "5 units", + "instructor": "Serres,T.", + "class_number": 23022, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22372, + "class_type": "LEC", + "course_description": "Studies in 19th- and early 20th-century theory, centering on the themes of capitalism, labor, alienation, culture, freedom, and morality. Authors studied include J. S. Mill, Marx, Nietzsche, Foucault, Hegel, Fanon, and Weber.", + "course_name": "POLI 105C", + "course_title": "Modern Political Thought", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 22372, + "instructor": "Thomas,M.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also taught as LGST 105C.", + "enroll_current": 70, + "waitlist_current": 6 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 22382, + "class_type": "LEC", + "course_description": "Examines current problems in law as it intersects with politics and society. Readings are drawn from legal and political philosophy, social science, and judicial opinions.", + "course_name": "POLI 110", + "course_title": "Law and Social Issues", + "location": "PhysSciences 130", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics, legal studies, and Latin American and Latino studies/politics combined majors during first and second pass enrollment only.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 22382, + "instructor": "Gerston,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as LGST 110.", + "enroll_current": 50, + "waitlist_current": 18 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Governing the Golden State", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 98, + "course_description": "Introduces key principles for understanding state politics in California and how power is mobilized for transformative change. Analyzes distinctive features of California's political development and culture in the governance of enduring social problems and policy dilemmas.", + "enroll_max": 130, + "lecture_number": 23921, + "credits": "5 units", + "location": "ClassroomUnit 001", + "course_name": "POLI 21", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23921, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Andean Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Kresge Clrm 325", + "enroll_current": 20, + "course_description": "Examines similar political trends in four Andean countries: Bolivia, Colombia, Ecuador, and Peru. Trends include mobilization of indigenous populations, breakdown of traditional party systems, and reconstruction efforts in post-conflict environments. Students who have taken prior courses in Latin American politics, including course 140C, will be best prepared for this course.", + "lecture_number": 22925, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 144", + "gen_ed_categories": "5 units", + "instructor": "Eaton,K.H.", + "class_number": 22925, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Political Organizations in American Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Engineer 2 194", + "enroll_current": 18, + "course_description": "Introduces the literature on interest groups and attempts to answer the question: Do such groups promote or hinder American democracy? Class readings and lectures review and assess the participation of interest groups in the electoral process and in Congress, the executive branch, and the courts. Pays particular attention to the role business and environmental groups play in American politics and policy.", + "lecture_number": 22761, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 125", + "gen_ed_categories": "5 units", + "instructor": "Gerston,L.", + "class_number": 22761, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "enroll_max": 150, + "waitlist_max": 999, + "class_number": 23327, + "class_type": "LEC", + "course_description": "Explores the status of American civil liberties as provided by the Bill of Rights. Particular attention will be given to issues of concern relating to the aftermath of 9/11, including issues relating to detainees, freedom of information requests, wiretapping authority, watch lists, profiling, and creation of a domestic intelligence agency.", + "course_name": "POLI 111B", + "course_title": "Civil Liberties", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to legal studies and politics majors during first- and second-pass enrollment only.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 23327, + "instructor": "Beaumont,K.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 111B.", + "enroll_current": 134, + "waitlist_current": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Condensed Matter Physics Research Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "F 02:00PM-03:10PM", + "location": "ISB 231", + "enroll_current": 5, + "course_description": "Weekly seminar series covering topics of current interest in condensed matter physics. Local and external speakers discuss their work. May be repeated for credit.", + "lecture_number": 22804, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291G", + "gen_ed_categories": "2 units", + "instructor": "Lederman,D.", + "class_number": 22804, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Keywords: Concepts in Politics", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 35, + "course_description": "Introduces key concepts in political discourse and key debates generated by contested terms such as \"powers,\" \"ideology,\" and \"multiculturalism.\" Students read from canonical texts, feminist scholarship, historical materials, and contemporary cultural and postmodernist writings.", + "enroll_max": 50, + "lecture_number": 22786, + "credits": "5 units", + "location": "ClassroomUnit 001", + "course_name": "POLI 3", + "gen_ed_categories": "5 units", + "instructor": "Seth,V.", + "class_number": 22786, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "Th 03:20PM-04:55PM", + "location": "N. Sci Annex 101", + "enroll_current": 13, + "course_description": "Weekly seminar attended by faculty and graduate students. Directed at all physics graduate students who have not taken and passed the qualifying examination for the Ph.D. program.", + "lecture_number": 22371, + "credits": "0 units", + "waitlist_current": 0, + "course_name": "PHYS 292", + "gen_ed_categories": "0 units", + "instructor": "Johnson,R.P.", + "class_number": 22371, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 60 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22383, + "class_type": "LEC", + "course_description": "Examines the relationship between state and economy in the U.S. from the 1880s to the present, and provides a theoretical and historical introduction to the study of politics and markets. Focus is on moments of crisis and choice in U.S. political economy, with an emphasis on the rise of regulation, the development of the welfare state, and changes in employment policies.", + "course_name": "POLI 120C", + "course_title": "State and Capitalism in American Political Development", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 22383, + "instructor": "Bertram,E.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 120C.", + "enroll_current": 99, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "American Elections and Voting Behavior", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics majors and Latin America and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Kresge Clrm 323", + "enroll_current": 30, + "course_description": "Introduces key concepts pertaining to voting, elections, and political behavior in the United States. Several topics are covered, such as campaigns, electoral institutions, reform, political participation (including but not limited to voting), presidential and congressional elections, partisan identification, and polling.", + "lecture_number": 23039, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "POLI 128", + "gen_ed_categories": "5 units", + "instructor": "Springer,M.", + "class_number": 23039, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Experimental High-Energy and Particle Astrophysics Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Survey of current research in experimental high-energy and particle astrophysics. Recent observations and development in instrumentation for x-rays, gamma rays, and neutrinos, and evidence for dark matter and other new particles. Students lead discussion of recent papers. May be repeated for credit.", + "lecture_number": 22802, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291F", + "gen_ed_categories": "2 units", + "instructor": "Smith,D.M.", + "class_number": 22802, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Applied Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 3, + "course_description": "Intensive research seminar on applied physics and related topics in materials science, including semiconductor devices, optoelectronics, molecular electronics, magnetic materials, nanotechnology, biosensors, and medical physics. Students may present their own research results. May be repeated for credit.", + "lecture_number": 22801, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291E", + "gen_ed_categories": "2 units", + "instructor": "Carter,S.A.", + "class_number": 22801, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cosmology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "M 12:00PM-01:05PM", + "location": "ISB 102", + "enroll_current": 3, + "course_description": "Intensive research seminar on cosmology and related topics in astrophysics: nature of dark matter; origin of cosmological inhomogeneities and other initial conditions of the big bang; origin and evolution of galaxies and large scale structure in the universe. May be repeated for credit.", + "lecture_number": 22369, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291A", + "gen_ed_categories": "2 units", + "instructor": "Primack,J.R.", + "class_number": 22369, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Experimental High-Energy Collider Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar on current results in experimental high-energy particle physics. Topics follow recently published results, including design of experiments, development of particle detector technology, and experimental results from new particle searches, quantum chromodynamics, and properties of heavy flavor quarks. May be repeated for credit.", + "lecture_number": 22803, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291D", + "gen_ed_categories": "2 units", + "instructor": "Nielsen,J.A.", + "class_number": 22803, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Electromagnetism I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "MF 09:20AM-10:55AM", + "location": "ISB 231", + "enroll_current": 6, + "course_description": "Electrostatics and magnetostatics, boundary value problems with spherical and cylindrical symmetry, multipole expansion, dielectric media, magnetic materials, electromagnetic properties of materials, time-varying electromagnetic fields, Maxwell's equations, conservation laws, plane electromagnetic waves and propagation, waveguides and resonant cavities.", + "lecture_number": 22365, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 212", + "gen_ed_categories": "5 units", + "instructor": "Narayan,O.", + "class_number": 22365, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Developments in Theoretical Particle Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 218. Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 3, + "course_description": "Seminar on the current literature of elementary particle physics, ranging from strong and weak interaction phenomenology to Higgs physics, supersymmetry, and superstring theory. Students may present their own research results. May be repeated for credit.", + "lecture_number": 22370, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291C", + "gen_ed_categories": "2 units", + "instructor": "Dine,M.", + "class_number": 22370, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Classical Mechanics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "ISB 231", + "enroll_current": 6, + "course_description": "Generalized coordinates, calculus of variations, Lagrange's equations with constraints, Hamilton's equations, applications to particle dynamics including charged particles in an electromagnetic field, applications to continuum mechanics including fluids and electromagnetic fields, introduction to nonlinear dynamics.", + "lecture_number": 22364, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 210", + "gen_ed_categories": "5 units", + "instructor": "Shastry,S.", + "class_number": 22364, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Scientific Communication for Physicists", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 133 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to junior and senior majors in physics, astrophysics, applied physics, or physics education.", + "meet_times": "MW 05:20PM-07:20PM", + "location": "Thimann Lab 391", + "enroll_current": 29, + "course_description": "Explores the communication of physics to a wide range of audiences, including writing articles from the popular to the peer-reviewed level; critically analyzing the communication of scientific discoveries in the media; structuring the physics senior thesis; writing grant applications; assembling a personal statement for job and graduate school application; and assembling and critiquing oral presentations.", + "lecture_number": 23008, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "PHYS 182", + "gen_ed_categories": "5 units", + "instructor": "Smith,D.M.", + "class_number": 23008, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Quantum Mechanics II", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 101B or 102, and 139A and 116ABC.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "ISB 231", + "enroll_current": 14, + "course_description": "Approximation methods in nonrelativistic quantum mechanics: time-independent perturbation theory (non-degenerate and degenerate) and addition of angular momenta; variational methods; the WKB approximation; time-dependent perturbation theory and radiation theory; scattering theory. (Formerly Quantum Mechanics.)", + "lecture_number": 22361, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 139B", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22361, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 22362, + "class_type": "LEC", + "course_description": "Special relativity is reviewed. Curved space-time, including the metric and geodesics, are illustrated with simple examples. The Einstein equations are solved for cases of high symmetry. Black-hole physics and cosmology are discussed, including recent developments.", + "course_name": "PHYS 171", + "course_title": "General Relativity, Black Holes, and Cosmology", + "location": "ISB 235", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 105, 110A, 110B, and 116A/B.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22362, + "instructor": "Dine,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ASTR 171", + "enroll_current": 19, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mathematical Methods in Physics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 116A and 116B and Mathematics 23A and 23B.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Kresge Clrm 321", + "enroll_current": 94, + "course_description": "Fourier series and transforms, Dirac-delta function, Green's functions, series solutions of ordinary equations, Legendre polynomials, Bessel functions, sets of orthogonal functions, and partial differential equations.", + "lecture_number": 22355, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 116C", + "gen_ed_categories": "5 units", + "instructor": "Profumo,S.", + "class_number": 22355, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 115 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Quantum Field Theory I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 216 or exception by permission of the instructor. Enrollment is restricted to graduate students or by permission of the instructor.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "ISB 235", + "enroll_current": 3, + "course_description": "Lorentz invariance in quantum theory, Dirac and Klein-Gordon equations, the relativistic hydrogen atom, Green functions and canonical approach to field theory, quantum electrodynamics, Feynman diagrams for scattering processes, symmetries and Ward identities. Students learn to perform calculations of scattering and decay of particles in field theory.", + "lecture_number": 22366, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 217", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22366, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Condensed Matter Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 216 or equivalent course or by permission of the instructor. Enrollment is restricted to graduate students only, or by permission of instructor.", + "meet_times": "MW 12:00PM-01:35PM", + "location": "ISB 231", + "enroll_current": 2, + "course_description": "Crystal structures, reciprocal lattice, crystal bonding, phonons (including specific heat), band theory of electrons, free electron model, electron-electron and electron-phonon interactions, transport theory.", + "lecture_number": 22368, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 231", + "gen_ed_categories": "5 units", + "instructor": "Ramirez,A.P.", + "class_number": 22368, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Modern Physics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L, and 5B/M, and 5C/N and 5D; or 6A/L, and 6B/M, and 6C/N, and 5D; or equivalent.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "PhysSciences 110", + "enroll_current": 13, + "course_description": "Topics in quantum physics including the Schrodinger equation; angular momentum and spin; the Pauli exclusion principle; and quantum statistics. Applications in multi-electron atoms and molecules, and in solid-state, nuclear, and particle physics.", + "lecture_number": 22992, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 102", + "gen_ed_categories": "5 units", + "instructor": "Jeltema,T.E.", + "class_number": 22992, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 80 + }, { + "enroll_max": 0, + "waitlist_max": 999, + "class_number": 22358, + "class_type": "LAB", + "course_description": "Demonstration of phenomena of classical and modern physics. Development of a familiarity with experimental methods. Special experimental projects may be undertaken by students in this laboratory.", + "course_name": "PHYS 133", + "course_title": "Intermediate Laboratory", + "location": "N. Sci Annex 103", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5C and 5D and one from Computer Science 5J, or 5P, or 12A, or Astronomy and Astrophysics119, or by permission of the instructor. Enrollment is restricted to physics, applied physics, and astrophysics majors and physics minors.", + "meet_times": "TuTh 11:40AM-12:40PM", + "credits": "5 units", + "lecture_number": 22358, + "instructor": "Schlesinger,Z.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lab and associated secondary lab", + "enroll_current": 24, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 22618, + "class_type": "LAB", + "course_description": "Introduction to techniques of modern observational astrophysics at optical and radio wavelengths through hands-on experiments. Intended primarily for juniors and seniors majoring or minoring in astrophysics. Offered in some academic years as single-term course 135 in fall, depending on astronomical conditions.", + "course_name": "PHYS 135A", + "course_title": "Astrophysics Advanced Laboratory", + "location": "ISB 235", + "grading_options": "Multi-Term Course", + "gen_ed_categories": "3 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 133 and at least one astronomy course. Enrollment is restricted to physics (astrophysics) majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "3 units", + "lecture_number": 22618, + "instructor": "Brown,G.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ASTR 135A", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Particle Physics I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 217 or concurrent enrollment. Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "ISB 231", + "enroll_current": 2, + "course_description": "First quarter of a two-quarter graduate level introduction to particle physics, including the following topics: discrete symmetries, quark model, particle classification, masses and magnetic moments, passage of radiation through matter, detector technology, accelerator physics, Feynman calculus, and electron-positron annihilation.", + "lecture_number": 22367, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 221A", + "gen_ed_categories": "5 units", + "instructor": "Hance,M.", + "class_number": 22367, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mechanics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and 116A-B; concurrent enrollment in course 116C is required.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Thim Lecture 001", + "enroll_current": 95, + "course_description": "Particle dynamics in one, two, and three dimensions. Conservation laws. Small oscillations, Fourier series and Fourier integral solutions. Phase diagrams and nonlinear motions, Lagrange's equations, and Hamiltonian dynamics.", + "lecture_number": 22350, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 105", + "gen_ed_categories": "5 units", + "instructor": "Johnson,R.P.", + "class_number": 22350, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 100 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Th 12:00PM-03:00PM", + "location": "Thimann Lab 121", + "enroll_current": 0, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22349, + "credits": "1 units", + "waitlist_current": 5, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22349, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Th 08:30AM-11:30AM", + "location": "Thimann Lab 121", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22348, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22348, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "W 07:00PM-10:00PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22347, + "credits": "1 units", + "waitlist_current": 2, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22347, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22342, + "credits": "1 units", + "waitlist_current": 5, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22342, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 45, + "waitlist_max": 999, + "class_number": 22354, + "class_type": "LEC", + "course_description": "Covers fundamental topics in fluid dynamics: Euler and Lagrange descriptions of continuum dynamics; conservation laws for inviscid and viscous flows; potential flows; exact solutions of the Navier-Stokes equation; boundary layer theory; gravity waves. Students cannot receive credit for this course and Applied Mathematics and Statistics 217.", + "course_name": "PHYS 107", + "course_title": "Introduction to Fluid Dynamics", + "location": "Soc Sci 1 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 107 or Physics 116C or Earth and Planetary Sciences 111.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22354, + "instructor": "Brummell,N.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as AMS 107. Taught in conjunction with AMS 217.", + "enroll_current": 15, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "W 03:30PM-06:30PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22346, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22346, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22345, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22345, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22341, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22341, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22344, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22344, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22343, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22343, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "20", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 12:00PM-03:00PM", + "location": "Thimann Lab 397", + "enroll_current": 18, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22339, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22339, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "18", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 03:30PM-06:30PM", + "location": "Thimann Lab 397", + "enroll_current": 18, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22337, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22337, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "17", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22336, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22336, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "21", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 03:30PM-06:30PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22340, + "credits": "1 units", + "waitlist_current": 2, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22340, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "23", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 07:00PM-10:00PM", + "location": "Thimann Lab 397", + "enroll_current": 0, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 23857, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 23857, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "22", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 07:00PM-10:00PM", + "location": "Thimann Lab 397", + "enroll_current": 0, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 23856, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 23856, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "19", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 08:30AM-11:30AM", + "location": "Thimann Lab 397", + "enroll_current": 18, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22338, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22338, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "16", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22335, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22335, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22333, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22333, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22334, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22334, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22332, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22332, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 03:30PM-06:30PM", + "location": "Thimann Lab 127", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22330, + "credits": "1 units", + "waitlist_current": 2, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22330, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 07:00PM-10:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22331, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22331, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22325, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22325, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 07:00PM-10:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22327, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22327, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 08:30AM-11:30AM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22328, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22328, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 12:00PM-03:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22329, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22329, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 08:30AM-11:30AM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22324, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22324, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 03:30PM-06:30PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22326, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22326, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22322, + "credits": "1 units", + "waitlist_current": 4, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22322, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics III", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L or 6A/L, and Mathematics 11B or 19B or 20B or Applied Mathematics and Statistics 15B.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Earth&Marine B206", + "enroll_current": 260, + "course_description": "Introduction to electricity and magnetism. Elementary circuits; Maxwell's equations; electromagnetic radiation; interference and polarization of light.", + "lecture_number": 22317, + "credits": "5 units", + "waitlist_current": 38, + "course_name": "PHYS 6C", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22317, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "enroll_max": 225, + "waitlist_max": 999, + "class_number": 22314, + "class_type": "LEC", + "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", + "course_name": "PHYS 6A", + "course_title": "Introductory Physics I", + "location": "Online", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A. Concurrent enrollment in course 6L required.", + "meet_times": "TBA TBA", + "credits": "5 units", + "lecture_number": 22314, + "instructor": "Deutsch,J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "This class taught online.", + "enroll_current": 213, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22320, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22320, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "W 08:30AM-11:30AM", + "location": "Thimann Lab 115", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 23937, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 23937, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22323, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22323, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L. Concurrent enrollment in 5C is required. Courses 5B/M recommended.", + "meet_times": "W 03:30PM-06:30PM", + "location": "Thimann Lab 115", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 24127, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Brown,G.S.", + "class_number": 24127, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A. Concurrent enrollment in course 6L required.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Earth&Marine B206", + "enroll_current": 209, + "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", + "lecture_number": 22311, + "credits": "5 units", + "waitlist_current": 8, + "course_name": "PHYS 6A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22311, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 225 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 115", + "enroll_current": 22, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 22310, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22310, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 115", + "enroll_current": 22, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 22309, + "credits": "1 units", + "waitlist_current": 2, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22309, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 115", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 22308, + "credits": "1 units", + "waitlist_current": 7, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22308, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22321, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22321, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Th 12:00PM-03:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22304, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22304, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 115", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 22307, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22307, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Th 07:00PM-10:00PM", + "location": "Thimann Lab 133", + "enroll_current": 0, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22306, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22306, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Th 03:30PM-06:30PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22305, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22305, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "W 06:00PM-09:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22302, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22302, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22301, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22301, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "W 08:30AM-11:30AM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22300, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22300, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22299, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22299, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Th 08:30AM-11:30AM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22303, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22303, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22296, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22296, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics IV", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A and 5L, or 6A and 6L; and course 5B or 6B; and Mathematics 19B or 20B.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Thim Lecture 003", + "enroll_current": 134, + "course_description": "Introduces temperature, heat, thermal conductivity, diffusion, ideal gases, laws of thermodynamics, heat engines, and kinetic theory. Introduces the special theory of relativity and the equivalence principle. Includes the photoelectric effect, the Compton effect, matter waves, atomic spectra, and the Bohr model.", + "lecture_number": 22293, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 5D", + "gen_ed_categories": "5 units", + "instructor": "Jeltema,T.E.", + "class_number": 22293, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 200 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A; concurrent enrollment in course 5L is required.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Earth&Marine B206", + "enroll_current": 123, + "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", + "lecture_number": 22287, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "PHYS 5A", + "gen_ed_categories": "5 units", + "instructor": "Velasco Jr.,J.", + "class_number": 22287, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 268 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22297, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22297, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22298, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22298, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics III", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B. Concurrent enrollment in course 5N is required.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Thim Lecture 003", + "enroll_current": 124, + "course_description": "Introduction to electricity and magnetism. Electromagnetic radiation, Maxwell's equations.", + "lecture_number": 22290, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 5C", + "gen_ed_categories": "5 units", + "instructor": "Nielsen,J.A.", + "class_number": 22290, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 125 + }[{ + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Genre", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 26 or placement by examination.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Cowell Acad 216", + "enroll_current": 0, + "course_description": "Using the theme of \"Rhetoric and Genre,\" this course prepares students to transfer into the mainstream composition curriculum by training them to analyze, understand, assess, and successfully produce different genres of writing. Upon passing this course, students satisfy the Entry-level Writing Requirement (ELWR).", + "lecture_number": 23167, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 27", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23167, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "R Carson Acad 252", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23164, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Wong,T.L.", + "class_number": 23164, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Genre", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 26 or placement by examination.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Hum & Soc Sci 350", + "enroll_current": 13, + "course_description": "Using the theme of \"Rhetoric and Genre,\" this course prepares students to transfer into the mainstream composition curriculum by training them to analyze, understand, assess, and successfully produce different genres of writing. Upon passing this course, students satisfy the Entry-level Writing Requirement (ELWR).", + "lecture_number": 23166, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "WRIT 27", + "gen_ed_categories": "5 units", + "instructor": "Daniels,R.L.", + "class_number": 23166, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 1 145", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23160, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Cummings,S.J.", + "class_number": 23160, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "PhysSciences 136", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23162, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Halk,E.L.", + "class_number": 23162, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Crown Clrm 201", + "enroll_current": 1, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23161, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Michals,S.", + "class_number": 23161, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Merrill Acad 003", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23159, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Sanfilippo,B.S.", + "class_number": 23159, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23157, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Herrera Astua,M.", + "class_number": 23157, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Merrill Acad 002", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23165, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23165, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23163, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Brenner,G.A.", + "class_number": 23163, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23158, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Herrera Astua,M.", + "class_number": 23158, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23156, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Herrera Astua,M.", + "class_number": 23156, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23155, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Cummings,S.J.", + "class_number": 23155, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23154, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Cummings,S.J.", + "class_number": 23154, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Crown Clrm 203", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23153, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Brenner,G.A.", + "class_number": 23153, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Merrill Acad 002", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23150, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23150, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Steven Acad 151", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23148, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Helmer,K.A.", + "class_number": 23148, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Porter Acad 249", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23147, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Bigley,M.", + "class_number": 23147, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Cowell Acad 216", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23146, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Bigley,M.", + "class_number": 23146, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Grammar and Rhetoric: Language for Writing", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to fourth-quarter students who have not passed the Entry Level Writing Requirement. Open to others by permission of instructor.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "Builds on writing skills gained in previous writing courses; focuses on effective language use in academic writing. Students reinforce their written English proficiency by reading, studying, practicing, and writing structures and patterns of written English.", + "lecture_number": 22741, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 23", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 22741, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Crown Clrm 201", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23152, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Breakspear,A.S.", + "class_number": 23152, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Place", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Steven Acad 151", + "enroll_current": 0, + "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", + "lecture_number": 23149, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 25", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23149, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "R Carson Acad 250", + "enroll_current": 24, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22682, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Terhaar,T.L.", + "class_number": 22682, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing About Language", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Merrill Acad 003", + "enroll_current": 0, + "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", + "lecture_number": 23151, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 26", + "gen_ed_categories": "5 units", + "instructor": "Breakspear,A.S.", + "class_number": 23151, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Grammar and Rhetoric: Language for Writing", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to fourth-quarter students who have not passed the Entry Level Writing Requirement. Open to others by permission of instructor.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Porter Acad 249", + "enroll_current": 20, + "course_description": "Builds on writing skills gained in previous writing courses; focuses on effective language use in academic writing. Students reinforce their written English proficiency by reading, studying, practicing, and writing structures and patterns of written English.", + "lecture_number": 22740, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 23", + "gen_ed_categories": "5 units", + "instructor": "Daniels,R.L.", + "class_number": 22740, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Hum & Soc Sci 250", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22679, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Newberry,E.S.", + "class_number": 22679, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Hum & Soc Sci 250", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 23766, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Vidali,A.", + "class_number": 23766, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Oakes Acad 222", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22677, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "King,R.Y.", + "class_number": 22677, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Steven Acad 151", + "enroll_current": 0, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 23767, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23767, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Oakes Acad 106", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22676, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Baker,M.", + "class_number": 22676, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "R Carson Acad 250", + "enroll_current": 24, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22683, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Terhaar,T.L.", + "class_number": 22683, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Hum & Soc Sci 350", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22681, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Parmeter,S.", + "class_number": 22681, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Hum & Soc Sci 250", + "enroll_current": 24, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22680, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Newberry,E.S.", + "class_number": 22680, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Hum & Soc Sci 250", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22678, + "credits": "5 units", + "waitlist_current": 13, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Lunine,B.D.", + "class_number": 22678, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Oakes Acad 106", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22675, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Baker,M.", + "class_number": 22675, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Soc Sci 2 165", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22674, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Arthur,D.L.", + "class_number": 22674, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Soc Sci 2 159", + "enroll_current": 25, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22673, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Arthur,D.L.", + "class_number": 22673, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Kresge Clrm 319", + "enroll_current": 0, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23765, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23765, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Merrill Acad 002", + "enroll_current": 4, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23763, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Thorn,D.D.", + "class_number": 23763, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Steven Acad 151", + "enroll_current": 16, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23761, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Archimedes,S.M.", + "class_number": 23761, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Merrill Acad 003", + "enroll_current": 0, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23764, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Thorn,D.D.", + "class_number": 23764, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 07:10PM-08:45PM", + "location": "Steven Acad 151", + "enroll_current": 9, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23762, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Rava,A.", + "class_number": 23762, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhetoric and Inquiry", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Soc Sci 2 159", + "enroll_current": 24, + "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", + "lecture_number": 22672, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 2", + "gen_ed_categories": "5 units", + "instructor": "Arthur,D.L.", + "class_number": 22672, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Oakes Acad 101", + "enroll_current": 1, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23688, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "King,R.Y.", + "class_number": 23688, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar Topics", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series of current research on a special topic in information systems and technology management. The theme of research presented throughout the course selected by the instructor. Topics may include, but are not limited to, knowledge planning, new product development and management of technology. Enrollment with permission of instructor. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23769, + "credits": "2 units", + "location": "TBA", + "course_name": "TIM 280S", + "gen_ed_categories": "2 units", + "instructor": "Lee,D.", + "class_number": 23769, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Kresge Clrm 319", + "enroll_current": 17, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23687, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Flanagan,V.A.", + "class_number": 23687, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Soc Sci 1 153", + "enroll_current": 15, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23686, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Rava,A.", + "class_number": 23686, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Information Retrieval and Knowledge Management", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar series discussing advanced topics in information retrieval and knowledge management. Current research and literature are presented during each meeting. May be repeated for credit.", + "lecture_number": 22759, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "TIM 280I", + "gen_ed_categories": "2 units", + "instructor": "Akella,R.", + "class_number": 22759, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Data Mining and Business Analytics in Knowledge Services", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Students are expected to have undergraduate preparation in probability and statistics. Undergraduates may enroll with instructor approval.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "PhysSciences 136", + "enroll_current": 2, + "course_description": "Provides students with systematic methodology and analytical tools in data and text mining and business analytics. Also provides an integrated perspective and examines use of these methods in the field of knowledge services, such as online marketing, sponsored search, health care, financial services, recommender systems, etc. Includes training in the basic elements of stochastic optimization and other algorithmic approaches, such as stochastic dynamic programming, statistics, constrained optimization, and machine learning with exposure to software tools. These methods enable firms to achieve rapid, effective, and profitable optimization of knowledge-services management.", + "lecture_number": 22752, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "TIM 209", + "gen_ed_categories": "5 units", + "instructor": "Akella,R.", + "class_number": 22752, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 160, + "waitlist_max": 999, + "class_number": 22610, + "class_type": "LEC", + "course_description": "Addresses technological, strategic, marketing, financial methods, and analytical tools for management of technology in an integrated manner that enables the cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project.", + "course_name": "TIM 205", + "course_title": "Management of Technology I", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to juniors, seniors, and graduate students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22610, + "instructor": "Desa,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in Conjunction with TIM 105", + "enroll_current": 160, + "waitlist_current": 27 + }, { + "enroll_max": 55, + "waitlist_max": 999, + "class_number": 22835, + "class_type": "LEC", + "course_description": "Introduces modern game theory, including applications in social science, biology, and engineering. Topics include extensive form, strategic form, mixed strategies, incomplete information, repeated games, evolutionary games, and simulation techniques.", + "course_name": "TIM 166A", + "course_title": "Game Theory and Applications I", + "location": "PhysSciences 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Applied Math and Statistics 5 or 7 or Economics 113; and Economics 11B, Applied Math and Statistics 11B, or Mathematics 11B or 19B. Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 22835, + "instructor": "Musacchio,J.T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as CMPS 166A and ECON 166A.", + "enroll_current": 46, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Composition", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 1 153", + "enroll_current": 17, + "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", + "lecture_number": 23685, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "WRIT 1A", + "gen_ed_categories": "5 units", + "instructor": "Archimedes,S.M.", + "class_number": 23685, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "enroll_max": 160, + "waitlist_max": 999, + "class_number": 22609, + "class_type": "LEC", + "course_description": "An in-depth examination of technological, strategic, marketing, and financial methods and analytical tools for the management of technology to enable cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project. (Formerly Management of Technology I.)", + "course_name": "TIM 105", + "course_title": "Introduction to Management of Technology I", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19B or 11B or Applied Mathematics and Statistics 11B or Economics 11B.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22609, + "instructor": "Desa,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in Conjunction with TIM 205", + "enroll_current": 160, + "waitlist_current": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Management of Technology Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Th 03:20PM-04:55PM", + "enroll_current": 144, + "course_description": "Uses weekly talks by leading industry practitioners and university researchers to provide in-depth exposure to the management of technology. Topics covered include product development, operations, strategy, finance, and marketing for technologies such as software and information systems. May be repeated for credit.", + "enroll_max": 144, + "lecture_number": 21934, + "credits": "2 units", + "location": "J Baskin Engr 152", + "course_name": "TIM 101", + "gen_ed_categories": "2 units", + "instructor": "Desa,S.", + "class_number": 21934, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 44 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Asian Theater: An Anthropological Approach", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 22, + "course_description": "Art serves simultaneously to educate its audience to the group's traditional values and to test new ideas. Indian, Indonesian, and Japanese forms are studied in relation to their cultural context. Through videotapes, lecture demonstrations, performances, and scenework, students explore the forms.", + "enroll_max": 40, + "lecture_number": 22602, + "credits": "5 units", + "location": "TA Lecture E100", + "course_name": "THEA 161D", + "gen_ed_categories": "5 units", + "instructor": "Foley,M.K.", + "class_number": 22602, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Text Analysis", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students in theater arts.", + "meet_times": "M 02:00PM-05:00PM", + "location": "TA Offices J101", + "enroll_current": 0, + "course_description": "Presents a range of performance blueprints (texts, scores, libretti, etc.), and introduces key methodologies for translating text into performance. A final paper required. May be repeated for credit.", + "lecture_number": 23018, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "THEA 290A", + "gen_ed_categories": "5 units", + "instructor": "Chemers,M.M.", + "class_number": 23018, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "UCDC Internship Research Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 22, + "course_description": "Weekly seminar that focuses on the production of a major research paper or equivalent scholarly undertaking connected to an internship in Washington, D.C., government, non-profit, or private institution. Seminar stresses institutional analysis, the development of bibliographic expertise in the use of Washington-based resources, and participant-observer skills. Required for and enrollment is restricted to students participating in the UCDC Program. (Formerly Social Sciences 194A.)", + "credits": "5 units", + "waitlist_current": 0, + "course_name": "UCDC 194A", + "gen_ed_categories": "5 units", + "lecture_number": 22491, + "class_number": 22491, + "class_type": "FLD", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Business Information Systems", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 143, + "course_description": "Addresses the use of information systems (IS) within a business enterprise. Subjects include computer hardware and software concepts, system design and implementation, telecommunications, data management, transaction-based systems, management information systems, and the use of IS to compete. Intended for technology and information management and business management economics majors.", + "enroll_max": 143, + "lecture_number": 21933, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "TIM 50", + "gen_ed_categories": "5 units", + "instructor": "Chen,Y.", + "class_number": 21933, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 27 + }, { + "grading_options": "Pass/Not Pass", + "term": "2018 Fall Quarter", + "course_title": "UCDC Internship Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 22, + "course_description": "A 30- to 36-hour-per-week internship in a Washington, D.C., government, non-profit, or private institution. Required for and enrollment is restricted to UCDC program participants. (Formerly Social Sciences 194B, UCDC Internship and Internship Seminar.) May be repeated for credit.", + "credits": "7 units", + "waitlist_current": 0, + "course_name": "UCDC 194B", + "gen_ed_categories": "7 units", + "lecture_number": 22492, + "class_number": 22492, + "class_type": "FLD", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Playwriting", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "TA Lecture E100", + "enroll_current": 50, + "course_description": "Students are given the opportunity to write their own scripts and refine them as the result of class discussion and scenework with actors. Work is on specific problems involving such elements as the structuring of a plot or the development of character. May be repeated for credit.", + "lecture_number": 22601, + "credits": "5 units", + "waitlist_current": 6, + "course_name": "THEA 157", + "gen_ed_categories": "5 units", + "instructor": "Brandt,K.L.", + "class_number": 22601, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Studies in Performance (Drama)", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Admission by audition. Contact", + "meet_times": "MTuWTh 07:10PM-10:00PM", + "enroll_current": 0, + "course_description": "Studies in theater, taken in connection with participation in a Theater Arts Department sponsored production. Enrollment is limited to those persons chosen to take part in a particular production. Admission by audition; audition schedule to be announced at first class meeting. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 22600, + "credits": "5 units", + "location": "TA Mainstage", + "course_name": "THEA 151", + "gen_ed_categories": "5 units", + "instructor": "Scheie,D.", + "class_number": 22600, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Acting Studio III", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Admission by audition at first class meeting. Contact", + "meet_times": "MW 09:20AM-10:55AM", + "enroll_current": 0, + "course_description": "Individual work on acting skills and problems, with emphasis on individual interpretation and scene work with other students. Courses 21 and 124 are recommended as preparation. Admission is by audition at the first class meeting (see the department office or theater.ucsc.edu for more information). May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 22599, + "credits": "5 units", + "location": "TA Studio C100", + "course_name": "THEA 126", + "gen_ed_categories": "5 units", + "instructor": "Gallagher,P.M.", + "class_number": 22599, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Senior Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; course 160.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "TA Lecture E100", + "enroll_current": 34, + "course_description": "A required seminar for majors involving readings and discussions of important texts in dance, design, and drama.", + "lecture_number": 22604, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "THEA 185", + "gen_ed_categories": "5 units", + "instructor": "Edmunds,K.", + "class_number": 22604, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Digital Illustration", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Admission by permission of instructor. Contact Prof. Bar\ufffdn-Nussbaum ASAP:", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Introduces digital rendering techniques using the Adobe Creative Suite. Using Adobe Creative Suite, students solve design problems. Enrollment by permission of the instructor. Application form available from baron@ucsc.edu.", + "enroll_max": 40, + "lecture_number": 22890, + "credits": "5 units", + "location": "N/A", + "course_name": "THEA 106", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 22890, + "class_type": "fixme (Studio)", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Everybody Dance Now!", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 09:20AM-10:55AM", + "enroll_current": 188, + "course_description": "Examines dance as a primary mode of human communication and expression. Through readings and the viewing of recorded and live performances, students compare and contrast dance traditions of the world. May be repeated for credit.", + "enroll_max": 200, + "lecture_number": 23261, + "credits": "5 units", + "location": "TA 2nd Stage", + "course_name": "THEA 80U", + "gen_ed_categories": "5 units", + "instructor": "Pearlman,C.", + "class_number": 23261, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Muppet Magic: Jim Henson's Art", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 175, + "course_description": "The artistic and social impact of the Muppets on American puppetry, children's television, and Hollywood film is explored through viewings, guest lectures, and analysis. Henson's legacy in artistic innovation, mainstreaming of puppet theater for adult audiences, and establishment of puppetry in media and marketing are also explored.", + "enroll_max": 175, + "lecture_number": 22587, + "credits": "5 units", + "location": "Media Theater M110", + "course_name": "THEA 80L", + "gen_ed_categories": "5 units", + "instructor": "Armstrong,L.D.", + "class_number": 22587, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Women in Theater", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Explores female playwrights from textual, historical, and multicultural perspectives. Progresses from Trifles (1916) through the Harlem Renaissance, Broadway's Lillian Hellman, and today's post-feminist theatrical explosion in lectures, films, dramatizations, and award-winning playwrights' visits.", + "enroll_max": 0, + "lecture_number": 22603, + "credits": "5 units", + "location": "N/A", + "course_name": "THEA 161T", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 22603, + "class_type": "LEC", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theater and Drama of the Renaissance", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 20, + "course_description": "Examines selected plays from the Renaissance (1580-1680, Italy, Spain, England, and France) from a theatrical viewpoint. Covers Renaissance theater buildings and related critical materials. (Formerly The Theater and Drama of Renaissance Europe.)", + "enroll_max": 32, + "lecture_number": 23929, + "credits": "5 units", + "location": "TA Drama B201", + "course_name": "THEA 161C", + "gen_ed_categories": "5 units", + "instructor": "Jannarone,K.M.", + "class_number": 23929, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Indian Dance", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 19, + "course_description": "Study of Indian classical dance through embodied training and theoretical engagement. Training in the foundational elements of abstract rhythmic dance, including drum syllables and associated steps, and introduction to abhinaya (storytelling). Students are billed a materials fee.", + "enroll_max": 20, + "lecture_number": 22598, + "credits": "5 units", + "location": "TA Mainstage A105", + "course_name": "THEA 80Z", + "gen_ed_categories": "5 units", + "instructor": "Lee,C.", + "class_number": 22598, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ancient and Medieval Drama", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 60, + "course_description": "Ancient enmities; horrific acts of parricide; monumental errors; suffering and contrition. This course examines the enormous appeal of the ancient Greek tragic and comic visions from their inception through their enthusiastic adaptation by the Romans and on into the Middle Ages. For comparison purposes, Greek and Roman dramas are studied back-to-back with the contemporary non-Western dramatic forms of Noh and ancient Sanskrit drama.", + "enroll_max": 60, + "lecture_number": 22796, + "credits": "5 units", + "location": "TA 2nd Stage", + "course_name": "THEA 61A", + "gen_ed_categories": "5 units", + "instructor": "Chemers,M.M.", + "class_number": 22796, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Workshop in Performance: Barnstorm", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Admission by audition. Contact", + "meet_times": "MTuWTh 07:10PM-10:00PM", + "enroll_current": 0, + "course_description": "Process-oriented investigation of practical theater production by working in and on productions in the Barnstorm season. Requires a total of 150 hours working backstage or onstage. Admission by audition at first class meeting; see department office for more information. May be repeated for credit.", + "enroll_max": 50, + "lecture_number": 22671, + "credits": "5 units", + "location": "Barn Theater 021", + "course_name": "THEA 55A", + "gen_ed_categories": "5 units", + "instructor": "Cuthbert,D.L.", + "class_number": 22671, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "African Dance", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 04:00PM-05:35PM", + "enroll_current": 30, + "course_description": "A griot (musician-entertainer from western Africa) from Burkina Faso teaches \"The African Journey,\" which emphasizes dance as combined in Africa, including singing, history, oral tradition, and storytelling. Students are billed a materials fee.", + "enroll_max": 30, + "lecture_number": 23859, + "credits": "5 units", + "location": "TA Mainstage A105", + "course_name": "THEA 37", + "gen_ed_categories": "5 units", + "instructor": "Kone,M.", + "class_number": 23859, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Directing", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 27, + "course_description": "An overview of the analytical and creative processes that inform the director's work. Close examination of texts, concepts, and selected directors and directorial choices.", + "enroll_max": 40, + "lecture_number": 22585, + "credits": "5 units", + "location": "TA Lecture E100", + "course_name": "THEA 40", + "gen_ed_categories": "5 units", + "instructor": "Brandt,K.L.", + "class_number": 22585, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance Studio I:Contemporary Forms and Practices", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 12:00PM-01:35PM", + "enroll_current": 20, + "course_description": "Intensive instruction in developing the dancer's physical instrument. Intended for students who have had previous experience with dance and/or fundamental movement training. Combines somatic practice with various movement theories and applications. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 23777, + "credits": "5 units", + "location": "TA Mainstage A105", + "course_name": "THEA 31C", + "gen_ed_categories": "5 units", + "instructor": "Casel,G.", + "class_number": 23777, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 8 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Drawing", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 09:20AM-10:55AM", + "enroll_current": 25, + "course_description": "A fundamental course in drawing from still life, the figure, and in the landscape. The approach is from the tonal and volumetric aspects of the object. Color is introduced as the course progresses. Instruction fashioned to the individual needs of the student. The inexperienced are welcomed as well as the experienced. Students are billed a materials fee.", + "enroll_max": 25, + "lecture_number": 24282, + "credits": "5 units", + "location": "TA Studio C102", + "course_name": "THEA 14", + "gen_ed_categories": "5 units", + "instructor": "Edmunds,K.", + "class_number": 24282, + "class_type": "fixme (Studio)", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamentals of Theater Production", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Mandatory first meeting: Wed, October 3, 9:00 am in the Theater Arts Mainstage. During this meeting students will receive further information about the course and have an opportunity to sign up for a section. Contact the instructor for more info:", + "meet_times": "TBA TBA", + "enroll_current": 100, + "course_description": "Work is on various aspects of theatrical production, including scenery, lighting, costumes, sound, stage management, and video documentation. Satisfies the department's technical experience requirement. May be repeated for credit.", + "enroll_max": 100, + "lecture_number": 22586, + "credits": "2 units", + "location": "TBA", + "course_name": "THEA 50", + "gen_ed_categories": "2 units", + "instructor": "Parr,D.L.", + "class_number": 22586, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Workshop in Performance: Barnstorm Lab", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Admission by audition. Contact", + "meet_times": "MTuWTh 07:10PM-10:00PM", + "enroll_current": 0, + "course_description": "Process-oriented investigation of practical theater production by working in and on productions in the Barnstorm season. Requires a total of 50 hours working backstage or onstage. Admission by audition at first class meeting; see department office for more information. May be repeated for credit.", + "enroll_max": 30, + "lecture_number": 22684, + "credits": "2 units", + "location": "Barn Theater 021", + "course_name": "THEA 55B", + "gen_ed_categories": "2 units", + "instructor": "Cuthbert,D.L.", + "class_number": 22684, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theory and Practice of Peer-Guided Learning for Tutors and Learning Assistants", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "Tu 08:00AM-09:35AM", + "enroll_current": 0, + "course_description": "Provides first-time tutors and supplemental-instruction learning assistants with the theoretical background and practical interactive teaching and learning strategies essential for planning, implementing, and evaluating effective peer-guided learning. (Formerly Education 96.)", + "enroll_max": 50, + "lecture_number": 23814, + "credits": "2 units", + "location": "Cowell Clrm 131", + "course_name": "STEV 96", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23814, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Dance Composition", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 20, + "course_description": "Introduces dance improvisation and choreographic practice. Observation and recognition of personal movement patterns and discovering new sources for creative material. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 22584, + "credits": "5 units", + "location": "TA Mainstage A105", + "course_name": "THEA 36", + "gen_ed_categories": "5 units", + "instructor": "Lee,C.", + "class_number": 22584, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 4 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Indonesian Dance and Drama", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 20, + "course_description": "Students learn the basic movement repertoire of the specific characters of the Indonesian dance-drama/puppetry tradition over the quarter with explication of how these types operate in their own cultural context. Course culminates in an open showing of scene work. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 22583, + "credits": "5 units", + "location": "TA Mainstage A105", + "course_name": "THEA 22", + "gen_ed_categories": "5 units", + "instructor": "Foley,M.K.", + "class_number": 22583, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rainbow Theater: An Introduction to Multicultural Theater", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 06:00PM-08:00PM", + "enroll_current": 0, + "course_description": "Introduction to Asian American, Chicano/Latino, and African American plays through reading of major authors, discussion of social and historical context of their work, and development of a production of a one-act play from each cultural group. In-depth examination of key historical context of these three cultural groups. Video presentations followed by class discussion. Enrollment by audition. May be repeated for credit.", + "enroll_max": 0, + "lecture_number": 22571, + "credits": "5 units", + "location": "Steven Event Ctr 180", + "course_name": "STEV 80H", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22571, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Studies in Acting", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in studio and associated secondary studio.", + "meet_times": "MW 12:00PM-01:35PM", + "enroll_current": 85, + "course_description": "Introduction to basic acting skills and the problems of performance. Concentrates on expanding a range of expression and ability to respond to and analyze dramatic text. Designed for students with little or no experience in acting.", + "enroll_max": 85, + "lecture_number": 22574, + "credits": "5 units", + "location": "TA 2nd Stage", + "course_name": "THEA 20", + "gen_ed_categories": "5 units", + "instructor": "Scheie,D.", + "class_number": 22574, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Stage Management", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 04:00PM-05:35PM", + "enroll_current": 24, + "course_description": "Designed to acquaint students with the complexities of staging productions from the audition process to final performance. Directing, lighting, scenic production, sound, cueing, and personnel management are aspects that will be touched upon in class. Students are billed a materials fee. (Formerly", + "enroll_max": 25, + "lecture_number": 22573, + "credits": "5 units", + "location": "TA Drama B201", + "course_name": "THEA 12", + "gen_ed_categories": "5 units", + "instructor": "Mountain,D.R.", + "class_number": 22573, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Theater Design and Technology", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 60, + "course_description": "Addresses imagination and creativity. Using the framework of theater production, students explore the process of translating a script into a performance. Topics include visual literacy, creative problem solving, establishing effective working teams, tear sheets, storyboarding, drawing, sound and color theory. This course is a prerequisite for all upper-division design courses.", + "enroll_max": 60, + "lecture_number": 22572, + "credits": "5 units", + "location": "TA 2nd Stage", + "course_name": "THEA 10", + "gen_ed_categories": "5 units", + "instructor": "Cuthbert,D.L.", + "class_number": 22572, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Experiential Leadership Program Core Course: Tools for Leadership and Conflict Resolution", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 22, + "course_description": "Experiential Leadership Program certificate course where students gain skills and confidence to lead groups; develop a leadership mindset; build tools for communication, conflict resolution, and receiving feedback; cultivate an inclusive and welcoming environment. Course includes one-day high ropes adventure team-building field activity. Students are billed for a materials fee.", + "credits": "2 units", + "waitlist_current": 9, + "course_name": "STEV 11A", + "gen_ed_categories": "2 units", + "lecture_number": 23217, + "class_number": 23217, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Steven Fire 177", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23641, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23641, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23638, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23638, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theory and Practice of Peer-Guided Learning for Tutors and Learning Assistants", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "M 05:20PM-06:55PM", + "enroll_current": 0, + "course_description": "Provides first-time tutors and supplemental-instruction learning assistants with the theoretical background and practical interactive teaching and learning strategies essential for planning, implementing, and evaluating effective peer-guided learning. (Formerly Education 96.)", + "enroll_max": 50, + "lecture_number": 23020, + "credits": "2 units", + "location": "Porter Acad 148", + "course_name": "STEV 96", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23020, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Steven Fire 177", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23639, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23639, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23637, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23637, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23636, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23636, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Steven Fire 177", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23640, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23640, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23635, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23635, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Nuclear Pacific", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Hum & Soc Sci 250", + "enroll_current": 13, + "course_description": "Examines the history of nuclear weapons and nuclear power in the Pacific region from 1945 to 2013. Students do research on nuclear science, medicine, energy, and weapons testing and their social, political, demographic, and environmental impacts.", + "lecture_number": 23067, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 90", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23067, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23630, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23630, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Steven Acad 151", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23815, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23815, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23634, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23634, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Steven Acad 152", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23631, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23631, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23633, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23633, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23632, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23632, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Steven Acad 152", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23629, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23629, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Spanish for Heritage Speakers", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Humanities 1 110", + "enroll_current": 14, + "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", + "lecture_number": 22566, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 4", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22566, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Self and Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Steven Acad 152", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", + "lecture_number": 23628, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "STEV 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23628, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "El ensayo lectura, analisis y redaccion", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; Spanish 6 or Spanish for Heritage Speakers 6. Enrollment restricted to sophomore, junior, and senior Spanish studies majors.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Humanities 1 110", + "enroll_current": 13, + "course_description": "Centers on three areas: essay reading, essay analysis and interpretation, and essay writing. Student read representative essays by Latin American writers, analyze their discourse structure, and apply the lessons learned to their own writing.", + "lecture_number": 23168, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 115", + "gen_ed_categories": "5 units", + "instructor": "Gonzalez Pagani,M.", + "class_number": 23168, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Spanish for Heritage Speakers", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Humanities 1 110", + "enroll_current": 9, + "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", + "lecture_number": 22569, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 4", + "gen_ed_categories": "5 units", + "instructor": "Gonzalez Pagani,M.", + "class_number": 22569, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Spanish for Heritage Speakers", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Humanities 1 110", + "enroll_current": 14, + "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", + "lecture_number": 22568, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 4", + "gen_ed_categories": "5 units", + "instructor": "Malone,S.", + "class_number": 22568, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Medical Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 4; or Spanish for Heritage Speakers 4, or 5, or 6; or placement into Spanish 5 via the online Spanish Placement Examination. Enrollment is restricted to health sciences and human biology majors.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "N. Sci Annex 103", + "enroll_current": 15, + "course_description": "Students learn medical vocabulary, useful expressions, suitable grammatical structures, and cultural background to be able to interact with Spanish-speaking patients and doctors. Medical Spanish fulfills language requirement for the health sciences and human biology majors.", + "lecture_number": 22564, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 5M", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22564, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Spanish for Heritage Speakers", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Humanities 1 110", + "enroll_current": 12, + "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", + "lecture_number": 22567, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPHS 4", + "gen_ed_categories": "5 units", + "instructor": "Malone,S.", + "class_number": 22567, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mexico and the Southwest", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 6 or Spanish for Heritage Speakers 6 or equivalent Spanish proficiency.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Steven Acad 151", + "enroll_current": 14, + "course_description": "An interdisciplinary survey of the cultural history of the Mexican people in both Mexico and the U.S. Southwest. Topics include literature, art, folklore, oral tradition, music, politics, as well as \"everyday\" cultural manifestations. Conducted in Spanish. May be counted toward fulfillment of upper-division major requirements for Latin American and Latino studies and language studies. (Formerly Spanish for Spanish Speakers 125.)", + "lecture_number": 22570, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 156M", + "gen_ed_categories": "5 units", + "instructor": "Navarro,M.A.", + "class_number": 22570, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Hispanic Linguistics: Varieties of Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 150. Enrollment is restricted to senior Spanish studies majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Merrill Acad 132", + "enroll_current": 15, + "course_description": "Taught in Spanish. Explores the linguistic variety of the Spanish language in the Iberian Peninsula, the former Spanish colonies, and the Americas from a descriptive, synchronic perspective. Issues of languages in contact, variation in speech communities, and bilingualism are also introduced.", + "lecture_number": 22899, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 151", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22899, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Hispanic Linguistics: Introduction to Hispanic Linguistics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Linguistics 50; and Spanish 6 or Spanish for Heritage Speakers 6 or equivalent Spanish proficiency.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Humanities 1 110", + "enroll_current": 16, + "course_description": "Taught in Spanish. Students learn the major properties of the Spanish language from a linguistics perspective. Topics covered include: phonetics/phonology, morphology, and syntax. (Formerly Languages 150.)", + "lecture_number": 22898, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 150", + "gen_ed_categories": "5 units", + "instructor": "Zyzik,E.C.", + "class_number": 22898, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Steven Acad 151", + "enroll_current": 15, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22561, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 4", + "gen_ed_categories": "5 units", + "instructor": "Navarro,M.A.", + "class_number": 22561, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 64, + "waitlist_max": 999, + "class_number": 23051, + "class_type": "LEC", + "course_description": "Speaking, reading, and writing proficiency in Spanish is required. Explores the social, cultural, economic, and political changes that connect Latin America, Spain, and the United States Latina/o communities. Critical approach designations: Geographies, Power and Subjectivities. Distribution requirement: Global.", + "course_name": "SPAN 105", + "course_title": "Introducci\ufffdn a Spanish Studies", + "location": "Soc Sci 2 075", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 6 or Spanish for Heritage Speakers 6 or permission of instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 23051, + "instructor": "Smith,A.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section; also offered as LIT 189C.", + "enroll_current": 28, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 5 or 5M or placement into Spanish 6 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Merrill Acad 130", + "enroll_current": 14, + "course_description": "Increases oral and written proficiency using authentic reading materials which focus on such topics as social class, ethnicity, education, religion, economic, and political developments in the Spanish-speaking world.", + "lecture_number": 22565, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 6", + "gen_ed_categories": "5 units", + "instructor": "Barahona,B.A.", + "class_number": 22565, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Medical Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 4; or Spanish for Heritage Speakers 4, or 5, or 6; or placement into Spanish 5 via the online Spanish Placement Examination. Enrollment is restricted to health sciences and human biology majors.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "N. Sci Annex 103", + "enroll_current": 11, + "course_description": "Students learn medical vocabulary, useful expressions, suitable grammatical structures, and cultural background to be able to interact with Spanish-speaking patients and doctors. Medical Spanish fulfills language requirement for the health sciences and human biology majors.", + "lecture_number": 22563, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 5M", + "gen_ed_categories": "5 units", + "instructor": "Lain,S.L.", + "class_number": 22563, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 27 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Steven Acad 151", + "enroll_current": 25, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22560, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 4", + "gen_ed_categories": "5 units", + "instructor": "Navarro,M.A.", + "class_number": 22560, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "R Carson Acad 250", + "enroll_current": 9, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22559, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 4", + "gen_ed_categories": "5 units", + "instructor": "Barahona,B.A.", + "class_number": 22559, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "R Carson Acad 250", + "enroll_current": 16, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22558, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 4", + "gen_ed_categories": "5 units", + "instructor": "Barahona,B.A.", + "class_number": 22558, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Oakes Acad 222", + "enroll_current": 22, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22556, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 3", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22556, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "R Carson Acad 250", + "enroll_current": 25, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22554, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "SPAN 3", + "gen_ed_categories": "5 units", + "instructor": "Perez,A.A.", + "class_number": 22554, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Kresge Acad 194", + "enroll_current": 25, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22550, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 2", + "gen_ed_categories": "5 units", + "instructor": "Castillo Trelles,C.", + "class_number": 22550, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "R Carson Acad 250", + "enroll_current": 18, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22555, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 3", + "gen_ed_categories": "5 units", + "instructor": "Perez,A.A.", + "class_number": 22555, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Kresge Clrm 325", + "enroll_current": 11, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22546, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 1", + "gen_ed_categories": "5 units", + "instructor": "Castillo Trelles,C.", + "class_number": 22546, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Humanities 1 110", + "enroll_current": 10, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22547, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 1", + "gen_ed_categories": "5 units", + "instructor": "Lain,S.L.", + "class_number": 22547, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 4 or placement into Spanish 5 via the online Spanish Placement Examination.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Cowell Acad 113", + "enroll_current": 20, + "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various socio-political and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", + "lecture_number": 22562, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 5", + "gen_ed_categories": "5 units", + "instructor": "Malone,S.", + "class_number": 22562, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Topics in Sociological Analysis", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "Tu 08:30AM-11:30AM", + "enroll_current": 1, + "course_description": "The topics to be analyzed each year vary with the instructor but focus upon a specific research area. Enrollment restricted to graduate students by consent of the instructor. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22544, + "credits": "5 units", + "location": "R Carson Acad 301", + "course_name": "SOCY 290", + "gen_ed_categories": "5 units", + "instructor": "Battle,J.", + "class_number": 22544, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sociological Methods", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students in sociology and by permission number.", + "meet_times": "W 09:00AM-12:00PM", + "location": "R Carson Acad 301", + "enroll_current": 4, + "course_description": "Approaches methods as a series of conscious and strategic choices for doing various kinds of research. Introduces students to the epistemological questions of method in social sciences; to key issues in \"technique,\" particularly control, reliability, and validity; and to good examples of social research.", + "lecture_number": 22543, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 203", + "gen_ed_categories": "5 units", + "instructor": "Terriquez,V.", + "class_number": 22543, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Oakes Acad 222", + "enroll_current": 15, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22552, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 2", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22552, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Making of Classical Theory", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students in sociology and by permission number.", + "meet_times": "W 04:00PM-07:00PM", + "location": "R Carson Acad 301", + "enroll_current": 6, + "course_description": "Examines the establishment of \"theory\" in the discipline of sociology. Introduces students to close readings and analysis of a core selection of social theory. Problematizes the construction, maintenance, and reproduction of a theoretical canon in sociology.", + "lecture_number": 22542, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 201", + "gen_ed_categories": "5 units", + "instructor": "Angelo,H.", + "class_number": 22542, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Project Practicum: Global Information and Social Enterprise", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 30C or 107B.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "PhysSciences 140", + "enroll_current": 20, + "course_description": "Project practicum and evaluation are required for completion of major or minor in global information and social enterprise studies (GISES). Projects require approval in advance by the director of GISES. Completed projects must be uploaded electronically on the website or archive of the Everett Program. May be repeated for credit.", + "lecture_number": 23805, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 196G", + "gen_ed_categories": "5 units", + "instructor": "Benner,C.", + "class_number": 23805, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sociology of Social Movements", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "R Carson Acad 240", + "enroll_current": 42, + "course_description": "Through readings on social movements that span the 20th century, course examines the causes of popular mobilizations, their potential for rapid social change, and the theories developed to understand and explain their role in modern social life.", + "lecture_number": 22540, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 172", + "gen_ed_categories": "5 units", + "instructor": "Gould,D.B.", + "class_number": 22540, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 42 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Oakes Acad 222", + "enroll_current": 16, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22551, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 2", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22551, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Body and Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior majors and minors and proposed majors and minors in sociology, global information and enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "R Carson Acad 240", + "enroll_current": 39, + "course_description": "Critically examines the place of the human body in contemporary society. Focuses on the social and cultural construction of bodies, including how they are gendered, racialized, sexualized, politicized, represented, colonized, contained, controlled, and inscribed. Discusses relationship between embodiment, lived experiences, and social action. Focuses on body politics in Western society and culture, especially the United States.", + "lecture_number": 22539, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "SOCY 152", + "gen_ed_categories": "5 units", + "instructor": "Mccullen,C.G.", + "class_number": 22539, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 39 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sociology of Social Problems", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Engineer 2 192", + "enroll_current": 37, + "course_description": "Views \"problems\" in society not as given but as social constructs. Examines the ways in which conditions in society become identified and defined as problems and consequences that follow from such a process.", + "lecture_number": 22541, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCY 178", + "gen_ed_categories": "5 units", + "instructor": "McDrew,M.S.", + "class_number": 22541, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 37 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Social Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior sociology majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Steven Acad 175", + "enroll_current": 50, + "course_description": "Major theories and concepts in sociological study of social psychology. Topics include identity and social interaction, deviance, sociology of emotions, social narratives, and the social construction of reality.", + "lecture_number": 23365, + "credits": "5 units", + "waitlist_current": 12, + "course_name": "SOCY 136", + "gen_ed_categories": "5 units", + "instructor": "McNamara,M.B.", + "class_number": 23365, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sociology of Drugs, Botanicals and Pharmaceuticals", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or 10 or 15; or by permission of the instructor.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Kresge Clrm 327", + "enroll_current": 38, + "course_description": "Engages the social, historical, and economic trajectories of the drugs, illicit and licit, botanical and pharmaceutical within U.S. society. Through an examination of case studies, and other texts of encounter, explores how international, state, and local actors mediate as interlocutors between globalized interests, local knowledges, and the molecules we have increasingly come to know, ingest, and incorporate. Enrollment restricted to junior and senior sociology, biology, biochemistry and molecular biology, community studies, Latin American/sociology combined, and global information and social enterprise majors, proposed majors, and minors.", + "lecture_number": 23242, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "SOCY 127P", + "gen_ed_categories": "5 units", + "instructor": "Battle,J.", + "class_number": 23242, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 38 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Kresge Clrm 325", + "enroll_current": 18, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22545, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 1", + "gen_ed_categories": "5 units", + "instructor": "Castillo Trelles,C.", + "class_number": 22545, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Cowell Acad 113", + "enroll_current": 0, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22548, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 1", + "gen_ed_categories": "5 units", + "instructor": "Lang,N.W.", + "class_number": 22548, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Spanish", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Oakes Acad 222", + "enroll_current": 6, + "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", + "lecture_number": 22557, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SPAN 3", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22557, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Popular Culture and Cultural Studies", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 105A or 105B. Enrollment is restricted to junior and senior majors and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Porter Acad 144", + "enroll_current": 41, + "course_description": "Examines the hidden politics of popular pleasure, studying the workings of domination and transgression in popular culture and everyday life. Explores not only media representations but cultural practices as well. Examines both cultural production and consumption. Considers how hegemonic discourses render the politics of resistance invisible. (Formerly", + "lecture_number": 23364, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "SOCY 129", + "gen_ed_categories": "5 units", + "instructor": "Mccullen,C.G.", + "class_number": 23364, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 22516, + "class_type": "LEC", + "course_description": "An introduction to comparative and historical analyses of the relation between race and law in the U.S. Emphasis on examinations of continuous colonial policies and structural mechanisms that help maintain and perpetuate racial inequality in law, criminal justice, and jury trials. (Formerly Race and Justice)", + "course_name": "SOCY 128I", + "course_title": "Race and Law", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment restricted to sophomore, junior, and senior majors, proposed majors, and minors in legal studies, sociology, community studies, Latin American/sociology combined, global information and social enterprise, and critical race and ethnic studies.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 22516, + "instructor": "Fukurai,H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 128I.", + "enroll_current": 99, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Family and Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Oakes Acad 106", + "enroll_current": 20, + "course_description": "Focuses on the interaction between family and society by considering the historical and social influences on family life and by examining how the family unit affects the social world. Readings draw on theory, history, and ethnographic materials.", + "lecture_number": 22536, + "credits": "5 units", + "waitlist_current": 9, + "course_name": "SOCY 111", + "gen_ed_categories": "5 units", + "instructor": "Martyna,W.", + "class_number": 22536, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Global Information and Social Enterprise Studies", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lab and associated secondary lab", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 34, + "course_description": "The first class in a three-quarter sequence that prepares students for designing social justice and sustainability projects using social-enterprise methodologies to transfer information and communications technologies (ICT) to community and non-governmental organizations. Tuesday's class topics include globalization, info-exclusion, social justice, information revolution, global civil-society networks, social entrepreneurship, and organizational assessment. Thursday's technical laboratory teaches students to develop practical ICT skills for working solidarity with community organizations in areas such as web design, graphic design, and digital networking.", + "enroll_max": 60, + "lecture_number": 22509, + "credits": "5 units", + "location": "Kresge Clrm 327", + "course_name": "SOCY 30A", + "gen_ed_categories": "5 units", + "instructor": "Benner,C.", + "class_number": 22509, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "World Society", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 126, + "course_description": "Introduction to comparative and historical sociology. Focuses on the global integration of human society. Examines social changes such as industrialization, globalization, colonial rule, and the rise of Islamic fundamentalism. Uses social theory (including ideas from Marx, Weber, and Adam Smith) to explore the making of institutions like the nation-state, the World Trade Organization, the World Bank, and the International Monetary Fund. Fulfills lower-division major requirement.", + "enroll_max": 150, + "lecture_number": 22500, + "credits": "5 units", + "location": "Earth&Marine B206", + "course_name": "SOCY 15", + "gen_ed_categories": "5 units", + "instructor": "Mc Kay,S.", + "class_number": 22500, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 2 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 22527, + "class_type": "LEC", + "course_description": "This intensive survey course examines the intellectual origins of the sociological tradition, focusing on changing conceptions of social order, social change, and the trends observed in the development of Western civilization in the modern era. Readings are all taken from original texts and include many of the classical works in social theory with special emphasis on the ideas of Marx, Weber, and Durkheim, which constitute the core of the discipline. Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements.", + "course_name": "SOCY 105A", + "course_title": "Classical Social Theory", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22527, + "instructor": "Angelo,H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 72, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Production/Analysis/Editing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to social documentation graduate students.", + "meet_times": "W 04:00PM-07:00PM", + "location": "Commun Bldg 113", + "enroll_current": 6, + "course_description": "Workshop seminar oriented toward actual fieldwork, production, and preparation for editing of the thesis project in the student's chosen genre. Techniques of collection and recording, analysis, preparation, and editing taught.", + "lecture_number": 22702, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCD 294A", + "gen_ed_categories": "5 units", + "instructor": "Andrews,L.", + "class_number": 22702, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Documentary Field Production and Editing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to social documentation graduate students.", + "meet_times": "Tu 10:00AM-01:00PM", + "location": "Commun Bldg 139", + "enroll_current": 1, + "course_description": "Designed to provide supplemental instruction on specific topical and/or technical matters related to social documentation. Topics include technical standards and innovations within the field of social documentation, documentary subjects, location production, and/or the work of individual professional documentarians. (Formerly course 290, Special Topics in Social Documentation.) May be repeated for credit.", + "lecture_number": 22712, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCD 201A", + "gen_ed_categories": "5 units", + "instructor": "Taylor,J.", + "class_number": 22712, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 11 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing and Editing Workshop", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students formally accepted into the writing track of the Science Communication Program.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "KresgeAnnex A 118", + "enroll_current": 0, + "course_description": "Theory and practice of writing and editing articles on scientific, medical, environmental, and technological subjects for newspapers, magazines, and special publications directed at non-technical readers. May be repeated for credit.", + "lecture_number": 22490, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SCIC 202", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22490, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Reporting and Writing Science News", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students formally accepted into the writing track of the Science Communication Program.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "KresgeAnnex A 118", + "enroll_current": 0, + "course_description": "A survey of the conventions of newspaper journalism and the special application of those conventions to scientific and technological subjects.", + "lecture_number": 22489, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SCIC 201A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22489, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 11, + "waitlist_max": 0, + "class_number": 22700, + "class_type": "SEM", + "course_description": "Graduate-level advanced seminar explores ways that seeing, hearing, and knowing are influenced by culture, power, race, and other factors. Readings emphasize how documentary subjects are constituted and known, addressing questions of epistemology, social constructivism, objectivity, and method. (Formerly Ways of Seeing and Hearing.)", + "course_name": "SOCD 204", + "course_title": "Ethnographic Writing and Social Documentation", + "location": "KresgeAnnex B 115", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 03:00PM-06:00PM", + "credits": "5 units", + "lecture_number": 22700, + "instructor": "Ochoa,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as FMST 204", + "enroll_current": 11, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Sociology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 80, + "course_description": "A systematic study of social groups ranging in size from small to social institutions to entire societies. Organized around the themes of social interaction, social inequality, and social change. Fulfills lower-division major requirement.", + "enroll_max": 80, + "lecture_number": 22493, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "SOCY 1", + "gen_ed_categories": "5 units", + "instructor": "McNamara,M.B.", + "class_number": 22493, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 6 + }, { + "enroll_max": 150, + "waitlist_max": 999, + "class_number": 22518, + "class_type": "LEC", + "course_description": "Introduces students to major types of date and data analysis used in sociology. Designed to give students a foundation in understanding social science research articles, reports, and media reports used in political and policy debates. Topics include: general principles of research design, measurement, inductive and deductive modes of reasoning, experimental design, field work and ethnographic design, and reading and understanding basic quantitative forms of data and analysis. (Formerly course 103B, The Logic and Methods of Social Inquiry.)", + "course_name": "SOCY 3A", + "course_title": "The Evaluation of Evidence", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 22518, + "instructor": "London,R.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 108, + "waitlist_current": 1 + }, { + "grading_options": "Multi-Term Course", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Developmental Research and Writing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 09:15AM-10:30AM", + "location": "Soc Sci 2 221", + "enroll_current": 3, + "course_description": "Tailored to graduate students' interests among topics involving research and scholarship in sociocultural approaches to development, methods for research design, data collection, coding, and analysis, and preparing and reviewing grant proposals and journal manuscripts. Multiple-term course; students receive 6 credits in the third quarter of attendance; the performance evaluation and grade submitted for the final quarter applies to all three quarters. May be repeated for credit.", + "lecture_number": 22487, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PSYC 290B", + "gen_ed_categories": "2 units", + "instructor": "Rogoff,B.", + "class_number": 22487, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Approaches to Social Documentation", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 10:00AM-01:00PM", + "location": "KresgeAnnex B 115", + "enroll_current": 1, + "course_description": "Comprehensive review and analysis of documentary strategies aimed at societal critique and social change, evaluating changes in argument, evidence, and process over development of the discipline.", + "lecture_number": 22689, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "SOCD 200", + "gen_ed_categories": "5 units", + "instructor": "Kahana,J.", + "class_number": 22689, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Russian", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 17, + "course_description": "Aural comprehension, speaking, reading, and writing. Recitation and laboratory. Elementary sequence (1-2-3) begins in the fall quarter only. (Formerly Instruction in the Russian Language.)", + "enroll_max": 30, + "lecture_number": 22488, + "credits": "5 units", + "location": "J Baskin Engr 372", + "course_name": "RUSS 1", + "gen_ed_categories": "5 units", + "instructor": "Lundblad-Janjic,J.", + "class_number": 22488, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar I: Cognitive and Language Development", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Soc Sci 2 137", + "enroll_current": 4, + "course_description": "Explores major theories and research in the fields of cognitive development and language development. Begins with classic theorists, such as Piaget and Vygotsky, and proceeds to theories and research on topics of current interest.", + "lecture_number": 22486, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 244A", + "gen_ed_categories": "5 units", + "instructor": "Akhtar,N.N.", + "class_number": 22486, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Research in Developmental Psychology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", + "meet_times": "M 03:30PM-05:00PM", + "location": "Soc Sci 2 121", + "enroll_current": 11, + "course_description": "Seminar to study, critique, and develop research in developmental psychology. May be repeated for credit.", + "lecture_number": 22485, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 242", + "gen_ed_categories": "5 units", + "instructor": "Wang,S.", + "class_number": 22485, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Multivariate Techniques for Psychology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 214A.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 2 171", + "enroll_current": 6, + "course_description": "Introduces factor analysis and structural equation modeling (SEM). Develop skills in defining, estimating, testing, and critiquing models. Topics include the rationale of SEM, model identification, goodness of fit, and estimation. Learn how to use relevant software packages (R, SAS, LISREL, EQS, or AMOS) to conduct exploratory and confirmatory factor analyses and latent variable path analyses.", + "lecture_number": 22480, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 214B", + "gen_ed_categories": "5 units", + "instructor": "Bonett,D.G.", + "class_number": 22480, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Research in Cognitive Psychology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", + "meet_times": "W 10:20AM-11:50AM", + "location": "Soc Sci 2 121", + "enroll_current": 10, + "course_description": "Colloquium series to study and critique research in cognitive psychology and cognitive science. May be repeated for credit.", + "lecture_number": 22483, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 230", + "gen_ed_categories": "5 units", + "instructor": "Storm,B.C.", + "class_number": 22483, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Research in Social Psychology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", + "meet_times": "M 10:20AM-11:50AM", + "location": "Soc Sci 2 121", + "enroll_current": 10, + "course_description": "Seminar to study, critique, and develop research in social psychology. May be repeated for credit.", + "lecture_number": 22484, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 231", + "gen_ed_categories": "5 units", + "instructor": "Covarrubias,R.G.", + "class_number": 22484, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar: Cognitive I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", + "meet_times": "M 02:00PM-04:30PM", + "location": "Soc Sci 2 363", + "enroll_current": 5, + "course_description": "A proseminar reviewing current topics in cognitive psychology, designed to introduce new graduate students to the field.", + "lecture_number": 22481, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 224A", + "gen_ed_categories": "5 units", + "instructor": "Storm,B.C.", + "class_number": 22481, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Teaching Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Pre-enroll at the Psychology Department Office 273 Social Sciences 2. Advance preparation required.", + "meet_times": "F 09:00AM-12:00PM", + "enroll_current": 7, + "course_description": "Students lead discussion groups and provide one-to-one tutoring for courses 1 or 3 or 100. Admission requires essay describing interest in becoming a course assistant, copies of psychology evaluations, and a letter of recommendation from a psychology faculty member; completion of some upper-division psychology courses prior to enrollment in this course. Prerequisite(s): course 3 or 100. Enrollment restricted to psychology majors. (Formerly \"Introduction to Psychology.\")", + "enroll_max": 0, + "lecture_number": 22477, + "credits": "5 units", + "location": "Soc Sci 2 104", + "course_name": "PSYC 191A", + "gen_ed_categories": "5 units", + "instructor": "Cardilla,K.S.", + "class_number": 22477, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 0, + "waitlist_max": 0, + "class_number": 23896, + "class_type": "LEC", + "course_description": "Survey of theory, research, and intervention in human psychopathology. Covers psychological, biological, developmental, and socio-cultural approaches.", + "course_name": "PSYC 170", + "course_title": "Abnormal Psychology", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100; course 60 highly recommended as preparation.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 23896, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 0, + "waitlist_current": 23 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Personality, Relationships, and Emotions", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3 or 100. Courses 10 and 60 recommended as preparation.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "Explores the reciprocal development of personalities and emotions/emotion regulation in the context of close relationships.", + "lecture_number": 23326, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 175", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 23326, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "grading_options": "Multi-Term Course", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Developmental Research I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to psychology graduate students or with instructor's permission.", + "meet_times": "Tu 09:00AM-12:00PM", + "location": "Soc Sci 2 137", + "enroll_current": 2, + "course_description": "Examines the rationale and techniques of research in developmental psychology. Topics include theories and paradigms in developmental psychology; translating theoretical ideas into researchable hypotheses; diversity issues in sampling; and conducting ethical research. Multiple-term course; students receive 6 credits in the second quarter of attendance; the grade and evaluation submitted for the final quarter applies to both quarters.", + "lecture_number": 22482, + "credits": "3 units", + "waitlist_current": 1, + "course_name": "PSYC 225A", + "gen_ed_categories": "3 units", + "instructor": "Wang,S.", + "class_number": 22482, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Psychology of Immigration", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior psychology majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "N. Sci Annex 102", + "enroll_current": 19, + "course_description": "Provides an overview of the social and cultural psychological study of immigrants in the United States. Examines the migration/immigration process; immigrants' social identities; schooling of immigrant youth; and impact of policy on the well-being of immigrants. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", + "lecture_number": 23858, + "credits": "5 units", + "waitlist_current": 5, + "course_name": "PSYC 159I", + "gen_ed_categories": "5 units", + "instructor": "Casanova,S.", + "class_number": 23858, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Quantitative Data Analysis", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 2 171", + "enroll_current": 12, + "course_description": "Intermediate statistical methods widely used in psychology (e.g., ANOVA, ANCOVA, multiplecomparisons, repeated-measures) and corresponding SPSS or R programs.", + "lecture_number": 22478, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 204", + "gen_ed_categories": "5 units", + "instructor": "Bonett,D.G.", + "class_number": 22478, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22462, + "class_type": "LEC", + "course_description": "Examines how social class shapes attitudes, beliefs, and behaviors. Emphasis is placed on structural barriers and their impact on the well-being of low-income groups. Strategies for reducing classist discrimination, improving interclass relations, and strengthening social policy are discussed.", + "course_name": "PSYC 153", + "course_title": "The Psychology of Poverty and Social Class", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite: course 3 or 100, or anthropology, community studies, economics, legal studies, politics, sociology, or feminist studies majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22462, + "instructor": "Bullock,H.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 100, + "waitlist_current": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Health Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 3 or 100.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Kresge Clrm 321", + "enroll_current": 0, + "course_description": "Course examines the psychological aspects of health, illness and healing. Focuses primarily on etiology, treatment and prevention; specific topics include stress and the immune response, social support, compliance, health beliefs, and the healing relationship. (Formerly course 140C.)", + "lecture_number": 24285, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PSYC 172", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 24285, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 22472, + "class_type": "LEC", + "course_description": "A critical and intensive exploration of a wide variety of specific disorders within their biological, developmental, and social contexts. Concepts of psychopathology in childhood, major and minor diagnostic systems, and a variety of theories of etiology are explored. General intervention strategies and a wide range of specific psychotherapy systems for treatment are closely examined and demonstrated.", + "course_name": "PSYC 171", + "course_title": "Childhood Psychopathology", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 3 or 100; and course 10. Course 170 strongly recommended.", + "meet_times": "TuTh 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 22472, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 70, + "waitlist_current": 15 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22467, + "class_type": "LEC", + "course_description": "Serves as an in-depth introduction to the field of clinical psychology. Covers issues of clinical assessment, interviewing, testing, and a range of therapeutic modalities.", + "course_name": "PSYC 167", + "course_title": "Clinical Psychology", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100; course 170 is recommended as preparation. Enrollment is restricted to psychology majors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22467, + "instructor": "Quinn,R.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 103, + "waitlist_current": 33 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Weird Science", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements and course 3 or 100. Enrollment is restricted to senior psychology and cognitive science majors.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Cowell Acad 113", + "enroll_current": 29, + "course_description": "Explores the relationship between science and pseudoscience from a cognitive psychological perspective, including discussion of collection and selection of data, statistical assessment of data, cognitive illusions, memory distortions, reasoning, and decision-making. Also highlights the dissemination of scientific knowledge. Satisfies seminar requirement. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement. (Formerly course 134.)", + "lecture_number": 22795, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "PSYC 139H", + "gen_ed_categories": "5 units", + "instructor": "Fox Tree,J.E.", + "class_number": 22795, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Achievement Disparities: A Social Psychological Perspective", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100, and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior psychology majors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Oakes Acad 222", + "enroll_current": 19, + "course_description": "In this interactive seminar, we draw on research and theories in social and cultural psychology to examine persisting disparities in education and achievement for varying social groups (e.g., race/ethnicity, gender, social class) and to identify intervention strategies for reducing these disparities. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", + "lecture_number": 23198, + "credits": "5 units", + "waitlist_current": 4, + "course_name": "PSYC 159R", + "gen_ed_categories": "5 units", + "instructor": "Covarrubias,R.G.", + "class_number": 23198, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Social Psychology of Flimflam", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology majors.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Steven Acad 175", + "enroll_current": 50, + "course_description": "Why do we believe strange things? This course investigates such flimflams as beliefs in the Loch Ness Monster, quack health care, and racial superiority to illustrate the underlying social psychological principles that lead us to adopt weird attitudes.", + "lecture_number": 22461, + "credits": "5 units", + "waitlist_current": 25, + "course_name": "PSYC 150", + "gen_ed_categories": "5 units", + "instructor": "Pratkanis,A.R.", + "class_number": 22461, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Social Context", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "PhysSciences 140", + "enroll_current": 27, + "course_description": "A systematic analysis of the social and contextual determinants of human behavior, with special attention given to concepts of situational control, social comparison, role and attribution theories, as well as the macrodeterminants of behavior: cultural, historical, and sociopolitical context.", + "lecture_number": 23822, + "credits": "5 units", + "waitlist_current": 5, + "course_name": "PSYC 146", + "gen_ed_categories": "5 units", + "instructor": "Toolis,E.E.", + "class_number": 23822, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 22987, + "class_type": "LEC", + "course_description": "Addresses sexual and gender identity diversity in social, historical, and political context. Highlights current social justice issues and cultural ideologies related to sexual and gender identity diversity. Discusses social and scientific activism for sexual liberation; gay and lesbian identities and communities; sexuality beyond binaries and categories (e.g., bisexuality, pansexuality); asexuality; kink/fetish; transgender identities and sexualities; sexual fluidity and heteroflexibility; and queer sexual ethics and politics.", + "course_name": "PSYC 140H", + "course_title": "Sexual Identity and Society", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 22987, + "instructor": "Hammack,P.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 71, + "waitlist_current": 10 + }, { + "enroll_max": 48, + "waitlist_max": 999, + "class_number": 23054, + "class_type": "LEC", + "course_description": "Offers a practical introduction to computer programming for psychology and cognitive science students. Students learn simple and effective techniques for collecting, parsing, and analyzing behavioral data from behavioral experiments. Students create programs to present visual stimuli, collect keyboard responses, and then write response time and accuracy to datafiles on disk. Students then write new programs to extract information from the datafiles, perform statistical analysis, and present summaries of the findings. Students learn to use the Python programming language for cross-platform application development. No previous programming experience is necessary.", + "course_name": "PSYC 138", + "course_title": "Computer Programming for the Cognitive Sciences", + "location": "MingOng Cmp Lb 103", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or 20A or 20B, and 100. Enrollment is restricted to psychology and cognitive science majors.", + "meet_times": "MW 12:00PM-01:35PM", + "credits": "5 units", + "lecture_number": 23054, + "instructor": "Seymour,T.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 48, + "waitlist_current": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Media Contexts of Adolescent and Young Adult Development", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, course 10, and course 3 or 100. Course 102 is recommended. Enrollment is restricted to senior psychology majors.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Oakes Acad 106", + "enroll_current": 26, + "course_description": "Focuses on the role of media in adolescents' and young adults' identity development, friendships, and peer relationships. Topics include: globalization; physical/body image; friendships and peer acceptance; and educational and career goals. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", + "lecture_number": 23567, + "credits": "5 units", + "waitlist_current": 8, + "course_name": "PSYC 119T", + "gen_ed_categories": "5 units", + "instructor": "Cardilla,K.S.", + "class_number": 23567, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22456, + "class_type": "LEC", + "course_description": "Examines basic theories, models, methods, and research findings in human memory. Both traditional and nontraditional topics are covered.", + "course_name": "PSYC 129", + "course_title": "Human Learning and Memory", + "location": "J Baskin Engr 152", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22456, + "instructor": "Seymour,T.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 103, + "waitlist_current": 26 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 23079, + "class_type": "LEC", + "course_description": "How and why do children develop into moral beings? This course covers key theories and empirical research about the cognitive, emotional, and behavioral aspects of moral development, including psychoanalytic, behaviorist, constructivist, nativist, and evolutionary approaches.", + "course_name": "PSYC 112", + "course_title": "Moral Development", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 10 and 100.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 23079, + "instructor": "Dahl,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 70, + "waitlist_current": 46 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 23226, + "class_type": "LEC", + "course_description": "Examines interdisciplinary theory, research, and methods of studying the cultural basis of human development, and variations and similarities in human lives and practices in the United States and worldwide cultural communities.", + "course_name": "PSYC 114", + "course_title": "Human Development as a Cultural Process", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 10 and 100.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 23226, + "instructor": "Rogoff,B.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 69, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Face Recognition", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 1 or 20 or 20A; and course 3 or 100. Enrollment is restricted to senior cognitive science, neuroscience, and psychology majors.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Oakes Acad 106", + "enroll_current": 24, + "course_description": "To navigate our social world, we need to extract a wealth of information from faces, including identity, expression, gaze, age, and gender. This seminar reviews current topics in face-recognition research, from cognitive, neuroscience, developmental, social, and computational perspectives. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", + "lecture_number": 23023, + "credits": "5 units", + "waitlist_current": 11, + "course_name": "PSYC 139K", + "gen_ed_categories": "5 units", + "instructor": "Davidenko,N.", + "class_number": 23023, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Development in Infancy", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 3 or 100, and 10. Enrollment is restricted to psychology and cognitive science majors.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "J Baskin Engr 372", + "enroll_current": 26, + "course_description": "Focuses on psychological development in infancy. Presents research on perceptual, cognitive, and social-emotional development during the first two years of life. (Formerly course 101.)", + "lecture_number": 23821, + "credits": "5 units", + "waitlist_current": 14, + "course_name": "PSYC 104", + "gen_ed_categories": "5 units", + "instructor": "Zhang,Y.", + "class_number": 23821, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 160, + "waitlist_max": 999, + "class_number": 22449, + "class_type": "LEC", + "course_description": "An analysis of human communication as a function of psychological, linguistic, and social factors. Focuses on language comprehension and production, including the processing of sounds, words, syntax, semantics, pragmatics, and dialogue.", + "course_name": "PSYC 125", + "course_title": "The Psychology of Language", + "location": "Earth&Marine B206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", + "meet_times": "TuTh 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 22449, + "instructor": "Kawamoto,A.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 160, + "waitlist_current": 7 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 22436, + "class_type": "LEC", + "course_description": "Addresses psychological development from conception through adolescence. Provides an overview of developmental psychology.", + "course_name": "PSYC 10", + "course_title": "Introduction to Developmental Psychology", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1; Applied Mathematics and Statistics 3 or 6, or Math 3 or higher Mathematics courses; and course 2 or Applied Mathematics and Statistics 5 or 7/7L.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 22436, + "instructor": "Wang,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 50, + "waitlist_current": 110 + }, { + "enroll_max": 12, + "waitlist_max": 999, + "class_number": 22427, + "class_type": "LEC", + "course_description": "An introduction to research methods used to investigate human psychology. Course emphasizes critical thinking, designing and conducting research, analyzing and interpreting data, and writing a professional research report.", + "course_name": "PSYC 100", + "course_title": "Research Methods in Psychology", + "location": "Earth&Marine B206", + "grading_options": "Student Option", + "gen_ed_categories": "7 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Entry Level Writing and Composition requirements; Applied Mathematics and Statistics 2 or 3 or 6, or Mathematics 3 or higher level Mathematics course; and course 2 or Applied Mathematics and Statistics 5 or 7/7L.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "7 units", + "lecture_number": 22427, + "instructor": "Takayama,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 12, + "waitlist_current": 130 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Social Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 85, + "course_description": "An analysis of contemporary research in social psychology and of what that research can teach us about the world we live in. Problems of conformity, propaganda, prejudice, attraction, and aggression. Focuses on a person's relationship with other people, how he or she influences them and is influenced by them.", + "enroll_max": 85, + "lecture_number": 22448, + "credits": "5 units", + "location": "Steven Acad 150", + "course_name": "PSYC 40", + "gen_ed_categories": "5 units", + "instructor": "Pratkanis,A.R.", + "class_number": 22448, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cognition: Fundamental Theories", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 07:10PM-08:45PM", + "enroll_current": 70, + "course_description": "Introduces basic concepts in cognitive psychology with a focus on theoretical explanations of cognitive functioning. Topics include perception, attention, memory, concepts, language, visual cognition, executive functions, and reasoning processes. (Formerly course 20, Introduction to Cognitive Psychology.)", + "enroll_max": 70, + "lecture_number": 22441, + "credits": "5 units", + "location": "J Bask Aud 101", + "course_name": "PSYC 20A", + "gen_ed_categories": "5 units", + "instructor": "Samaha,J.M.", + "class_number": 22441, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 52 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Psychology of Reading", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "R Carson Acad 242", + "enroll_current": 26, + "course_description": "Focuses on the cognitive processes that underlie reading in adults. Additional topics include different writing systems, learning to read, and reading deficits. Recommended for upper-division students.", + "lecture_number": 23828, + "credits": "5 units", + "waitlist_current": 12, + "course_name": "PSYC 124", + "gen_ed_categories": "5 units", + "instructor": "Krause,P.A.", + "class_number": 23828, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 07:10PM-08:45PM", + "enroll_current": 40, + "course_description": "Introduces prospective majors to the scientific study of behavior and mental processes and also provides an overview for non-majors. Emphasizes social, cognitive, developmental, and personality psychology and their interrelations.", + "enroll_max": 40, + "lecture_number": 22413, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "PSYC 1", + "gen_ed_categories": "5 units", + "instructor": "Cardilla,K.S.", + "class_number": 22413, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 48 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "R Carson Acad 250", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23626, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23626, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Improvisation", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "W 05:30PM-08:30PM", + "enroll_current": 20, + "course_description": "Theory and practice of improvisation in the performing arts with an emphasis on acting improvisation techniques. Readings and films develop a theoretical and historical understanding of spontaneous invention on stage. Students attend area theater improvisational performances. (Formerly course 80I.)", + "enroll_max": 20, + "lecture_number": 22715, + "credits": "5 units", + "location": "Porter Din 118", + "course_name": "PRTR 41I", + "gen_ed_categories": "5 units", + "instructor": "Giges,R.E.", + "class_number": 22715, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "R Carson Acad 250", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23627, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23627, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23620, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23620, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23623, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23623, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23621, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23621, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23617, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23617, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "R Carson Acad 250", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23625, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23625, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23622, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23622, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23619, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23619, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23615, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23615, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23614, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23614, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Accelerated Intermediate Portuguese", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 65A, or by consent of instructor.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Humanities 1 110", + "enroll_current": 7, + "course_description": "Sequential to course 65A, completes second-year accelerated instruction. A systematic grammar review is combined with literacy and cultural readings, while communicative exercises focus on improving students' ability to understand and hold sustained conversations. Students expand their vocabulary and knowledge of Brazil and other Portuguese-speaking cultures through films, popular music, and other culturally authentic materials.", + "lecture_number": 22412, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PORT 65B", + "gen_ed_categories": "5 units", + "instructor": "Seara,A.M.", + "class_number": 22412, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Comparative Anti-Colonialisms", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 02:00PM-05:00PM", + "location": "Merrill Acad 134", + "enroll_current": 11, + "course_description": "Political thought of anti-colonial movements in comparative, historical perspective, including 18th- to 20th-Century European colonies of America and Asia. Focuses both on the contemporary political thought of these movements as well as on historiographical approaches of secondary literature.", + "lecture_number": 23770, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 255", + "gen_ed_categories": "5 units", + "instructor": "Thomas,M.C.", + "class_number": 23770, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23616, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23616, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Race: History of a Concept", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to senior politics and Latin American and Latino studies/politics combined majors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Crown Clrm 202", + "enroll_current": 12, + "course_description": "Examines how we came, by the late 19th century, to classify humanity into racial categories. In an effort to trace emergence of this very modern phenomenon, explores historical shifts that informed Europe's representation of cultural difference from the writings of ancient Greeks to the social Darwinism of 19th-century Britain.", + "lecture_number": 22409, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 190P", + "gen_ed_categories": "5 units", + "instructor": "Seth,V.", + "class_number": 22409, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23618, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23618, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Arts of Reading", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Porter Din 118", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", + "lecture_number": 23624, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PRTR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23624, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Accelerated Portuguese for Speakers of Romance Languages", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 4 or Spanish for Heritage Speakers 4 or Spanish for Spanish Speakers 61 or French 4 or Italian 4 or Spanish Placement Examination score of 50 or by consent of instructor.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Crown Clrm 203", + "enroll_current": 6, + "course_description": "The first quarter of accelerated first-year instruction (60A-B). Designed for students with four quarters of college-level Spanish, French, Italian, or Catalan, and native speakers of these Romance languages (including heritage speakers of Portuguese). Emphasizes all language skills, including cultural competence. (Formerly Advanced Beginning and Intermediate Portuguese.)", + "lecture_number": 22411, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PORT 60A", + "gen_ed_categories": "5 units", + "instructor": "Seara,A.M.", + "class_number": 22411, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Accelerated Portuguese", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 18, + "course_description": "This course is the first quarter of an accelerated two-quarter series (1A-B), which, taken together, are equivalent to first-year instruction. This intensive class requires no background in the Romance languages, and emphasizes all language skills, including cultural competence. (Formerly Intensive Elementary Portuguese.)", + "enroll_max": 30, + "lecture_number": 22410, + "credits": "5 units", + "location": "Crown Clrm 203", + "course_name": "PORT 1A", + "gen_ed_categories": "5 units", + "instructor": "Seara,A.M.", + "class_number": 22410, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Conflict and Change in American Politics and Policy", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 03:00PM-06:00PM", + "location": "Merrill Acad 134", + "enroll_current": 7, + "course_description": "Explores the dynamic and contested interaction between politics and policy in the U.S. context, through examining the historical development of key contemporary policy debates and political conflicts. Introduces recent scholarship, drawing on history, sociology, and political economy that has challenged traditional behavioralist approaches to understanding American politics and policy development.", + "lecture_number": 22926, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 222", + "gen_ed_categories": "5 units", + "instructor": "Wirls,D.J.", + "class_number": 22926, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Poverty Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to senior politics and Latin American and Latino studies/politics combined majors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Crown Clrm 203", + "enroll_current": 15, + "course_description": "Examines theoretical, historical, and contemporary sources of poverty policies in the United States. Explores competing theories of the causes of poverty and the consequences of social provision. Focuses on successive historical reform efforts and contemporary dilemmas of race and urban poverty, gender and family poverty, work, and the politics of welfare reform.", + "lecture_number": 22408, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 190L", + "gen_ed_categories": "5 units", + "instructor": "Bertram,E.C.", + "class_number": 22408, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Substance of Democracy", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to senior politics and combined politics/Latin American and Latino studies majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 2 363", + "enroll_current": 10, + "course_description": "What is democracy? How can we identify it? How do we understand and identify political participation? What are the factors behind it? What role does protest have in democratic politics? These and similar questions are addressed in this course that focuses on topics of democratic politics in the United States and abroad.", + "lecture_number": 22407, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 190H", + "gen_ed_categories": "5 units", + "instructor": "Pasotti,E.", + "class_number": 22407, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Political Psychology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and combined politics and Latin America and Latino studies majors during first and second pass enrollment.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Cowell Clrm 131", + "enroll_current": 42, + "course_description": "Provides a broad introduction to the growing interdisciplinary field of political psychology. Focuses on and critically analyzes classic and contemporary psychological perspectives, primarily through original sources. Draws upon theoretical ideas and experimental results to understand political actors, events, and processes.", + "lecture_number": 23123, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 185", + "gen_ed_categories": "5 units", + "instructor": "Fletcher,J.", + "class_number": 23123, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Organization", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "PhysSciences 130", + "enroll_current": 7, + "course_description": "Addresses whether and how global organizations are changing the international system. Examines multilateral institutions, regional organizations, and nonstate actors. Overriding aim is to discern whether these global organizations are affecting the purported primacy of the state.", + "lecture_number": 22400, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 165", + "gen_ed_categories": "5 units", + "instructor": "Nichols,S.L.", + "class_number": 22400, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Andean Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Kresge Clrm 325", + "enroll_current": 20, + "course_description": "Examines similar political trends in four Andean countries: Bolivia, Colombia, Ecuador, and Peru. Trends include mobilization of indigenous populations, breakdown of traditional party systems, and reconstruction efforts in post-conflict environments. Students who have taken prior courses in Latin American politics, including course 140C, will be best prepared for this course.", + "lecture_number": 22925, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 144", + "gen_ed_categories": "5 units", + "instructor": "Eaton,K.H.", + "class_number": 22925, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22402, + "class_type": "LEC", + "course_description": "Introduction to the politics of international economic relations. Examines the history of the international political economy, the theories that seek to explain it, and contemporary issues such as trade policy, globalization, and the financial crisis. (Formerly course 176.)", + "course_name": "POLI 160D", + "course_title": "International Political Economy", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22402, + "instructor": "Schoenman,R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 70, + "waitlist_current": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Policies and Politics of American Defense", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Kresge Clrm 323", + "enroll_current": 30, + "course_description": "Examines the evolution of the policy and politics of American national security, from the Cold War to the present. Content of military policy explored with analytic focus on formation of policy and interactions between military policies and domestic policies.", + "lecture_number": 22393, + "credits": "5 units", + "waitlist_current": 4, + "course_name": "POLI 129", + "gen_ed_categories": "5 units", + "instructor": "Wirls,D.J.", + "class_number": 22393, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "American Elections and Voting Behavior", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics majors and Latin America and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Kresge Clrm 323", + "enroll_current": 30, + "course_description": "Introduces key concepts pertaining to voting, elections, and political behavior in the United States. Several topics are covered, such as campaigns, electoral institutions, reform, political participation (including but not limited to voting), presidential and congressional elections, partisan identification, and polling.", + "lecture_number": 23039, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "POLI 128", + "gen_ed_categories": "5 units", + "instructor": "Springer,M.", + "class_number": 23039, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Political Ecology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Engineer 2 194", + "enroll_current": 16, + "course_description": "Explores the global dimensions of complex environmental issues such as climate change, biodiversity, deforestation, and fisheries: how they are produced, how they manifest, and how they are governed in response.", + "lecture_number": 22401, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 174", + "gen_ed_categories": "5 units", + "instructor": "Gordon,D.", + "class_number": 22401, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22383, + "class_type": "LEC", + "course_description": "Examines the relationship between state and economy in the U.S. from the 1880s to the present, and provides a theoretical and historical introduction to the study of politics and markets. Focus is on moments of crisis and choice in U.S. political economy, with an emphasis on the rise of regulation, the development of the welfare state, and changes in employment policies.", + "course_name": "POLI 120C", + "course_title": "State and Capitalism in American Political Development", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 22383, + "instructor": "Bertram,E.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 120C.", + "enroll_current": 99, + "waitlist_current": 10 + }, { + "enroll_max": 150, + "waitlist_max": 999, + "class_number": 23327, + "class_type": "LEC", + "course_description": "Explores the status of American civil liberties as provided by the Bill of Rights. Particular attention will be given to issues of concern relating to the aftermath of 9/11, including issues relating to detainees, freedom of information requests, wiretapping authority, watch lists, profiling, and creation of a domestic intelligence agency.", + "course_name": "POLI 111B", + "course_title": "Civil Liberties", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to legal studies and politics majors during first- and second-pass enrollment only.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 23327, + "instructor": "Beaumont,K.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 111B.", + "enroll_current": 134, + "waitlist_current": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Health Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics majors during first and second pass enrollment.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Cowell Com 134", + "enroll_current": 30, + "course_description": "Examines the politics surrounding both global health problems and policy responses.Traces the evolving interrelationships between these problems and policies from colonial health to the impacts of austerity on postcolonial health systems to today's globally targeted responses.", + "lecture_number": 23823, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 186", + "gen_ed_categories": "5 units", + "instructor": "Sparke,M.B.", + "class_number": 23823, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Comparative Post-Communist Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "N. Sci Annex 101", + "enroll_current": 21, + "course_description": "Comparative study of revolutionary transformations of East European, Soviet, and former Soviet nations to post-Communist political orders. Focus on reemergence of political society, social and economic problems of transition, and maintenance of many cultural norms and authority patterns associated with previous regime.", + "lecture_number": 22399, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 143", + "gen_ed_categories": "5 units", + "instructor": "Schoenman,R.", + "class_number": 22399, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Political Organizations in American Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Engineer 2 194", + "enroll_current": 18, + "course_description": "Introduces the literature on interest groups and attempts to answer the question: Do such groups promote or hinder American democracy? Class readings and lectures review and assess the participation of interest groups in the electoral process and in Congress, the executive branch, and the courts. Pays particular attention to the role business and environmental groups play in American politics and policy.", + "lecture_number": 22761, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 125", + "gen_ed_categories": "5 units", + "instructor": "Gerston,L.", + "class_number": 22761, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22394, + "class_type": "LEC", + "course_description": "Explores the political and economic systems of advanced industrialized societies. In addition to specific comparisons between the countries of western Europe and the United States, covers important themes and challenges, including immigration, globalization, and the crisis of the welfare state. (Formerly Politics of Advanced Industrialized Societies.)", + "course_name": "POLI 140A", + "course_title": "European Politics", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 07:10PM-08:45PM", + "credits": "5 units", + "lecture_number": 22394, + "instructor": "Pasotti,E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 36, + "waitlist_current": 0 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22372, + "class_type": "LEC", + "course_description": "Studies in 19th- and early 20th-century theory, centering on the themes of capitalism, labor, alienation, culture, freedom, and morality. Authors studied include J. S. Mill, Marx, Nietzsche, Foucault, Hegel, Fanon, and Weber.", + "course_name": "POLI 105C", + "course_title": "Modern Political Thought", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 22372, + "instructor": "Thomas,M.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also taught as LGST 105C.", + "enroll_current": 70, + "waitlist_current": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Governing the Golden State", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 98, + "course_description": "Introduces key principles for understanding state politics in California and how power is mobilized for transformative change. Analyzes distinctive features of California's political development and culture in the governance of enduring social problems and policy dilemmas.", + "enroll_max": 130, + "lecture_number": 23921, + "credits": "5 units", + "location": "ClassroomUnit 001", + "course_name": "POLI 21", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23921, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Experimental High-Energy and Particle Astrophysics Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Survey of current research in experimental high-energy and particle astrophysics. Recent observations and development in instrumentation for x-rays, gamma rays, and neutrinos, and evidence for dark matter and other new particles. Students lead discussion of recent papers. May be repeated for credit.", + "lecture_number": 22802, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291F", + "gen_ed_categories": "2 units", + "instructor": "Smith,D.M.", + "class_number": 22802, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Applied Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 3, + "course_description": "Intensive research seminar on applied physics and related topics in materials science, including semiconductor devices, optoelectronics, molecular electronics, magnetic materials, nanotechnology, biosensors, and medical physics. Students may present their own research results. May be repeated for credit.", + "lecture_number": 22801, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291E", + "gen_ed_categories": "2 units", + "instructor": "Carter,S.A.", + "class_number": 22801, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Keywords: Concepts in Politics", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 35, + "course_description": "Introduces key concepts in political discourse and key debates generated by contested terms such as \"powers,\" \"ideology,\" and \"multiculturalism.\" Students read from canonical texts, feminist scholarship, historical materials, and contemporary cultural and postmodernist writings.", + "enroll_max": 50, + "lecture_number": 22786, + "credits": "5 units", + "location": "ClassroomUnit 001", + "course_name": "POLI 3", + "gen_ed_categories": "5 units", + "instructor": "Seth,V.", + "class_number": 22786, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Condensed Matter Physics Research Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "F 02:00PM-03:10PM", + "location": "ISB 231", + "enroll_current": 5, + "course_description": "Weekly seminar series covering topics of current interest in condensed matter physics. Local and external speakers discuss their work. May be repeated for credit.", + "lecture_number": 22804, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291G", + "gen_ed_categories": "2 units", + "instructor": "Lederman,D.", + "class_number": 22804, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cosmology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "M 12:00PM-01:05PM", + "location": "ISB 102", + "enroll_current": 3, + "course_description": "Intensive research seminar on cosmology and related topics in astrophysics: nature of dark matter; origin of cosmological inhomogeneities and other initial conditions of the big bang; origin and evolution of galaxies and large scale structure in the universe. May be repeated for credit.", + "lecture_number": 22369, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291A", + "gen_ed_categories": "2 units", + "instructor": "Primack,J.R.", + "class_number": 22369, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Condensed Matter Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 216 or equivalent course or by permission of the instructor. Enrollment is restricted to graduate students only, or by permission of instructor.", + "meet_times": "MW 12:00PM-01:35PM", + "location": "ISB 231", + "enroll_current": 2, + "course_description": "Crystal structures, reciprocal lattice, crystal bonding, phonons (including specific heat), band theory of electrons, free electron model, electron-electron and electron-phonon interactions, transport theory.", + "lecture_number": 22368, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 231", + "gen_ed_categories": "5 units", + "instructor": "Ramirez,A.P.", + "class_number": 22368, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Contemporary Political and Critical Theory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Engineer 2 192", + "enroll_current": 11, + "course_description": "Course uses a multidisciplinary approach to the study of politics through significant contemporary authors and approaches in critical theory. Topics include: democracy action, violence, subjectivity, identity, power and resistance, the body, political economy, and post-colonialism.", + "lecture_number": 23022, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "POLI 118", + "gen_ed_categories": "5 units", + "instructor": "Serres,T.", + "class_number": 23022, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Quantum Field Theory I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 216 or exception by permission of the instructor. Enrollment is restricted to graduate students or by permission of the instructor.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "ISB 235", + "enroll_current": 3, + "course_description": "Lorentz invariance in quantum theory, Dirac and Klein-Gordon equations, the relativistic hydrogen atom, Green functions and canonical approach to field theory, quantum electrodynamics, Feynman diagrams for scattering processes, symmetries and Ward identities. Students learn to perform calculations of scattering and decay of particles in field theory.", + "lecture_number": 22366, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 217", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22366, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Electromagnetism I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "MF 09:20AM-10:55AM", + "location": "ISB 231", + "enroll_current": 6, + "course_description": "Electrostatics and magnetostatics, boundary value problems with spherical and cylindrical symmetry, multipole expansion, dielectric media, magnetic materials, electromagnetic properties of materials, time-varying electromagnetic fields, Maxwell's equations, conservation laws, plane electromagnetic waves and propagation, waveguides and resonant cavities.", + "lecture_number": 22365, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 212", + "gen_ed_categories": "5 units", + "instructor": "Narayan,O.", + "class_number": 22365, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Developments in Theoretical Particle Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 218. Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 3, + "course_description": "Seminar on the current literature of elementary particle physics, ranging from strong and weak interaction phenomenology to Higgs physics, supersymmetry, and superstring theory. Students may present their own research results. May be repeated for credit.", + "lecture_number": 22370, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291C", + "gen_ed_categories": "2 units", + "instructor": "Dine,M.", + "class_number": 22370, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Classical Mechanics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "ISB 231", + "enroll_current": 6, + "course_description": "Generalized coordinates, calculus of variations, Lagrange's equations with constraints, Hamilton's equations, applications to particle dynamics including charged particles in an electromagnetic field, applications to continuum mechanics including fluids and electromagnetic fields, introduction to nonlinear dynamics.", + "lecture_number": 22364, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 210", + "gen_ed_categories": "5 units", + "instructor": "Shastry,S.", + "class_number": 22364, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "Th 03:20PM-04:55PM", + "location": "N. Sci Annex 101", + "enroll_current": 13, + "course_description": "Weekly seminar attended by faculty and graduate students. Directed at all physics graduate students who have not taken and passed the qualifying examination for the Ph.D. program.", + "lecture_number": 22371, + "credits": "0 units", + "waitlist_current": 0, + "course_name": "PHYS 292", + "gen_ed_categories": "0 units", + "instructor": "Johnson,R.P.", + "class_number": 22371, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 60 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 22382, + "class_type": "LEC", + "course_description": "Examines current problems in law as it intersects with politics and society. Readings are drawn from legal and political philosophy, social science, and judicial opinions.", + "course_name": "POLI 110", + "course_title": "Law and Social Issues", + "location": "PhysSciences 130", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics, legal studies, and Latin American and Latino studies/politics combined majors during first and second pass enrollment only.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 22382, + "instructor": "Gerston,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as LGST 110.", + "enroll_current": 50, + "waitlist_current": 18 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 22362, + "class_type": "LEC", + "course_description": "Special relativity is reviewed. Curved space-time, including the metric and geodesics, are illustrated with simple examples. The Einstein equations are solved for cases of high symmetry. Black-hole physics and cosmology are discussed, including recent developments.", + "course_name": "PHYS 171", + "course_title": "General Relativity, Black Holes, and Cosmology", + "location": "ISB 235", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 105, 110A, 110B, and 116A/B.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22362, + "instructor": "Dine,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ASTR 171", + "enroll_current": 19, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Experimental High-Energy Collider Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar on current results in experimental high-energy particle physics. Topics follow recently published results, including design of experiments, development of particle detector technology, and experimental results from new particle searches, quantum chromodynamics, and properties of heavy flavor quarks. May be repeated for credit.", + "lecture_number": 22803, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHYS 291D", + "gen_ed_categories": "2 units", + "instructor": "Nielsen,J.A.", + "class_number": 22803, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Particle Physics I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 217 or concurrent enrollment. Enrollment is restricted to graduate students only, except by permission of instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "ISB 231", + "enroll_current": 2, + "course_description": "First quarter of a two-quarter graduate level introduction to particle physics, including the following topics: discrete symmetries, quark model, particle classification, masses and magnetic moments, passage of radiation through matter, detector technology, accelerator physics, Feynman calculus, and electron-positron annihilation.", + "lecture_number": 22367, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 221A", + "gen_ed_categories": "5 units", + "instructor": "Hance,M.", + "class_number": 22367, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Scientific Communication for Physicists", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 133 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to junior and senior majors in physics, astrophysics, applied physics, or physics education.", + "meet_times": "MW 05:20PM-07:20PM", + "location": "Thimann Lab 391", + "enroll_current": 29, + "course_description": "Explores the communication of physics to a wide range of audiences, including writing articles from the popular to the peer-reviewed level; critically analyzing the communication of scientific discoveries in the media; structuring the physics senior thesis; writing grant applications; assembling a personal statement for job and graduate school application; and assembling and critiquing oral presentations.", + "lecture_number": 23008, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "PHYS 182", + "gen_ed_categories": "5 units", + "instructor": "Smith,D.M.", + "class_number": 23008, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Quantum Mechanics II", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 101B or 102, and 139A and 116ABC.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "ISB 231", + "enroll_current": 14, + "course_description": "Approximation methods in nonrelativistic quantum mechanics: time-independent perturbation theory (non-degenerate and degenerate) and addition of angular momenta; variational methods; the WKB approximation; time-dependent perturbation theory and radiation theory; scattering theory. (Formerly Quantum Mechanics.)", + "lecture_number": 22361, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 139B", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22361, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 22618, + "class_type": "LAB", + "course_description": "Introduction to techniques of modern observational astrophysics at optical and radio wavelengths through hands-on experiments. Intended primarily for juniors and seniors majoring or minoring in astrophysics. Offered in some academic years as single-term course 135 in fall, depending on astronomical conditions.", + "course_name": "PHYS 135A", + "course_title": "Astrophysics Advanced Laboratory", + "location": "ISB 235", + "grading_options": "Multi-Term Course", + "gen_ed_categories": "3 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 133 and at least one astronomy course. Enrollment is restricted to physics (astrophysics) majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "3 units", + "lecture_number": 22618, + "instructor": "Brown,G.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ASTR 135A", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "enroll_max": 0, + "waitlist_max": 999, + "class_number": 22358, + "class_type": "LAB", + "course_description": "Demonstration of phenomena of classical and modern physics. Development of a familiarity with experimental methods. Special experimental projects may be undertaken by students in this laboratory.", + "course_name": "PHYS 133", + "course_title": "Intermediate Laboratory", + "location": "N. Sci Annex 103", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5C and 5D and one from Computer Science 5J, or 5P, or 12A, or Astronomy and Astrophysics119, or by permission of the instructor. Enrollment is restricted to physics, applied physics, and astrophysics majors and physics minors.", + "meet_times": "TuTh 11:40AM-12:40PM", + "credits": "5 units", + "lecture_number": 22358, + "instructor": "Schlesinger,Z.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lab and associated secondary lab", + "enroll_current": 24, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mathematical Methods in Physics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 116A and 116B and Mathematics 23A and 23B.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Kresge Clrm 321", + "enroll_current": 94, + "course_description": "Fourier series and transforms, Dirac-delta function, Green's functions, series solutions of ordinary equations, Legendre polynomials, Bessel functions, sets of orthogonal functions, and partial differential equations.", + "lecture_number": 22355, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 116C", + "gen_ed_categories": "5 units", + "instructor": "Profumo,S.", + "class_number": 22355, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 115 + }, { + "enroll_max": 45, + "waitlist_max": 999, + "class_number": 22354, + "class_type": "LEC", + "course_description": "Covers fundamental topics in fluid dynamics: Euler and Lagrange descriptions of continuum dynamics; conservation laws for inviscid and viscous flows; potential flows; exact solutions of the Navier-Stokes equation; boundary layer theory; gravity waves. Students cannot receive credit for this course and Applied Mathematics and Statistics 217.", + "course_name": "PHYS 107", + "course_title": "Introduction to Fluid Dynamics", + "location": "Soc Sci 1 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 107 or Physics 116C or Earth and Planetary Sciences 111.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22354, + "instructor": "Brummell,N.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as AMS 107. Taught in conjunction with AMS 217.", + "enroll_current": 15, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mechanics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and 116A-B; concurrent enrollment in course 116C is required.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Thim Lecture 001", + "enroll_current": 95, + "course_description": "Particle dynamics in one, two, and three dimensions. Conservation laws. Small oscillations, Fourier series and Fourier integral solutions. Phase diagrams and nonlinear motions, Lagrange's equations, and Hamiltonian dynamics.", + "lecture_number": 22350, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 105", + "gen_ed_categories": "5 units", + "instructor": "Johnson,R.P.", + "class_number": 22350, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 100 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Th 12:00PM-03:00PM", + "location": "Thimann Lab 121", + "enroll_current": 0, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22349, + "credits": "1 units", + "waitlist_current": 5, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22349, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Modern Physics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L, and 5B/M, and 5C/N and 5D; or 6A/L, and 6B/M, and 6C/N, and 5D; or equivalent.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "PhysSciences 110", + "enroll_current": 13, + "course_description": "Topics in quantum physics including the Schrodinger equation; angular momentum and spin; the Pauli exclusion principle; and quantum statistics. Applications in multi-electron atoms and molecules, and in solid-state, nuclear, and particle physics.", + "lecture_number": 22992, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 102", + "gen_ed_categories": "5 units", + "instructor": "Jeltema,T.E.", + "class_number": 22992, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 80 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22343, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22343, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22342, + "credits": "1 units", + "waitlist_current": 5, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22342, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Th 08:30AM-11:30AM", + "location": "Thimann Lab 121", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22348, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22348, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22345, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22345, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22341, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22341, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "23", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 07:00PM-10:00PM", + "location": "Thimann Lab 397", + "enroll_current": 0, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 23857, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 23857, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "W 07:00PM-10:00PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22347, + "credits": "1 units", + "waitlist_current": 2, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22347, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "W 03:30PM-06:30PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22346, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22346, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 121", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", + "lecture_number": 22344, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 6N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22344, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "22", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 07:00PM-10:00PM", + "location": "Thimann Lab 397", + "enroll_current": 0, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 23856, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 23856, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "21", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 03:30PM-06:30PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22340, + "credits": "1 units", + "waitlist_current": 2, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22340, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "20", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 12:00PM-03:00PM", + "location": "Thimann Lab 397", + "enroll_current": 18, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22339, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22339, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "19", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 08:30AM-11:30AM", + "location": "Thimann Lab 397", + "enroll_current": 18, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22338, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22338, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "18", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 03:30PM-06:30PM", + "location": "Thimann Lab 397", + "enroll_current": 18, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22337, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22337, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "17", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22336, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22336, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22333, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22333, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 03:30PM-06:30PM", + "location": "Thimann Lab 127", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22330, + "credits": "1 units", + "waitlist_current": 2, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22330, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 12:00PM-03:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22329, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22329, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "16", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22335, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22335, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 03:30PM-06:30PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22326, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22326, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22325, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22325, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22334, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22334, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 397", + "enroll_current": 19, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22332, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22332, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 07:00PM-10:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22331, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22331, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22321, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22321, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22320, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22320, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Th 08:30AM-11:30AM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22328, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22328, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 07:00PM-10:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22327, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22327, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A. Concurrent enrollment in course 6L required.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Earth&Marine B206", + "enroll_current": 209, + "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", + "lecture_number": 22311, + "credits": "5 units", + "waitlist_current": 8, + "course_name": "PHYS 6A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22311, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 225 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22322, + "credits": "1 units", + "waitlist_current": 4, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22322, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics III", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L or 6A/L, and Mathematics 11B or 19B or 20B or Applied Mathematics and Statistics 15B.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Earth&Marine B206", + "enroll_current": 260, + "course_description": "Introduction to electricity and magnetism. Elementary circuits; Maxwell's equations; electromagnetic radiation; interference and polarization of light.", + "lecture_number": 22317, + "credits": "5 units", + "waitlist_current": 38, + "course_name": "PHYS 6C", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22317, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "W 08:30AM-11:30AM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22324, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22324, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "enroll_max": 225, + "waitlist_max": 999, + "class_number": 22314, + "class_type": "LEC", + "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", + "course_name": "PHYS 6A", + "course_title": "Introductory Physics I", + "location": "Online", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A. Concurrent enrollment in course 6L required.", + "meet_times": "TBA TBA", + "credits": "5 units", + "lecture_number": 22314, + "instructor": "Deutsch,J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "This class taught online.", + "enroll_current": 213, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L. Concurrent enrollment in 5C is required. Courses 5B/M recommended.", + "meet_times": "W 03:30PM-06:30PM", + "location": "Thimann Lab 115", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 24127, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Brown,G.S.", + "class_number": 24127, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "W 08:30AM-11:30AM", + "location": "Thimann Lab 115", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 23937, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 23937, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 115", + "enroll_current": 20, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 22308, + "credits": "1 units", + "waitlist_current": 7, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22308, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 115", + "enroll_current": 22, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 22310, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22310, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Physics Laboratory", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 127", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", + "lecture_number": 22323, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 6L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22323, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Th 07:00PM-10:00PM", + "location": "Thimann Lab 133", + "enroll_current": 0, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22306, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22306, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Th 03:30PM-06:30PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22305, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22305, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Th 12:00PM-03:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22304, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22304, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "W 06:00PM-09:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22302, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22302, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22301, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22301, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Tu 07:00PM-10:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22299, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22299, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22298, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22298, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22297, + "credits": "1 units", + "waitlist_current": 3, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22297, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics IV", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A and 5L, or 6A and 6L; and course 5B or 6B; and Mathematics 19B or 20B.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Thim Lecture 003", + "enroll_current": 134, + "course_description": "Introduces temperature, heat, thermal conductivity, diffusion, ideal gases, laws of thermodynamics, heat engines, and kinetic theory. Introduces the special theory of relativity and the equivalence principle. Includes the photoelectric effect, the Compton effect, matter waves, atomic spectra, and the Bohr model.", + "lecture_number": 22293, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 5D", + "gen_ed_categories": "5 units", + "instructor": "Jeltema,T.E.", + "class_number": 22293, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 200 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics III", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B. Concurrent enrollment in course 5N is required.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Thim Lecture 003", + "enroll_current": 124, + "course_description": "Introduction to electricity and magnetism. Electromagnetic radiation, Maxwell's equations.", + "lecture_number": 22290, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHYS 5C", + "gen_ed_categories": "5 units", + "instructor": "Nielsen,J.A.", + "class_number": 22290, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 125 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "W 08:30AM-11:30AM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22300, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22300, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22296, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22296, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Martial Arts: Aikido", + "course_section": "04", + "career_type": "Undergraduate", + "class_notes": "Sections 43A 03-04 are for students who have had some Aikido experience.", + "meet_times": "TuTh 02:45PM-04:15PM", + "enroll_current": 2, + "course_description": "Coeducational. A nonviolent, noncompetitive Japanese martial art emphasizing mind-body harmony, balance, relaxation, and the understanding of vital energy. Aikido self-defense techniques aim toward the creative resolution of conflict and the growth of the individual. Sections offered at beginning and experienced levels. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20858, + "credits": "0 units", + "location": "Martial Arts", + "course_name": "PHYE 43A", + "gen_ed_categories": "0 units", + "instructor": "Shibata,Y.", + "class_number": 20858, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "Tu 08:30AM-11:30AM", + "location": "Thimann Lab 115", + "enroll_current": 21, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 22307, + "credits": "1 units", + "waitlist_current": 1, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22307, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", + "meet_times": "Th 08:30AM-11:30AM", + "location": "Thimann Lab 133", + "enroll_current": 12, + "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", + "lecture_number": 22303, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "PHYS 5L", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22303, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", + "meet_times": "Tu 03:30PM-06:30PM", + "location": "Thimann Lab 115", + "enroll_current": 22, + "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", + "lecture_number": 22309, + "credits": "1 units", + "waitlist_current": 2, + "course_name": "PHYS 5N", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22309, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Physics I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A; concurrent enrollment in course 5L is required.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Earth&Marine B206", + "enroll_current": 123, + "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", + "lecture_number": 22287, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "PHYS 5A", + "gen_ed_categories": "5 units", + "instructor": "Velasco Jr.,J.", + "class_number": 22287, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 268 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 20885, + "class_type": "fixme (Studio)", + "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee.", + "course_name": "PHYE 209B", + "course_title": "Boating: Graduate Beginning Dinghy Sailing", + "location": "Harbor", + "grading_options": "Satisfactory/Unsatisfactory", + "gen_ed_categories": "0 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisites(s): swimming ability. Enrollment is restricted to graduate students.", + "meet_times": "M 09:30AM-12:00PM", + "credits": "0 units", + "lecture_number": 20885, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "First meeting of 209B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", + "enroll_current": 1, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Martial Arts: Aikido", + "course_section": "03", + "career_type": "Undergraduate", + "class_notes": "Sections 43A 03-04 are for students who have had some Aikido experience.", + "meet_times": "MW 10:15AM-11:45AM", + "enroll_current": 5, + "course_description": "Coeducational. A nonviolent, noncompetitive Japanese martial art emphasizing mind-body harmony, balance, relaxation, and the understanding of vital energy. Aikido self-defense techniques aim toward the creative resolution of conflict and the growth of the individual. Sections offered at beginning and experienced levels. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20857, + "credits": "0 units", + "location": "Martial Arts", + "course_name": "PHYE 43A", + "gen_ed_categories": "0 units", + "instructor": "Shibata,Y.", + "class_number": 20857, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Yoga Exercises", + "course_section": "07", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:00PM-04:30PM", + "enroll_current": 4, + "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 23378, + "credits": "0 units", + "location": "PE Activity Rm", + "course_name": "PHYE 30L", + "gen_ed_categories": "0 units", + "instructor": "Blaustein,K.M.", + "class_number": 23378, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Self-Defense Basics", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "No Martial Arts experience required.", + "meet_times": "TuTh 04:30PM-06:00PM", + "enroll_current": 17, + "course_description": "Self-defense is a simple, effective approach to maximize personal safety requiring no prior skill, knowledge, or physical fitness. Practice includes basic physical and verbal assertiveness skills appropriate for a wide range of situations including acquaintance and stranger assaults. Physical conditioning is an integral part of the course. Students are billed a materials fee.", + "enroll_max": 25, + "lecture_number": 20879, + "credits": "0 units", + "location": "Martial Arts", + "course_name": "PHYE 30N", + "gen_ed_categories": "0 units", + "instructor": "Shibata,Y.", + "class_number": 20879, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Yoga Exercises", + "course_section": "06", + "career_type": "Undergraduate", + "meet_times": "TuTh 08:30AM-10:00AM", + "enroll_current": 12, + "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20870, + "credits": "0 units", + "location": "Martial Arts", + "course_name": "PHYE 30L", + "gen_ed_categories": "0 units", + "instructor": "Blaustein,K.M.", + "class_number": 20870, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Yoga Exercises", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MW 10:15AM-11:45AM", + "enroll_current": 9, + "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 20851, + "credits": "0 units", + "location": "PE Activity Rm", + "course_name": "PHYE 30L", + "gen_ed_categories": "0 units", + "instructor": "Cochlin,R.V.", + "class_number": 20851, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Martial Arts: Aikido", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 08:30AM-10:00AM", + "enroll_current": 6, + "course_description": "Coeducational. A nonviolent, noncompetitive Japanese martial art emphasizing mind-body harmony, balance, relaxation, and the understanding of vital energy. Aikido self-defense techniques aim toward the creative resolution of conflict and the growth of the individual. Sections offered at beginning and experienced levels. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20855, + "credits": "0 units", + "location": "Martial Arts", + "course_name": "PHYE 43A", + "gen_ed_categories": "0 units", + "instructor": "Shibata,Y.", + "class_number": 20855, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Yoga Exercises", + "course_section": "05", + "career_type": "Undergraduate", + "meet_times": "TuTh 10:00AM-11:30AM", + "enroll_current": 11, + "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20854, + "credits": "0 units", + "location": "Martial Arts", + "course_name": "PHYE 30L", + "gen_ed_categories": "0 units", + "instructor": "Blaustein,K.M.", + "class_number": 20854, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Martial Arts: Aikido", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:00PM-02:30PM", + "enroll_current": 7, + "course_description": "Coeducational. A nonviolent, noncompetitive Japanese martial art emphasizing mind-body harmony, balance, relaxation, and the understanding of vital energy. Aikido self-defense techniques aim toward the creative resolution of conflict and the growth of the individual. Sections offered at beginning and experienced levels. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20856, + "credits": "0 units", + "location": "Martial Arts", + "course_name": "PHYE 43A", + "gen_ed_categories": "0 units", + "instructor": "Shibata,Y.", + "class_number": 20856, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Yoga Exercises", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20852, + "credits": "0 units", + "location": "N/A", + "course_name": "PHYE 30L", + "gen_ed_categories": "0 units", + "instructor": "N/A", + "class_number": 20852, + "class_type": "fixme (Studio)", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Strength Training", + "course_section": "04", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:00AM-10:30AM", + "enroll_current": 7, + "course_description": "Coeducational. An introduction to safe and effective methods of weight training and other personal conditioning activities. Topics covered include proper weight-training techniques, care of body and equipment, and elementary exercise physiology. Students pay a course fee.", + "enroll_max": 30, + "lecture_number": 20884, + "credits": "0 units", + "location": "Fitness/Wellness", + "course_name": "PHYE 30J", + "gen_ed_categories": "0 units", + "instructor": "Meyer,J.J.", + "class_number": 20884, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Yoga Exercises", + "course_section": "04", + "career_type": "Undergraduate", + "meet_times": "MW 03:15PM-04:45PM", + "enroll_current": 9, + "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 20853, + "credits": "0 units", + "location": "PE Activity Rm", + "course_name": "PHYE 30L", + "gen_ed_categories": "0 units", + "instructor": "Blaustein,K.M.", + "class_number": 20853, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Yoga Exercises", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 08:30AM-10:00AM", + "enroll_current": 12, + "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20850, + "credits": "0 units", + "location": "PE Activity Rm", + "course_name": "PHYE 30L", + "gen_ed_categories": "0 units", + "instructor": "Heikkinen,H.", + "class_number": 20850, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Strength Training", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 10:30AM-12:00PM", + "enroll_current": 29, + "course_description": "Coeducational. An introduction to safe and effective methods of weight training and other personal conditioning activities. Topics covered include proper weight-training techniques, care of body and equipment, and elementary exercise physiology. Students pay a course fee.", + "enroll_max": 30, + "lecture_number": 20847, + "credits": "0 units", + "location": "Fitness/Wellness", + "course_name": "PHYE 30J", + "gen_ed_categories": "0 units", + "instructor": "Kent,T.", + "class_number": 20847, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Strength Training", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "TuTh 10:30AM-12:00PM", + "enroll_current": 0, + "course_description": "Coeducational. An introduction to safe and effective methods of weight training and other personal conditioning activities. Topics covered include proper weight-training techniques, care of body and equipment, and elementary exercise physiology. Students pay a course fee.", + "enroll_max": 30, + "lecture_number": 20849, + "credits": "0 units", + "location": "Fitness/Wellness", + "course_name": "PHYE 30J", + "gen_ed_categories": "0 units", + "instructor": "Meyer,J.J.", + "class_number": 20849, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Physical Conditioning", + "course_section": "05", + "career_type": "Undergraduate", + "meet_times": "WF 11:50AM-12:50PM", + "enroll_current": 9, + "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 20887, + "credits": "0 units", + "location": "PE Activity Rm", + "course_name": "PHYE 30G", + "gen_ed_categories": "0 units", + "instructor": "Mills,D.L.", + "class_number": 20887, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Strength Training", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MW 09:00AM-10:30AM", + "enroll_current": 24, + "course_description": "Coeducational. An introduction to safe and effective methods of weight training and other personal conditioning activities. Topics covered include proper weight-training techniques, care of body and equipment, and elementary exercise physiology. Students pay a course fee.", + "enroll_max": 30, + "lecture_number": 20848, + "credits": "0 units", + "location": "Fitness/Wellness", + "course_name": "PHYE 30J", + "gen_ed_categories": "0 units", + "instructor": "Kent,T.", + "class_number": 20848, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: T'ai Chi Ch'uan", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:00PM-04:30PM", + "enroll_current": 5, + "course_description": "Through balanced movement and breath control, T'ai Chi Ch'uan attempts to forestall many processes of aging by cultivating greater strength of body, mind, and spirit. Students pay a course fee.", + "enroll_max": 35, + "lecture_number": 20880, + "credits": "0 units", + "location": "OPERS Multi Purpose", + "course_name": "PHYE 30H", + "gen_ed_categories": "0 units", + "instructor": "Strawhacker,D.F.", + "class_number": 20880, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Physical Conditioning", + "course_section": "08", + "career_type": "Undergraduate", + "class_notes": "Learn and apply theories of fitness through practice with a focus on improving the individual's overall physical conditioning and aerobic capacity. Experience an improvement in cardiovascular endurance, strength, flexibility, energy level, and overall well-being.", + "meet_times": "TuTh 09:20AM-10:20AM", + "enroll_current": 9, + "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 23919, + "credits": "0 units", + "location": "East Field", + "course_name": "PHYE 30G", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 23919, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Physical Conditioning", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 12:00PM-01:00PM", + "enroll_current": 14, + "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 20845, + "credits": "0 units", + "location": "PE Activity Rm", + "course_name": "PHYE 30G", + "gen_ed_categories": "0 units", + "instructor": "Bergland,V.M.", + "class_number": 20845, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Physical Conditioning", + "course_section": "07", + "career_type": "Undergraduate", + "meet_times": "MW 01:15PM-02:45PM", + "enroll_current": 18, + "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", + "enroll_max": 30, + "lecture_number": 23824, + "credits": "0 units", + "location": "OPERS Multi Purpose", + "course_name": "PHYE 30G", + "gen_ed_categories": "0 units", + "instructor": "Blaustein,K.M.", + "class_number": 23824, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Physical Conditioning", + "course_section": "06", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:15PM-02:45PM", + "enroll_current": 10, + "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", + "enroll_max": 30, + "lecture_number": 23376, + "credits": "0 units", + "location": "OPERS Multi Purpose", + "course_name": "PHYE 30G", + "gen_ed_categories": "0 units", + "instructor": "Blaustein,K.M.", + "class_number": 23376, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Physical Conditioning", + "course_section": "04", + "career_type": "Undergraduate", + "meet_times": "WF 10:30AM-11:30AM", + "enroll_current": 11, + "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20867, + "credits": "0 units", + "location": "OPERS Multi Purpose", + "course_name": "PHYE 30G", + "gen_ed_categories": "0 units", + "instructor": "Mills,D.L.", + "class_number": 20867, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Physical Conditioning", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "WF 09:15AM-10:15AM", + "enroll_current": 25, + "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20862, + "credits": "0 units", + "location": "OPERS Multi Purpose", + "course_name": "PHYE 30G", + "gen_ed_categories": "0 units", + "instructor": "Mills,D.L.", + "class_number": 20862, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fitness Activities: Physical Conditioning", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "TuTh 10:15AM-11:30AM", + "enroll_current": 14, + "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 20861, + "credits": "0 units", + "location": "PE Activity Rm", + "course_name": "PHYE 30G", + "gen_ed_categories": "0 units", + "instructor": "Cochlin,R.V.", + "class_number": 20861, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Modern", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MW 12:00PM-01:30PM", + "enroll_current": 5, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on basic techniques and building phrases of movement. Section in choreography and improvisation offered in spring quarter. Section in dance repertory offered periodically. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20843, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20D", + "gen_ed_categories": "0 units", + "instructor": "Cochlin,R.V.", + "class_number": 20843, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fencing: Sabre", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 04:00PM-05:00PM", + "enroll_current": 10, + "course_description": "Coeducational. Instruction and practice in basic offensive and defensive skills of modern Hungarian sabre technique. Emphasis on physical and mental conditioning as a foundation for more advanced levels of instruction. Preparation for recreational and competitive involvement. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20878, + "credits": "0 units", + "location": "East Gym", + "course_name": "PHYE 25C", + "gen_ed_categories": "0 units", + "instructor": "Phillips,R.G.", + "class_number": 20878, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Jazz", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "MW 05:00PM-06:30PM", + "enroll_current": 2, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Exploration of jazz dance emphasizing basic technique, styling, rhythm, and isolations. Jazz and contemporary music is used as accompaniment. Some background in ballet strongly recommended before continuing to Jazz II or III. Section in jazz dance repertory where advanced students have the opportunity to perform is offered in spring quarter. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20886, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20C", + "gen_ed_categories": "0 units", + "instructor": "Peterson,R.E.", + "class_number": 20886, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fencing: Epee", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:00PM-04:00PM", + "enroll_current": 3, + "course_description": "Coeducational. Basic instruction in the techniques, strategy, and general methodology of modern fencing. Emphasis on \u00e9p\u00e9e fencing as a development from the traditional French and Italian dueling sword styles as they have evolved to form the modern electrical game. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20876, + "credits": "0 units", + "location": "East Gym", + "course_name": "PHYE 25A", + "gen_ed_categories": "0 units", + "instructor": "Phillips,R.G.", + "class_number": 20876, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fencing: Foil", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 02:00PM-03:00PM", + "enroll_current": 5, + "course_description": "Coeducational. Instruction in modern competitive French-Italian foil techniques for beginning, intermediate, and advanced levels. Emphasis on physical and mental conditioning leading to improved skill in recreational and competitive areas of involvement. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20877, + "credits": "0 units", + "location": "East Gym", + "course_name": "PHYE 25B", + "gen_ed_categories": "0 units", + "instructor": "Phillips,R.G.", + "class_number": 20877, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Individual Studies in Dance", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Please contact the instructor for Enrollment Conditions. See Theater Arts for additional dance courses.", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Coeducational. Designed to give students the opportunity of pursuing their particular interests in the field of dance with the support and direction of a faculty member. Prerequisite(s): instructor determination at first class meeting.", + "enroll_max": 10, + "lecture_number": 20844, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20F", + "gen_ed_categories": "0 units", + "instructor": "Cochlin,R.V.", + "class_number": 20844, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Modern", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 01:30PM-03:00PM", + "enroll_current": 6, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on basic techniques and building phrases of movement. Section in choreography and improvisation offered in spring quarter. Section in dance repertory offered periodically. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20842, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20D", + "gen_ed_categories": "0 units", + "instructor": "Peterson,R.E.", + "class_number": 20842, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Jazz", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 03:00PM-04:30PM", + "enroll_current": 10, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Exploration of jazz dance emphasizing basic technique, styling, rhythm, and isolations. Jazz and contemporary music is used as accompaniment. Some background in ballet strongly recommended before continuing to Jazz II or III. Section in jazz dance repertory where advanced students have the opportunity to perform is offered in spring quarter. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20841, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20C", + "gen_ed_categories": "0 units", + "instructor": "Peterson,R.E.", + "class_number": 20841, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Jazz", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:00PM", + "enroll_current": 14, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Exploration of jazz dance emphasizing basic technique, styling, rhythm, and isolations. Jazz and contemporary music is used as accompaniment. Some background in ballet strongly recommended before continuing to Jazz II or III. Section in jazz dance repertory where advanced students have the opportunity to perform is offered in spring quarter. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20869, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20C", + "gen_ed_categories": "0 units", + "instructor": "Peterson,R.E.", + "class_number": 20869, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Ballet", + "course_section": "04", + "career_type": "Undergraduate", + "meet_times": "TuTh 10:15AM-11:45AM", + "enroll_current": 8, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on principles of movement, style, and execution of ballet technique. Section in ballet repertory where advanced students have the opportunity to perform is offered in the spring quarter. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20840, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20A", + "gen_ed_categories": "0 units", + "instructor": "Bergland,V.M.", + "class_number": 20840, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "International Folk Dance", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 12:00PM-01:00PM", + "enroll_current": 4, + "course_description": "Coeducational. International folk dance with an emphasis on Balkan and Israeli dances. Sections are also offered periodically in Mexican dance. Students pay a course fee.", + "enroll_max": 50, + "lecture_number": 20866, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20B", + "gen_ed_categories": "0 units", + "instructor": "Cochlin,R.V.", + "class_number": 20866, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Ballet", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "MW 10:30AM-12:00PM", + "enroll_current": 7, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on principles of movement, style, and execution of ballet technique. Section in ballet repertory where advanced students have the opportunity to perform is offered in the spring quarter. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20839, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20A", + "gen_ed_categories": "0 units", + "instructor": "Bergland,V.M.", + "class_number": 20839, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Field Sports: Soccer", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 10:00AM-11:45AM", + "enroll_current": 12, + "course_description": "Coeducational/Women's. Sections are offered in field soccer and indoor soccer. Instruction in the basic techniques, tactics, laws of the game, and injury prevention for beginners and advanced players. Students pay a course fee. Prerequisite(s): determination at first class meeting.", + "enroll_max": 25, + "lecture_number": 23368, + "credits": "0 units", + "location": "East Field", + "course_name": "PHYE 28K", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 23368, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Ballet", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 09:00AM-10:30AM", + "enroll_current": 18, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on principles of movement, style, and execution of ballet technique. Section in ballet repertory where advanced students have the opportunity to perform is offered in the spring quarter. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20837, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20A", + "gen_ed_categories": "0 units", + "instructor": "Bergland,V.M.", + "class_number": 20837, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Tennis", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "TuTh 11:00AM-12:00PM", + "enroll_current": 2, + "course_description": "Coeducational. The beginning section introduces the basics of forehand, backhand, and serve. Advanced beginning section reviews these basics and introduces the volley, overhead, and lob. The intermediate section reviews all stroke mechanics and covers basic singles and doubles strategy. The advanced section includes use of spins, practice principles, detailed stroke analysis, and advanced play situations. Competitive Tennis is a year-long program for members of the intercollegiate tennis teams. Students pay a course fee.", + "enroll_max": 24, + "lecture_number": 20835, + "credits": "0 units", + "location": "E Tennis Ct", + "course_name": "PHYE 15N", + "gen_ed_categories": "0 units", + "instructor": "Muldawer,D.A.", + "class_number": 20835, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dance: Ballet", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "Section 20A 02 is for students who have had some Ballet experience.", + "meet_times": "TuTh 08:45AM-10:15AM", + "enroll_current": 10, + "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on principles of movement, style, and execution of ballet technique. Section in ballet repertory where advanced students have the opportunity to perform is offered in the spring quarter. Students pay a course fee.", + "enroll_max": 40, + "lecture_number": 20838, + "credits": "0 units", + "location": "Dance Studio", + "course_name": "PHYE 20A", + "gen_ed_categories": "0 units", + "instructor": "Bergland,V.M.", + "class_number": 20838, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Racquetball", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Th 06:00PM-08:00PM", + "enroll_current": 3, + "course_description": "Coeducational. The beginning section provides an introduction to the basic knowledge and skills involved in this indoor racquet sport. The advanced beginning section continues the development of the basic skills emphasizing increased shot variety and advanced strategy. The intermediate section offers the opportunity for further skill development and introduces more advanced offensive skills. Students pay a course fee.", + "enroll_max": 18, + "lecture_number": 20832, + "credits": "0 units", + "location": "E Racquet Ct", + "course_name": "PHYE 15H", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 20832, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Volleyball", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:00PM", + "enroll_current": 9, + "course_description": "Coeducational. Beginning/intermediate, intermediate, and advanced sections are offered for students who desire to learn and improve the basic skills, as well as to understand the rules. Competitive section is open to students interested in participation in the UCSC NCAA Women's Volleyball team. It covers information and practice in all aspects of the competitive volleyball season. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 20889, + "credits": "0 units", + "location": "East Field", + "course_name": "PHYE 15T", + "gen_ed_categories": "0 units", + "instructor": "Leon,P.J.", + "class_number": 20889, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Basketball", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:00AM-10:00AM", + "enroll_current": 5, + "course_description": "Coeducational. Instruction in fundamentals, offensive and defensive strategies, rules, and conditioning designed primarily for beginning and intermediate level players. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 20882, + "credits": "0 units", + "location": "West Gym", + "course_name": "PHYE 15B", + "gen_ed_categories": "0 units", + "instructor": "Kent,T.", + "class_number": 20882, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Advanced Keelboat Sailing", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Please contact the instructor for enrollment conditions at", + "meet_times": "M 09:30AM-12:00PM", + "enroll_current": 0, + "course_description": "Coeducational. Designed for the experienced sailor who desires to bareboat larger vessels in the future. Topics include: ocean navigation; anchoring techniques; boat systems, such as diesel engines; boat plumbing and electronics; and docking. Prerequisite(s): course 9T and 40 or more hours of club keelboat useage. Enrollment by permission of instructor. Students pay a course fee.", + "enroll_max": 4, + "lecture_number": 20874, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9X", + "gen_ed_categories": "0 units", + "instructor": "Kingon,R.L.", + "class_number": 20874, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Tennis", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "TuTh 10:00AM-11:00AM", + "enroll_current": 5, + "course_description": "Coeducational. The beginning section introduces the basics of forehand, backhand, and serve. Advanced beginning section reviews these basics and introduces the volley, overhead, and lob. The intermediate section reviews all stroke mechanics and covers basic singles and doubles strategy. The advanced section includes use of spins, practice principles, detailed stroke analysis, and advanced play situations. Competitive Tennis is a year-long program for members of the intercollegiate tennis teams. Students pay a course fee.", + "enroll_max": 24, + "lecture_number": 20834, + "credits": "0 units", + "location": "E Tennis Ct", + "course_name": "PHYE 15N", + "gen_ed_categories": "0 units", + "instructor": "Muldawer,D.A.", + "class_number": 20834, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Volleyball", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 10:00AM-11:00AM", + "enroll_current": 8, + "course_description": "Coeducational. Beginning/intermediate, intermediate, and advanced sections are offered for students who desire to learn and improve the basic skills, as well as to understand the rules. Competitive section is open to students interested in participation in the UCSC NCAA Women's Volleyball team. It covers information and practice in all aspects of the competitive volleyball season. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20859, + "credits": "0 units", + "location": "West Gym", + "course_name": "PHYE 15T", + "gen_ed_categories": "0 units", + "instructor": "Leon,P.J.", + "class_number": 20859, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 20865, + "class_type": "fixme (Studio)", + "course_description": "Coeducational. Combines hands-on rigging and docking practice in the harbor and sailing practice on Monterey Bay with instruction in sail-trimming, de-powering, powering-up, person-overboard recovery techniques, boating safety, weather, ocean conditions, sailing theory, rigging, navigation, and the maritime rules of the road. Twenty-seven foot, ultralight, displacement keelboats are used. Students pay a course fee. (Formerly Boating: Intermediate Keelboat Sailing.)", + "course_name": "PHYE 9S", + "course_title": "Boating: Beginning Keelboat Sailing", + "location": "Harbor", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "0 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9C or equivalent skills.", + "meet_times": "Th 12:30PM-03:00PM", + "credits": "0 units", + "lecture_number": 20865, + "instructor": "Kingon,R.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "First meeting of 9S held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9C", + "enroll_current": 1, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Ocean Kayaking", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "First meeting of sections 9K held at East Fieldhouse, main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if class is full. All 9K sections meet for 5 weeks only.", + "meet_times": "TuTh 11:00AM-01:00PM", + "enroll_current": 5, + "course_description": "Co-educational course that teaches novice kayakers the skills to safely use UCSC kayaks in the Monterey Bay. Topics include: basic paddling strokes and maneuvers; self and assisted deep-water rescues; beach launching; landing through surf; and marine hazards and navigation. Students pay a course fee.", + "enroll_max": 12, + "lecture_number": 20864, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9K", + "gen_ed_categories": "0 units", + "instructor": "Johnston,D.L.", + "class_number": 20864, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Ocean Kayaking", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "First meeting of sections 9K held at East Fieldhouse, main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if class is full. All 9K sections meet for 5 weeks only.", + "meet_times": "TuTh 09:00AM-11:00AM", + "enroll_current": 12, + "course_description": "Co-educational course that teaches novice kayakers the skills to safely use UCSC kayaks in the Monterey Bay. Topics include: basic paddling strokes and maneuvers; self and assisted deep-water rescues; beach launching; landing through surf; and marine hazards and navigation. Students pay a course fee.", + "enroll_max": 12, + "lecture_number": 20863, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9K", + "gen_ed_categories": "0 units", + "instructor": "Johnston,D.L.", + "class_number": 20863, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Basketball", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "TuTh 10:00AM-11:00AM", + "enroll_current": 25, + "course_description": "Coeducational. Instruction in fundamentals, offensive and defensive strategies, rules, and conditioning designed primarily for beginning and intermediate level players. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20883, + "credits": "0 units", + "location": "West Gym", + "course_name": "PHYE 15B", + "gen_ed_categories": "0 units", + "instructor": "Kent,T.", + "class_number": 20883, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Basic Rowing", + "course_section": "03", + "career_type": "Undergraduate", + "class_notes": "All 9H and 9J sections meet for 7 weeks only; first class meeting at East Field House main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full.", + "meet_times": "MW 08:00AM-09:45AM", + "enroll_current": 0, + "course_description": "Coeducational. Course designed to cover types of rowing boats, nomenclature, fundamental skills, and specific safety and rescue aspects related to the activity. Students will row singly as well as in groups using 15-foot to 22-foot rowing dories. (Formerly course 9J.) Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 12, + "lecture_number": 23371, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9H", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 23371, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 10, + "waitlist_max": 999, + "class_number": 20873, + "class_type": "fixme (Studio)", + "course_description": "Coeducational. Further development and refinement of boat-handling techniques, including advanced maneuvering, anchoring, and racing with an introduction to the use of spinnakers. Students pay a course fee. (Formerly Boating: Advanced Keelboat Sailing.)", + "course_name": "PHYE 9T", + "course_title": "Boating: Intermediate Keelboat Sailing", + "location": "Harbor", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "0 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9S.", + "meet_times": "M 12:30PM-03:00PM", + "credits": "0 units", + "lecture_number": 20873, + "instructor": "Kingon,R.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "First meeting of 9T held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9S.", + "enroll_current": 3, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Tennis", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:00AM-10:00AM", + "enroll_current": 7, + "course_description": "Coeducational. The beginning section introduces the basics of forehand, backhand, and serve. Advanced beginning section reviews these basics and introduces the volley, overhead, and lob. The intermediate section reviews all stroke mechanics and covers basic singles and doubles strategy. The advanced section includes use of spins, practice principles, detailed stroke analysis, and advanced play situations. Competitive Tennis is a year-long program for members of the intercollegiate tennis teams. Students pay a course fee.", + "enroll_max": 24, + "lecture_number": 20833, + "credits": "0 units", + "location": "E Tennis Ct", + "course_name": "PHYE 15N", + "gen_ed_categories": "0 units", + "instructor": "Muldawer,D.A.", + "class_number": 20833, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 8, + "waitlist_max": 999, + "class_number": 20872, + "class_type": "fixme (Studio)", + "course_description": "Coeducational. For students interested in high-performance sailing using Flying Juniors and Coronado 15s. Includes special techniques used in racing conditions. Students pay a course fee.", + "course_name": "PHYE 9D", + "course_title": "Boating: Advanced Dinghy Sailing", + "location": "Harbor", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "0 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9C or equivalent skills.", + "meet_times": "Th 12:30PM-03:00PM", + "credits": "0 units", + "lecture_number": 20872, + "instructor": "Scheer,H.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "First meeting of 9D held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9C.", + "enroll_current": 8, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Court Sports: Volleyball", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MW 11:00AM-12:00PM", + "enroll_current": 7, + "course_description": "Coeducational. Beginning/intermediate, intermediate, and advanced sections are offered for students who desire to learn and improve the basic skills, as well as to understand the rules. Competitive section is open to students interested in participation in the UCSC NCAA Women's Volleyball team. It covers information and practice in all aspects of the competitive volleyball season. Students pay a course fee.", + "enroll_max": 25, + "lecture_number": 20836, + "credits": "0 units", + "location": "West Gym", + "course_name": "PHYE 15T", + "gen_ed_categories": "0 units", + "instructor": "Leon,P.J.", + "class_number": 20836, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 20831, + "class_type": "fixme (Studio)", + "course_description": "Coeducational. Course includes a review of basic sailing with an emphasis on the further development and refinement of small-boat sailing techniques. Fifteen-foot sailboats are used with two students per boat. Students pay a course fee.", + "course_name": "PHYE 9C", + "course_title": "Boating: Intermediate Dinghy Sailing", + "location": "Harbor", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "0 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9B or equivalent skills.", + "meet_times": "W 12:30PM-03:00PM", + "credits": "0 units", + "lecture_number": 20831, + "instructor": "Scheer,H.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "First meeting of 9C held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9B.", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 20830, + "class_type": "fixme (Studio)", + "course_description": "Coeducational. Course includes a review of basic sailing with an emphasis on the further development and refinement of small-boat sailing techniques. Fifteen-foot sailboats are used with two students per boat. Students pay a course fee.", + "course_name": "PHYE 9C", + "course_title": "Boating: Intermediate Dinghy Sailing", + "location": "Harbor", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "0 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9B or equivalent skills.", + "meet_times": "Tu 12:30PM-03:00PM", + "credits": "0 units", + "lecture_number": 20830, + "instructor": "Kingon,R.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "First meeting of 9C held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9B.", + "enroll_current": 15, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Basic Rowing", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "All 9H and 9J sections meet for 7 weeks only; first class meeting at East Field House main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full.", + "meet_times": "TuTh 09:45AM-11:30AM", + "enroll_current": 5, + "course_description": "Coeducational. Course designed to cover types of rowing boats, nomenclature, fundamental skills, and specific safety and rescue aspects related to the activity. Students will row singly as well as in groups using 15-foot to 22-foot rowing dories. (Formerly course 9J.) Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 12, + "lecture_number": 23366, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9H", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 23366, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Intermediate Rowing", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "All 9H and 9J sections meet for 7 weeks only; first class meeting at East Field House main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full.", + "meet_times": "TuTh 08:00AM-09:45AM", + "enroll_current": 1, + "course_description": "Coeducational intermediate course designed to cover more advanced rowing techniques and the skills needed for safe open water rowing. Students pay a course fee. Prerequisite(s): basic rowing or permission of instructor. (Formerly course 9H.)", + "enroll_max": 12, + "lecture_number": 23367, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9J", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 23367, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Beginning Dinghy Sailing", + "course_section": "06", + "career_type": "Undergraduate", + "class_notes": "Please contact the instructor,", + "meet_times": "Tu 01:30PM-04:00PM", + "enroll_current": 0, + "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 4, + "lecture_number": 20829, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9B", + "gen_ed_categories": "0 units", + "instructor": "Scheer,H.L.", + "class_number": 20829, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 20871, + "class_type": "fixme (Studio)", + "course_description": "Coeducational. Combines hands-on rigging and docking practice in the harbor and sailing practice on Monterey Bay with instruction in sail-trimming, de-powering, powering-up, person-overboard recovery techniques, boating safety, weather, ocean conditions, sailing theory, rigging, navigation, and the maritime rules of the road. Twenty-seven foot, ultralight, displacement keelboats are used. Students pay a course fee. (Formerly Boating: Intermediate Keelboat Sailing.)", + "course_name": "PHYE 9S", + "course_title": "Boating: Beginning Keelboat Sailing", + "location": "Harbor", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "0 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9C or equivalent skills.", + "meet_times": "W 12:30PM-03:00PM", + "credits": "0 units", + "lecture_number": 20871, + "instructor": "Kingon,R.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "First meeting of 9S held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9C", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Basic Rowing", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "All 9H and 9J sections meet for 7 weeks only; first class meeting at East Field House main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full.", + "meet_times": "MW 09:45AM-11:30AM", + "enroll_current": 4, + "course_description": "Coeducational. Course designed to cover types of rowing boats, nomenclature, fundamental skills, and specific safety and rescue aspects related to the activity. Students will row singly as well as in groups using 15-foot to 22-foot rowing dories. (Formerly course 9J.) Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 12, + "lecture_number": 23370, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9H", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 23370, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Beginning Dinghy Sailing", + "course_section": "05", + "career_type": "Undergraduate", + "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", + "meet_times": "F 12:30PM-03:00PM", + "enroll_current": 4, + "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 15, + "lecture_number": 20828, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9B", + "gen_ed_categories": "0 units", + "instructor": "Scheer,H.L.", + "class_number": 20828, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 20875, + "class_type": "fixme (Studio)", + "course_description": "Coeducational. Course includes a review of basic sailing with an emphasis on the further development and refinement of small-boat sailing techniques. Fifteen-foot sailboats are used with two students per boat. Students pay a course fee.", + "course_name": "PHYE 9C", + "course_title": "Boating: Intermediate Dinghy Sailing", + "location": "Harbor", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "0 units", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9B or equivalent skills.", + "meet_times": "M 12:30PM-03:00PM", + "credits": "0 units", + "lecture_number": 20875, + "instructor": "Scheer,H.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "First meeting of 9C held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9B", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Beginning Dinghy Sailing", + "course_section": "04", + "career_type": "Undergraduate", + "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", + "meet_times": "F 09:30AM-12:00PM", + "enroll_current": 8, + "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 15, + "lecture_number": 20827, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9B", + "gen_ed_categories": "0 units", + "instructor": "Scheer,H.L.", + "class_number": 20827, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Beginning Dinghy Sailing", + "course_section": "03", + "career_type": "Undergraduate", + "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", + "meet_times": "Th 09:30AM-12:00PM", + "enroll_current": 5, + "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 15, + "lecture_number": 20826, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9B", + "gen_ed_categories": "0 units", + "instructor": "Scheer,H.L.", + "class_number": 20826, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Beginning Dinghy Sailing", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", + "meet_times": "W 09:30AM-12:00PM", + "enroll_current": 10, + "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 15, + "lecture_number": 20825, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9B", + "gen_ed_categories": "0 units", + "instructor": "Kingon,R.L.", + "class_number": 20825, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Boating: Beginning Dinghy Sailing", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", + "meet_times": "Tu 09:30AM-12:00PM", + "enroll_current": 6, + "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", + "enroll_max": 15, + "lecture_number": 20824, + "credits": "0 units", + "location": "Harbor", + "course_name": "PHYE 9B", + "gen_ed_categories": "0 units", + "instructor": "Kingon,R.L.", + "class_number": 20824, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Scuba Rescue Diving", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Must sign up: opers.ucsc.edu/scuba - available the first day of the qtr. Must have completed the Scuba Medical by the first lecture unless it's already on file with the scuba office. Must attend all lectures, pool sessions, and dives. Ocean dives are on the weekends. See website opers.ucsc.edu/scuba for more information, calendar, and Scuba Medical Packet.", + "meet_times": "Tu 04:00PM-06:00PM", + "enroll_current": 0, + "course_description": "Coeducational. Course geared toward the successful completion of NAUI Rescue Diver Certification. Course consists of lecture, pool laboratory, and open-water experience. Emphasis is on training divers to manage risks and effectively handle limited in-water problems. Students pay a course fee. Prerequisite(s): Scuba certification and medical clearance.", + "enroll_max": 12, + "lecture_number": 20868, + "credits": "0 units", + "location": "OPERS Conference 211E", + "course_name": "PHYE 5T", + "gen_ed_categories": "0 units", + "instructor": "Shin,C.J.", + "class_number": 20868, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Aquatics: Advanced Scuba Diving", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Must sign up: opers.ucsc.edu/scuba - available the first day of the qtr. Must have completed the Scuba Medical by the first lecture unless it's already on file with the scuba office. Must attend the first lecture on Friday and the \"Skills Review\" pool session the following Friday. Ocean dives are on the weekends. See website: opers.ucsc.edu/scuba for more information, calendar and Scuba Medical Packet.", + "meet_times": "F 05:10PM-08:00PM", + "enroll_current": 0, + "course_description": "Coeducational. Sections are offered to facilitate the development of the basic scuba diver's open water techniques. A minimum of six open water experiences is offered. Course is geared toward successful completion of NAUI Advanced Scuba Diver Certification. Students pay a course fee. Prerequisite(s): course 5R or pass swimming skills test and medical clearance. (Formerly course 5T.)", + "enroll_max": 18, + "lecture_number": 20818, + "credits": "0 units", + "location": "OPERS Conference 211E", + "course_name": "PHYE 5S", + "gen_ed_categories": "0 units", + "instructor": "Shin,C.J.", + "class_number": 20818, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Aquatics: Basic Scuba Diving", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Must attend the first lecture, Tue 7:10 PM in Cowell 131 and attend the first pool session (Wed 2-5PM or Thurs 3-6PM). Be prepared to participate in the swim test at the first pool session. Permission codes will be handed out to those that pass the swim test. Ocean dives are on the weekends. See website (opers.ucsc.edu/scuba) for more info and calendar.", + "meet_times": "Tu 07:10PM-10:00PM", + "enroll_current": 0, + "course_description": "Coeducational. Sections geared toward the successful completion of NAUI Scuba Diver Certification. The course is divided into three parts: lecture, pool lab, and open water experience. Four open water training dives are offered. Emphasis is on training for open water scuba diving, using the beach as a base of operation. Students pay a course fee. Prerequisite(s): pass swimming skills tests and medical clearance. It is strongly recommended that students enroll in course 5S.", + "enroll_max": 12, + "lecture_number": 20881, + "credits": "0 units", + "location": "Cowell Clrm 131", + "course_name": "PHYE 5R", + "gen_ed_categories": "0 units", + "instructor": "Shin,C.J.", + "class_number": 20881, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Major Figures in Contemporary Philosophy", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to philosophy graduate students.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Humanities 1 400", + "enroll_current": 2, + "course_description": "Focuses on philosophical writings and significance of a single figure in contemporary (20th- and 21st-century) philosophy. May include, but not be limited to, Russell, Whitehead, Wittgenstein, Husserl, Carnap, Murdoch, Quine, Irigaray, Derrida, and Davidson. May be repeated for credit.", + "lecture_number": 22793, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHIL 290P", + "gen_ed_categories": "5 units", + "instructor": "Stone,A.D.", + "class_number": 22793, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Aquatics: Basic Scuba Diving", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "Must attend the first lecture, Tue 7:10 PM in Cowell 131 and attend the first pool session (Wed 2-5PM or Thurs 3-6PM). Be prepared to participate in the swim test at the first pool session. Permission codes will be handed out to those that pass the swim test. Ocean dives are on the weekends. See website (opers.ucsc.edu/scuba) for more info and calendar.", + "meet_times": "Tu 07:10PM-10:00PM", + "enroll_current": 0, + "course_description": "Coeducational. Sections geared toward the successful completion of NAUI Scuba Diver Certification. The course is divided into three parts: lecture, pool lab, and open water experience. Four open water training dives are offered. Emphasis is on training for open water scuba diving, using the beach as a base of operation. Students pay a course fee. Prerequisite(s): pass swimming skills tests and medical clearance. It is strongly recommended that students enroll in course 5S.", + "enroll_max": 12, + "lecture_number": 23369, + "credits": "0 units", + "location": "Cowell Clrm 131", + "course_name": "PHYE 5R", + "gen_ed_categories": "0 units", + "instructor": "Shin,C.J.", + "class_number": 23369, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Aquatics: Swimming Level II", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Must be able to swim 25 yards without any assistance or equipment. Attend first class prepared for activity, for evaluation and permission codes.", + "meet_times": "MW 09:20AM-10:20AM", + "enroll_current": 0, + "course_description": "Coeducational. Stroke readiness and development. Course is for those who have completed Swimming Level I or who can swim freestyle and demonstrate elementary backstroke. Skills to be learned are underwater swimming, turns, improvement of freestyle and elementary backstroke, beginning side stroke, backstroke, breaststroke, diving, personal safety skills, and basic rescue techniques. Prerequisite(s): instructor determines skill level at first class meeting: pass Swimming Level I course or demonstrate equivalent skills. Students pay a course fee.", + "enroll_max": 20, + "lecture_number": 20821, + "credits": "0 units", + "location": "50 Mtr Pool", + "course_name": "PHYE 5B", + "gen_ed_categories": "0 units", + "instructor": "Wilson,J.R.", + "class_number": 20821, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "The Pedagogy of Philosophy", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "enroll_current": 4, + "course_description": "Provides training for graduate students in university-level pedagogy in general and in the pedagogy of philosophy specially, under the supervision of a faculty member. May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHIL 281", + "gen_ed_categories": "2 units", + "lecture_number": 23180, + "class_number": 23180, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Aquatics: Swimming Level I", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Limited to 8 students, possible lottery. Attend first class prepared for activity for evaluation and permission codes.", + "meet_times": "TuTh 10:20AM-11:20AM", + "enroll_current": 0, + "course_description": "Coeducational. Water exploration and primary skills development. Course is designed to teach only \"non-swimmers\" how to swim. The following is taught: Red Cross swimming instruction in overcoming fears, water adjustment, floating, breath holding, and rhythmic breathing. Skills to be learned are: water entries, sculling, treading, elementary backstroke, freestyle, methods of water safety, and survival techniques. Students pay a course fee. Prerequisite(s): instructor determines skill level at first class meeting.", + "enroll_max": 8, + "lecture_number": 20819, + "credits": "0 units", + "location": "50 Mtr Pool", + "course_name": "PHYE 5A", + "gen_ed_categories": "0 units", + "instructor": "Wilson,J.R.", + "class_number": 20819, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Aquatics: Swimming/Conditioning", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Prior High School Level or equivalent preferred.First class is non-swimming. Permission codes will be handed out at the second class after the skill evaluation.", + "meet_times": "MW 09:20AM-10:20AM", + "enroll_current": 0, + "course_description": "Open to all students who wish to explore swimming as a conditioning and fitness exercise. Students should know three competitive strokes, and should be able to swim fifteen minutes without stopping. Short health and fitness lectures precede some classes. Students pay a course fee. Prerequisite(s): instructor determination at first class meeting.", + "enroll_max": 40, + "lecture_number": 20823, + "credits": "0 units", + "location": "50 Mtr Pool", + "course_name": "PHYE 5G", + "gen_ed_categories": "0 units", + "instructor": "McCallum,J.R.", + "class_number": 20823, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Aquatics: Swimming Level III", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Must have ability to swim 25 yards of freestyle, backstroke, and elementary breast stroke and sidestroke. First class is non-swimming. Permission codes will be handed out at the second class after the skill evaluation.", + "meet_times": "MW 10:30AM-11:30AM", + "enroll_current": 0, + "course_description": "Coeducational. Stroke refinement and skill proficiency. Course teaches refinement of basic strokes and introduces butterfly, plus backstroke, surface diving, turns, endurance swimming, and survival techniques. Students pay a course fee. Prerequisite(s): instructor determines skill level at first class meeting: pass in Swimming Level II course or possess equivalent skills in freestyle, sidestroke, elementary backstroke, and breaststroke.", + "enroll_max": 30, + "lecture_number": 20822, + "credits": "0 units", + "location": "50 Mtr Pool", + "course_name": "PHYE 5C", + "gen_ed_categories": "0 units", + "instructor": "McCallum,J.R.", + "class_number": 20822, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Pass/Not Pass", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Aquatics: Swimming Level I", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "Must have overcome fear of water and or swimming. Attend first class prepared for activity, for evaluation and permission codes.", + "meet_times": "MW 10:30AM-11:30AM", + "enroll_current": 0, + "course_description": "Coeducational. Water exploration and primary skills development. Course is designed to teach only \"non-swimmers\" how to swim. The following is taught: Red Cross swimming instruction in overcoming fears, water adjustment, floating, breath holding, and rhythmic breathing. Skills to be learned are: water entries, sculling, treading, elementary backstroke, freestyle, methods of water safety, and survival techniques. Students pay a course fee. Prerequisite(s): instructor determines skill level at first class meeting.", + "enroll_max": 10, + "lecture_number": 20820, + "credits": "0 units", + "location": "50 Mtr Pool", + "course_name": "PHYE 5A", + "gen_ed_categories": "0 units", + "instructor": "Wilson,J.R.", + "class_number": 20820, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Philosophy of Psychology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): One course in philosophy, psychology, or linguistics. Enrollment is restricted to graduate students.", + "meet_times": "Tu 09:50AM-01:15PM", + "location": "Humanities 1 400", + "enroll_current": 6, + "course_description": "Looks at philosophical issues raised by current research on the nature of perception, cognition, and consciousness in psychology and cognitive science or neuroscience. Can there be a science of the mind? Could machines be conscious? Do animals have minds? How did the mind evolve? These and a host of related questions form the subject matter of this course.", + "lecture_number": 23568, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHIL 235", + "gen_ed_categories": "5 units", + "instructor": "Orlandi,N.", + "class_number": 23568, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Graduate Colloquia Course", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to philosophy graduate students.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Humanities 1 400", + "enroll_current": 4, + "course_description": "This colloquia series sponsors speakers each quarter. Students must attend all colloquia and are encouraged to form discussion groups after each lecture.", + "lecture_number": 22775, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "PHIL 280", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22775, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Senior Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "W 04:00PM-07:30PM", + "enroll_current": 1, + "course_description": "Special topics. Format varies each quarter. Prerequisite(s): course 9; and two from courses 100A, 100B, and 100C. Enrollment restricted to senior philosophy majors and by permission of the instructor. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 23026, + "credits": "5 units", + "location": "Cowell Acad 216", + "course_name": "PHIL 190", + "gen_ed_categories": "5 units", + "instructor": "Roth,P.A.", + "class_number": 23026, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Metaphysics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9; one from course 11 or 22 or 23 or 24 or 80E or 80G or 80M or 80S; and course 100A or 100B or 100C.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Crown Clrm 208", + "enroll_current": 28, + "course_description": "Survey of contemporary analytic metaphysics. Topics may include nominalism, metaphysical realism, and the ontological analysis of concrete particulars, including problems of modality and persistence through time.", + "lecture_number": 22285, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHIL 122", + "gen_ed_categories": "5 units", + "instructor": "Bowin,J.F.", + "class_number": 22285, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "enroll_max": 57, + "waitlist_max": 999, + "class_number": 22279, + "class_type": "LEC", + "course_description": "Survey of ancient Greek philosophy of the Classical and Hellenistic periods. Begins with Socrates and the pre-Socratics, then undertakes an intensive study of Plato and Aristotle. Course then surveys the main developments that follow: Epicureanism, Stoicism, and Scepticism.", + "course_name": "PHIL 100A", + "course_title": "Ancient Greek Philosophy", + "location": "Soc Sci 2 075", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 8 or 9; one course from course 11 or 22 or 23 or 24 or 80E or 80G or 80M or 80S; and satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 22279, + "instructor": "Bowin,J.F.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 33, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Kant", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 9; one from course 11 or 22 or 23 or 24 or 80E or 80G or 80M or 80S; and course 100A or 100B or 100C.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Cowell Com 134", + "enroll_current": 18, + "course_description": "Intensive study of Kant's philosophy, particularly his epistemology and metaphysics developed in his", + "lecture_number": 22284, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "PHIL 106", + "gen_ed_categories": "5 units", + "instructor": "Stone,A.D.", + "class_number": 22284, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Applied Ethics: Ethics Bowl", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 24, + "course_description": "Intensive application of ethics through Ethics Bowl-style debate. Cases change annually. Students develop oral advocacy skills and are given the opportunity to compete for a position on the extracurricular Ethics Bowl team. May be repeated for credit.", + "enroll_max": 40, + "lecture_number": 22964, + "credits": "5 units", + "location": "PhysSciences 140", + "course_name": "PHIL 143", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22964, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Philosophy of Cognitive Science", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 07:10PM-08:45PM", + "enroll_current": 74, + "course_description": "Explores the philosophical issues that arise in cognitive science, particularly issues concerning the nature of minds. Students consider the idea that the mind is a digital computer, then analyze alternatives, such as connectionism and dynamics.", + "enroll_max": 88, + "lecture_number": 23200, + "credits": "5 units", + "location": "Kresge Clrm 321", + "course_name": "PHIL 23", + "gen_ed_categories": "5 units", + "instructor": "Orlandi,N.", + "class_number": 23200, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Bioethics in the 21st Century: Science, Business, and Society", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as BME 80G.", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 66, + "course_description": "Serves science and non-science majors interested in bioethics. Guest speakers and instructors lead discussions of major ethical questions having arisen from research in genetics, medicine, and industries supported by this knowledge.", + "enroll_max": 171, + "lecture_number": 21243, + "credits": "5 units", + "location": "ClassroomUnit 001", + "course_name": "PHIL 80G", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21243, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Philosophy", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 253, + "course_description": "An introduction to the main areas of philosophy through critical reflection on and analysis of both classical and contemporary texts. Focuses on central and enduring problems in philosophy such as skepticism about the external world, the mind-body problem, and the nature of morality.", + "enroll_max": 303, + "lecture_number": 22257, + "credits": "5 units", + "location": "ClassroomUnit 002", + "course_name": "PHIL 11", + "gen_ed_categories": "5 units", + "instructor": "Otte,R.E.", + "class_number": 22257, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Logic", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 98, + "course_description": "A first course in symbolic deductive logic. Major topics include (but are not limited to) the study of systems of sentential logic and predicate logic, including formal deduction, semantics, and translation from natural to symbolic languages.", + "enroll_max": 155, + "lecture_number": 22252, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "PHIL 9", + "gen_ed_categories": "5 units", + "instructor": "Roth,P.A.", + "class_number": 22252, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Biogeochemical Cycles", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Upper-division undergraduates may enroll with instructor approval. College-level chemistry and an upper-division course in at least one relevant discipline are recommended.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "J Baskin Engr 169", + "enroll_current": 5, + "course_description": "Overview of biogeochemical cycles, present and past, and geochemical models. Topics include: marine, terrestrial, and global views of the carbon, nitrogen, phosphorus, silicon, sulfur, and oxygen cycles, and the evolution of these cycles and Earth's redox balance through geologic time.", + "lecture_number": 22753, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OCEA 213", + "gen_ed_categories": "5 units", + "instructor": "McCarthy,M.D.", + "class_number": 22753, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Climate Dynamics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduates may enroll by permission of instructor. Previous courses in calculus and ocean sciences or earth sciences are recommended.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Thimann Lab 101", + "enroll_current": 3, + "course_description": "Introduction to the dynamics of the Earth climate system. Topics: climate system components, the global energy balance, radiative transfer, the hydrological cycle, general circulations of the atmosphere and ocean, El Nino, the North Atlantic Oscillation, and the Pacific Decadal Oscillation.", + "lecture_number": 22717, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OCEA 211", + "gen_ed_categories": "5 units", + "instructor": "Moore,A.M.", + "class_number": 22717, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cal Teach: Pedagogy for Learning Assistants", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "W 02:40PM-03:45PM", + "enroll_current": 6, + "course_description": "Supports and prepares learning assistants (LAs) for success in active classrooms. Helps LAs integrate learning theory and effective practices to facilitate thinking and learning when students work in small groups on conceptual problems. Prerequisite(s): Successful completion of the course or equivalent in which the student will serve as an LA. Concurrent participation as an LA for a University STEM course is required. Enrollment is by application via the online form and a follow-up interview for selected applicants", + "enroll_max": 15, + "lecture_number": 23941, + "credits": "2 units", + "location": "J Baskin Engr 160", + "course_name": "PBS 101", + "gen_ed_categories": "2 units", + "instructor": "Bye,T.", + "class_number": 23941, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Teaching in Ocean Sciences", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): graduate standing or permission of instructor. Enrollment is restricted to graduate students.", + "meet_times": "W 10:00AM-11:00AM", + "location": "Earth&Marine D266", + "enroll_current": 10, + "course_description": "For new and/or relatively inexperienced graduate students in pedagogy of ocean sciences. Role and responsibilities of teaching in ocean sciences described and developed. Includes discussions about effective teaching methods; hands-on issues for work in the laboratory; university expectations; and regulations regarding teaching, organizational strategies, time management, and working with instructors and staff.", + "lecture_number": 22251, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "OCEA 296", + "gen_ed_categories": "2 units", + "instructor": "Edwards,C.A.", + "class_number": 22251, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamentals of Climate", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 132, + "course_description": "Quantitative introduction to climate comprising five modules: atmosphere-ocean circulation, atmospheric teleconnections, El-Nino Southern Oscillation, the Pacific Decadal Oscillation, and global warming. Hands-on statistical methods are applied to real-world observations to develop a quantitative understanding of climate. May be repeated for credit.", + "enroll_max": 224, + "lecture_number": 23108, + "credits": "5 units", + "location": "Thim Lecture 003", + "course_name": "OCEA 90", + "gen_ed_categories": "5 units", + "instructor": "Edwards,C.A.", + "class_number": 23108, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Community Literacies Field Study", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "enroll_current": 6, + "course_description": "Field study for Corre la Voz interns. Intensive on-site training and participation in team teaching of dual-language (Spanish English) students (4th-5th grade). Literacies include social-emotional, expressive (artistic/dramatic), collaborative problem-solving, academic, and use of digital tools as well as traditional tools. Enrollment by interview only, and successful application to the Corre la Voz program. Concurrent enrollment in course 151A is required during the first quarter after which course 151B may be repeated by itself. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 23065, + "credits": "3 units", + "location": "TBA", + "course_name": "OAKS 151B", + "gen_ed_categories": "3 units", + "instructor": "Lopez,L.T.", + "class_number": 23065, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Corre la Voz: Community Literacies and Power Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "M 05:20PM-07:20PM", + "enroll_current": 5, + "course_description": "Required seminar for first-quarter students in the Corre la Voz program. Examines theories, curriculum design, and teaching methods that emphasize social connection, leadership, verbal enrichment, multi-modal literacies, and community empowerment. Taken concurrently with field study. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Co-requisite(s): course 151B. Enrollment is by interview only and successful application to the Corre la Voz program. (Formerly Corre la Voz: Community Literacies and Power.) May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 23064, + "credits": "2 units", + "location": "Oakes Acad 102", + "course_name": "OAKS 151A", + "gen_ed_categories": "2 units", + "instructor": "Lopez,L.T.", + "class_number": 23064, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "F 10:40AM-11:45AM", + "enroll_current": 18, + "course_description": "Weekly seminar on various topics attended by faculty, graduate, and upper-division undergraduate students.", + "enroll_max": 53, + "lecture_number": 22250, + "credits": "0 units", + "location": "Earth&Marine A340", + "course_name": "OCEA 292", + "gen_ed_categories": "0 units", + "instructor": "McCarthy,M.D.", + "class_number": 22250, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Marine Geochemistry", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "Tu 02:00PM-05:00PM", + "enroll_current": 0, + "course_description": "Selected topics in geochemistry. Discussion of theoretical models, different approaches, and recent research. Topics vary from year to year. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22249, + "credits": "5 units", + "location": "Earth&Marine D266", + "course_name": "OCEA 290C", + "gen_ed_categories": "5 units", + "instructor": "Lamborg,C.", + "class_number": 22249, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Marine Geology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 1 149", + "enroll_current": 15, + "course_description": "Geology of the marine environment. Topics include controls on the types, origin, and distribution of marine sediments; geology of oceanic crust; evolution of continental margins and plate boundaries; and introduction to paleoceanography. Students cannot receive credit for this course and Earth Sciences 102.", + "lecture_number": 22248, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OCEA 280", + "gen_ed_categories": "5 units", + "instructor": "Ravelo,A.C.", + "class_number": 22248, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 24 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "16", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Oakes Acad 222", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23657, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23657, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Oakes Acad 222", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23655, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23655, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Physical Oceanography", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 20, + "course_description": "Introduces the physics of the ocean. Topics include physical properties of seawater, atmospheric forcing, Ekman dynamics, Sverdrup dynamics, the wind-driven ocean circulation, ocean mixing, water masses, the meridional overturning circulation, surface gravity waves, Rossby waves, Kelvin waves, and ocean tides. Designed for beginning graduate students in ocean sciences and upper-division science majors. Calculus and physics recommended as preparation.", + "enroll_max": 30, + "lecture_number": 22246, + "credits": "5 units", + "location": "N. Sci Annex 102", + "course_name": "OCEA 200", + "gen_ed_categories": "5 units", + "instructor": "Fiechter,J.", + "class_number": 22246, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23653, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23653, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Life in the Sea", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary lab", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 64, + "course_description": "The ecology of plants and animals in oceans and coastal areas. Consideration of life in various marine habitats, including the open ocean, rocky shores, estuaries, and the sea. Includes field trips. High school biology and chemistry courses are recommended prior to taking this course.", + "enroll_max": 144, + "lecture_number": 22239, + "credits": "5 units", + "location": "J Baskin Engr 152", + "course_name": "OCEA 80A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22239, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Oceans", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 69, + "course_description": "An interdisciplinary introduction to oceanography focusing on biological, chemical, geological, and physical processes. Covers topics such as origins and structure of planet Earth and its oceans, co-evolution of Earth and life, plate tectonics, liquid water and the hydrologic and hydrothermal cycles, salinity and elemental cycles, ocean circulation, primary production and nutrient cycles, plankton and nekton, life on the sea floor, near shore and estuarine communities, future environmental problems our oceans face. Students may also enroll in and receive credit for Earth Sciences 1.", + "enroll_max": 190, + "lecture_number": 22238, + "credits": "5 units", + "location": "Earth&Marine B206", + "course_name": "OCEA 1", + "gen_ed_categories": "5 units", + "instructor": "Lamborg,C.", + "class_number": 22238, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23649, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23649, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Oakes College Mentoring: Service Learning Practicum", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 01:30PM-03:05PM", + "enroll_current": 9, + "course_description": "Mentors introduce first-year students to campus resources, provide them with academic support, share academic successes and difficulties, and offer guidance on college adjustment. Enrollment is restricted to College members. Please apply to be a mentor or a mentee online on the Oakes College Mentoring website. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 23021, + "credits": "2 units", + "location": "Oakes Acad 103", + "course_name": "OAKS 73B", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23021, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23648, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23648, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Oakes Acad 222", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23656, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23656, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23650, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23650, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 07:10PM-08:45PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23654, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23654, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23652, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23652, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23651, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23651, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23647, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23647, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23645, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23645, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23644, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23644, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Techniques in Composition", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 04:00PM-07:00PM", + "location": "Music Center 130", + "enroll_current": 1, + "course_description": "Short compositional exercises incorporating diverse contemporary techniques with emphasis on problem solving and development of compositional skills. Exercises focus on particular strategies for organizing and coordinating aspects of pitch, rhythm, timbre, and other musical dimensions, depending on interests of instructor and students. (Formerly course 219A.) May be repeated for credit.", + "lecture_number": 22695, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MUSC 219", + "gen_ed_categories": "5 units", + "instructor": "Polansky,L.", + "class_number": 22695, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Oakes Acad 102", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23643, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23643, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Workshop in Electronic Music", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 124.", + "meet_times": "Tu 07:00PM-09:00PM", + "location": "Music Center 191A", + "enroll_current": 8, + "course_description": "Continuing studio work in electronic music. Students carry out individual projects, meeting in weekly seminar to share problems and discoveries. Relevant advanced topics are covered, including new developments in the art. May be repeated for credit.", + "lecture_number": 22234, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "MUSC 167", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22234, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23642, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23642, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History of Music Theory from the Greeks Through Rameau", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 09:00AM-12:00PM", + "location": "Music Center 128", + "enroll_current": 5, + "course_description": "Study and analysis of pre-tonal and tonal music from the Greeks through the 18th century. Course combines a history of theory with analyses that utilize contemporaneous theoretical concepts.", + "lecture_number": 22236, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MUSC 201", + "gen_ed_categories": "5 units", + "instructor": "Miller,L.E.", + "class_number": 22236, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Early Music Ensemble", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "F 02:00PM-04:00PM", + "enroll_current": 0, + "course_description": "A study of selected works for varied early music instrumental and vocal resources, culminating in one or more public concerts. Individual lessons are recommended in conjunction with consort work. Recommended for students who have instrumental or vocal competence and music literacy. Admission by audition with instructor prior to first class meeting. (Formerly Early Music Consort.) May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 22231, + "credits": "2 units", + "location": "Music Center 128", + "course_name": "MUSC 163", + "gen_ed_categories": "2 units", + "instructor": "Treadwell,N.K.", + "class_number": 22231, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Oakes Acad 102", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", + "lecture_number": 23646, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "OAKS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23646, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Research Methods", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "W 04:00PM-07:00PM", + "enroll_current": 2, + "course_description": "Practical introduction to graduate study in music focusing on research methods, music sources and bibliography, techniques of scholarly writing, and critical readings in the discipline. Culminates in a public oral presentation on the model of a professional conference paper.", + "enroll_max": 15, + "lecture_number": 22235, + "credits": "5 units", + "location": "Music Center 245", + "course_name": "MUSC 200", + "gen_ed_categories": "5 units", + "instructor": "Treadwell,N.K.", + "class_number": 22235, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Jazz Ensembles", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 0, + "course_description": "Instruction in combo performance and techniques of the jazz idiom. The class forms several ensembles that prepare a specific repertory for public performance. Admission by audition with instructor prior to first class meeting. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 22232, + "credits": "2 units", + "location": "Music Center 114", + "course_name": "MUSC 164", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22232, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Current Issues Colloquium", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduate students may enroll with permission of instructor.", + "meet_times": "M 01:20PM-02:50PM", + "location": "Music Center 131", + "enroll_current": 4, + "course_description": "An interactive colloquium featuring presentations by faculty, graduate students, and visiting scholars on research projects in composition, musicology / ethnomusicology, and performance practice, followed by focused discussion.", + "lecture_number": 22707, + "credits": "0 units", + "waitlist_current": 0, + "course_name": "MUSC 252", + "gen_ed_categories": "0 units", + "instructor": "Beal,A.C.", + "class_number": 22707, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Chamber Singers", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 06:30PM-08:30PM", + "enroll_current": 0, + "course_description": "The study of selected works for small vocal ensemble from the 15th through 20th centuries, with performances on and off campus throughout the academic year. Students must have demonstrated vocal and music reading skills. Admission by audition with instructor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 22233, + "credits": "2 units", + "location": "Music Center 131", + "course_name": "MUSC 166", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22233, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Opera Workshop", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:30PM-06:30PM", + "enroll_current": 0, + "course_description": "A workshop for singers, accompanists, and directors, the course develops a wide variety of skills related to opera through scenework. Attention will be given to movement, acting, coaching, and operatic stage-directing technique. Instruction culminates in studio productions of scenes from operas and musicals. Admission by permission of vocal instructor, or by audition with instructor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 40, + "lecture_number": 22230, + "credits": "2 units", + "location": "Music Center 131", + "course_name": "MUSC 159A", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22230, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Harmony and Form in 19th-Century and Early 20th-Century Music", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 30C and Piano Proficiency Exam.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Music Center 136", + "enroll_current": 13, + "course_description": "Analysis, theory, musicianship, and aural skills associated with advanced tonal music. Study of chromaticism, larger forms, and other features of 19th-Century and early 20th-Century music.", + "lecture_number": 22226, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MUSC 130", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22226, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Chicano/Latino Music in the United States", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 98, + "course_description": "Examines the process of music making and how it is tied to the notion of space, place, identity and ethnicity, focusing on musical styles, genres, forms, and repertoires in Chicana/o and Latina/o communities in the United States.", + "enroll_max": 275, + "lecture_number": 23322, + "credits": "5 units", + "location": "Music Center 101", + "course_name": "MUSC 81M", + "gen_ed_categories": "5 units", + "instructor": "Rodriguez,R.C.", + "class_number": 23322, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Electronic Sound Synthesis", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 124.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Music Center 191A", + "enroll_current": 12, + "course_description": "Continuing study in the electronic music studio, with concentration on compositional development. Includes advanced applications of skills developed in courses 123 and 124, expansion of background knowledge and relevant electroacoustical studies.", + "lecture_number": 22228, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MUSC 125", + "gen_ed_categories": "5 units", + "instructor": "Dunn,D.D.", + "class_number": 22228, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Orchestration", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 30C.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Music Center 136", + "enroll_current": 5, + "course_description": "A study of the nature of each instrument of the orchestra. Scoring for various small instrumental combinations, culminating in a transcription for full orchestra. (Formerly course 130.)", + "lecture_number": 22229, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MUSC 121", + "gen_ed_categories": "5 units", + "instructor": "Kim,H.K.", + "class_number": 22229, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "University Concert Choir", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 0, + "course_description": "A study of selected works for orchestra, culminating in one or more public concerts. Prerequisite(s): admission by audition with conductor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 3, + "lecture_number": 22785, + "credits": "2 units", + "location": "Music Center 131", + "course_name": "MUSC 103", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22785, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History, Literature, and Technology of Electronic Music", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 73, + "course_description": "This survey of electronic music from previous centuries to the present studies the works and aesthetics of important composers, acoustics, musical perception, the effects of technological innovation on cultural evolution, and the development of synthesizers and computer music.", + "enroll_max": 250, + "lecture_number": 22222, + "credits": "5 units", + "location": "Music Center 101", + "course_name": "MUSC 80C", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22222, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "University Orchestra", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 0, + "course_description": "A study of selected works for orchestra, culminating in one or more public concerts. Admission by audition with conductor prior to first class meeting. Students are billed a materials fee. Enrollment restricted to juniors and seniors. May be repeated for credit.", + "enroll_max": 4, + "lecture_number": 22688, + "credits": "2 units", + "location": "Music Center 114", + "course_name": "MUSC 102", + "gen_ed_categories": "2 units", + "instructor": "Kiesling,B.A.", + "class_number": 22688, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History of Western Art Music", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 30C and satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Music Center 131", + "enroll_current": 13, + "course_description": "Third quarter of a three-quarter chronological study of Western art music. Coordinated lectures, readings, listening, and analysis of representative works: Romantic, 20th Century.", + "lecture_number": 22227, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MUSC 101C", + "gen_ed_categories": "5 units", + "instructor": "Beal,A.C.", + "class_number": 22227, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Laptop Music", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 50, + "course_description": "Basic digital audio editing and mixing; related concepts in the physics of sound, psychoacoustics, and the digital representation and computer control of audio. Musical notation of musical pulse, meter, and rhythm, and sonic realization via MIDI (musical instruction digital interface). Using their own computers, students complete projects involving recording and spectral analysis, creative editing and mixing of existing recordings, composition of polyphonic drum rhythms, and constructing a collaborative sonic environment.", + "enroll_max": 50, + "lecture_number": 23086, + "credits": "5 units", + "location": "Music Center 131", + "course_name": "MUSC 80Z", + "gen_ed_categories": "5 units", + "instructor": "Jones,D.E.", + "class_number": 23086, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Women in Music", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as FMST 80S", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 95, + "course_description": "An exploration of the sociological position of women as composers and performers in Western and non-Western musics, with a focus on both ethnographic and historical sources.", + "enroll_max": 400, + "lecture_number": 22224, + "credits": "5 units", + "location": "Music Center 101", + "course_name": "MUSC 80S", + "gen_ed_categories": "5 units", + "instructor": "Merchant,T.H.", + "class_number": 22224, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamental Keyboard Skills", + "course_section": "04", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:00PM-02:00PM", + "enroll_current": 0, + "course_description": "Elementary instruction in piano technique, including group and individual performance experience. A minimum of six hours per week of individual practice is required. Curriculum is coordinated with keyboard requirements of course 30A. Concurrent enrollment in course 30A is required. Students are billed a course fee. Prerequisite(s): Instructor determination at first class meeting. (Formerly Group Instruction in Piano.) May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22221, + "credits": "2 units", + "location": "Music Center 134", + "course_name": "MUSC 60", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22221, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamental Keyboard Skills", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "TuTh 11:00AM-12:00PM", + "enroll_current": 0, + "course_description": "Elementary instruction in piano technique, including group and individual performance experience. A minimum of six hours per week of individual practice is required. Curriculum is coordinated with keyboard requirements of course 30A. Concurrent enrollment in course 30A is required. Students are billed a course fee. Prerequisite(s): Instructor determination at first class meeting. (Formerly Group Instruction in Piano.) May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22219, + "credits": "2 units", + "location": "Music Center 134", + "course_name": "MUSC 60", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22219, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rhythms of North India", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 01:30PM-03:05PM", + "enroll_current": 50, + "course_description": "Introduces students to the richness of North Indian rhythms. Includes hands-on exploration of the language of rhythm that is specific to learning the tabla. May be repeated for credit.", + "enroll_max": 50, + "lecture_number": 23275, + "credits": "2 units", + "location": "Music Center 114", + "course_name": "MUSC 55", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23275, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Beginning Improvisational Theory", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 17, + "course_description": "Studies in the modes, scales, chord alternations and extensions, chord voicings, chord progressions, and forms that underlie jazz improvisation, composition, and arranging in a variety of styles. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 23363, + "credits": "5 units", + "location": "Music Center 114", + "course_name": "MUSC 75", + "gen_ed_categories": "5 units", + "instructor": "Hester,K.E.", + "class_number": 23363, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamental Keyboard Skills", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "TuTh 12:00PM-01:00PM", + "enroll_current": 0, + "course_description": "Elementary instruction in piano technique, including group and individual performance experience. A minimum of six hours per week of individual practice is required. Curriculum is coordinated with keyboard requirements of course 30A. Concurrent enrollment in course 30A is required. Students are billed a course fee. Prerequisite(s): Instructor determination at first class meeting. (Formerly Group Instruction in Piano.) May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22220, + "credits": "2 units", + "location": "Music Center 134", + "course_name": "MUSC 60", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22220, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to World Music", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 112, + "course_description": "Covers topics reflecting distinctive features of selected world music cultures. Introduces content, scope, and method of ethnomusicology. Focuses on understanding the musical styles, performance practices, and cultural functions of these musical traditions. Incorporates live class performance of selected music.", + "enroll_max": 250, + "lecture_number": 22699, + "credits": "5 units", + "location": "Music Center 101", + "course_name": "MUSC 11D", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22699, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Vocal Repertoire Class", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 03:00PM-05:00PM", + "enroll_current": 0, + "course_description": "The study and performance of vocal repertoire from 1400 to the present, including solo song, oratorio, opera, ensemble music. Emphasis is given to the development of effective performance skills, culminating in public performance. Attend first class meeting; concurrent enrollment in individual voice lessons with instructor of this course is required. May be repeated for credit.", + "enroll_max": 40, + "lecture_number": 22217, + "credits": "2 units", + "location": "Music Center 131", + "course_name": "MUSC 51", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22217, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Jazz", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 29, + "course_description": "Designed to provide students with thorough and comprehensive background in history and roots of jazz as a musical style from its African roots to the present. Essential jazz styles and traditions are discussed through lectures, required listening, readings, lecture demonstrations, and film presentations.", + "enroll_max": 300, + "lecture_number": 22223, + "credits": "5 units", + "location": "Music Center 101", + "course_name": "MUSC 11B", + "gen_ed_categories": "5 units", + "instructor": "Hester,K.E.", + "class_number": 22223, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Western Classical Music", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 69, + "course_description": "A study of significant works of classical music from Gregorian chant to the present day in relation to the historical periods they represent. Emphasizes the listening experience and awareness of musical style and structure. Illustrated lectures and directed listening. (Formerly Classical Music from the Middle Ages to the Present.)", + "enroll_max": 275, + "lecture_number": 22215, + "credits": "5 units", + "location": "Music Center 101", + "course_name": "MUSC 11A", + "gen_ed_categories": "5 units", + "instructor": "Treadwell,N.K.", + "class_number": 22215, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamental Keyboard Skills", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 10:00AM-11:00AM", + "enroll_current": 0, + "course_description": "Elementary instruction in piano technique, including group and individual performance experience. A minimum of six hours per week of individual practice is required. Curriculum is coordinated with keyboard requirements of course 30A. Concurrent enrollment in course 30A is required. Students are billed a course fee. Prerequisite(s): Instructor determination at first class meeting. (Formerly Group Instruction in Piano.) May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22218, + "credits": "2 units", + "location": "Music Center 134", + "course_name": "MUSC 60", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22218, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Eurasian Ensemble", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 0, + "course_description": "Performing ensemble focusing on the vernacular and art musics of the Eurasian continent, with emphasis on Central Asia. Admission by instructor determination at first class meeting. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22826, + "credits": "2 units", + "location": "Music Center 131", + "course_name": "MUSC 10", + "gen_ed_categories": "2 units", + "instructor": "Merchant,T.H.", + "class_number": 22826, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theory, Literature, and Musicianship", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 09:20AM-10:25AM", + "enroll_current": 0, + "course_description": "Integrated musicianship, theory, and analysis. Species counterpoint and fundamentals of tonal harmony. Analysis of literature from the Middle Ages and Renaissance. Ear-training, taught in smaller sections, emphasizes recognition of triad and dominant-seventh inversions, dictation of diatonic melodies, and aural analysis of simple diatonic interval and chord progressions. Most of the ear-training materials consist of homophonic and polyphonic examples from music literature performed live in class. Prerequisite: admission by core curriculum placement examination.", + "enroll_max": 45, + "lecture_number": 22216, + "credits": "5 units", + "location": "Music Center 131", + "course_name": "MUSC 30A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22216, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "West Javanese Gamelan Ensemble: Intermediate", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "W 10:40AM-12:40PM", + "enroll_current": 0, + "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. Attend first class meeting. May be repeated for credit.", + "enroll_max": 45, + "lecture_number": 22211, + "credits": "2 units", + "location": "Gamelan Stu 230B", + "course_name": "MUSC 5B", + "gen_ed_categories": "2 units", + "instructor": "Sumarna,U.", + "class_number": 22211, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "West Javanese Gamelan Ensemble: Beginning", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "Th 10:30AM-12:30PM", + "enroll_current": 58, + "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. May be repeated for credit.", + "enroll_max": 40, + "lecture_number": 22210, + "credits": "2 units", + "location": "Gamelan Stu 230B", + "course_name": "MUSC 5A", + "gen_ed_categories": "2 units", + "instructor": "Sumarna,U.", + "class_number": 22210, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "West Javanese Gamelan Ensemble: Beginning", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "Th 01:00PM-03:00PM", + "enroll_current": 54, + "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. May be repeated for credit.", + "enroll_max": 40, + "lecture_number": 22209, + "credits": "2 units", + "location": "Gamelan Stu 230B", + "course_name": "MUSC 5A", + "gen_ed_categories": "2 units", + "instructor": "Sumarna,U.", + "class_number": 22209, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mexican Folklorico Music and Dance", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 10, + "course_description": "Instruction in the aesthetic, cultural, and historical dimensions of Mexican Folklorico dance and music. Brings together a dance ensemble and a music ensemble. Enrollment is by permission of the instructor. May be repeated for credit.", + "enroll_max": 60, + "lecture_number": 23320, + "credits": "2 units", + "location": "Music Center 114", + "course_name": "MUSC 12B", + "gen_ed_categories": "2 units", + "instructor": "Rodriguez,R.C.", + "class_number": 23320, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Wind Ensemble", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 07:10PM-08:45PM", + "enroll_current": 0, + "course_description": "A study of selected advanced-level works for wind ensemble, culminating in one or more public concerts. Admission by audition with conductor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 45, + "lecture_number": 22214, + "credits": "2 units", + "location": "Music Center 114", + "course_name": "MUSC 9", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22214, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Large Jazz Ensemble", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "W 05:20PM-06:55PM", + "enroll_current": 1, + "course_description": "Instruction in performance in large jazz ensembles with written arrangements. Prepares a specific repertory for public performance. Admission by audition with instructor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 22207, + "credits": "2 units", + "location": "Music Center 114", + "course_name": "MUSC 3", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22207, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "West Javanese Gamelan Ensemble: Beginning", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "W 01:20PM-03:20PM", + "enroll_current": 55, + "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. May be repeated for credit.", + "enroll_max": 40, + "lecture_number": 22208, + "credits": "2 units", + "location": "Gamelan Stu 230B", + "course_name": "MUSC 5A", + "gen_ed_categories": "2 units", + "instructor": "Sumarna,U.", + "class_number": 22208, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "University Orchestra", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 12, + "course_description": "A study of selected works for orchestra, culminating in one or more public concerts. Admission by audition with conductor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 80, + "lecture_number": 22206, + "credits": "2 units", + "location": "Music Center 114", + "course_name": "MUSC 2", + "gen_ed_categories": "2 units", + "instructor": "Kiesling,B.A.", + "class_number": 22206, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Biofilms: Processes and Regulation", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduate students may enroll with instructor's permission.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Intensive seminar series focusing on the most current work on genes and the processes that regulate biofilm development dynamics as well as on the recent developments on visualization of biofilms. Presentation and discussion based. May be repeated for credit.", + "lecture_number": 21818, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "METX 281Y", + "gen_ed_categories": "2 units", + "instructor": "Yildiz,F.", + "class_number": 21818, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "University Concert Choir", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 0, + "course_description": "A study of selected works for mixed chorus, with emphasis on masterworks for chorus and orchestra, culminating in one or more public concerts. Familiarity with basic music notation recommended. Admission by audition with conductor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 70, + "lecture_number": 22205, + "credits": "2 units", + "location": "Music Center 131", + "course_name": "MUSC 1C", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22205, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Beginning Balinese Gamelan", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 01:30PM-03:05PM", + "enroll_current": 0, + "course_description": "Instruction in Balinese gamelan. Utilizes pitched percussion instruments to learn highly ornate and complex pieces through rote learning; students are not required to read music. Focuses on traditional repertoire and basic gamelan techniques for public performance. Enrollment by permission of the instructor at the first class meeting. (Formerly Balinese Gamelan Ensemble.) May be repeated for credit.", + "enroll_max": 15, + "lecture_number": 22213, + "credits": "2 units", + "location": "Gamelan Stu 230B", + "course_name": "MUSC 8A", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22213, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "West Javanese Gamelan Ensemble: Advanced", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "M 06:00PM-08:00PM", + "enroll_current": 0, + "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. Attend first class meeting. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 22212, + "credits": "2 units", + "location": "Gamelan Stu 230B", + "course_name": "MUSC 5C", + "gen_ed_categories": "2 units", + "instructor": "Sumarna,U.", + "class_number": 22212, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Graduate Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with instructor's permission.", + "meet_times": "Tu 12:00PM-01:00PM", + "location": "PhysSciences 240", + "enroll_current": 8, + "course_description": "Weekly seminars by academic and research faculty on their areas of special interest. Students write weekly abstracts on articles covered by the seminars.", + "lecture_number": 21819, + "credits": "0 units", + "waitlist_current": 0, + "course_name": "METX 292", + "gen_ed_categories": "0 units", + "instructor": "Yildiz,F.", + "class_number": 21819, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Bacterial Pathogenesis and Innate Immunity", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates performing research under the supervision of the instructor may enroll with instructor's permission.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Focuses on the interplay between the human gut bacterial pathogen Yersinia pseudotuberculosis and the innate immune system of the host. Participants are required to present the goals, results, and conclusions from their own research. Participation in the general discussion during others' presentations is also required. May be repeated for credit.", + "lecture_number": 22910, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "METX 281V", + "gen_ed_categories": "2 units", + "instructor": "Stone,V.A.", + "class_number": 22910, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 6 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 21132, + "class_type": "SEM", + "course_description": "Intensive seminar focusing on mechanisms of bacterial pathogenesis of the ulcer-causing bacterium", + "course_name": "METX 281O", + "course_title": "Topics in Bacterial Pathogenesis", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21132, + "instructor": "Ottemann,K.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as BIOL 280O.", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Environmental Microbiology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with instructor's permission.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar and discussion focusing on mechanism of microbial transformation of metals. Participants present results from their research projects in a seminar format. Relevant journal articles presented and discussed.", + "lecture_number": 22718, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "METX 281C", + "gen_ed_categories": "2 units", + "instructor": "Saltikov,C.W.", + "class_number": 22718, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Interdisciplinary Approaches in Environmental Toxicology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Advanced undergraduates may enroll by permission of the instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "BiomedSci 260", + "enroll_current": 2, + "course_description": "Introduction to interdisciplinary, case-based approaches to problem-solving. Demonstrates how important, current problems in environmental and human health have been addressed and solved. Presents assigned problems that integrate the different organization levels (environmental, molecular/cellular, organismal/public health) inherent to environmental and human health. Students work in collaborative teams to analyze each problem and create a proposal for a research plan/solution.", + "lecture_number": 22772, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "METX 200", + "gen_ed_categories": "5 units", + "instructor": "Yildiz,F.", + "class_number": 22772, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cellular and Organismal Responses to Toxicants", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Intensive research seminar on the concepts, theory, and techniques in deriving physiologically based pharmacokinetic models of toxin exposure, metabolism, and efficacy of therapeutic treatment in mammalian models of human metal toxicity. May be repeated for credit.", + "lecture_number": 21146, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "METX 281S", + "gen_ed_categories": "2 units", + "instructor": "Smith,D.R.", + "class_number": 21146, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Molecular Toxicology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduates may enroll with instructor's permission.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar and discussion on the mechanisms of toxicity in DNA alkylating agents. Participants present results from their research, and relevant journal articles are discussed. May be repeated for credit.", + "lecture_number": 22839, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "METX 281M", + "gen_ed_categories": "2 units", + "instructor": "Camps,M.", + "class_number": 22839, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 6 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 21075, + "class_type": "LAB", + "course_description": "An introduction to the principles and practices of laboratory microbiology, with a substantial presentation of optical microscopy. Students are billed a materials fee.", + "course_name": "METX 119L", + "course_title": "Microbiology Laboratory", + "location": "PhysSciences 136", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in 119 and either BIOL 20L, BIOL 101L, or BIOL 102L. Satisfaction of Entry Level Writing and Composition requirements. Non-majors enroll by permission of the instructor.", + "meet_times": "M 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 21075, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lab & associated secondary lab.", + "enroll_current": 40, + "waitlist_current": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sources and Fates of Pollutants", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduate science majors may enroll with permission of instructor.", + "meet_times": "MW 11:40AM-01:15PM", + "location": "PhysSciences 450", + "enroll_current": 0, + "course_description": "Presents in-depth important principles of environmental toxicology related to the introduction, transport, and fate of toxicants in aquatic and terrestrial environments including environmental chemistry and biogeochemical cycles as well as exposure pathways and uptake by organisms. Additional emphasis will be placed on the susceptibility and effects of toxicants across organ systems, toxicokinetics and biomarkers of exposure, and effects at the ecosystem level. Students cannot receive credit for this course and course 101.", + "lecture_number": 21817, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "METX 201", + "gen_ed_categories": "5 units", + "instructor": "Saltikov,C.W.", + "class_number": 21817, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Balinese Gamelan", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 8A.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Gamelan Stu 230B", + "enroll_current": 1, + "course_description": "Instruction in Balinese gamelan. Utilizes pitched percussion instruments to learn highly ornate and complex pieces through rote learning; students are not required to read music. Focuses on advanced traditional and contemporary repertoire for public performance. May be repeated for credit.", + "lecture_number": 23231, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "MUSC 8B", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23231, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theory and Practice of Field Study", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Merrill Acad 132", + "enroll_current": 17, + "course_description": "Course provides an opportunity for lower-division students to learn about Santa Cruz, Calif., its contemporary history, culture, and politics through classroom theoretical learning integrated with individual field studies. Course also examines social change, qualitative research, and community organizing.", + "lecture_number": 23066, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 90", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23066, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Merrill Acad 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23613, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23613, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Microbiology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOC 100A or BIOL 101 or BIOL 100 or Chemistry 103.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "J Bask Aud 101", + "enroll_current": 152, + "course_description": "Cell and molecular biology of bacteria and their viruses, including applications in medicine, public health, agriculture, and biotechnology.", + "lecture_number": 21069, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "METX 119", + "gen_ed_categories": "5 units", + "instructor": "Stone,V.A.", + "class_number": 21069, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 200 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Focus on Africa", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 07:10PM-08:45PM", + "enroll_current": 20, + "course_description": "Equips students with the skills and background necessary to be informed observers and chroniclers of current affairs on the African continent. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 23220, + "credits": "2 units", + "location": "Merrill Acad 132", + "course_name": "MERR 183F", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23220, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Merrill Acad 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23611, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23611, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Merrill Acad 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23608, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23608, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Merrill Acad 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23610, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "El Dessouky,D.", + "class_number": 23610, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Merrill Acad 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23609, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "El Dessouky,D.", + "class_number": 23609, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 22764, + "class_type": "FLD", + "course_description": "Supervised hands-on experience assisting in local K-12 school classrooms. Students also attend UCSC course meetings, complete relevant readings in educational theory, and present a final assignment. Please see \nhttp://merrill.ucsc.edu/academics/programs-and-courses/classroom-connection/index.html for conditions that must be met prior to placement at local schools. May be repeated for credit.", + "course_name": "MERR 85C", + "course_title": "Merrill Classroom Connection Field Study", + "location": "Merrill Acad 130", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Priority enrollment is restricted to Merrill College members.", + "meet_times": "Tu 07:10PM-08:45PM", + "credits": "2 units", + "lecture_number": 22764, + "instructor": "Abrams,E.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Contact:", + "enroll_current": 24, + "waitlist_current": 0 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 22204, + "class_type": "FLD", + "course_description": "Supervised hands-on experience assisting in local K-12 school classrooms. Students attend UCSC class meetings, complete relevant readings in educational theory, and present a final assignment. This course requires more hours than course 85C and involves travel to Pescadero twice per week. May be repeated for credit.", + "course_name": "MERR 85B", + "course_title": "Merrill Classroom Connection Field Study", + "location": "Merrill Acad 130", + "grading_options": "Pass/Not Pass", + "gen_ed_categories": "3 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Priority enrollment restricted to Merrill College members.", + "meet_times": "Tu 07:10PM-08:45PM", + "credits": "3 units", + "lecture_number": 22204, + "instructor": "Abrams,E.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with MERR 085C.", + "enroll_current": 24, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Merrill Acad 130", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23612, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23612, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Merrill Acad 130", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23605, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Dubreuil,J.", + "class_number": 23605, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Precalculus Academy Lab", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as CRWN 3L. Enroll in lab and associated secondary lab.", + "meet_times": "TBA TBA", + "enroll_current": 1, + "course_description": "Students use worksheets designed to help them solve problems by thinking critically, and participate in answering project-based questions relevant to the themes of their college core courses. Prerequisite(s): Mathematics 2 or placement (MP) score of 200 or higher. Concurrent enrollment in Mathematics 3 is required. Enrollment is restricted to Merrill and Crown college members. Enrollment is by permission of the instructor. May be repeated for credit.", + "enroll_max": 0, + "lecture_number": 23269, + "credits": "2 units", + "location": "TBA", + "course_name": "MERR 3L", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23269, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Merrill Acad 130", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23607, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23607, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Merrill Acad 130", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23606, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23606, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Merrill Acad 130", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23604, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Bigley,M.", + "class_number": 23604, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Merrill Acad 130", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23603, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Abrams,E.S.", + "class_number": 23603, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Merrill Acad 130", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23602, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23602, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Merrill Acad 130", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23600, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23600, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Merrill Acad 130", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23599, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23599, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Homological Algebra", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "MW 09:50AM-11:25AM", + "location": "McHenry Clrm 1279", + "enroll_current": 3, + "course_description": "Homology and cohomology theories have proven to be powerful tools in many fields (topology, geometry, number theory, algebra). Independent of the field, these theories use the common language of homological algebra. The aim of this course is to acquaint the participants with basic concepts of category theory and homological algebra, as follows: chain complexes, homology, homotopy, several (co)homology theories (topological spaces, manifolds, groups, algebras, Lie groups), projective and injective resolutions, derived functors (Ext and Tor). Depending on time, spectral sequences or derived categories may also be treated. Courses 200 and 202 strongly recommended.", + "lecture_number": 22202, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 239", + "gen_ed_categories": "5 units", + "instructor": "Suh,J.", + "class_number": 22202, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Merrill Acad 130", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", + "lecture_number": 23601, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MERR 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23601, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Partial Differential Equations I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Courses 106 and 107 are recommended as preparation. Enrollment is restricted to graduate students.", + "meet_times": "MW 09:50AM-11:25AM", + "location": "McHenry Clrm 1270", + "enroll_current": 2, + "course_description": "First of the two PDE courses covering basically Part I in Evans' book;", + "lecture_number": 22199, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 213A", + "gen_ed_categories": "5 units", + "instructor": "Qing,J.", + "class_number": 22199, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 04:00PM-05:45PM", + "location": "McHenry Clrm 4130", + "enroll_current": 2, + "course_description": "A weekly seminar attended by faculty, graduate students, and upper-division undergraduate students. All graduate students are expected to attend.", + "lecture_number": 22203, + "credits": "0 units", + "waitlist_current": 0, + "course_name": "MATH 292", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 22203, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Algebraic Topology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): Courses 200, 201, and 202 recommended as preparation. Enrollment is restricted to graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "McHenry Clrm 1279", + "enroll_current": 3, + "course_description": "Continuation of course 210. Topics include theory of characteristic classes of vector bundles, cobordism theory, and homotopy theory.", + "lecture_number": 22198, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 211", + "gen_ed_categories": "5 units", + "instructor": "Cristofaro-Gardiner,D.", + "class_number": 22198, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Analysis I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): courses105A and 105B are recommended as preparation.Enrollment is restricted to graduate students.", + "meet_times": "MW 01:30PM-03:05PM", + "location": "McHenry Clrm 1270", + "enroll_current": 10, + "course_description": "Completeness and compactness for real line; sequences and infinite series of functions; Fourier series; calculus on Euclidean space and the implicit function theorem; metric spaces and the contracting mapping theorem; the Arzela-Ascoli theorem; basics of general topological spaces; the Baire category theorem; Urysohn's lemma; and Tychonoff's theorem.", + "lecture_number": 22197, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 204", + "gen_ed_categories": "5 units", + "instructor": "Lin,L.", + "class_number": 22197, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Algebra I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "McHenry Clrm 1270", + "enroll_current": 11, + "course_description": "Group theory: subgroups, cosets, normal subgroups, homomorphisms, isomorphisms, quotient groups, free groups, generators and relations, group actions on a set. Sylow theorems, semidirect products, simple groups, nilpotent groups, and solvable groups. Ring theory: Chinese remainder theorem, prime ideals, localization. Euclidean domains, PIDs, UFDs, polynomial rings. Prerequisite(s): courses 111A and 117 are recommended as preparation. May be repeated for credit.", + "lecture_number": 22196, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 200", + "gen_ed_categories": "5 units", + "instructor": "Sanders,B.", + "class_number": 22196, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Manifolds I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "MW 11:40AM-01:15PM", + "location": "McHenry Clrm 1279", + "enroll_current": 10, + "course_description": "Definition of manifolds; the tangent bundle; the inverse function theorem and the implicit function theorem; transversality; Sard's theorem and the Whitney embedding theorem; vector fields, flows, and the Lie bracket; Frobenius's theorem. Course 204 recommended for preparation.", + "lecture_number": 22200, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 208", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22200, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Elliptic Functions and Modular Forms", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): courses 200, 201, 202, and either 207 or 103A are recommended as preparation. Enrollment is restricted to graduate students.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "The course, aimed at second-year graduate students, will cover the basic facts about elliptic functions and modular forms. The goal is to provide the student with foundations suitable for further work in advanced number theory, in conformal field theory, and in the theory of Riemann surfaces.", + "lecture_number": 22201, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 238", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 22201, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Algebra IV", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): courses 200, 201, and 202. Enrollment is restricted to graduate students.", + "meet_times": "MW 03:20PM-04:55PM", + "location": "McHenry Clrm 1270", + "enroll_current": 3, + "course_description": "Topics include tensor product of modules over rings, projective modules and injective modules, Jacobson radical, Wedderburns' theorem, category theory, Noetherian rings, Artinian rings, affine varieties, projective varieties, Hilbert's Nullstellensatz, prime spectrum, Zariski topology, discrete valuation rings, and Dedekind domains.", + "lecture_number": 22659, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 203", + "gen_ed_categories": "5 units", + "instructor": "Karasiewicz,E.S.", + "class_number": 22659, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "21", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "lecture_number": 24198, + "class_number": 24198, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "20", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "lecture_number": 24197, + "class_number": 24197, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "19", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "lecture_number": 24196, + "class_number": 24196, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "18", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "lecture_number": 24195, + "class_number": 24195, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "17", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24194, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Weissman,M.", + "class_number": 24194, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "15", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24192, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Tamanoi,H.", + "class_number": 24192, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "16", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24193, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Tromba,A.J.", + "class_number": 24193, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "14", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24199, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Suh,J.", + "class_number": 24199, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "13", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24191, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Sanders,B.", + "class_number": 24191, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "12", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24190, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Qing,J.", + "class_number": 24190, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "10", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24188, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Monard,F.", + "class_number": 24188, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "21", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "lecture_number": 24184, + "class_number": 24184, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "11", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24189, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Montgomery,R.", + "class_number": 24189, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "09", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24187, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Lin,L.", + "class_number": 24187, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "08", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24186, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Lewis,D.K.", + "class_number": 24186, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "07", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Tutorial May be repeated for credit.", + "lecture_number": 24185, + "credits": "2 units", + "location": "TBA", + "course_name": "MATH 199F", + "gen_ed_categories": "2 units", + "instructor": "Ginzburg,V.", + "class_number": 24185, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "13", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24183, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Sanders,B.", + "class_number": 24183, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "10", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24180, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Monard,F.", + "class_number": 24180, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "08", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24178, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Lewis,D.K.", + "class_number": 24178, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "07", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24177, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Ginzburg,V.", + "class_number": 24177, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "05", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24175, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Dong,C.", + "class_number": 24175, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "04", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24174, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Dasgupta,S.", + "class_number": 24174, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24172, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Cooperstein,B.N.", + "class_number": 24172, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "11", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24181, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Montgomery,R.", + "class_number": 24181, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "ACE Program Service Learning", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Students participate in training and development to co-facilitate collaborative learning in ACE chemistry discussion sections and midterm/exam review sessions. Students are role models for students pursuing science- and math-intensive majors. Prerequisite(s): Prior participation in ACE; good academic standing; no non-passing grades in prior quarter. Enrollment is restricted to sophomores, juniors, and seniors.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "MATH 189", + "gen_ed_categories": "2 units", + "lecture_number": 24292, + "class_number": 24292, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 50 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 23281, + "class_type": "LEC", + "course_description": "Introduces programming in Python with applications to advanced mathematics. Students apply data structures and algorithms to topics such as numerical approximation, number theory, linear algebra, and combinatorics. No programming experience is necessary, but a strong mathematics background is required.", + "course_name": "MATH 152", + "course_title": "Programming for Mathematics", + "location": "Sci & Engr Library 206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 23281, + "instructor": "Weissman,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 26, + "waitlist_current": 0 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 22193, + "class_type": "LEC", + "course_description": "Euclidean, projective, spherical, and hyperbolic (non-Euclidean) geometries. Begins with the thirteen books of Euclid. Surveys the other geometries. Attention paid to constructions and visual intuition as well as logical foundations. Rigid motions and projective transformations covered.", + "course_name": "MATH 128A", + "course_title": "Classical Geometry: Euclidean and Non-Euclidean", + "location": "Engineer 2 194", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): either course 100 or Computer Science 101.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22193, + "instructor": "Cristofaro-Gardiner,D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018..", + "enroll_current": 42, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24173, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Cristofaro-Gardiner,D.", + "class_number": 24173, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "09", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24179, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Lin,L.", + "class_number": 24179, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "12", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 0, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24182, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Qing,J.", + "class_number": 24182, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mathematical Problem Solving", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 21 and 100.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 2 165", + "enroll_current": 11, + "course_description": "Students learn the strategies, tactics, skills and tools that mathematicians use when faced with a novel (new) problem. These include generalization, specialization, the optimization, invariance, symmetry, Dirichlet's box principle among others in the context of solving problems from number theory, geometry, calculus, combinatorics, probability, algebra, analysis, and graph theory. (Formerly, course 30.)", + "lecture_number": 22175, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 101", + "gen_ed_categories": "5 units", + "instructor": "Cooperstein,B.N.", + "class_number": 22175, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 22189, + "class_type": "LEC", + "course_description": "Review of abstract vector spaces. Dual spaces, bilinear forms, and the associated geometry. Normal forms of linear mappings. Introduction to tensor products and exterior algebras.", + "course_name": "MATH 117", + "course_title": "Advanced Linear Algebra", + "location": "PhysSciences 114", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 21 or Applied Mathematics and Statistics 10 and either course 100 or Computer Science 101.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 22189, + "instructor": "Suh,J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 35, + "waitlist_current": 0 + }, { + "enroll_max": 55, + "waitlist_max": 999, + "class_number": 22180, + "class_type": "LEC", + "course_description": "The basic concepts of one-variable calculus are treated rigorously. Set theory, the real number system, numerical sequences and series, continuity, differentiation.", + "course_name": "MATH 105A", + "course_title": "Real Analysis", + "location": "Cowell Clrm 131", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 22 or 23B and either course 100 or Computer Science 101.", + "meet_times": "MWF 01:20PM-02:25PM", + "credits": "5 units", + "lecture_number": 22180, + "instructor": "Monard,F.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 48, + "waitlist_current": 0 + }, { + "enroll_max": 55, + "waitlist_max": 999, + "class_number": 22183, + "class_type": "LEC", + "course_description": "Group theory including the Sylow theorem, the structure of abelian groups, and permutation groups.", + "course_name": "MATH 111A", + "course_title": "Algebra", + "location": "N. Sci Annex 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 21 or Applied Mathematics and Statistics 10 and either course 100 or Computer Science 101.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22183, + "instructor": "Weissman,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 54, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cryptography", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100 or Computer Science 101; course 110 is recommended as preparation.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "PhysSciences 130", + "enroll_current": 43, + "course_description": "Introduces different methods in cryptography (shift cipher, affine cipher, Vigenere cipher, Hill cipher, RSA cipher, ElGamal cipher, knapsack cipher). The necessary material from number theory and probability theory is developed in the course. Common methods to attack ciphers discussed.", + "lecture_number": 23679, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 134", + "gen_ed_categories": "5 units", + "instructor": "Boltje,R.", + "class_number": 23679, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "enroll_max": 221, + "waitlist_max": 999, + "class_number": 22141, + "class_type": "LEC", + "course_description": "Systems of linear equations matrices, determinants. Introduces abstract vector spaces, linear transformation, inner products, the geometry of Euclidean space, and eigenvalues. Students cannot receive credit for this course and Applied Mathematics and Statistics 10 or 10A.", + "course_name": "MATH 21", + "course_title": "Linear Algebra", + "location": "Humn Lecture Hall", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 11A or 15A.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 22141, + "instructor": "Karasiewicz,E.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 183, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tutorial", + "course_section": "06", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "waitlist_current": 0, + "enroll_current": 1, + "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", + "lecture_number": 24176, + "credits": "5 units", + "location": "TBA", + "course_name": "MATH 199", + "gen_ed_categories": "5 units", + "instructor": "Ehrhardt,T.", + "class_number": 24176, + "waitlist_max": 0, + "enroll_max": 999 + }, { + "enroll_max": 35, + "waitlist_max": 999, + "class_number": 22176, + "class_type": "LEC", + "course_description": "Students learn the basic concepts and ideas necessary for upper-division mathematics and techniques of mathematical proof. Introduction to sets, relations, elementary mathematical logic, proof by contradiction, mathematical induction, and counting arguments.", + "course_name": "MATH 100", + "course_title": "Introduction to Proof and Problem Solving", + "location": "PhysSciences 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; course 11A or 19A or 20A; and course 21 or Applied Mathematics and Statistics 10 or Applied Mathematics and Statistics 10A.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 22176, + "instructor": "Tamanoi,H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 35, + "waitlist_current": 5 + }, { + "enroll_max": 225, + "waitlist_max": 999, + "class_number": 22155, + "class_type": "LEC", + "course_description": "Vectors in n-dimensional Euclidean space. The inner and cross products. The derivative of functions from n-dimensional to m-dimensional Euclidean space is studied as a linear transformation having matrix representation. Paths in 3-dimensions, arc length, vector differential calculus, Taylor's theorem in several variables, extrema of real-valued functions, constrained extrema and Lagrange multipliers, the implicit function theorem, some applications. Students cannot receive credit for this course and course 22. (Formerly Multivariable Calculus.)", + "course_name": "MATH 23A", + "course_title": "Vector Calculus", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 19B or 20B or AP calculus BC exam score of 4 or 5.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 22155, + "instructor": "Migliore,E.T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 214, + "waitlist_current": 0 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 22170, + "class_type": "LEC", + "course_description": "First and second order ordinary differential equations, with emphasis on the linear case. Methods of integrating factors, undetermined coefficients, variation of parameters, power series, numerical computation. Students cannot receive credit for this course and Applied Mathematics and Statistics 20.", + "course_name": "MATH 24", + "course_title": "Ordinary Differential Equations", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 22 or 23A; course 21 is recommended as preparation.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 22170, + "instructor": "Tamanoi,H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 50, + "waitlist_current": 23 + }, { + "enroll_max": 90, + "waitlist_max": 999, + "class_number": 22100, + "class_type": "LEC", + "course_description": "Starting with the fundamental theorem of calculus and related techniques, the integral of functions of a single variable is developed and applied to problems in geometry, probability, physics, and differential equations. Polynomial approximations, Taylor series, and their applications conclude the course. Students cannot receive credit for this course and course 19B, or Applied Mathematics and Statistics 11B and 15B, or Economics 11B.", + "course_name": "MATH 11B", + "course_title": "Calculus with Applications", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11A or 19A or Applied Mathematics and Statistics 15A or AP Calculus AB exam score of 4 or 5, or BC exam score of 3 or higher, or IB Mathematics Higher Level exam score of 5 or higher.", + "meet_times": "MWF 08:00AM-09:05AM", + "credits": "5 units", + "lecture_number": 22100, + "instructor": "Eastman,M.R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 86, + "waitlist_current": 2 + }, { + "enroll_max": 90, + "waitlist_max": 999, + "class_number": 22165, + "class_type": "LEC", + "course_description": "Double integral, changing the order of integration. Triple integrals, maps of the plane, change of variables theorem, improper double integrals. Path integrals, line integrals, parametrized surfaces, area of a surface, surface integrals. Green's theorem, Stokes' theorem, conservative fields, Gauss' theorem. Applications to physics and differential equations, differential forms. (Formerly Multivariable Calculus.)", + "course_name": "MATH 23B", + "course_title": "Vector Calculus", + "location": "Online", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 23A.", + "meet_times": "TBA TBA", + "credits": "5 units", + "lecture_number": 22165, + "instructor": "Bauerle,F.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Mandatory first class Friday, September 28, 5:20 pm Classroom Unit 2. (meeting optional if you have already taken UCSC online calculus course.) Online sections available for off-campus students. In-class sections listed below-enrollment encouragednot mandatory. Info:", + "enroll_current": 90, + "waitlist_current": 27 + }, { + "enroll_max": 68, + "waitlist_max": 999, + "class_number": 22105, + "class_type": "LEC", + "course_description": "The limit of a function, calculating limits, continuity, tangents, velocities, and other instantaneous rates of change. Derivatives, the chain rule, implicit differentiation, higher derivatives. Exponential functions, inverse functions, and their derivatives. The mean value theorem, monotonic functions, concavity, and points of inflection. Applied maximum and minimum problems. Students cannot receive credit for both this course and course 11A or Applied Mathematics and Statistics 11A and 15A,or Economics 11A.", + "course_name": "MATH 19A", + "course_title": "Calculus for Science, Engineering, and Mathematics", + "location": "Online", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3; or mathematics placement (MP) score of 400 or higher; or AP Calculus AB exam score of 3 or higher.", + "meet_times": "TBA TBA", + "credits": "5 units", + "lecture_number": 22105, + "instructor": "Tromba,A.J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Mandatory first class Friday, September 28, 5:20 pm Classroom Unit 2. Online sections available for off-campus students. In-class sections listed below-enrollment encouragednot mandatory. Info:", + "enroll_current": 21, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Honors Calculus", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): mathematics placement (MP) score of 500 higher; or AP Calculus AB examination score of 4 or 5; or BC examination of 3 or higher; or IB Mathematics Higher Level examination score of 5 or higher.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "PhysSciences 114", + "enroll_current": 5, + "course_description": "Methods of proof, number systems, binomial and geometric sums. Sequences, limits, continuity, and the definite integral. The derivatives of the elementary functions, the fundamental theorem of calculus, and the main theorems of differential calculus.", + "lecture_number": 23676, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "MATH 20A", + "gen_ed_categories": "5 units", + "instructor": "Monard,F.", + "class_number": 23676, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "enroll_max": 153, + "waitlist_max": 999, + "class_number": 22131, + "class_type": "LEC", + "course_description": "The definite integral and the fundamental theorem of calculus. Areas, volumes. Integration by parts, trigonometric substitution, and partial fractions methods. Improper integrals. Sequences, series, absolute convergence and convergence tests. Power series, Taylor and Maclaurin series. Students cannot receive credit for both this course and course 11B, Applied Math and Statistics 11B and 15B, or Economics 11B.", + "course_name": "MATH 19B", + "course_title": "Calculus for Science, Engineering, and Mathematics", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 19A or 20A or AP Calculus AB exam score of 4 or 5, or BC exam score of 3 or higher, or IB Mathematics Higher Level exam score of 5 of higher.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 22131, + "instructor": "Lin,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 97, + "waitlist_current": 0 + }, { + "enroll_max": 68, + "waitlist_max": 999, + "class_number": 22118, + "class_type": "LEC", + "course_description": "The limit of a function, calculating limits, continuity, tangents, velocities, and other instantaneous rates of change. Derivatives, the chain rule, implicit differentiation, higher derivatives. Exponential functions, inverse functions, and their derivatives. The mean value theorem, monotonic functions, concavity, and points of inflection. Applied maximum and minimum problems. Students cannot receive credit for both this course and course 11A or Applied Mathematics and Statistics 11A and 15A,or Economics 11A.", + "course_name": "MATH 19A", + "course_title": "Calculus for Science, Engineering, and Mathematics", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3; or mathematics placement (MP) score of 400 or higher; or AP Calculus AB exam score of 3 or higher.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 22118, + "instructor": "Migliore,E.T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Thurs., October 4th for Fall 2018.", + "enroll_current": 22, + "waitlist_current": 0 + }, { + "enroll_max": 12, + "waitlist_max": 999, + "class_number": 22093, + "class_type": "LEC", + "course_description": "A modern course stressing conceptual understanding, relevance, and problem solving. The derivative of polynomial, exponential, and trigonometric functions of a single variable is developed and applied to a wide range of problems involving graphing, approximation, and optimization. Students cannot receive credit for both this course and course 19A or Applied Mathematics and Statistics 11A and 15A, or Economics 11A.", + "course_name": "MATH 11A", + "course_title": "Calculus with Applications", + "location": "Thim Lecture 003", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3 or Applied Mathematics and Statistics 3; or mathematics placement (MP) score of 300 or higher; or AP Calculus AB exam score of 3 or higher.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 22093, + "instructor": "Eastman,M.R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 12, + "waitlist_current": 14 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 22084, + "class_type": "LEC", + "course_description": "A modern course stressing conceptual understanding, relevance, and problem solving. The derivative of polynomial, exponential, and trigonometric functions of a single variable is developed and applied to a wide range of problems involving graphing, approximation, and optimization. Students cannot receive credit for both this course and course 19A or Applied Mathematics and Statistics 11A and 15A, or Economics 11A.", + "course_name": "MATH 11A", + "course_title": "Calculus with Applications", + "location": "Humn Lecture Hall", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3 or Applied Mathematics and Statistics 3; or mathematics placement (MP) score of 300 or higher; or AP Calculus AB exam score of 3 or higher.", + "meet_times": "MWF 08:00AM-09:05AM", + "credits": "5 units", + "lecture_number": 22084, + "instructor": "Morales,P.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 15, + "waitlist_current": 14 + }, { + "enroll_max": 2, + "waitlist_max": 999, + "class_number": 23193, + "class_type": "LAB", + "course_description": "Independent study of algebra and modern mathematics using adaptive learning software. Instruction emphasizes clear mathematical communication and reasoning when working with sets, equations, functions, and graphs. Drop in labs, online forums, and readings provide opportunities for further learning and exploration. May be repeated for credit.", + "course_name": "MATH 2T", + "course_title": "Preparatory Math: Tutorial", + "location": "McHenry Lib 1340", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): mathematics placement (MP) score of 100 or higher.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "2 units", + "lecture_number": 23193, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Math 2T is primarily an independent work course, but all students must attend an introductory session and approximately biweekly progress meetings. These meetings will typically be held during the TuTh 11:40-1:15 time block. Interested students who will be taking another UCSC course that meets during that time block should contact the Math 2T instructor,", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "enroll_max": 5, + "waitlist_max": 999, + "class_number": 22054, + "class_type": "LEC", + "course_description": "Operations on real numbers, complex numbers, polynomials, and rational expressions; exponents and radicals; solving linear and quadratic equations and inequalities; functions, algebra of functions, graphs; conic sections; mathematical models; sequences and series.", + "course_name": "MATH 2", + "course_title": "College Algebra for Calculus", + "location": "Sci & Engr Library 206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): mathematics placement (MP) score of 100 or higher.", + "meet_times": "MWF 01:20PM-02:25PM", + "credits": "5 units", + "lecture_number": 22054, + "instructor": "Bhattacharya,N.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Course Format: Collaborative instruction with lectures 3 days/week; in-class work emphasizes active participation. Students also attend collaborative learning-based sections 2X/week. Students participate in problem-solving sessions & collaborative study teams to deepen their understanding of the course content. Secondary section enrollment is mandatory. Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 5, + "waitlist_current": 4 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 22053, + "class_type": "SEM", + "course_description": "The course topic changes; see the Class Search for the current topic. May be repeated for credit.", + "course_name": "LIT 251", + "course_title": "Topics in Cultural Studies", + "location": "Humanities 1 620", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 01:30PM-04:30PM", + "credits": "5 units", + "lecture_number": 22053, + "instructor": "Kinoshita,S.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: The Mediterranean and other Oceanic Spaces.", + "enroll_current": 1, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 22052, + "class_type": "SEM", + "course_description": "Global theories of history and cultural production. Course topic changes; see the Class Search for current topic. May be repeated for credit.", + "course_name": "LIT 250", + "course_title": "Theory and Methods", + "location": "Humanities 1 620", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Th 07:10PM-10:10PM", + "credits": "5 units", + "lecture_number": 22052, + "instructor": "Wilson,R.J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: Worlding as Critical Practice: Postcolonial, Poetic, Ecological Perspectives.", + "enroll_current": 4, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 22025, + "class_type": "SEM", + "course_description": "Course topic changes; see the Class Search for current topic. May be repeated for credit.", + "course_name": "LIT 222", + "course_title": "Topics in English Language Literature", + "location": "Humanities 1 620", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Th 01:30PM-04:30PM", + "credits": "5 units", + "lecture_number": 22025, + "instructor": "Gruesz,K.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: Geography and Destiny in Nineteenth-Century America.", + "enroll_current": 5, + "waitlist_current": 0 + }, { + "enroll_max": 0, + "waitlist_max": 999, + "class_number": 22081, + "class_type": "LEC", + "course_description": "Inverse functions and graphs; exponential and logarithmic functions, their graphs, and use in mathematical models of the real world; rates of change; trigonometry, trigonometric functions, and their graphs; and geometric series. Students cannot receive credit for both course 3 and Applied Mathematics and Statistics 3. Applied Mathematics and Statistics 3 can substitute for course 3.", + "course_name": "MATH 3", + "course_title": "Precalculus", + "location": "Crown Clrm 208", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or mathematics placement (MP) score of 200 or higher.", + "meet_times": "MWF 04:00PM-05:05PM", + "credits": "5 units", + "lecture_number": 22081, + "instructor": "Bhattacharya,N.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment by permission and restricted to Crown and Merrill College members. Concurrent enrollment in Crown and Merrill 3L is required. Enroll in lecture and associated discussion section.", + "enroll_current": 1, + "waitlist_current": 4 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 22067, + "class_type": "LEC", + "course_description": "Inverse functions and graphs; exponential and logarithmic functions, their graphs, and use in mathematical models of the real world; rates of change; trigonometry, trigonometric functions, and their graphs; and geometric series. Students cannot receive credit for both course 3 and Applied Mathematics and Statistics 3. Applied Mathematics and Statistics 3 can substitute for course 3.", + "course_name": "MATH 3", + "course_title": "Precalculus", + "location": "Humn Lecture Hall", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or mathematics placement (MP) score of 200 or higher.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 22067, + "instructor": "Morales,P.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Secondary sections begin Wed, October 3rd for Fall 2018.", + "enroll_current": 15, + "waitlist_current": 10 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 22995, + "class_type": "SEM", + "course_description": "Study of selected authors or issues related to modern Jewish literature and culture. Topic changes; please see the Class Search for current topic. Critical approach designations: Histories, Power and Subjectivities. Distribution requirement: Senior Seminar. Jewish Studies majors may use this course to satisfy the Jewish Studies senior exit requirement. May be repeated for credit.", + "course_name": "LIT 190Y", + "course_title": "Topics in Jewish Literature and Culture", + "location": "Soc Sci 1 145", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, and Literature 101 (for literature majors). Enrollment is restricted to senior literature and Jewish studies majors.", + "meet_times": "TuTh 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 22995, + "instructor": "Thompson,B.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: Jewish Comedy.", + "enroll_current": 9, + "waitlist_current": 0 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 22622, + "class_type": "SEM", + "course_description": "Intensive examination of works by individual authors. Course topic changes; see the Class Search for current topic. Critical approach designations: Genres, Histories. Distribution requirement: Senior Seminar. (Formerly English Language Literature 190A.) May be repeated for credit.", + "course_name": "LIT 190I", + "course_title": "Individual Authors", + "location": "Soc Sci 1 145", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Literature 101. Enrollment is restricted to senior literature majors.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22622, + "instructor": "Leicester,H.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: Geoffrey Chaucer.", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "enroll_max": 4, + "waitlist_max": 999, + "class_number": 22066, + "class_type": "LEC", + "course_description": "Operations on real numbers, complex numbers, polynomials, and rational expressions; exponents and radicals; solving linear and quadratic equations and inequalities; functions, algebra of functions, graphs; conic sections; mathematical models; sequences and series.", + "course_name": "MATH 2", + "course_title": "College Algebra for Calculus", + "location": "Sci & Engr Library 206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): mathematics placement (MP) score of 100 or higher.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 22066, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Course format: The Adaptive Instruction course has mandatory meetings 5 days/week. In-class activities: individual study following a personalized learning path in ALEKS, one-on-one mentoring, informal discussions, and group projects. Discussions and projects focus on mathematical language, problem solving, constructing and interpreting functions, and the social context of mathematics.", + "enroll_current": 4, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 22037, + "class_type": "SEM", + "course_description": "May be repeated for credit.", + "course_name": "LIT 282D", + "course_title": "Topics in Theory", + "location": "Hum & Soc Sci 350", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 22037, + "instructor": "Freccero,C.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic:Theories de la difference. Taught in conjunction with LIT 182J.", + "enroll_current": 4, + "waitlist_current": 0 + }, { + "enroll_max": 64, + "waitlist_max": 999, + "class_number": 23048, + "class_type": "LEC", + "course_description": "Speaking, reading, and writing proficiency in Spanish is required. Explores the social, cultural, economic, and political changes that connect Latin America, Spain, and the United States Latina/o communities. Critical approach designations: Geographies, Power and Subjectivities. Distribution requirement: Global.", + "course_name": "LIT 189C", + "course_title": "Introducci\ufffdn a Spanish Studies", + "location": "Soc Sci 2 075", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Spanish 6 or Spanish for Heritage Speakers 6 or permission of instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 23048, + "instructor": "Smith,A.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section; also offered as SPAN 105.", + "enroll_current": 28, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Erotismo y Mistica", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 19, + "course_description": "Speaking, reading, and writing proficiency in Spanish required. Examines the connections between erotic literature and mystical literature through poetic representations of sublime where Eros and Thanatos meet. As symbolisms of mystical and erotic experiences fuse and confuse each other, we are able to establish connections between Sufi, Hindi, and Judeo-Christian mystical poetry. Critical approach designations: Genres, Histories. Distribution requirement: Pre-1750.", + "enroll_max": 25, + "lecture_number": 22620, + "credits": "5 units", + "location": "Steven Acad 152", + "course_name": "LIT 188H", + "gen_ed_categories": "5 units", + "instructor": "Aladro Font,J.", + "class_number": 22620, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 23092, + "class_type": "SEM", + "course_description": "A combined seminar and creative-writing workshop with a concentrated focus on a particular problem, aspect, or genre of poetry or prose writing. Includes reading and analysis of selected texts with critical responses and creative writing. Explores the productive interaction between various practices of scholarship and creative invention. The course topic changes; please see the Class Search for the current topic. May be repeated for credit.", + "course_name": "LIT 279A", + "course_title": "Methods and Materials", + "location": "Humanities 1 620", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 07:10PM-10:10PM", + "credits": "5 units", + "lecture_number": 23092, + "instructor": "Wilson,R.V.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: Baldwin's Sentence: Race, Form, Content.", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Pedagogy of Literature", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Th 08:00AM-09:35AM", + "location": "Humanities 1 620", + "enroll_current": 2, + "course_description": "Provides training for graduate students in university-level pedagogy in general and in the pedagogy of literature specifically. Coordinated by a graduate student who has had substantial experience as a teaching assistant, under the supervision of a faculty member. May be repeated for credit.", + "lecture_number": 22024, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "LIT 201", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22024, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Themen in deutscher Literatur und Kultur", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Topic: Pflanzenleben: The Life of Plants in Modern German Literature.", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 4, + "course_description": "Speaking, reading, and writing proficiency in German required. Course studies German literature and culture, with attention to historical context. Course topic changes; please see the Class Search for current topic. Critical approach designations: Geographies, Histories. May be repeated for credit.", + "enroll_max": 15, + "lecture_number": 23117, + "credits": "5 units", + "location": "Crown Clrm 104", + "course_name": "LIT 183B", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23117, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 05:20PM-08:20PM", + "location": "Humanities 1 620", + "enroll_current": 4, + "course_description": "The proseminar provides a common experience for entering students, facilitates exchange of ideas and approaches to literary and extra-literary texts, critical issues, and theoretical problems. It focuses on broad aspects of the history of theory and criticism, on the students' critical writing, and on aspects of professional development.", + "lecture_number": 22023, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LIT 200", + "gen_ed_categories": "5 units", + "instructor": "Greene,J.", + "class_number": 22023, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 22621, + "class_type": "SEM", + "course_description": "Intensive examination of works by individual authors. Course topic changes; see the Class Search for current topic. Critical approach designations: Genres, Histories. Distribution requirement: Senior Seminar. (Formerly English Language Literature 190A.) May be repeated for credit.", + "course_name": "LIT 190I", + "course_title": "Individual Authors", + "location": "Hum & Soc Sci 350", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Literature 101. Enrollment is restricted to senior literature majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 22621, + "instructor": "Godzich,W.B.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: Michel Foucault.", + "enroll_current": 14, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "La cultura popular en la narrativa latinoamericana", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 10, + "course_description": "Speaking, reading, and writing proficiency in Spanish required. Explores short stories and novels that have been greatly influenced by popular culture, not only in theme, but also by appropriation of popular forms of language and modes of representation. Includes works by authors from Mexico, Argentina, Cuba, and Colombia. Critical approach designations: Genres, Geographies. Distribution requirement: Global.", + "enroll_max": 25, + "lecture_number": 22050, + "credits": "5 units", + "location": "Steven Acad 152", + "course_name": "LIT 189S", + "gen_ed_categories": "5 units", + "instructor": "Poblete,J.E.", + "class_number": 22050, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 22039, + "class_type": "SEM", + "course_description": "Reading proficiency in Latin required. Course topic changes; see the Class Search for current topic. Critical approach designations: Canons, Genres. Distribution requirements: Poetry, Pre-1750. May be repeated for credit.", + "course_name": "LIT 186B", + "course_title": "Roman Poetry", + "location": "Crown Clrm 104", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 22039, + "instructor": "Devecka,M.J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: Lucretius.", + "enroll_current": 6, + "waitlist_current": 0 + }, { + "enroll_max": 10, + "waitlist_max": 999, + "class_number": 22038, + "class_type": "SEM", + "course_description": "Reading proficiency in Ancient Greek required. Course topic changes; see Class Search for the current topic. Critical approach designations: Canons, Genres. Distribution requirement: Pre-1750. May be repeated for credit.", + "course_name": "LIT 184D", + "course_title": "Prose Authors", + "location": "Cowell Acad 223", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "MWF 02:40PM-03:45PM", + "credits": "5 units", + "lecture_number": 22038, + "instructor": "Devecka,M.J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: Xenophon.", + "enroll_current": 6, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theorie", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Topic: Theories de la difference. Taught in conjunction with LIT 282D.", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 4, + "course_description": "Speaking, reading, and writing proficiency in French required. A discussion of recent developments in French literary theory. Critical approach designations: Canons, Geographies.", + "enroll_max": 20, + "lecture_number": 23350, + "credits": "5 units", + "location": "Hum & Soc Sci 350", + "course_name": "LIT 182J", + "gen_ed_categories": "5 units", + "instructor": "Freccero,C.A.", + "class_number": 23350, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Writing: Poetry", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to creative writing literature majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Cowell Acad 223", + "enroll_current": 14, + "course_description": "Intensive work in writing poetry. Critical approach designation: Genres. May be repeated for credit.", + "lecture_number": 22036, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LIT 179B", + "gen_ed_categories": "5 units", + "instructor": "Young,G.E.", + "class_number": 22036, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Writing: Fiction", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to creative writing literature majors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 2 141", + "enroll_current": 22, + "course_description": "Intensive work in writing fiction. Critical approach designation: Genres. May be repeated for credit.", + "lecture_number": 22035, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LIT 179A", + "gen_ed_categories": "5 units", + "instructor": "Yamashita,K.T.", + "class_number": 22035, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Vampire in Literature and Popular Culture", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 66, + "course_description": "Traces the vampire's appearance in different historical moments, cultural contexts, genres, and media to interrogate its place in the shifting cultural politics of gender and sexuality, as well as in relation to race, ethnicity, class, and other identity positions. Critical approach designations: Media, Power and Subjectivities.", + "enroll_max": 66, + "lecture_number": 22947, + "credits": "5 units", + "location": "Thim Lecture 001", + "course_name": "LIT 167E", + "gen_ed_categories": "5 units", + "instructor": "Fox,R.A.", + "class_number": 22947, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 8 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mesoamerican Indigenous/Indigenista Literature", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 25, + "course_description": "Analyzes literature about and by indigenous peoples in Mesoamerica: traces the construction of racialized categories of identity, such as indio and mestizo in Mesoamerican cultures and examines how they interact with definitions of the human that dominate in the West. Critical approach designations: Histories, Power and Subjectivities. Distribution requirement: Global.", + "enroll_max": 25, + "lecture_number": 23778, + "credits": "5 units", + "location": "Kresge Clrm 323", + "course_name": "LIT 165C", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23778, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cinema in India", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 14, + "course_description": "Examines cinema in India from the silent era to the contemporary production of Bollywood films. Attention is given to the rise of the culture industry in urban centers such as Mumbai, and the dialectical relationship between socio-political change and cultural form. Critical approach designations: Geographies, Media. Distribution requirement: Global.", + "enroll_max": 25, + "lecture_number": 23315, + "credits": "5 units", + "location": "Cowell Com 134", + "course_name": "LIT 155N", + "gen_ed_categories": "5 units", + "instructor": "Sahota,G.S.", + "class_number": 23315, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Horror Film", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 50, + "course_description": "Shifting definitions of horror in the movies from the late silent period to the present through close analysis of representative films and critical texts. Course topic changes; please see the Class Search for current topic. Critical approach designations: Genres, Media. May be repeated for credit.", + "enroll_max": 50, + "lecture_number": 22043, + "credits": "5 units", + "location": "Soc Sci 1 110", + "course_name": "LIT 155H", + "gen_ed_categories": "5 units", + "instructor": "Leicester,H.M.", + "class_number": 22043, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 4 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "English Drama: 1576-1642", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Revenge Tragedy", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 25, + "course_description": "Study of representative plays. Course topic changes; please see the Class Search for current topic. Critical approach designations: Canons, Media. Distribution requirement: Pre-1750.", + "enroll_max": 25, + "lecture_number": 23928, + "credits": "5 units", + "location": "Earth&Marine B210", + "course_name": "LIT 151G", + "gen_ed_categories": "5 units", + "instructor": "Heald,A.", + "class_number": 23928, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Dissenting Tradition in America", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 25, + "course_description": "Antislavery writing of the 19th century profoundly shaped a resistant strain in American writing. By reading speeches, essays, and life writing along with more traditionally literary work, students examine what gives language the power to move people and to change the world. Critical approach designations: Histories, Power and Subjectivities.", + "enroll_max": 25, + "lecture_number": 23314, + "credits": "5 units", + "location": "Kresge Clrm 323", + "course_name": "LIT 146F", + "gen_ed_categories": "5 units", + "instructor": "Gruesz,K.S.", + "class_number": 23314, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Victorian Literature", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 43, + "course_description": "British Victorian literature (1830-1901) featuring representative texts and authors. Course topic changes; please see the Class Search for the current topic. Critical approach designations: Geographies, Histories. May be repeated for credit.", + "enroll_max": 50, + "lecture_number": 22026, + "credits": "5 units", + "location": "Soc Sci 1 110", + "course_name": "LIT 146B", + "gen_ed_categories": "5 units", + "instructor": "Fox,R.A.", + "class_number": 22026, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Historical Imaginary", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 37, + "course_description": "A survey of historical literature in the Americas that examines fictional attempts to re-imagine New World histories. Readings focus on secret or mangled histories, the legacies of slavery and colonialism, gendered critiques of national histories, and U.S. imperialism. Critical approach designations: Geographies, Power and Subjectivities. Distribution requirement: Global.", + "enroll_max": 50, + "lecture_number": 22051, + "credits": "5 units", + "location": "Soc Sci 2 071", + "course_name": "LIT 135E", + "gen_ed_categories": "5 units", + "instructor": "Gillman,S.", + "class_number": 22051, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Speculative Fiction As Cultural Theory and Practice", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Topic: The Future of Race in Speculative Fiction and Film.", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 46, + "course_description": "Readings of contemporary and historical speculative fiction, including examination of representational practices, technologies, and politics that emerge from and/or circumscribe their interrelations. Course topic changes; please see the Class Search for current topic. Critical approach designations: Genres, Histories. May be repeated for credit.", + "enroll_max": 50, + "lecture_number": 22040, + "credits": "5 units", + "location": "Soc Sci 1 110", + "course_name": "LIT 126F", + "gen_ed_categories": "5 units", + "instructor": "Chen,C.S.", + "class_number": 22040, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Modern Arabic Novel", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 4, + "course_description": "Examines the literary and cultural production of the modern Arab world, with an emphasis on the novel since the 1950s. Includes discussion of film, poetry, and mass culture. Critical approach designations: Genres, Histories. Distribution requirement: Global.", + "enroll_max": 25, + "lecture_number": 23312, + "credits": "5 units", + "location": "Merrill Acad 130", + "course_name": "LIT 125H", + "gen_ed_categories": "5 units", + "instructor": "Gomez-Rivas,C.", + "class_number": 23312, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Modern Poetry", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Topic: Documentary, Investigative, and Archival Poetics of the Americas.", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 25, + "course_description": "Survey of modern poetry; includes a variety of poetic forms. Course topic changes; see the Class Search for current topic. Critical approach designations: Genres, Histories. Distribution requirement: Poetry. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 23683, + "credits": "5 units", + "location": "Kresge Clrm 323", + "course_name": "LIT 120F", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23683, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 4 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Culture of Islamic Law", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 12, + "course_description": "Investigates the nature of Islamic law as a set of textual and interpretive practices that change over time and is fully enmeshed with Arabic culture, as well as its representation and role in literature as a force, standard, and context. Critical approach designations: Genres, Power and Subjectivities. Distribution requirement: Global.", + "enroll_max": 25, + "lecture_number": 23316, + "credits": "5 units", + "location": "N. Sci Annex 102", + "course_name": "LIT 168A", + "gen_ed_categories": "5 units", + "instructor": "Gomez-Rivas,C.", + "class_number": 23316, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "White Flow(n): Race, Gender, and Material", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 50, + "course_description": "Examines the question of whiteness as race, identity, politic, and field of discourse, focusing on cultural literary and artistic production from the 1990s that brought about the field of critical white studies. Includes prose, poetry, literary theory, film, and visual art. Critical approach designations: Genres, Power and Subjectivities.", + "enroll_max": 50, + "lecture_number": 23317, + "credits": "5 units", + "location": "R Carson Acad 240", + "course_name": "LIT 169A", + "gen_ed_categories": "5 units", + "instructor": "Wilson,R.V.", + "class_number": 23317, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Creative Writing", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite: satisfaction of the Entry Level Writing requirement. Enrollment is restricted to first-year students, sophomores, and juniors.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Soc Sci 2 141", + "enroll_current": 13, + "course_description": "Introduction to the crafts and techniques of poetry, fiction, and creative non-fiction, identifying and exploring traditional and non-traditional literary forms and genres while working on individual creative writing projects. An author reading and two workshop sections per week. May be repeated for credit.", + "lecture_number": 22031, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "LIT 90", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22031, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 13 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Global Middle Ages", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Topic: Marco Polo and the Global Middle Ages.", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 25, + "course_description": "Examination of texts from the global Middle Ages in a range of world cultures and traditions, with attention to their historical and social contexts. Course topic changes; please see the Class Search for the current topic. Satisfies the Global and Pre- and Early Modern distribution requirements. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 23219, + "credits": "5 units", + "location": "R Carson Acad 250", + "course_name": "LIT 130D", + "gen_ed_categories": "5 units", + "instructor": "Kinoshita,S.A.", + "class_number": 23219, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Creative Writing", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite: satisfaction of the Entry Level Writing requirement. Enrollment is restricted to first-year students, sophomores, and juniors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Cowell Acad 223", + "enroll_current": 13, + "course_description": "Introduction to the crafts and techniques of poetry, fiction, and creative non-fiction, identifying and exploring traditional and non-traditional literary forms and genres while working on individual creative writing projects. An author reading and two workshop sections per week. May be repeated for credit.", + "lecture_number": 22030, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "LIT 90", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22030, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 13 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Creative Writing", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite: satisfaction of the Entry Level Writing requirement. Enrollment is restricted to first-year students, sophomores, and juniors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Soc Sci 2 141", + "enroll_current": 13, + "course_description": "Introduction to the crafts and techniques of poetry, fiction, and creative non-fiction, identifying and exploring traditional and non-traditional literary forms and genres while working on individual creative writing projects. An author reading and two workshop sections per week. May be repeated for credit.", + "lecture_number": 22029, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "LIT 90", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22029, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 13 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Japan: Literatures of the Japanese Diaspora", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 25, + "course_description": "Examines the fiction of ethnic Japanese writers who are located outside of Japan. How do these writers situate themselves vis-a-vis Japan and the countries in which they were born or reside? How does their status as outsiders enable them to view Japan's social problems and colonial history? Critical approach designations: Genres, Geographies. Distribution requirement: Global.", + "enroll_max": 25, + "lecture_number": 23313, + "credits": "5 units", + "location": "Cowell Acad 113", + "course_name": "LIT 133I", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23313, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intermediate Fiction Writing", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 90, or Creative Writing 10. Enrollment is restricted to first-year, sophomore, and junior students.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Oakes Acad 103", + "enroll_current": 14, + "course_description": "An intermediate-level course in fiction designed for prospective applicants to the creative writing concentration. May be repeated for credit.", + "lecture_number": 22033, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "LIT 91A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22033, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intermediate Poetry Writing", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 10.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 2 141", + "enroll_current": 14, + "course_description": "An intermediate-level course in poetry designed for prospective applicants to the creative writing concentration. May be repeated for credit.", + "lecture_number": 22034, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LIT 91B", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22034, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Politics of Fashion", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 124, + "course_description": "Surveys the politics of fashion, focusing on how style has shaped ideology, culture, power, revolution, resistance, and a variety of identities, including nation, race, ethnicity, gender, sexuality, and class.", + "enroll_max": 125, + "lecture_number": 23299, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "LIT 80H", + "gen_ed_categories": "5 units", + "instructor": "Cooppan,V.", + "class_number": 23299, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduccion a generos literarios de Espana y America Latina", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 12, + "course_description": "Speaking, reading, and writing proficiency in Spanish required. The study of poetry, drama, and prose in Spain and Latin America.", + "enroll_max": 25, + "lecture_number": 22049, + "credits": "5 units", + "location": "Kresge Clrm 323", + "course_name": "LIT 61Z", + "gen_ed_categories": "5 units", + "instructor": "Aladro Font,J.", + "class_number": 22049, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Reading Poetry", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Topic: 20th and 21st Century US Poetry. Enroll in lecture and associated discussion section.", + "meet_times": "MWF 04:00PM-05:05PM", + "enroll_current": 75, + "course_description": "An introduction to selected modes and forms of poetry with an emphasis on close textual analysis. Examples will be taken from different historical periods and poetic traditions. Course topic changes; please see the Class Search for the current topic.", + "enroll_max": 75, + "lecture_number": 22016, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "LIT 61P", + "gen_ed_categories": "5 units", + "instructor": "Chen,C.S.", + "class_number": 22016, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Semantics A", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students or by permission of instructor.", + "meet_times": "MW 08:00AM-09:35AM", + "location": "Steven Lib 102", + "enroll_current": 0, + "course_description": "Introduction to linguistic semantics: nature of lexical entries, thematic relations, representation of logical form; relation between semantic interpretation and syntactic representation, quantification and scope relations, reference and presupposition.", + "lecture_number": 22009, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LING 231", + "gen_ed_categories": "5 units", + "instructor": "Brasoveanu,A.", + "class_number": 22009, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 14 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Syntax Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 222. Enrollment is restricted to graduate students or by permission of instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Steven Lib 102", + "enroll_current": 1, + "course_description": "Advanced topics in syntax drawn from the current research interests of the instructor. May be repeated for credit.", + "lecture_number": 22008, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LING 229", + "gen_ed_categories": "5 units", + "instructor": "Shlonsky,U.", + "class_number": 22008, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 14 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Pedagogy of Linguistics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Provides training for graduate students in university-level pedagogy in general and in the pedagogy of linguistics specifically. Under the supervision of a faculty member, coordinated by a graduate student with substantial experience as a teaching assistant. May be repeated for credit.", + "lecture_number": 22010, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "LING 240", + "gen_ed_categories": "1 units", + "instructor": "Wagers,M.W.", + "class_number": 22010, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Phonetics Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 214. Enrollment is restricted to graduate students.", + "meet_times": "MW 01:20PM-02:55PM", + "location": "Steven Lib 102", + "enroll_current": 2, + "course_description": "Advanced topics in acoustic and articulatory phonetics.", + "lecture_number": 22879, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LING 259", + "gen_ed_categories": "5 units", + "instructor": "Rysling,A.J.", + "class_number": 22879, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 14 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tragedy: Learning Through Suffering", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 72, + "course_description": "Reading representative Greek tragedies with attention to history, form, and content. Course examines how Greek tragedy responds to the fact of human mortality, i.e., to the myriad and culturally specific ways in which characters in tragedy accept, evade, or deny death.", + "enroll_max": 100, + "lecture_number": 23341, + "credits": "5 units", + "location": "J Bask Aud 101", + "course_name": "LIT 61X", + "gen_ed_categories": "5 units", + "instructor": "Bassi,K.L.", + "class_number": 23341, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Writing and Research Methods", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 0, + "course_description": "Intensive training in the practice of literary analysis and the writing of polished research papers. Topics include manuscript sources, variant editions, reading techniques, publication technologies, web research. Workshop format. Strongly recommended for majors and/or transfer students who have completed course 1 or its equivalent.", + "enroll_max": 0, + "lecture_number": 23788, + "credits": "5 units", + "location": "PhysSciences 136", + "course_name": "LIT 61W", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23788, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Phonology A", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students or by permission of instructor.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Steven Lib 102", + "enroll_current": 0, + "course_description": "First part of a three quarter introduction to phonology. Topics of the sequence include fundamentals of acoustic phonetics; introduction to optimality theory; theories of syllabification, stress, and prosodic organization; prosodic morphology; advanced issues in faithfulness and correspondence; segmental and suprasegmental processes.", + "lecture_number": 22006, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LING 211", + "gen_ed_categories": "5 units", + "instructor": "Bennett,R.T.", + "class_number": 22006, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 14 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 22857, + "class_type": "LEC", + "course_description": "Introduction to sociolinguistics exploring the relationship between language and such social parameters as social status, ethnicity, race, gender, etc., including the role of language differences in the creation of social stereotypes. Emphasis on gathering, examining, and reporting data.", + "course_name": "LING 154", + "course_title": "Language and Social Identity", + "location": "Oakes Acad 106", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101, and either course 111 or 112.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 22857, + "instructor": "Sichel,I.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 18, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Phonetic Analysis", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Steven Acad 151", + "enroll_current": 23, + "course_description": "Introduction to instrumental phonetic analysis\u2014analysis using experimental methods. Emphasis is on the acoustics and perception of speech.", + "lecture_number": 22664, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LING 151", + "gen_ed_categories": "5 units", + "instructor": "Rysling,A.J.", + "class_number": 22664, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 28 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Syntax III", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 16, + "course_description": "Advanced topics in syntax. Prerequisite(s): course 113, satisfaction of the Entry Level Writing and Composition requirements and permission of instructor.", + "enroll_max": 0, + "lecture_number": 22002, + "credits": "5 units", + "location": "Cowell Acad 222", + "course_name": "LING 114A", + "gen_ed_categories": "5 units", + "instructor": "Hankamer,J.", + "class_number": 22002, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 74, + "waitlist_max": 999, + "class_number": 22011, + "class_type": "LEC", + "course_description": "Close reading and analysis of literary texts, including representative examples of several different genres and periods. An introduction to practical criticism required of all literature majors; should be completed prior to upper-division work in literature.", + "course_name": "LIT 1", + "course_title": "Literary Interpretation", + "location": "Merrill Acad 102", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to first-year students and sophomores, or literature and proposed literature majors and literature minors.", + "meet_times": "TuTh 08:30AM-09:35AM", + "credits": "5 units", + "lecture_number": 22011, + "instructor": "Keilen,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 73, + "waitlist_current": 0 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 22003, + "class_type": "LEC", + "course_description": "Methods and problems in the study of change in linguistic systems. Reconstruction of proto-languages; the comparative method. Theories of change and implications for the theory of grammar.", + "course_name": "LING 140", + "course_title": "Language Change", + "location": "Cowell Clrm 131", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101, and either course 111 or 112.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 22003, + "instructor": "McGuire,G.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 15, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Linguistics", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 147, + "course_description": "An introduction to the major areas, problems, and techniques of modern linguistics.", + "enroll_max": 178, + "lecture_number": 21977, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "LING 50", + "gen_ed_categories": "5 units", + "instructor": "Bennett,R.T.", + "class_number": 21977, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Senior Capstone", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior legal studies majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "J Baskin Engr 372", + "enroll_current": 36, + "course_description": "Examines related legal topics from an interdisciplinary perspective. Each focuses broadly on the relationship between law as a distinct system and law as an attempt to achieve justice, which requires that law remain open to claims of political morality generally. To what extent are legal norms internal to a separate system called \"law\" and to what extent are claims of political right in general relevant to question of what law is?", + "lecture_number": 21976, + "credits": "5 units", + "waitlist_current": 8, + "course_name": "LGST 196", + "gen_ed_categories": "5 units", + "instructor": "Patton,G.", + "class_number": 21976, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 35 + }, { + "enroll_max": 65, + "waitlist_max": 999, + "class_number": 21997, + "class_type": "LEC", + "course_description": "Advanced phonological theory. Topics include markedness; underspecification theories; advanced topics in feature geometry, syllable theory, and stress theory; and optimality theory. Readings include published articles. Emphasis on theory construction and argumentation based on data.", + "course_name": "LING 102", + "course_title": "Phonology II", + "location": "Steven Acad 175", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101, and course 111 or 112.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 21997, + "instructor": "Ito,J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 38, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Language and Mind", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 103, + "course_description": "A critical overview of the research program initiated by Noam Chomsky and its implications for theories of the human mind and brain.", + "enroll_max": 201, + "lecture_number": 21996, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "LING 80D", + "gen_ed_categories": "5 units", + "instructor": "Wagers,M.W.", + "class_number": 21996, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Semantics I", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 67, + "course_description": "Introduction to the logical foundations of natural language semantics. Logical and semantic relations, simple set theory, logical representations (propositional and predicate calculi, modal and tense logics) and their interpretations. A basic literacy course in the language of logical representation.", + "enroll_max": 67, + "lecture_number": 21991, + "credits": "5 units", + "location": "Steven Acad 175", + "course_name": "LING 53", + "gen_ed_categories": "5 units", + "instructor": "Brasoveanu,A.", + "class_number": 21991, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 11 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Syntax A", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students or by permission of instructor.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Steven Lib 102", + "enroll_current": 1, + "course_description": "Introduction to syntactic theory. Phrase structure; subcategorization; lexical entries; passive; infinitival constructions.", + "lecture_number": 22007, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LING 221", + "gen_ed_categories": "5 units", + "instructor": "Toosarvandani,M.", + "class_number": 22007, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 14 + }, { + "enroll_max": 55, + "waitlist_max": 999, + "class_number": 21987, + "class_type": "LEC", + "course_description": "An introduction to syntactic investigation, developed through the study of central aspects of English syntax. A major purpose is to introduce students to the study of language as an empirical science.", + "course_name": "LING 112", + "course_title": "Syntax I", + "location": "Cowell Clrm 131", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 21987, + "instructor": "Hankamer,J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 52, + "waitlist_current": 0 + }, { + "enroll_max": 150, + "waitlist_max": 999, + "class_number": 22629, + "class_type": "LEC", + "course_description": "Explores the status of American civil liberties as provided by the Bill of Rights. Particular attention will be given to issues of concern relating to the aftermath of 9/11, including issues relating to detainees, freedom of information requests, wiretapping authority, watch lists, profiling, and creation of a domestic intelligence agency.", + "course_name": "LGST 111B", + "course_title": "Civil Liberties", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to legal studies and politics majors during first- and second-pass enrollment only.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22629, + "instructor": "Beaumont,K.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as POLI 111B.", + "enroll_current": 134, + "waitlist_current": 9 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 22517, + "class_type": "LEC", + "course_description": "An introduction to comparative and historical analyses of the relation between race and law in the U.S. Emphasis on examinations of continuous colonial policies and structural mechanisms that help maintain and perpetuate racial inequality in law, criminal justice, and jury trials. (Formerly Race and Justice)", + "course_name": "LGST 128I", + "course_title": "Race and Law", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to sophomores, juniors, and seniors.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 22517, + "instructor": "Fukurai,H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as SOCY 128I.", + "enroll_current": 99, + "waitlist_current": 10 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22388, + "class_type": "LEC", + "course_description": "Examines the relationship between state and economy in the U.S. from the 1880s to the present, and provides a theoretical and historical introduction to the study of politics and markets. Focus is on moments of crisis and choice in U.S. political economy, with an emphasis on the rise of regulation, the development of the welfare state, and changes in employment policies.", + "course_name": "LGST 120C", + "course_title": "State and Capitalism in American Political Development", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 22388, + "instructor": "Bertram,E.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as POLI 120C.", + "enroll_current": 99, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Issues in Constitutional Law", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to legal studies majors during first and second pass enrollment.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Soc Sci 1 110", + "enroll_current": 67, + "course_description": "Examines variety of topics in constitutional law that are not covered in courses 111A and 111B. Focuses primarily on Supreme Court decisions and common-law debates.", + "lecture_number": 22763, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LGST 111C", + "gen_ed_categories": "5 units", + "instructor": "Coonerty,R.E.", + "class_number": 22763, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 68 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Property and the Law", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to legal studies majors during first and second pass enrollment.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "Begins with an examination of the concept of property, then covers how different cultures characterize property and determine \"ownership\" and the laws and policies that define property in modern society. Topics include theories of property law, common property, property and natural resources, zoning, regulatory takings, and intellectual and cultural property", + "lecture_number": 21975, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LGST 159", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 21975, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sports, Law, and Politics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to legal studies majors during first and second pass enrollment.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Cowell Clrm 131", + "enroll_current": 46, + "course_description": "Investigates the relationship between sports, law, and politics, focusing on racism, colonialism, post-colonialism, and globalization.", + "lecture_number": 23274, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LGST 117", + "gen_ed_categories": "5 units", + "instructor": "Gehring,J.S.", + "class_number": 23274, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 48 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Elementary Latin", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 19, + "course_description": "Instruction in Latin grammar, using a modern Latin method, designed to prepare for the study of classical literature. The sequence begins in the fall quarter only.", + "enroll_max": 25, + "lecture_number": 21966, + "credits": "5 units", + "location": "PhysSciences 140", + "course_name": "LATN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21966, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22377, + "class_type": "LEC", + "course_description": "Studies in 19th- and early 20th-century theory, centering on the themes of capitalism, labor, alienation, culture, freedom, and morality. Authors studied include J. S. Mill, Marx, Nietzsche, Foucault, Hegel, Fanon, and Weber.", + "course_name": "LGST 105C", + "course_title": "Modern Political Thought", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 22377, + "instructor": "Thomas,M.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also taught as POLI 105C.", + "enroll_current": 70, + "waitlist_current": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Politics of Childhood and Youth", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 04:00PM-07:00PM", + "location": "Crown Clrm 104", + "enroll_current": 6, + "course_description": "Explores how narratives about children, teens, youth, and students are imbued with political significance, and the ways young people are actively engaged in political practices. Considers how representations and lived experiences of youth can serve to reproduce and/or challenge inequalities.", + "lecture_number": 24260, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LALS 208", + "gen_ed_categories": "5 units", + "instructor": "Taft,J.", + "class_number": 24260, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Legal Theory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to legal studies majors during first and second pass enrollment only.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Cowell Clrm 131", + "enroll_current": 50, + "course_description": "Offers systematic exploration of alternative conceptions of the nature of law, including positivism, natural law, formalism, realism, pragmatism, and theories of justice. Additional focus on the nature of law; relation of law and morality, rights and other legal concepts; and philosophical debates such as critical legal studies and critical race theory.", + "lecture_number": 22714, + "credits": "5 units", + "waitlist_current": 6, + "course_name": "LGST 109", + "gen_ed_categories": "5 units", + "instructor": "Snickars,E.S.", + "class_number": 22714, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Elementary Latin", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Instruction in Latin grammar, using a modern Latin method, designed to prepare for the study of classical literature. The sequence begins in the fall quarter only.", + "enroll_max": 0, + "lecture_number": 21967, + "credits": "5 units", + "location": "N/A", + "course_name": "LATN 1", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 21967, + "class_type": "LEC", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 23356, + "class_type": "LEC", + "course_description": "Examines current problems in law as it intersects with politics and society. Readings are drawn from legal and political philosophy, social science, and judicial opinions.", + "course_name": "LGST 110", + "course_title": "Law and Social Issues", + "location": "PhysSciences 130", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to politics, legal studies, and Latin American and Latino studies/politics combined majors during first and second pass enrollment only.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 23356, + "instructor": "Gerston,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as POLI 110.", + "enroll_current": 50, + "waitlist_current": 18 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Brazil in Black and White", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 6, + "course_description": "Taught in Portuguese. Examines blackness and whiteness in Brazil through the lens of the intersectionality of race, gender, and class identities. Topics include: national narratives of racial democracy, racism, black activism, and the emerging studies of whiteness in Brazil.", + "enroll_max": 48, + "lecture_number": 23259, + "credits": "5 units", + "location": "Soc Sci 1 153", + "course_name": "LALS 171", + "gen_ed_categories": "5 units", + "instructor": "Pinho,P.", + "class_number": 23259, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Borders: Real and Imagined", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 39, + "course_description": "Situates \"The Border\" historically and within the context of U.S. imperialism. Examines the formalization of political \"borders,\" methods of enforcement, and intra-group conflicts. Examines the varied experiences of colonialism and immigration between Mexicans, Puerto Ricans, Native Americans, and Cubans. Explores how the tools of \"The Border\" and \"Borderlands\" are being used to untangle the roles of race prejudice and sexual and gender discrimination. (Meets the methods requirement in Latin America and Latino studies.)", + "enroll_max": 39, + "lecture_number": 21964, + "credits": "5 units", + "location": "Crown Clrm 208", + "course_name": "LALS 180", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21964, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Political Economy", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Class taught in Spanish", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 14, + "course_description": "Analyzes the global, social, economic, and political forces that shape transnational, national, and regional societal formations and consequently the entire environment for social change. Examines the evolution of revolutionary struggle and its origins within and impact upon the evolving capitalist system.", + "enroll_max": 48, + "lecture_number": 23942, + "credits": "5 units", + "location": "Engineer 2 194", + "course_name": "LALS 143J", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23942, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Bridging Latin American and Latina/o Studies", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 08:15AM-11:15AM", + "location": "Crown Clrm 104", + "enroll_current": 3, + "course_description": "Explores social, cultural, economic, and political changes that connect Latin America and U.S. Latina/o communities. The objective of this interdisciplinary team-taught course is to bridge previously distinct research approaches of Latin American and Latina/o studies to better understand processes that link peoples and ideas across borders as well as help students to conceptually and methodologically identify and design new objects of study and revisit traditional approaches. Core requirement for students pursuing the Parenthetical Notation in Latin American and Latino studies.", + "lecture_number": 21965, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LALS 200", + "gen_ed_categories": "5 units", + "instructor": "Falcon,S.M.", + "class_number": 21965, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 22776, + "class_type": "LEC", + "course_description": "Interdisciplinary exploration of transnational migrations; social inequalities; collective action and social movements; and cultural productions, products, or imaginaries. Examines how transnational migration and hemispheric integration are transforming Latin American studies and Chicana/o-Latina/o studies. Explores the influence of neoliberalism and globalization, especially the intersection of critical analysis and social-justice praxis. Completion of course 1 highly recommended. (Formerly course 10, Bridging Latin American and Latina/o Studies)", + "course_name": "LALS 100", + "course_title": "Concepts and Theories in Latin American and Latina/o Studies", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to sophomores, juniors, and seniors.", + "meet_times": "MWF 08:00AM-09:05AM", + "credits": "5 units", + "lecture_number": 22776, + "instructor": "Arredondo,G.F.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 80, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Violencia Cotidiana en las Americas", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior Latin American and Latino studies majors, minors, and combined majors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Soc Sci 1 145", + "enroll_current": 21, + "course_description": "Senior seminar taught in Spanish. Engages a critical study of violence, social relations, and everyday life in contemporary Latin America. Focuses on the relationship between narratives and acts of violence, and the constitution and social effects of these representations. Requires proficiency in Spanish (written and spoken), and advanced reading knowledge of Spanish.", + "lecture_number": 22858, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LALS 194R", + "gen_ed_categories": "5 units", + "instructor": "Rivas,C.M.", + "class_number": 22858, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 0, + "waitlist_max": 0, + "class_number": 23224, + "class_type": "LEC", + "course_description": "Examines cinematic manifestations of dissident sexualities, as well as dissident expressions of gender and family in Latin American culture. Taught in Spanish.", + "course_name": "LALS 130", + "course_title": "Expresiones cuirs de G\u00e9nero y Sexualidad en el cine Latinoamericano", + "location": "N/A", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", + "meet_times": "Cancelled", + "credits": "5 units", + "lecture_number": 23224, + "instructor": "N/A", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "class_notes": "must enroll in both sessions", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Visualizing Human Rights", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 38, + "course_description": "Explores how visual artists take up the subject of human rights in response to urgent challenges facing Latina/o and Latin American communities across the Americas. Examines the imprint of film and media arts reshaping human-rights discourse. Considers persistent themes in Latina/o representation, including colonialism and state terrorism; self-representation and the rights of collectives (racial, ethnic, and sexual groups); social and economic rights. (Meets the methods requirement in Latin America and Latino studies.)", + "enroll_max": 38, + "lecture_number": 22901, + "credits": "5 units", + "location": "Soc Sci 2 179", + "course_name": "LALS 172", + "gen_ed_categories": "5 units", + "instructor": "Falcon,S.M.", + "class_number": 22901, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Contemporary Brazil", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 19, + "course_description": "Introduces issues affecting contemporary Brazilian society and culture, such as the legacy of slavery and persisting social, racial, and gender inequities. Analyses of how different representations of Brazil sustain distinctive national projects, which, in turn, attribute specific meanings to blackness, whiteness, masculinity, femininity, and upper- and lower-class identities.", + "enroll_max": 45, + "lecture_number": 23239, + "credits": "5 units", + "location": "Soc Sci 2 075", + "course_name": "LALS 90", + "gen_ed_categories": "5 units", + "instructor": "Pinho,P.", + "class_number": 23239, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Sexualities and Genders in Latin American and Latina/o Studies", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Introduction to issues and themes surrounding sexualities and genders within Latin American and Latina/o studies. Provides background in the basic theoretical and historical frameworks of gender and its relationship to sexuality. In addition to cross-border perspectives, course also examines how gender and sexuality are structured and experienced through other social categories.", + "enroll_max": 0, + "lecture_number": 23362, + "credits": "5 units", + "location": "N/A", + "course_name": "LALS 80S", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 23362, + "class_type": "LEC", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Media and Nationalism", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 2 071", + "enroll_current": 33, + "course_description": "Evaluates the links between media and the production of national identities in Latin America. Focuses on theories of nationalism, media, and globalization to examine the production of national histories and representations.", + "lecture_number": 22889, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "LALS 122", + "gen_ed_categories": "5 units", + "instructor": "Rivas,C.M.", + "class_number": 22889, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 48 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Legal Process", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 93, + "course_description": "Introduction to U.S. and comparative legal institutions and practices. Examines diverse areas of law from torts to civil rights to international human rights. Why is America portrayed as having an activist legal culture; why is law used to decide so many questions from presidential elections to auto accidents; can law resolve disputes that, historically, have led to war and violence; is the legal system fair and/or effective, and, if so, for whom and under what conditions?", + "enroll_max": 90, + "lecture_number": 21968, + "credits": "5 units", + "location": "ClassroomUnit 001", + "course_name": "LGST 10", + "gen_ed_categories": "5 units", + "instructor": "Gehring,J.S.", + "class_number": 21968, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 28 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Latin American and Latino Studies", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 90, + "course_description": "Interdisciplinary introduction presenting the elements for studying Latin American politics and economics, culture, and society as well as the dynamics of Latino communities in the U.S. Special attention paid to issues of colonialism, human rights, U.S. foreign policy toward Latin America, racism, capitalist globalization, migration, to emerging political and economic shifts in the Americas, and to new local and transnational efforts for social change on the part of Latin America's peoples and Latinos in the U.S.", + "enroll_max": 170, + "lecture_number": 21950, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "LALS 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21950, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Successful Transfer to the Research University", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Hum & Soc Sci 350", + "enroll_current": 0, + "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", + "lecture_number": 23036, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "KRSG 25", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23036, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Successful Transfer to the Research University", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Kresge Rec 159", + "enroll_current": 0, + "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", + "lecture_number": 23035, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "KRSG 25", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23035, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Successful Transfer to the Research University", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 2 167", + "enroll_current": 0, + "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", + "lecture_number": 23034, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "KRSG 25", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23034, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Successful Transfer to the Research University", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Kresge Clrm 325", + "enroll_current": 0, + "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", + "lecture_number": 23032, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "KRSG 25", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23032, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Successful Transfer to the Research University", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Kresge Clrm 323", + "enroll_current": 0, + "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", + "lecture_number": 23031, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "KRSG 25", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23031, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Campus Natural History Practicum", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 07:30AM-09:35AM", + "enroll_current": 25, + "course_description": "Develop practical skills and knowledge in naturalist observation. Acquire an overview of the field of natural history, particularly applied to the UCSC campus. Document an evolving and multidimensional personal experience of natural spaces, including, but not limited to, wilderness. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 23188, + "credits": "2 units", + "location": "Kresge Acad 194", + "course_name": "KRSG 18", + "gen_ed_categories": "2 units", + "instructor": "Carson,B.L.", + "class_number": 23188, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Kresge Clrm 323", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23714, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23714, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Kresge Clrm 325", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23720, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23720, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Successful Transfer to the Research University", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Kresge Rec 159", + "enroll_current": 0, + "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", + "lecture_number": 23033, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "KRSG 25", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23033, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Oral Communication in the U.S. Classroom: Strategies for International T.A.s", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to international graduate students; language assessment administered by the Graduate Division.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Hum & Soc Sci 250", + "enroll_current": 3, + "course_description": "Seminar for international graduate students who speak English as a second or foreign language. Focuses on oral competency and serves to qualify students as graduate teaching assistants in UCSC classrooms or laboratories.", + "lecture_number": 22909, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "LAAD 210", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22909, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Kresge Clrm 325", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23717, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23717, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Service Learning", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to college members.", + "meet_times": "Tu 05:20PM-06:55PM", + "location": "Kresge Acad 194", + "enroll_current": 0, + "course_description": "Students find a volunteer position with the instructor's assistance and perform community service in non-profit organizations, schools, unions, or local government agencies. Students meet weekly, keep a journal, and write a \"social action witnessing\" report of their experience. May be repeated for credit.", + "lecture_number": 21949, + "credits": "3 units", + "waitlist_current": 0, + "course_name": "KRSG 12A", + "gen_ed_categories": "3 units", + "instructor": "Staff", + "class_number": 21949, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Kresge Clrm 323", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23711, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23711, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Kresge Clrm 323", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23708, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23708, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Kresge Clrm 325", + "enroll_current": 2, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23705, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23705, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Kresge Rec 159", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23699, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23699, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Kresge Clrm 325", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23702, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23702, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Kresge Clrm 325", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23693, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23693, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 23287, + "class_type": "LEC", + "course_description": "Surveys the Jewish experience in America interpreted through digital means. Employs mapping, data visualization, and multi-modal storytelling to understand the religious, cultural, and political activities of American Jews.", + "course_name": "JWST 77", + "course_title": "Visualizing American Jewish History", + "location": "Porter Acad 144", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year students, sophomores, and juniors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 23287, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section; also offered as HIS 77.", + "enroll_current": 30, + "waitlist_current": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Japanese", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 6 or by consent of instructor.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Merrill Acad 132", + "enroll_current": 14, + "course_description": "Students carry out advanced-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write 100 additional kanji. Emphasis placed on developing the student's cultural knowledge about Japan as well as knowledge relevant to inter-cultural communication.", + "lecture_number": 21948, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "JAPN 103", + "gen_ed_categories": "5 units", + "instructor": "Okamoto,S.", + "class_number": 21948, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Japanese", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3 or by consent of instructor.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Soc Sci 1 145", + "enroll_current": 22, + "course_description": "Students carry out intermediate-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write 70 additional kanji.", + "lecture_number": 21947, + "credits": "5 units", + "waitlist_current": 5, + "course_name": "JAPN 4", + "gen_ed_categories": "5 units", + "instructor": "Yukawa,K.", + "class_number": 21947, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Japanese", + "course_section": "06", + "career_type": "Undergraduate", + "meet_times": "MWF 04:00PM-05:05PM", + "enroll_current": 22, + "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", + "enroll_max": 22, + "lecture_number": 21945, + "credits": "5 units", + "location": "Hum & Soc Sci 250", + "course_name": "JAPN 1", + "gen_ed_categories": "5 units", + "instructor": "Bohn,M.T.", + "class_number": 21945, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Kresge Rec 159", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23696, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23696, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Japanese", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3 or by consent of instructor.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Soc Sci 1 145", + "enroll_current": 22, + "course_description": "Students carry out intermediate-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write 70 additional kanji.", + "lecture_number": 21946, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "JAPN 4", + "gen_ed_categories": "5 units", + "instructor": "Yukawa,K.", + "class_number": 21946, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Japanese", + "course_section": "04", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 22, + "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", + "enroll_max": 22, + "lecture_number": 21943, + "credits": "5 units", + "location": "Hum & Soc Sci 250", + "course_name": "JAPN 1", + "gen_ed_categories": "5 units", + "instructor": "Fujita,S.", + "class_number": 21943, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Italian Composition and Conversation", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 6 or by permission of the instructor.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Hum & Soc Sci 350", + "enroll_current": 7, + "course_description": "Provides intensive practice in oral and written Italian. Focuses on vocabulary building and increased oral and written expression. Active student participation is essential and constitutes a significant portion of the course including class discussions, oral presentations, written reports, responses and essays, using different genres of writing, including, but not limited to diaries, epistles (formal and informal), blogs, text messaging, dialogues, short stories, memoirs, interviews, podcasts, and media language.", + "lecture_number": 23138, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ITAL 100", + "gen_ed_categories": "5 units", + "instructor": "Prencipe,M.A.", + "class_number": 23138, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Japanese", + "course_section": "05", + "career_type": "Undergraduate", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 26, + "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", + "enroll_max": 26, + "lecture_number": 21944, + "credits": "5 units", + "location": "Merrill Acad 132", + "course_name": "JAPN 1", + "gen_ed_categories": "5 units", + "instructor": "Okamoto,S.", + "class_number": 21944, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 4 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Power and Representation", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Kresge Clrm 325", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", + "lecture_number": 23690, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "KRSG 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23690, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Japanese", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 26, + "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", + "enroll_max": 26, + "lecture_number": 21942, + "credits": "5 units", + "location": "Oakes Acad 106", + "course_name": "JAPN 1", + "gen_ed_categories": "5 units", + "instructor": "Fujita,S.", + "class_number": 21942, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 8 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Italian", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 12, + "course_description": "During the first quarter of this first-year sequence, students learn to introduce themselves, to talk about their daily activities and hobbies, to describe themselves and their friends/families, and to recount past events. The first-year sequence (1-2-3) begins in fall quarter.", + "enroll_max": 25, + "lecture_number": 21937, + "credits": "5 units", + "location": "Hum & Soc Sci 350", + "course_name": "ITAL 1", + "gen_ed_categories": "5 units", + "instructor": "Centineo,G.", + "class_number": 21937, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Italian", + "course_section": "04", + "career_type": "Undergraduate", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 6, + "course_description": "During the first quarter of this first-year sequence, students learn to introduce themselves, to talk about their daily activities and hobbies, to describe themselves and their friends/families, and to recount past events. The first-year sequence (1-2-3) begins in fall quarter.", + "enroll_max": 25, + "lecture_number": 21938, + "credits": "5 units", + "location": "Hum & Soc Sci 350", + "course_name": "ITAL 1", + "gen_ed_categories": "5 units", + "instructor": "Centineo,G.", + "class_number": 21938, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Italian", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 18, + "course_description": "During the first quarter of this first-year sequence, students learn to introduce themselves, to talk about their daily activities and hobbies, to describe themselves and their friends/families, and to recount past events. The first-year sequence (1-2-3) begins in fall quarter.", + "enroll_max": 25, + "lecture_number": 21935, + "credits": "5 units", + "location": "Hum & Soc Sci 350", + "course_name": "ITAL 1", + "gen_ed_categories": "5 units", + "instructor": "Prencipe,M.A.", + "class_number": 21935, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Basic Principles of University-Level Pedagogy", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "enroll_current": 0, + "course_description": "Provides training for graduate students in university-level pedagogy in general. Under the supervision of the department chair, coordinated by a graduate student with substantial experience as a teaching assistant. May be repeated for credit.", + "credits": "1 units", + "waitlist_current": 0, + "course_name": "HISC 240", + "gen_ed_categories": "1 units", + "lecture_number": 23566, + "class_number": 23566, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Italian", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement by examination.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Hum & Soc Sci 350", + "enroll_current": 19, + "course_description": "Short stories, articles, films, and newsclips are used as the basis for studying intermediate-level conversation and composition. Laboratory assignments involve use of the World Wide Web, conversations with native speakers, films and video clips. Students interested in this course who have not taken the prerequisite at UCSC should meet with the instructor, preferably prior to the first class meeting, and take the placement examination.", + "lecture_number": 21939, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ITAL 4", + "gen_ed_categories": "5 units", + "instructor": "Centineo,G.", + "class_number": 21939, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Japanese", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 26, + "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", + "enroll_max": 26, + "lecture_number": 21941, + "credits": "5 units", + "location": "Oakes Acad 106", + "course_name": "JAPN 1", + "gen_ed_categories": "5 units", + "instructor": "Fujita,S.", + "class_number": 21941, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Japanese", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 24, + "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", + "enroll_max": 24, + "lecture_number": 21940, + "credits": "5 units", + "location": "Crown Clrm 202", + "course_name": "JAPN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21940, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Music, Social, Thought", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Th 09:00AM-12:00PM", + "location": "Humanities 1 420", + "enroll_current": 9, + "course_description": "Examines the various modes through which intellectuals, artists, and other commentators have written about music as a socially situated art as well as the ways they have theorized \"the social\" through examinations of musical phenomena. Focus changes with course offering.", + "lecture_number": 23803, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "HISC 232", + "gen_ed_categories": "5 units", + "instructor": "Porter,E.C.", + "class_number": 23803, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Italian", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 7, + "course_description": "During the first quarter of this first-year sequence, students learn to introduce themselves, to talk about their daily activities and hobbies, to describe themselves and their friends/families, and to recount past events. The first-year sequence (1-2-3) begins in fall quarter.", + "enroll_max": 25, + "lecture_number": 21936, + "credits": "5 units", + "location": "Hum & Soc Sci 350", + "course_name": "ITAL 1", + "gen_ed_categories": "5 units", + "instructor": "Prencipe,M.A.", + "class_number": 21936, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 21931, + "class_type": "SEM", + "course_description": "Examines the position of Africa in cultural studies and the simultaneous processes of over- and under-representation of the continent that mark enunciations of the global and the local. Themes include defining diaspora, the West as philosophy, and Africa in the global economy.", + "course_name": "HISC 264", + "course_title": "The Idea of Africa", + "location": "Humanities 1 320", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 03:00PM-06:00PM", + "credits": "5 units", + "lecture_number": 21931, + "instructor": "Dent,G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as FMST 264", + "enroll_current": 15, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Liberty and Resistance", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 02:00PM-05:00PM", + "location": "Humanities 1 420", + "enroll_current": 16, + "course_description": "Examines modern conceptions of liberty from a non-liberal perspective. Proposes to inquire into the concept of liberty as an individual and collective right by exploring its philosophical justifications and criticism in thinkers, such as Kant, Hegel, and Marx.", + "lecture_number": 23804, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "HISC 226", + "gen_ed_categories": "5 units", + "instructor": "Tomba,M.", + "class_number": 23804, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Approaches to History of Consciousness", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "Tu 02:00PM-05:00PM", + "enroll_current": 1, + "course_description": "An introduction to history of consciousness required of all incoming students. The seminar concentrates on theory, methods, and research techniques. Major interpretive approaches drawn from cultural and political analysis are discussed in their application to specific problems in the history of consciousness. Prerequisite(s): first-year standing in the program. See the department office for more information. (Formerly course 203.)", + "enroll_max": 15, + "lecture_number": 21930, + "credits": "5 units", + "location": "Humanities 1 420", + "course_name": "HISC 203A", + "gen_ed_categories": "5 units", + "instructor": "Bargu,B.", + "class_number": 21930, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Understanding Popular Music", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 114, + "course_description": "Students develop the skills necessary to analyze popular music. First, challenging common-sense understandings of how music functions. And second, understanding how history works its way into musical forms.", + "enroll_max": 114, + "lecture_number": 23294, + "credits": "5 units", + "location": "Merrill Acad 102", + "course_name": "HISC 80O", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23294, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "What is a State?", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 60, + "course_description": "Examines the modern concept of state, its anthropological assumptions, categories, its critique, and its crisis. Inquires into the concept of representation, borders, security and control in thinkers, such as Thomas Hobbes, John Locke, Jean-Jacques Rousseau, Immanuel Kant, G.W.F. Hegel, Karl Marx, Carl Schmitt, and Lenin.", + "enroll_max": 60, + "lecture_number": 23825, + "credits": "5 units", + "location": "Porter Acad 144", + "course_name": "HISC 120", + "gen_ed_categories": "5 units", + "instructor": "Tomba,M.", + "class_number": 23825, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History Graduate Proseminar: Job Market", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "This course is required for first-year students; however, it is open to all other graduate students as needed. Enrollment is restricted to graduate students .", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 6, + "course_description": "Devoted to professionalism and socialization of history graduate students. Includes formal and informal meetings with faculty and other graduate students. Topics include researching position; preparing a CV and the job-application letter; preparing for an interview; practice interview; preparing a job talk and/or teaching presentation; and practice job talk. May be repeated for credit.", + "lecture_number": 21929, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "HIS 280C", + "gen_ed_categories": "2 units", + "instructor": "Delgado,G.P.", + "class_number": 21929, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History Graduate Proseminar: Teaching Pedagogy", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "This course is required for first-year students; however, it is open to all other graduate students as needed. Enrollment is restricted to graduate students .", + "meet_times": "F 09:00AM-12:00PM", + "location": "Steven Acad 213", + "enroll_current": 11, + "course_description": "Devoted to professionalism and socialization of history graduate students. Includes formal and informal meetings with faculty and other graduate students. Topics include TAships, designing course syllabi, pedagogy, teaching technologies, and teaching in different venues. May be repeated for credit.", + "lecture_number": 21927, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "HIS 280A", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 21927, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Readings in U.S. History", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "F 12:30PM-03:30PM", + "location": "Steven Acad 213", + "enroll_current": 8, + "course_description": "Introduction to major themes and controversies in the interpretation of U.S. history. Readings cover both chronological eras and topical subjects, often in a comparative context: 19th century.", + "lecture_number": 21926, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "HIS 210B", + "gen_ed_categories": "5 units", + "instructor": "Brundage,D.T.", + "class_number": 21926, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Methods and Theories of History", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate history students and others by permission of instructor.", + "meet_times": "M 08:30AM-11:30AM", + "location": "Steven Acad 213", + "enroll_current": 10, + "course_description": "An overview of theories, methods, and philosophies concerning the nature and production of history. Topics vary with instructor.", + "lecture_number": 21924, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "HIS 200", + "gen_ed_categories": "5 units", + "instructor": "Davis,M.H.", + "class_number": 21924, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sex and the City--The History of Sexuality in Urban Areas Around the Globe", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; two upper-division history courses, or by permission of instructor. Enrollment is restricted to junior and senior history majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Merrill Acad 002", + "enroll_current": 21, + "course_description": "Focuses on the history of sexuality in major urban areas globally. Topics include: sexual identities and race, class, and gender; sex work, policing, and urban spaces; gay, lesbian, and transgender communities; race, gender, and sexuality within the context of colonialism.", + "lecture_number": 23014, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "HIS 196H", + "gen_ed_categories": "5 units", + "instructor": "Matera,M.A.", + "class_number": 23014, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The First World War", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 53, + "course_description": "An intensive analysis of the First World War from multiple perspectives: military, diplomatic, political, economic, technological, global, and cultural. The emphasis is on the transformative impact of the war on European societies, international relations, and modern culture.", + "enroll_max": 53, + "lecture_number": 23088, + "credits": "5 units", + "location": "Soc Sci 2 071", + "course_name": "HIS 167A", + "gen_ed_categories": "5 units", + "instructor": "Thompson,B.A.", + "class_number": 23088, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History and the Spatial Turn: Making Space, Place, and Geography in History", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 05:20PM-08:20PM", + "location": "Humanities 1 545", + "enroll_current": 14, + "course_description": "Explores the making of space, place, and geography in a body of recent historical work. Explores key theoretical work interrogating the significance of space as a critical element of social theory and historical consideration. Proceeds through three thematic units: questions of colonial economy in South Asia; spaces of empires and its end in the Eastern Mediterranean; and histories of infrastructure.", + "lecture_number": 23028, + "credits": "5 units", + "waitlist_current": 4, + "course_name": "HIS 260", + "gen_ed_categories": "5 units", + "instructor": "Derr,J.L.", + "class_number": 23028, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Slavery and Race in Latin America", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, two upper-division history courses, or permission of instructor. Enrollment is restricted to junior and senior history majors.", + "meet_times": "Th 04:00PM-07:00PM", + "location": "Merrill Acad 003", + "enroll_current": 8, + "course_description": "Covers comparative history of slavery in Latin America with questions of race in the colonial and national periods and key moments and debates in the historiography of slavery and its relation to ideologies of the past and the nations.", + "lecture_number": 21923, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "HIS 190A", + "gen_ed_categories": "5 units", + "instructor": "Diaz,M.E.", + "class_number": 21923, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Engendering China", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 09:00AM-12:00PM", + "location": "Humanities 1 545", + "enroll_current": 4, + "course_description": "Reading seminar on the history of Chinese gender, focusing on the Qing dynasty (1644 to 1911) to the present. Topics include marriage and family, sexuality, work, the gendered language of politics, and major reform movements.", + "lecture_number": 21925, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "HIS 230B", + "gen_ed_categories": "5 units", + "instructor": "Hershatter,G.B.", + "class_number": 21925, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "German History", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 35, + "course_description": "The development of German civilization, including philosophy and literature as well as politics and diplomacy in the nineteenth and twentieth centuries.", + "enroll_max": 35, + "lecture_number": 21909, + "credits": "5 units", + "location": "Cowell Acad 113", + "course_name": "HIS 172A", + "gen_ed_categories": "5 units", + "instructor": "Kehler,E.H.", + "class_number": 21909, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Temple and City: The Egyptian New Kingdom and the City of Thebes", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 43, + "course_description": "Introduces the political and religious history of the Egyptian New Kingdom (1546-1086 BCE), using the city of Thebes as a focal point The political, religious, and architectural history of the city is covered.", + "enroll_max": 53, + "lecture_number": 23124, + "credits": "5 units", + "location": "PhysSciences 110", + "course_name": "HIS 159C", + "gen_ed_categories": "5 units", + "instructor": "Sullivan,E.A.", + "class_number": 23124, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 23128, + "class_type": "LEC", + "course_description": "Explores the African diaspora resulting from the transatlantic slave trade, drawing on methodologies from two academic disciplines--history and archaeology. Examines key questions about the slave system, using an array of source materials, both written documents and artifacts.", + "course_name": "HIS 158C", + "course_title": "Slavery in the Atlantic World: Historical and Archaeological Perspectives", + "location": "Soc Sci 2 075", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to history, anthropology, and critical race and ethnic studies majors and minors during first-pass enrollment; open to all students at the start of second-pass enrollment.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 23128, + "instructor": "Monroe,J.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as ANTH 179.", + "enroll_current": 57, + "waitlist_current": 8 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History Graduate Proseminar: Research Presentations and Grant Writing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "This course is required for first-year students; however, it is open to all other graduate students as needed. Enrollment is restricted to graduate students .", + "meet_times": "F 09:00AM-12:00PM", + "location": "Humanities 1 545", + "enroll_current": 0, + "course_description": "Devoted to professionalism and socialization of history graduate students. Topics include discussion of researching grants; effective CV writing; successful grant applications and publication proposals; and conference paper and panel proposals. Required for first-year graduate students; however, open to all history graduate students as needed. May be repeated for credit.", + "lecture_number": 21928, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "HIS 280B", + "gen_ed_categories": "2 units", + "instructor": "Delgado,G.P.", + "class_number": 21928, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Recent Chinese History", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 43, + "course_description": "Explores history of China from establishment of the People's Republic of China to the present, focusing on competing strategies of socialist transformation, urban/rural relations, and the effects of the post-Mao economic reforms.", + "enroll_max": 53, + "lecture_number": 22653, + "credits": "5 units", + "location": "Cowell Clrm 131", + "course_name": "HIS 140D", + "gen_ed_categories": "5 units", + "instructor": "Hershatter,G.B.", + "class_number": 22653, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Africa to 1800", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 25, + "course_description": "Introduction to history of Africa. Topics include states and \"stateless\" societies, culture, society and economy in the pre-modern era, stratification, oral traditions, long distance trade, the coming of Islam, and the evolution of the South Atlantic system and its social, political, and other consequences. Some background knowledge of Africa helpful.", + "enroll_max": 53, + "lecture_number": 21912, + "credits": "5 units", + "location": "Cowell Clrm 131", + "course_name": "HIS 137A", + "gen_ed_categories": "5 units", + "instructor": "Anthony,D.H.", + "class_number": 21912, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 23916, + "class_type": "SEM", + "course_description": "Invites student collaboration on a biography of David George, born enslaved in colonial Virginia. His attempts to escape slavery led to a remarkable odyssey throughout the Atlantic World, revealing the constraints of slavery and limits of American freedom. (Formerly Cowell 161C.)", + "course_name": "HIS 158A", + "course_title": "The Escapes of David George: Biographical Research on Slavery and Early America", + "location": "Steven Acad 151", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholars.", + "meet_times": "TuTh 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 23916, + "instructor": "O'Malley,G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment is restricted to College Scholars Program students. History majors may enroll with permission from instructor.", + "enroll_current": 13, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Chicana/Chicano History", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 35, + "course_description": "A survey course on the social history of the Mexican (Chicana/o) community and people in the U.S. through the 20th century. Themes include resistance, migration, labor, urbanization, culture and politics.", + "enroll_max": 35, + "lecture_number": 21915, + "credits": "5 units", + "location": "ClassroomUnit 001", + "course_name": "HIS 128", + "gen_ed_categories": "5 units", + "instructor": "Delgado,G.P.", + "class_number": 21915, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Global 1930s", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Explores the turbulent 1930s from a global perspective. Students consider the great events of the decade--the Great Depression, the consolidation of communism, and the rise of fascism--within the context of global connections and forces, including those fostered by imperialism and various forms of internationalism. (Formerly course 196A.)", + "enroll_max": 0, + "lecture_number": 23335, + "credits": "5 units", + "location": "N/A", + "course_name": "HIS 101E", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 23335, + "class_type": "LEC", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Historical Skills and Methods", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to history majors and proposed majors or by permission of the instructor.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "R Carson Acad 252", + "enroll_current": 10, + "course_description": "Designed to introduce history majors to historical methods and provide preparation for exit seminars. Students develop critical reading, historical analysis, research, and disciplinary writing skills.", + "lecture_number": 21908, + "credits": "5 units", + "waitlist_current": 13, + "course_name": "HIS 100", + "gen_ed_categories": "5 units", + "instructor": "Brundage,D.T.", + "class_number": 21908, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Modern European History, 1815-present", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 53, + "course_description": "Surveys the political, social, and cultural history of Europe from the era of the Industrial Revolution to the beginning of the second millennium. Course 70A is not prerequisite to 70B.", + "enroll_max": 53, + "lecture_number": 21895, + "credits": "5 units", + "location": "Steven Acad 150", + "course_name": "HIS 70B", + "gen_ed_categories": "5 units", + "instructor": "Thompson,B.A.", + "class_number": 21895, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Making of the Modern Middle East", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 45, + "course_description": "History of the modern Middle East from 1800 to the present, with special reference to the 20th century and forces which have shaped the area. The impact of imperialism, nationalism, and revolution in the area, with particular attention to the history of four countries: Turkey, Iran, Egypt, Israel.", + "enroll_max": 57, + "lecture_number": 21903, + "credits": "5 units", + "location": "Merrill Acad 102", + "course_name": "HIS 41", + "gen_ed_categories": "5 units", + "instructor": "Derr,J.L.", + "class_number": 21903, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Colonial America, 1500-1750", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Discussion section is optional.", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 27, + "course_description": "Explores the social, economic, cultural, and political development of British North America from the first European/Amerindian contacts in the late 16th century through the establishment of a provincial British colonial society. Course 110A is not a prerequisite to course 110B.", + "enroll_max": 54, + "lecture_number": 21910, + "credits": "5 units", + "location": "Porter Acad 144", + "course_name": "HIS 110A", + "gen_ed_categories": "5 units", + "instructor": "Westerkamp,M.J.", + "class_number": 21910, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 19, + "waitlist_max": 999, + "class_number": 23293, + "class_type": "SEM", + "course_description": "Investigates the representation of slavery with scholarly and vernacual histories, focusing on the United States. Students examine representations of slavery in scholarly works, public-history venues like museums and historic sites, popular culture, and artistic productions. Students develop their own scholarly research into the history of slavery grounded in primary and secondary sources.", + "course_name": "HIS 116A", + "course_title": "Unchained Memory: Slavery and the Politics of the Past", + "location": "Merrill Acad 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment restricted to College Scholars students.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 23293, + "instructor": "Jones,C.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment is restricted to College Scholars Program students. History majors may enroll with permission from instructor.", + "enroll_current": 18, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Making of Modern East Asia", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 60, + "course_description": "A broad introductory survey of the political, social, economic, philosophical, and religious heritage of modern China, Japan, and Korea. Emphasis on the historical foundations of modern nationalism, the colonial experience, and revolutionary movements.", + "enroll_max": 60, + "lecture_number": 23758, + "credits": "5 units", + "location": "Steven Acad 150", + "course_name": "HIS 40B", + "gen_ed_categories": "5 units", + "instructor": "Christy,A.S.", + "class_number": 23758, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "United States History to 1877", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 57, + "course_description": "Focuses on the building of British American colonies and the establishment, disintegration, and reconstruction of the nation with an emphasis on how class, race, ethnicity, and gender impacted colonial development and structured the nation's agenda and the definition of citizenship.", + "enroll_max": 57, + "lecture_number": 21890, + "credits": "5 units", + "location": "Merrill Acad 102", + "course_name": "HIS 10A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21890, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Contemporary Art and Visual Culture", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Th 01:00PM-04:00PM", + "location": "Porter Acad 245", + "enroll_current": 17, + "course_description": "Examines selected and changing topics in the contemporary art and visual culture. The specific topic varies with each offering to keep up with recent directions in scholarship. May be repeated for credit.", + "lecture_number": 23006, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "HAVC 233", + "gen_ed_categories": "5 units", + "instructor": "Murray,D.C.", + "class_number": 23006, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Wired Nation: Broadcasting & Telecommunications in the US from the Telegraph to the Internet", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 49, + "course_description": "Explores the history of telecommunications systems in the US starting with the telegraph, the telephone, wireless telegraph, radio, television and the Internet. Students learn about the development of these systems and the cultures that they foster.", + "enroll_max": 53, + "lecture_number": 22742, + "credits": "5 units", + "location": "Soc Sci 2 075", + "course_name": "HIS 117", + "gen_ed_categories": "5 units", + "instructor": "Lasar,M.", + "class_number": 22742, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 23284, + "class_type": "LEC", + "course_description": "Surveys the Jewish experience in America interpreted through digital means. Employs mapping, data visualization, and multi-modal storytelling to understand the religious, cultural, and political activities of American Jews.", + "course_name": "HIS 77", + "course_title": "Visualizing American Jewish History", + "location": "Porter Acad 144", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year students, sophomores, and juniors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 23284, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section; also offered as JWST 77.", + "enroll_current": 30, + "waitlist_current": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Latin America: Colonial Period", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 30, + "course_description": "Introduces the social, cultural, economic, and political history of the New World through a close examination of the process of European \"conquest\" in the 16th century and its consequences for both native and settler peoples. Medieval and Renaissance European and African backgrounds; Inca, Maya, Aztec, plains, woodland, and tropical rainforest native American societies; processes of military and cultural conquest; epidemics and ecological changes; native resistance and the establishment of the fundamental institutions of colonial society.", + "enroll_max": 30, + "lecture_number": 21900, + "credits": "5 units", + "location": "Soc Sci 2 071", + "course_name": "HIS 11A", + "gen_ed_categories": "5 units", + "instructor": "Diaz,M.E.", + "class_number": 21900, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Grant Writing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to visual studies graduate students.", + "meet_times": "Tu 01:00PM-02:30PM", + "location": "Porter Acad 245", + "enroll_current": 6, + "course_description": "Devoted entirely to writing grant proposals. Students work on grants for educational support, their doctoral dissertation grants, or both. May be repeated for credit.", + "lecture_number": 23037, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "HAVC 204", + "gen_ed_categories": "2 units", + "instructor": "Ly,B.J.", + "class_number": 23037, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Hebrew", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 24, + "course_description": "Speaking, listening comprehension, reading, and writing fundamentals. The use of Modern Hebrew is encouraged through classroom practice supplemented by work with computer tutorials. The first-year sequence (1-2-3) begins in fall quarter only. (Formerly Instruction in the Hebrew Language.)", + "enroll_max": 30, + "lecture_number": 21888, + "credits": "5 units", + "location": "J Baskin Engr 165", + "course_name": "HEBR 1", + "gen_ed_categories": "5 units", + "instructor": "Stein-Rosen,G.", + "class_number": 21888, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Global Contemporary Art", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 22, + "course_description": "Examines selected and changing topics in the study of contemporary art in a globalized world but outside of Europe and Euro-America where contemporary arts forms move across discrete geographical areas along newly developing networks. The specific topic varies with each offering to keep up with recent directions in scholarship. May be repeated for credit.", + "enroll_max": 70, + "lecture_number": 23760, + "credits": "5 units", + "location": "R Carson Acad 240", + "course_name": "HAVC 180A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23760, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Visual Studies and Critical Theory", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 01:00PM-04:00PM", + "location": "Porter Acad 245", + "enroll_current": 8, + "course_description": "Introduces the visual studies discipline, providing students with an overview of the field's development, its primary texts, and its issues of central concern. Features intensive readings and student-led discussions.(Formerly course 201, Introduction to Visual Studies.)", + "lecture_number": 22874, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "HAVC 201A", + "gen_ed_categories": "5 units", + "instructor": "Gonzalez,J.A.", + "class_number": 22874, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History of Design: The Objects of Technology, 1850-The Present", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 64, + "course_description": "Traces the connections between key movements in modern design and the evolution of technology in society. Also provides a framework for engaging critically with the proliferation of technology in society today.", + "enroll_max": 70, + "lecture_number": 23120, + "credits": "5 units", + "location": "Soc Sci 2 071", + "course_name": "HAVC 143E", + "gen_ed_categories": "5 units", + "instructor": "Narath,A.", + "class_number": 23120, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Grant Writing in Visual Studies", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to visual studies students or by permission of the instructor.", + "meet_times": "Tu 02:30PM-04:00PM", + "location": "Porter Acad 245", + "enroll_current": 4, + "course_description": "Devoted to grant-writing. Students work on composing and peer-reviewing research proposals, personal statements, bibliographies, CVs, and writing samples. Readings include literature on grant-writing and scholarly writing in the humanities.", + "lecture_number": 23225, + "credits": "3 units", + "waitlist_current": 0, + "course_name": "HAVC 205", + "gen_ed_categories": "3 units", + "instructor": "Ly,B.J.", + "class_number": 23225, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 8 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Art, Disaster, and Resilience", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 7, + "course_description": "Explores how art and other visual cultural practices--like participatory mapping, data visualization, and image sharing--negotiate the material and social consequences of both sudden and slow-moving disasters. Emphasizes critical, activist, and regenerative methods of representation, collaboration, and response.", + "enroll_max": 20, + "lecture_number": 23321, + "credits": "5 units", + "location": "Porter Acad 245", + "course_name": "HAVC 191W", + "gen_ed_categories": "5 units", + "instructor": "Parry,K.T.", + "class_number": 23321, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Indigenous American Visual Culture Before 1550: Mexico", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 69, + "course_description": "Art and architecture of selected pre-Hispanic cultures from the gulf coast, central, western, and southern Mexico including the Olmec, Zapotec, Toltec, Mixtec, Mexica (Aztec), and others. (Formerly Pre-Hispanic Visual Culture: Mexico.)", + "enroll_max": 140, + "lecture_number": 21880, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "HAVC 160A", + "gen_ed_categories": "5 units", + "instructor": "Dean,C.", + "class_number": 21880, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "African Architecture", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 22, + "course_description": "Study of the built environment in Africa. Focusing in depth on 10 major architectural forms or sites, this course explores the diversity of architectural types and how gender, politics, religion, and culture shape and are shaped by architectural spaces.", + "enroll_max": 70, + "lecture_number": 22719, + "credits": "5 units", + "location": "Soc Sci 2 071", + "course_name": "HAVC 116", + "gen_ed_categories": "5 units", + "instructor": "Cameron,E.L.", + "class_number": 22719, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Engendering Empires: Women in Modern Japan and Korea", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 42, + "course_description": "Explores how women's experiences in Japan and Korea were intertwined and differentiated before and during World War II under Japanese empire, and from the postwar to the present under American hegemony.", + "enroll_max": 53, + "lecture_number": 23789, + "credits": "5 units", + "location": "Cowell Clrm 131", + "course_name": "HIS 150F", + "gen_ed_categories": "5 units", + "instructor": "Aso,N.", + "class_number": 23789, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Contemporary Art", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 16, + "course_description": "Addresses changing topics in contemporary art. The specific topic varies with each offering to keep up with new directions in scholarship. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 23360, + "credits": "5 units", + "location": "McHenry Clrm 1262", + "course_name": "HAVC 191P", + "gen_ed_categories": "5 units", + "instructor": "Shanken,E.A.", + "class_number": 23360, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Southeast Asia Visual Culture", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 75, + "course_description": "Introduces the visual cultures of Southeast Asia. Topics include indigenous megalithic art, textiles, and jewelry, as well as Hindu and Buddhist art and architecture. Also considers shadow play and dance performance as alternative lenses to looking at ritual and visual narratives rendered on stone temples.", + "enroll_max": 75, + "lecture_number": 22897, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "HAVC 24", + "gen_ed_categories": "5 units", + "instructor": "Ly,B.J.", + "class_number": 22897, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Activist Art Since 1960: Art, Technology, Activism", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 49, + "course_description": "Students explore art and technology produced for social change since 1960 within the context of major historical ruptures, such as the Vietnam War, the women's movement, environmental protection, AIDS activism, anti-capitalist, and international human rights movements.", + "enroll_max": 132, + "lecture_number": 21881, + "credits": "5 units", + "location": "Steven Acad 150", + "course_name": "HAVC 141K", + "gen_ed_categories": "5 units", + "instructor": "Demos,T.", + "class_number": 21881, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Visual Cultures of the Pacific Islands", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 53, + "course_description": "Interdisciplinary course examines visual cultures of Australia, Melanesia, Micronesia, and Polynesia from the archaeological past through contemporary periods.", + "enroll_max": 85, + "lecture_number": 21879, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "HAVC 70", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21879, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Museum Cultures: The Politics of Display", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 67, + "course_description": "Explores the history of collecting and displaying art (museums, galleries, fairs) since the mid-19th century and the effect of institutional changes on aesthetic conventions. Follows the history from the origins of museums and collections to contemporary critiques of institutional exclusion and misrepresentation.", + "enroll_max": 72, + "lecture_number": 21872, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "HAVC 40", + "gen_ed_categories": "5 units", + "instructor": "Gonzalez,J.A.", + "class_number": 21872, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Photography Now", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 67, + "course_description": "Explores recent methods and approaches in photography. Surveys significant aesthetic, conceptual, and theoretical shifts occurring in the photographic medium and related discourses. Special attention given to the \"current\" landscape of contemporary photography (1980-present).", + "enroll_max": 135, + "lecture_number": 22965, + "credits": "5 units", + "location": "Earth&Marine B206", + "course_name": "HAVC 45", + "gen_ed_categories": "5 units", + "instructor": "Murray,D.C.", + "class_number": 22965, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Elementary Ancient Greek", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 9, + "course_description": "Instruction in the grammar of Attic Greek, together with readings from ancient authors, designed to prepare for the study of classical literature. The sequence begins in the fall quarter only.", + "enroll_max": 35, + "lecture_number": 21871, + "credits": "5 units", + "location": "PhysSciences 140", + "course_name": "GREE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21871, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year German", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement by examination.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Soc Sci 1 145", + "enroll_current": 10, + "course_description": "Intermediate composition and conversation based on the reading of selected prose and related cultural material. Speaking, reading, writing, and listening comprehension skills are developed by extensive use of media materials. Conducted entirely in German.", + "lecture_number": 21870, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "GERM 4", + "gen_ed_categories": "5 units", + "instructor": "Gavande,G.A.", + "class_number": 21870, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year German", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 21, + "course_description": "German 1, a beginning-level course, introduces the German language and culture for students with no previous knowledge of German. The course focuses on speaking, reading, writing, and listening. The first-year sequence (1-2-3) starts in fall quarter only. (An accelerated sequence, courses 1A-1B, begins in winter quarter.) (Formerly Instruction in the German Language.)", + "enroll_max": 25, + "lecture_number": 21869, + "credits": "5 units", + "location": "Soc Sci 2 167", + "course_name": "GERM 1", + "gen_ed_categories": "5 units", + "instructor": "Roots,J.", + "class_number": 21869, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year German", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 14, + "course_description": "German 1, a beginning-level course, introduces the German language and culture for students with no previous knowledge of German. The course focuses on speaking, reading, writing, and listening. The first-year sequence (1-2-3) starts in fall quarter only. (An accelerated sequence, courses 1A-1B, begins in winter quarter.) (Formerly Instruction in the German Language.)", + "enroll_max": 25, + "lecture_number": 21868, + "credits": "5 units", + "location": "Soc Sci 2 167", + "course_name": "GERM 1", + "gen_ed_categories": "5 units", + "instructor": "Roots,J.", + "class_number": 21868, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year German", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 12, + "course_description": "German 1, a beginning-level course, introduces the German language and culture for students with no previous knowledge of German. The course focuses on speaking, reading, writing, and listening. The first-year sequence (1-2-3) starts in fall quarter only. (An accelerated sequence, courses 1A-1B, begins in winter quarter.) (Formerly Instruction in the German Language.)", + "enroll_max": 25, + "lecture_number": 21867, + "credits": "5 units", + "location": "Soc Sci 2 167", + "course_name": "GERM 1", + "gen_ed_categories": "5 units", + "instructor": "Roots,J.", + "class_number": 21867, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Games Proseminar", + "course_section": "50", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 04:00PM-05:05PM", + "location": "SiliconValleyCtr", + "enroll_current": 17, + "course_description": "Students learn through guest speakers, design exercises, master classes, and interactive group activities. Students prepare through reading texts, playing games, and developing their own materials. Features visitors from small and large developers, game scholars, and those using games in general.", + "lecture_number": 24055, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "GAME 280A", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 24055, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Games Proseminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 04:00PM-05:05PM", + "location": "Engineer 2 194", + "enroll_current": 5, + "course_description": "Students learn through guest speakers, design exercises, master classes, and interactive group activities. Students prepare through reading texts, playing games, and developing their own materials. Features visitors from small and large developers, game scholars, and those using games in general.", + "lecture_number": 24056, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "GAME 280A", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 24056, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Stylistics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 6. Students interested in this course who have not taken the prerequisite should meet with the instructor prior to the first class meeting.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Soc Sci 2 165", + "enroll_current": 11, + "course_description": "Intensive work in French composition with the aim of attaining fluency and accuracy of expression while developing literary appreciation. May be repeated for credit with consent of instructor. May be repeated for credit.", + "lecture_number": 21866, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FREN 111", + "gen_ed_categories": "5 units", + "instructor": "Cailloux,R.", + "class_number": 21866, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year French", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1 or placement by interview.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Hum & Soc Sci 350", + "enroll_current": 9, + "course_description": "Further development of cultural competence and basic French language skills, both written and spoken. Students learn past tenses in this course. (Formerly Instruction in the French Language.)", + "lecture_number": 21862, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FREN 2", + "gen_ed_categories": "5 units", + "instructor": "Hutchison,G.K.", + "class_number": 21862, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year French", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2 or placement by interview.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Soc Sci 2 159", + "enroll_current": 14, + "course_description": "Final quarter of first-year sequence. Students complete study of French language basics, including the future tense and the conditional and the subjunctive moods, while continuing to learn about French and Francophone cultures. (Formerly Instruction in the French Language.)", + "lecture_number": 21863, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FREN 3", + "gen_ed_categories": "5 units", + "instructor": "Siskin,H.", + "class_number": 21863, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year French", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 24, + "course_description": "Introduction to French language and culture with practice in all four language skills: listening, speaking, reading, and writing. Intended for students with no previous study of French. (Formerly Instruction in the French Language.)", + "enroll_max": 25, + "lecture_number": 21861, + "credits": "5 units", + "location": "Soc Sci 2 165", + "course_name": "FREN 1", + "gen_ed_categories": "5 units", + "instructor": "Rohmer,C.", + "class_number": 21861, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Fundamentals of Game Engineering", + "course_section": "50", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to games and playable media graduate students.", + "enroll_current": 19, + "course_description": "Deep introduction to technologies used in the construction of computer games. Principles of 2D game engine design, including architecture, object-oriented design patterns, collision detection, particle systems. Also examines artificial intelligence techniques including pathfinding, state machines, and behavior trees.", + "credits": "5 units", + "waitlist_current": 0, + "course_name": "GAME 230", + "gen_ed_categories": "5 units", + "lecture_number": 23214, + "class_number": 23214, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Game Development I", + "course_section": "50", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "enroll_current": 15, + "course_description": "First in a two-course sequence providing an introduction to game programming using a modern object-oriented language. Introduces the technologies used in the construction of computer games. Introduces the principles of 2D game engine design, including architecture, object-oriented design patterns, and collision detection. Students may not receive credit for this course and course 230.", + "credits": "5 units", + "waitlist_current": 0, + "course_name": "GAME 235", + "gen_ed_categories": "5 units", + "lecture_number": 24054, + "class_number": 24054, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Game Design Systems", + "course_section": "50", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "enroll_current": 25, + "course_description": "Analyzes how games aggregate mechanics to create dynamic, interactive systems. Students analyze and design systems by general categories (e.g., movement, economy, conflict) to better understand their histories, relationships, and implementations.", + "credits": "5 units", + "waitlist_current": 0, + "course_name": "GAME 200", + "gen_ed_categories": "5 units", + "lecture_number": 24053, + "class_number": 24053, + "class_type": "fixme (Studio)", + "waitlist_max": 0, + "enroll_max": 45 + }, { + "enroll_max": 11, + "waitlist_max": 0, + "class_number": 22701, + "class_type": "SEM", + "course_description": "Graduate-level advanced seminar explores ways that seeing, hearing, and knowing are influenced by culture, power, race, and other factors. Readings emphasize how documentary subjects are constituted and known, addressing questions of epistemology, social constructivism, objectivity, and method. (Formerly Ways of Seeing and Hearing.)", + "course_name": "FMST 204", + "course_title": "Ethnographic Writing and Social Documentation", + "location": "KresgeAnnex B 115", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 03:00PM-06:00PM", + "credits": "5 units", + "lecture_number": 22701, + "instructor": "Ochoa,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as SOCD 204", + "enroll_current": 11, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Feminist Pedagogies", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "Examines feminist pedagogies as projects in transgressing traditional disciplinary boundaries. Examines historical examples of alternative pedagogies and contemporary models for creating communities dedicated to social justice. Designed to assist graduate students develop teaching strategies in multiple fields.", + "lecture_number": 23939, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FMST 203", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 23939, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year French", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 4 or placement by interview.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Soc Sci 2 159", + "enroll_current": 9, + "course_description": "Further development of intermediate-level oral and written skills through study of vocabulary and structures. Students also read and discuss a French or Francophone play.", + "lecture_number": 21865, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FREN 5", + "gen_ed_categories": "5 units", + "instructor": "Siskin,H.", + "class_number": 21865, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year French", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3 or placement by interview.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Soc Sci 1 145", + "enroll_current": 16, + "course_description": "First course in intermediate sequence. Students review and expand upon their previous study of the language through short literary readings, vocabulary building, grammar study, composition, and discussions. (Formerly Intermediate French.)", + "lecture_number": 21864, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FREN 4", + "gen_ed_categories": "5 units", + "instructor": "Hutchison,G.K.", + "class_number": 21864, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year French", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MWF 04:00PM-05:05PM", + "enroll_current": 23, + "course_description": "Introduction to French language and culture with practice in all four language skills: listening, speaking, reading, and writing. Intended for students with no previous study of French. (Formerly Instruction in the French Language.)", + "enroll_max": 25, + "lecture_number": 21860, + "credits": "5 units", + "location": "Soc Sci 2 165", + "course_name": "FREN 1", + "gen_ed_categories": "5 units", + "instructor": "Rohmer,C.", + "class_number": 21860, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Feminist Theories", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 02:00PM-05:00PM", + "location": "Humanities 1 320", + "enroll_current": 11, + "course_description": "Introductory required course for feminist studies graduate students. Covers major theorists, debates, and current questions as well as foundational texts through which feminist critiques have been grounded. Content changes with instructor.", + "lecture_number": 23029, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FMST 200", + "gen_ed_categories": "5 units", + "instructor": "Mitchell,N.O.", + "class_number": 23029, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year French", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 20, + "course_description": "Introduction to French language and culture with practice in all four language skills: listening, speaking, reading, and writing. Intended for students with no previous study of French. (Formerly Instruction in the French Language.)", + "enroll_max": 25, + "lecture_number": 21859, + "credits": "5 units", + "location": "Soc Sci 2 165", + "course_name": "FREN 1", + "gen_ed_categories": "5 units", + "instructor": "Cailloux,R.", + "class_number": 21859, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Politics of Gender and Human Rights", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements; courses 1 and 100. Enrollment is restricted to senior feminist studies majors.", + "meet_times": "W 03:30PM-07:00PM", + "location": "Humanities 1 316", + "enroll_current": 16, + "course_description": "Examines human rights projects and discourses with a focus on the politics of gender, sexuality, race, and rights in the international sphere. Reading important human rights documents and theoretical writings, and addressing particular case studies, emphasizes the tensions between the ideals of the universal and the particular inherent in human rights law, activism, and humanitarianism.", + "lecture_number": 22923, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FMST 194O", + "gen_ed_categories": "5 units", + "instructor": "Atanasoski,N.", + "class_number": 22923, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 18 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 23236, + "class_type": "LEC", + "course_description": "Focuses on a particular topic in feminist theory. Topics vary each offering but might include theorizing the gendered subject, racializing gender, politics and feminism, the relationship between queer theory and feminism, transgender studies, women of color feminisms, postcolonial and decolonial feminisms, feminist science studies. May be repeated for credit.", + "course_name": "FMST 188", + "course_title": "Topics in Feminist Studies", + "location": "N. Sci Annex 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to sophomores, juniors, and seniors.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 23236, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Feminism and Science Fiction. Enroll in lecture and associated discussion section.", + "enroll_current": 26, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Women in Music", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as MUSC 80S", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 95, + "course_description": "An exploration of the sociological position of women as composers and performers in Western and non-Western musics, with a focus on both ethnographic and historical sources.", + "enroll_max": 400, + "lecture_number": 22225, + "credits": "5 units", + "location": "Music Center 101", + "course_name": "FMST 80S", + "gen_ed_categories": "5 units", + "instructor": "Merchant,T.H.", + "class_number": 22225, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 21932, + "class_type": "SEM", + "course_description": "Examines the position of Africa in cultural studies and the simultaneous processes of over- and under-representation of the continent that mark enunciations of the global and the local. Themes include defining diaspora, the West as philosophy, and Africa in the global economy.", + "course_name": "FMST 264", + "course_title": "The Idea of Africa", + "location": "Humanities 1 320", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 03:00PM-06:00PM", + "credits": "5 units", + "lecture_number": 21932, + "instructor": "Dent,G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as HISC 264", + "enroll_current": 15, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Queer Sexuality in Black Popular Culture", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as ANTH 110Q and CRES 110Q", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 49, + "course_description": "From Janet Mock to Young M.A., queerness has become hypervisible in Black popular culture--but at what cost? Using music, television, and social media as central texts, students investigate the intersections of sexuality, gender, and race in public life.", + "enroll_max": 50, + "lecture_number": 23903, + "credits": "5 units", + "location": "Soc Sci 2 179", + "course_name": "FMST 110Q", + "gen_ed_categories": "5 units", + "instructor": "Shange-Binion,S.T.", + "class_number": 23903, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Theory and Praxis of Film and Digital Media 2", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment restricted to graduate students.", + "meet_times": "M 03:30PM-06:30PM", + "location": "Commun Bldg 139", + "enroll_current": 4, + "course_description": "Investigates methods for rhetorical production of written and visual/aural texts. Emphasizes interwoven practices of the artist/researcher/teacher, formal and expressive possibilities of \"hybridized\" research, and cultural issues raised by integrated methods of inquiry. Students are billed a course materials fee.", + "lecture_number": 22940, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FILM 200C", + "gen_ed_categories": "5 units", + "instructor": "Murray,S.E.", + "class_number": 22940, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sexuality and Globalization", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 41, + "course_description": "Examines the relationship between sexuality and the contemporary term \"globalization\" as a dense entanglement of processes that emerges from a history of U.S. empire. Sexuality cannot be separated from power struggles over the classification of bodies, territories, and questions of temporality. Examines how sexualized contact zones produce new knowledge, commerce, inequalities, possibilities, and identities. (Formerly course 80B.)", + "enroll_max": 50, + "lecture_number": 22892, + "credits": "5 units", + "location": "Merrill Acad 102", + "course_name": "FMST 40", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22892, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mediating Difference", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment restricted to graduate students.", + "meet_times": "Th 06:30PM-09:30PM", + "location": "Commun Bldg 139", + "enroll_current": 9, + "course_description": "Considers theoretical and strategic, situated \"difference\" in the era of (semi-)colonialism, post-colonialism, and globalism, examining theoretical writing alongside media works on the topic.", + "lecture_number": 22850, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FILM 224", + "gen_ed_categories": "5 units", + "instructor": "Wang,Y.", + "class_number": 22850, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Graduate Critique", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to film and digital media graduate students. Graduate students from other programs may enroll by permission of the instructor.", + "meet_times": "W 12:00PM-03:00PM", + "location": "Commun Bldg 139", + "enroll_current": 5, + "course_description": "Develops fluency in the languages of critical practice as expressed across media. Integrates critical and analytical writing about objects and experiences created by and through electronic and digital media with ongoing, student-driven critiques of audiovisual scholarship.", + "lecture_number": 23194, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FILM 237", + "gen_ed_categories": "5 units", + "instructor": "Andrews,L.", + "class_number": 23194, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Feminist Studies: An Introduction", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 105, + "course_description": "Introduces the core concepts underlying the interdisciplinary field-formation of feminist studies within multiple geopolitical contexts. Explores how feminist inquiry rethinks disciplinary assumptions and categories, and animates our engagement with culture, history, and society. Topics include: the social construction of gender; the gendered division of labor, production, and reproduction; intersections of gender, race, class, and ethnicity; and histories of sexuality. (Formerly Introduction to Feminisms.)", + "enroll_max": 120, + "lecture_number": 22605, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "FMST 1", + "gen_ed_categories": "5 units", + "instructor": "Ochoa,M.", + "class_number": 22605, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Feminist Methodologies", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 0, + "course_description": "Recommended for transfer students. Focuses on particular debates about feminist methodology. Specific methodological debates vary each year but might include feminist theorizing of experience, epistemology, situated knowledges, notions of truth and the real. Feminist methods may include transnational approaches, as well as queer, decolonial, postcolonial, and critical race methodologies. Enrollment is by permission of the instructor.", + "enroll_max": 0, + "lecture_number": 23820, + "credits": "5 units", + "location": "Humanities 1 320", + "course_name": "FMST 75", + "gen_ed_categories": "5 units", + "instructor": "Wondergem,T.R.", + "class_number": 23820, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sound", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 02:40PM-05:05PM", + "enroll_current": 14, + "course_description": "The cinematic equation equals images plus sound. What are sound-specific properties? What is the relationship between sound and image? Examines these and other questions through the creation of audio and audiovisual pieces. Students are billed a course materials fee. Prerequisite(s): course 170A or 170B; priority given to students in the production concentration. Admission by application; application materials available during the last three weeks of preceding quarter. Students not in the production concentration but have completed 170A or 170B may apply and will be considered if space is available.", + "enroll_max": 20, + "lecture_number": 21855, + "credits": "5 units", + "location": "Commun Bldg 130", + "course_name": "FILM 171A", + "gen_ed_categories": "5 units", + "instructor": "Friz,A.M.", + "class_number": 21855, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "New Media Theory Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 120. Enrollment is restricted to senior film and digital media majors.", + "meet_times": "TuTh 01:30PM-03:30PM", + "location": "Commun Bldg 121", + "enroll_current": 20, + "course_description": "Study of theories of emerging genres of electronic culture, with emphasis on the discourse about computer-assisted and computer-generated forms of art and mass culture such as digital imagery, virtual environments, telematics, hyper- and multimedia, and electronic networks. Students are billed a course materials fee.", + "lecture_number": 21858, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FILM 194C", + "gen_ed_categories": "5 units", + "instructor": "Murray,S.E.", + "class_number": 21858, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Topics in Film Studies", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 120, 130, 132A, 132B, 132C, 134A, or 134B.", + "meet_times": "MW 10:40AM-12:15PM", + "location": "Commun Bldg 150", + "enroll_current": 30, + "course_description": "Study of a selected aspect of film history, theory ,or criticism. Includes weekly screenings and historical/theoretical readings. Usually offered in alternate academic years with rotating topics. Students are billed a course materials fee. May be repeated for credit.", + "lecture_number": 22762, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "FILM 185S", + "gen_ed_categories": "5 units", + "instructor": "Horne,J.", + "class_number": 22762, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sound and Image in Theory and Criticism", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 120.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Commun Bldg 150", + "enroll_current": 37, + "course_description": "Explores theories and critiques of sound in culture and analyzes sound in relation to media images in film, video, and other media. Voice, noise, and music are addressed. Students are billed a course materials fee.", + "lecture_number": 21857, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "FILM 185D", + "gen_ed_categories": "5 units", + "instructor": "Friz,A.M.", + "class_number": 21857, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 60 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Narrative Video Workshop", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-12:15PM", + "enroll_current": 17, + "course_description": "Intermediate workshop in film and video production concentrating on narrative production, development of critical standards, and technical methods. Topics include cinematography, sound, and non-linear digital editing techniques. Each student is responsible for the completion of short narratives from assignments. Students are billed a course materials fee. Prerequisite(s): course 170B; priority given to students in the production concentration. Admission by application; application materials available during the last three weeks of preceding quarter. Students not in the production concentration but have completed 170B may apply and will be considered if space is available.", + "enroll_max": 20, + "lecture_number": 21856, + "credits": "5 units", + "location": "Commun Bldg 130", + "course_name": "FILM 172", + "gen_ed_categories": "5 units", + "instructor": "Archer,C.M.", + "class_number": 21856, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Special Topics in Film and Digital Media Production", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-05:50PM", + "enroll_current": 7, + "course_description": "An intermediate workshop-style production course which addresses diverse themes and approaches. Content changes quarterly according to faculty research interests and changing technologies/discourses in digital audiovisual production. Prerequisite(s): course 170B. Admission is by application; application materials are available during the last three weeks of the preceding quarter. Priority is given to students in the production concentration. Students not in the production concentration may apply and are considered on a space-available basis. Students are billed a materials fee. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 23244, + "credits": "5 units", + "location": "Commun Bldg 113", + "course_name": "FILM 171S", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23244, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamentals of Film and Video Production", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 10:40AM-01:05PM", + "enroll_current": 23, + "course_description": "An introduction to the art and craft of making films and videos. Covers principles of cinematography, videography, editing, production planning, and lighting involving both production techniques and methods. Students are billed a course materials fee. Prerequisite(s): course 20A or 20B and at least one upper-division film and digital media critical studies course. Admission by application; application materials available during the last three weeks of preceding quarter.", + "enroll_max": 25, + "lecture_number": 21854, + "credits": "5 units", + "location": "Commun Bldg 130", + "course_name": "FILM 170B", + "gen_ed_categories": "5 units", + "instructor": "Archer,C.M.", + "class_number": 21854, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Screenwriting", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "F 10:40AM-02:40PM", + "enroll_current": 17, + "course_description": "Problems in writing for film and television are explored through the writing of original material and analysis of existing works. Various film genres, conventions, and styles, both fictional and nonfictional, are examined. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; priority given to students in the production concentration. Admission by application; application materials available during the last three weeks of preceding quarter. Students not in the production concentration but have completed the Entry Level Writing and Composition prerequisites may apply and will be considered if space is available. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 21851, + "credits": "5 units", + "location": "Commun Bldg 113", + "course_name": "FILM 150", + "gen_ed_categories": "5 units", + "instructor": "V.,N.", + "class_number": 21851, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21838, + "class_type": "LEC", + "course_description": "A survey of American narrative cinema from 1960 to the present. Examines developments in film style, film technology, and the film industry in relation to American cultural history. Students are billed a course materials fee.", + "course_name": "FILM 134B", + "course_title": "American Film, 1960-Present", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 20A or 20B; and satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 03:20PM-06:20PM", + "credits": "5 units", + "lecture_number": 21838, + "instructor": "Kahana,J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and secondary discussion section", + "enroll_current": 120, + "waitlist_current": 35 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Film Authors", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 130, 132A, 132B, 132C, 134A, or 134B..", + "meet_times": "MW 03:30PM-06:30PM", + "location": "Commun Bldg 150", + "enroll_current": 50, + "course_description": "Intensive critical study of the work of one film auteur (director, screenwriter, actor, cinematographer). Themes, style, and structure are explored using various critical modes of analysis. Students are billed a course materials fee. May be repeated for credit.", + "lecture_number": 21852, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "FILM 162", + "gen_ed_categories": "5 units", + "instructor": "Stamp,S.", + "class_number": 21852, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Data Analysis in the Environmental Sciences", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11B or equivalent. Enrollment is restricted to environmental sciences majors.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "Introduces data-analysis methods regularly encountered within environmental sciences. Students learn how to think about data, its uncertainty, how models and data are related and depend on underlying assumptions, and how to synthesize information contained in data.", + "lecture_number": 24200, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ESCI 160", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 24200, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 60 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "16", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 24290, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Kapuscinski,A.", + "class_number": 24290, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamentals of Digital Media Production", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 20C or Computer Science 101 or Computer Science 109.", + "meet_times": "TuTh 10:45AM-01:15PM", + "location": "Porter Acad 240", + "enroll_current": 16, + "course_description": "Introduction to the conceptual and technical fundamentals of making digital media. Covers principles of digital image manipulation, basic web authoring, and interface design through projects that introduce production techniques and methods. Students are billed a course materials fee.", + "lecture_number": 21853, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "FILM 170A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21853, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "15", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21816, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Zhu,K.", + "class_number": 21816, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "enroll_max": 98, + "waitlist_max": 999, + "class_number": 21820, + "class_type": "LEC", + "course_description": "An introduction to the basic elements, range, and diversity of cinematic representation and expression. Aesthetic, theoretical, and critical issues are explored in the context of class screenings and critical readings. Students are billed a course materials fee. If space allows, restrictions may be lifted after priority enrollment.", + "course_name": "FILM 20A", + "course_title": "Introduction to Film Studies", + "location": "Humn Lecture Hall", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year, sophomore, and junior proposed and pre-film and digital media majors and film and digital media minors.", + "meet_times": "MW 04:00PM-05:35PM", + "credits": "5 units", + "lecture_number": 21820, + "instructor": "Limbrick,P.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 98, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "12", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21813, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Rajan,S.R.", + "class_number": 21813, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "14", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21815, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Wilmers,C.C.", + "class_number": 21815, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Special Topics in Film and Digital Media", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "WF 12:50PM-02:25PM", + "enroll_current": 50, + "course_description": "Study of selected aspects of film, television, and/or digital media. Includes weekly screenings and historical/theoretical readings. May be repeated for credit.", + "enroll_max": 50, + "lecture_number": 22794, + "credits": "5 units", + "location": "Commun Bldg 150", + "course_name": "FILM 80S", + "gen_ed_categories": "5 units", + "instructor": "Ruiz,S.", + "class_number": 22794, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "13", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21814, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Shennan,C.", + "class_number": 21814, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "10", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21811, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Philpott,S.M.", + "class_number": 21811, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "07", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21808, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Loik,M.E.", + "class_number": 21808, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Understanding Media", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 07:10PM-08:45PM", + "enroll_current": 144, + "course_description": "Introduces students to contemporary concerns, issues, and topics of media and media criticism. With an emphasis on visual analysis, students develop conceptual tools to think critically about photography, cinema, television, video, and print journalism.", + "enroll_max": 145, + "lecture_number": 23323, + "credits": "5 units", + "location": "ClassroomUnit 002", + "course_name": "FILM 80M", + "gen_ed_categories": "5 units", + "instructor": "Shanken,E.A.", + "class_number": 23323, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "11", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21812, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Press,D.M.", + "class_number": 21812, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 21831, + "class_type": "LEC", + "course_description": "A survey of significant developments in narrative film outside Hollywood from the advent of sound technology to the late '50s. Differing inter/national contexts, theoretical movements, technological innovations, and major directors are studied. Students are billed a course materials fee. Usually offered alternate academic years.", + "course_name": "FILM 132A", + "course_title": "International Cinema to 1960", + "location": "Commun Bldg 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 20A, satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 11:40AM-02:40PM", + "credits": "5 units", + "lecture_number": 21831, + "instructor": "Wang,Y.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and secondary discussion section", + "enroll_current": 70, + "waitlist_current": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "09", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21810, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Millard-Ball,A.S.", + "class_number": 21810, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "06", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21807, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Holl,K.D.", + "class_number": 21807, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "08", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21809, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Lu,F.E.", + "class_number": 21809, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "05", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21806, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Haddad,B.M.", + "class_number": 21806, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "04", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21805, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Gilbert,G.S.", + "class_number": 21805, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "03", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21804, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Fairbairn,M.P.", + "class_number": 21804, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "02", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21803, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Cheng,W.", + "class_number": 21803, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research in Environmental Studies", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", + "lecture_number": 21802, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 292", + "gen_ed_categories": "2 units", + "instructor": "Campbell,J.J.", + "class_number": 21802, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "enroll_max": 35, + "waitlist_max": 999, + "class_number": 21800, + "class_type": "SEM", + "course_description": "Research seminars presented weekly throughout the year by environmental studies and affiliated faculty, by visiting scholars, and by graduate students. Students discuss the content and methodology of research presented following each seminar. May be repeated for credit.", + "course_name": "ENVS 290", + "course_title": "Interdisciplinary Research Seminar", + "location": "ISB 221", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 12:00PM-01:05PM", + "credits": "2 units", + "lecture_number": 21800, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with ENVS 189.", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Graduate Research Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 02:40PM-03:45PM", + "location": "ISB 455", + "enroll_current": 6, + "course_description": "Graduate student presentations of doctoral research proposals, dissertation work-in-progress, grant applications, and conference papers. This weekly laboratory meeting seeks to develop professional skills, teach constructive criticism, and foster effective discussion among peers.", + "lecture_number": 21801, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ENVS 290L", + "gen_ed_categories": "2 units", + "instructor": "Loik,M.E.", + "class_number": 21801, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "enroll_max": 130, + "waitlist_max": 999, + "class_number": 22720, + "class_type": "SEM", + "course_description": "Introduction to geographic information systems (GIS) as the technology of processing spatial data, including input, storage and retrieval; manipulation and analysis; reporting and interpretation. Emphasizes GIS as a decision support system for environmental and social problem solving, using basic model building, experimental design, and database management. Students cannot receive credit for this course and course 115A.", + "course_name": "ENVS 215A", + "course_title": "Geographic Information Systems and Environmental Applications", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Concurrent enrollment in course 215L is required. Enrollment is restricted to environmental studies graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22720, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in ENVS 215L is required. Taught in conjunction with ENVS 115A.", + "enroll_current": 74, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 22721, + "class_type": "LAB", + "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 115L. Students are billed a materials fee.", + "course_name": "ENVS 215L", + "course_title": "Exercises in Geographic Information Systems", + "location": "ISB 486", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Concurrent enrollment in course 215A is required. Enrollment is restricted to environmental studies graduate students.", + "meet_times": "Tu 12:00PM-03:00PM", + "credits": "2 units", + "lecture_number": 22721, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in ENVS 215A is required. Taught in conjunction with 115L.", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Environmental Studies Research Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Taught in conjunction with ENVS 290.", + "meet_times": "M 12:00PM-01:05PM", + "enroll_current": 7, + "course_description": "Research seminars presented weekly throughout the year by environmental studies faculty, visiting scholars, and graduate students. Students discuss content and methodology of research presented following each seminar. Students write critiques of some seminars.", + "enroll_max": 35, + "lecture_number": 22756, + "credits": "1 units", + "location": "ISB 221", + "course_name": "ENVS 189", + "gen_ed_categories": "1 units", + "instructor": "Staff", + "class_number": 22756, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Research Approaches in Environmental Studies", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "MW 10:10AM-11:45AM", + "location": "ISB 455", + "enroll_current": 8, + "course_description": "The first course of a two-quarter sequence that explores the range of scholarly traditions that inform the kinds of research common to the Environmental Studies Department at UCSC. (Formerly Keywords and Concepts: Geography and Ecology.)", + "lecture_number": 21799, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ENVS 201A", + "gen_ed_categories": "5 units", + "instructor": "Holl,K.D.", + "class_number": 21799, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Senior Seminar", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "Enrollment consent by instructor. Topic: Conserving Marine Ecosystems of the Moneterey Bay", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Readings and discussions of primary literature on a current environmental studies topic. Field or literature-based research projects (individual or group) writing multiple drafts resulting in a final paper. Topics vary yearly; consult current course listings. Enrollment by application with selection based on appropriate background and academic performance and by consent of instructor. Satisfies senior comprehensive requirement. Enrollment restricted to senior environmental studies majors; senior environmental studies/biology combined majors; senior environmental studies / Earth sciences combined majors; and senior environmental studies /economics combined majors. Prerequisite(s): Entry Level Writing and Composition requirements.", + "enroll_max": 0, + "lecture_number": 23359, + "credits": "5 units", + "location": "N/A", + "course_name": "ENVS 196", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 23359, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Teaching Environmental Education", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "ISB 221", + "enroll_current": 26, + "course_description": "Designed for environmental studies majors interested in teaching environmental education in the K-12 school system. Students investigate incorporation of environmental education in the classroom; design an environmental education school project; and are placed in a school where they observe environmental education in practice.", + "lecture_number": 22911, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ENVS 177", + "gen_ed_categories": "5 units", + "instructor": "Cohen,W.L.", + "class_number": 22911, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 22706, + "class_type": "LAB", + "course_description": "Provides basic skills to assess chemical, biological, and physical characteristics of freshwater creeks, rivers, and wetlands. These skills are needed in environmental consulting, municipal agencies engaging in water management or impacts on water, and regulatory agencies. Relies on methods in geomorphology, biogeochemistry, hydrology, and field biology. Students are billed a materials fee.", + "course_name": "ENVS 167L", + "course_title": "Freshwater and Wetland Ecology Lab", + "location": "Nat Sci 2 229", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Concurrent enrollment in course 167 is required.", + "meet_times": "F 01:30PM-04:30PM", + "credits": "2 units", + "lecture_number": 22706, + "instructor": "Monsen,K.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Optional lab.", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Freshwater and Wetland Ecology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required, or by permission of instructor.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "ISB 221", + "enroll_current": 40, + "course_description": "Field and lecture course teaches the physical and biological patterns and processes in freshwater and wetland systems, primarily focusing on Central Coast systems from headwaters to coastal marshes.", + "lecture_number": 21798, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "ENVS 167", + "gen_ed_categories": "5 units", + "instructor": "Monsen,K.L.", + "class_number": 21798, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Political Ecology and Social Change", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "ISB 221", + "enroll_current": 35, + "course_description": "The object is to provide a rigorous grounding in the method of political ecology and to demonstrate how this approach has been used in environmental analysis and problem solving by environmental social movements.", + "lecture_number": 21797, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "ENVS 158", + "gen_ed_categories": "5 units", + "instructor": "Artiga-Purcell,J.A.", + "class_number": 21797, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 35 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Green Cities", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in courses 100 and 100L, or by permission of the instructor.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "ISB 221", + "enroll_current": 35, + "course_description": "Are cities an environmental savior or an engine of pollution? This course considers what makes a truly green city and analyzes innovative urban policies in areas such as energy, transportation, buildings, and waste management.", + "lecture_number": 23246, + "credits": "5 units", + "waitlist_current": 14, + "course_name": "ENVS 145", + "gen_ed_categories": "5 units", + "instructor": "Millard-Ball,A.S.", + "class_number": 23246, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 35 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ecological Economics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Economics 1 is strongly recommended as preparation. Previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "ISB 431", + "enroll_current": 35, + "course_description": "Application of economic analysis to natural resource policy and management. Topics include welfare economics, property rights and externalities, natural resource valuation, exhaustible and renewable resources, and sustainable development.", + "lecture_number": 21796, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ENVS 141", + "gen_ed_categories": "5 units", + "instructor": "Millard-Ball,A.S.", + "class_number": 21796, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 35 + }, { + "enroll_max": 90, + "waitlist_max": 999, + "class_number": 21791, + "class_type": "LEC", + "course_description": "Ecological concepts and principles are applied to the design and management of sustainable agroecosystems. Alternatives for agriculture are discussed in terms of ecosystem structure and function. A weekly three-hour lab is required.", + "course_name": "ENVS 130A", + "course_title": "Agroecology and Sustainable Agriculture", + "location": "Thim Lecture 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Concurrent enrollment in course 130L and previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 21791, + "instructor": "Shennan,C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in ENVS 130L is required.", + "enroll_current": 49, + "waitlist_current": 0 + }, { + "enroll_max": 23, + "waitlist_max": 999, + "class_number": 21794, + "class_type": "LAB", + "course_description": "Laboratory and field exercises to train in the analysis of ecological processes in agricultural systems, with a focus on the quantification of ecological sustainability. Experimental design, analysis, and data interpretation are emphasized. Students are billed a materials fee.", + "course_name": "ENVS 130L", + "course_title": "Agroecology and Sustainable Agriculture Laboratory", + "location": "Agroecology 103", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required.", + "meet_times": "W 08:30AM-11:30AM", + "credits": "2 units", + "lecture_number": 21794, + "instructor": "Shennan,C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in ENVS 130A is required", + "enroll_current": 10, + "waitlist_current": 0 + }, { + "enroll_max": 22, + "waitlist_max": 999, + "class_number": 21792, + "class_type": "LAB", + "course_description": "Laboratory and field exercises to train in the analysis of ecological processes in agricultural systems, with a focus on the quantification of ecological sustainability. Experimental design, analysis, and data interpretation are emphasized. Students are billed a materials fee.", + "course_name": "ENVS 130L", + "course_title": "Agroecology and Sustainable Agriculture Laboratory", + "location": "Agroecology 103", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required.", + "meet_times": "M 08:30AM-11:30AM", + "credits": "2 units", + "lecture_number": 21792, + "instructor": "Shennan,C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in ENVS 130A is required", + "enroll_current": 8, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Landscape Ecology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in course 100 and 100L, or by permission of the instructor.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "ISB 431", + "enroll_current": 35, + "course_description": "Investigates topics about the causes and consequences of spatial heterogeneity and pattern in natural- and human-dominated systems. This course provides a foundational understanding of how landscape pattern is generated and relates to populations, communities, and ecosystem processes.", + "lecture_number": 23887, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "ENVS 121", + "gen_ed_categories": "5 units", + "instructor": "Zhu,K.", + "class_number": 23887, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 35 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 21790, + "class_type": "LEC", + "course_description": "Introduces biological and anthropogenic influences on the diversity and scarcity of organisms. Explores the mathematical models and research tools that provide the foundation for many conservation and management decisions regarding endangered and/or declining species. Topics explored in the context of various examples of conservation decision-making in the real world.", + "course_name": "ENVS 120", + "course_title": "Conservation Biology", + "location": "ISB 221", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 21790, + "instructor": "Ross,K.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 47, + "waitlist_current": 5 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 21789, + "class_type": "LAB", + "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", + "course_name": "ENVS 115L", + "course_title": "Exercises in Geographic Information Systems", + "location": "ISB 486", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", + "meet_times": "Th 04:00PM-07:00PM", + "credits": "2 units", + "lecture_number": 21789, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 115A is required.", + "enroll_current": 5, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 21787, + "class_type": "LAB", + "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", + "course_name": "ENVS 115L", + "course_title": "Exercises in Geographic Information Systems", + "location": "ISB 486", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", + "meet_times": "W 01:00PM-04:00PM", + "credits": "2 units", + "lecture_number": 21787, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 115A is required.", + "enroll_current": 18, + "waitlist_current": 0 + }, { + "enroll_max": 22, + "waitlist_max": 999, + "class_number": 21793, + "class_type": "LAB", + "course_description": "Laboratory and field exercises to train in the analysis of ecological processes in agricultural systems, with a focus on the quantification of ecological sustainability. Experimental design, analysis, and data interpretation are emphasized. Students are billed a materials fee.", + "course_name": "ENVS 130L", + "course_title": "Agroecology and Sustainable Agriculture Laboratory", + "location": "Agroecology 103", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required.", + "meet_times": "Tu 08:30AM-11:30AM", + "credits": "2 units", + "lecture_number": 21793, + "instructor": "Shennan,C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in ENVS 130A is required", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "enroll_max": 23, + "waitlist_max": 999, + "class_number": 21795, + "class_type": "LAB", + "course_description": "Laboratory and field exercises to train in the analysis of ecological processes in agricultural systems, with a focus on the quantification of ecological sustainability. Experimental design, analysis, and data interpretation are emphasized. Students are billed a materials fee.", + "course_name": "ENVS 130L", + "course_title": "Agroecology and Sustainable Agriculture Laboratory", + "location": "Agroecology 103", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required.", + "meet_times": "Th 08:30AM-11:30AM", + "credits": "2 units", + "lecture_number": 21795, + "instructor": "Shennan,C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in ENVS 130L is required", + "enroll_current": 9, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Natural History of Birds", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor. Course 105 or Biology 138 are recommended.", + "meet_times": "MW 08:00AM-10:25AM", + "location": "ISB 221", + "enroll_current": 25, + "course_description": "The evolution, taxonomy, physiology, behavior, ecology, and management of birds. Lecture, discussion, field format. Birds observed in habitats including bay, marsh, meadow, and forest. Evaluations based on a field journal and examinations. Students are billed a materials fee.", + "lecture_number": 21782, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ENVS 106A", + "gen_ed_categories": "5 units", + "instructor": "Tyler,W.B.", + "class_number": 21782, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Senior Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enrollment consent by instructor. Topic: Water Sustainability", + "meet_times": "W 12:00PM-03:00PM", + "enroll_current": 6, + "course_description": "Readings and discussions of primary literature on a current environmental studies topic. Field or literature-based research projects (individual or group) writing multiple drafts resulting in a final paper. Topics vary yearly; consult current course listings. Enrollment by application with selection based on appropriate background and academic performance and by consent of instructor. Satisfies senior comprehensive requirement. Enrollment restricted to senior environmental studies majors; senior environmental studies/biology combined majors; senior environmental studies / Earth sciences combined majors; and senior environmental studies /economics combined majors. Prerequisite(s): Entry Level Writing and Composition requirements.", + "enroll_max": 15, + "lecture_number": 23358, + "credits": "5 units", + "location": "ISB 455", + "course_name": "ENVS 196", + "gen_ed_categories": "5 units", + "instructor": "Rittelmeyer,P.F.", + "class_number": 23358, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 130, + "waitlist_max": 999, + "class_number": 21783, + "class_type": "LEC", + "course_description": "Introduction to geographic information systems (GIS) as the technology of processing spatial data, including input, storage and retrieval; manipulation and analysis; reporting and interpretation. Emphasizes GIS as a decision support system for environmental and social problem solving, using basic model building, experimental design, and database management. Students cannot receive credit for this course and course 215A.", + "course_name": "ENVS 115A", + "course_title": "Geographic Information Systems and Environmental Applications", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 115L and 100 and 100L, or permission of instructor. Course in computer science, Earth science, math, or geography recommended.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21783, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in ENVS 115L is required. Taught in conjunction with ENVS 215A.", + "enroll_current": 74, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 21788, + "class_type": "LAB", + "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", + "course_name": "ENVS 115L", + "course_title": "Exercises in Geographic Information Systems", + "location": "ISB 486", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", + "meet_times": "Th 12:00PM-03:00PM", + "credits": "2 units", + "lecture_number": 21788, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 115A is required.", + "enroll_current": 6, + "waitlist_current": 0 + }, { + "enroll_max": 186, + "waitlist_max": 999, + "class_number": 21780, + "class_type": "LEC", + "course_description": "Covers principles of ecology including limits to species abundances, evolutionary ecology, population dynamics, community interactions and patterns, and ecosystem patterns and dynamics.", + "course_name": "ENVS 24", + "course_title": "General Ecology", + "location": "Humn Lecture Hall", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Applied Mathematics and Statistics 2 or 3 or 6, or MATH 3 or higher; or mathematics placement examination (MPE) score of 300 or higher; or AP Calculus AB exam score of 3 or higher; course 23 recommended as prerequisite to this course.", + "meet_times": "MWF 01:20PM-02:25PM", + "credits": "5 units", + "lecture_number": 21780, + "instructor": "Finkelstein,M.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 86, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Topics in Electrical Engineering", + "course_section": "50", + "career_type": "Graduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 0, + "course_description": "Graduate seminar on a research topic in electrical engineering that varies with the particular instructor. Typical topics include, but are not limited to, electromagnetics, antennas, electronics biotechnology, nanotechnology, signal processing, communications, VLSI, and MEMS. Prerequisite(s):Enrollment is by permission of the instructor and is restricted to graduate students. In some quarters course will be taught in conjunction with EE 183. May be repeated for credit.", + "enroll_max": 17, + "lecture_number": 22709, + "credits": "5 units", + "location": "SiliconValleyCtr", + "course_name": "EE 293", + "gen_ed_categories": "5 units", + "instructor": "Corzine,K.", + "class_number": 22709, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21784, + "class_type": "LAB", + "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", + "course_name": "ENVS 115L", + "course_title": "Exercises in Geographic Information Systems", + "location": "ISB 486", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", + "meet_times": "Tu 12:00PM-03:00PM", + "credits": "2 units", + "lecture_number": 21784, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 115A is required. Taught in conjunction with ENVS 215L.", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Ecological Forecast for Global Warming", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 9, + "course_description": "A broad overview of the impacts of human activities on the global climate system. Topics include how climate affects the distribution of ecosystems, the influence of global climate change on biodiversity, ecosystem function, and consequences for the human enterprise.", + "enroll_max": 100, + "lecture_number": 21781, + "credits": "5 units", + "location": "Earth&Marine B206", + "course_name": "ENVS 80B", + "gen_ed_categories": "5 units", + "instructor": "Loik,M.E.", + "class_number": 21781, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Satisfactory/Unsatisfactory", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "EE Graduate Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to computer engineering and electrical engineering graduate students.", + "meet_times": "M 10:40AM-11:45AM", + "location": "Engineer 2 192", + "enroll_current": 8, + "course_description": "Leading speakers from academia and industry present their latest research. May be repeated for credit.", + "lecture_number": 22716, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "EE 290", + "gen_ed_categories": "2 units", + "instructor": "Abrahamsson,S.", + "class_number": 22716, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Applied Optics", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics of current research in applied optics, including integrated, quantum, nonlinear, and nano-optics. Current research work and literature in these areas are discussed. Enrollment by permission of instructor. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22751, + "credits": "2 units", + "location": "TBA", + "course_name": "EE 280O", + "gen_ed_categories": "2 units", + "instructor": "Schmidt,H.", + "class_number": 22751, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Integrated Bioelectronics", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 1, + "course_description": "Weekly seminar covering current research in integrated bioelectronics. Enrollment is by permission of the instructor and is restricted to students who have research in bioelectronics. May be repeated for credit.", + "enroll_max": 6, + "lecture_number": 22771, + "credits": "2 units", + "location": "TBA", + "course_name": "EE 280B", + "gen_ed_categories": "2 units", + "instructor": "Rolandi,M.A.", + "class_number": 22771, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Natural History of the UCSC Campus", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "F 08:15AM-11:45AM", + "enroll_current": 0, + "course_description": "Introduces students to the range of natural species and communities occurring on the UCSC campus. All class time is spent outside, and each week a different area of campus is visited. Course 24 is recommended.", + "enroll_max": 0, + "lecture_number": 21779, + "credits": "2 units", + "location": "Nat Sci 2 229", + "course_name": "ENVS 15", + "gen_ed_categories": "2 units", + "instructor": "Carle,R.D.", + "class_number": 21779, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 4 + }, { + "grading_options": "Satisfactory/Unsatisfactory", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Current Topics in Applied Microscopy and Neuronal Imaging", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "A weekly seminar to discuss current topics in applied microscopy and neuronal imaging. May be repeated for credit.", + "lecture_number": 23276, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "EE 280A", + "gen_ed_categories": "2 units", + "instructor": "Abrahamsson,S.", + "class_number": 23276, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Error Control Coding", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 16, + "course_description": "Covers the following topics: introduction to algebra; linear block code; cyclic codes; BCH code; RS codes; spectral domain study of codes; CRC; and product codes.", + "enroll_max": 30, + "lecture_number": 23768, + "credits": "5 units", + "location": "J Baskin Engr 165", + "course_name": "EE 261", + "gen_ed_categories": "5 units", + "instructor": "Sadjadpour,H.R.", + "class_number": 23768, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Smart Grids and Data Analytics", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly series covering state-of-the-art research in smart power grids, machine learning, communications, and signal processing. Current research works and recent literature are discussed. Enrollment is by permission of the instructor and is restricted to graduate students. Undergraduates may enroll by permission of the instructor. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23277, + "credits": "2 units", + "location": "TBA", + "course_name": "EE 280Z", + "gen_ed_categories": "2 units", + "instructor": "Zhang,Y.", + "class_number": 23277, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Principles of Digital Communications", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 151 and 153 (or Computer Engineering 153) and Computer Engineering 107.", + "meet_times": "TuTh 07:10PM-08:45PM", + "location": "J Baskin Engr 156", + "enroll_current": 5, + "course_description": "A core course on digital communications theory. Provides an introduction to digital communication, including source coding, characterization of communication signals and systems, modulation and demodulation for the additive Gaussian channel, digital signaling, and over bandwidth constrained linear filter channels and over fading multipath channels.", + "lecture_number": 21720, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EE 251", + "gen_ed_categories": "5 units", + "instructor": "Friedlander,B.", + "class_number": 21720, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 21785, + "class_type": "LAB", + "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", + "course_name": "ENVS 115L", + "course_title": "Exercises in Geographic Information Systems", + "location": "ISB 486", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", + "meet_times": "Tu 04:00PM-07:00PM", + "credits": "2 units", + "lecture_number": 21785, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 115A is required.", + "enroll_current": 13, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Topics in Electrical Engineering", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 4, + "course_description": "Graduate seminar on a research topic in electrical engineering that varies with the particular instructor. Typical topics include, but are not limited to, electromagnetics, antennas, electronics biotechnology, nanotechnology, signal processing, communications, VLSI, and MEMS. Prerequisite(s):Enrollment is by permission of the instructor and is restricted to graduate students. In some quarters course will be taught in conjunction with EE 183. May be repeated for credit.", + "enroll_max": 35, + "lecture_number": 22708, + "credits": "5 units", + "location": "J Baskin Engr 156", + "course_name": "EE 293", + "gen_ed_categories": "5 units", + "instructor": "Corzine,K.", + "class_number": 22708, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Nanophotonics and Lab-on-Chip Systems", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly series covering current research in nanophotonics and lab-on-chip systems including nanoplasmonic biosensors; nanospectroscopy (Raman and vibrational mid-infrared spectroscopy); nanofabrication; nanophotonics devices for energy conversion and thermoplasmonics; acoustic fluids; and microfluidic integration. Current research work and recent literature are discussed. Enrollment is by permission of the instructor and restricted to graduate students. Sophomores, juniors, and seniors may enroll by permission of instructor. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23189, + "credits": "2 units", + "location": "TBA", + "course_name": "EE 280N", + "gen_ed_categories": "2 units", + "instructor": "Yanik,A.", + "class_number": 23189, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamentals of Semiconductor Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "J Baskin Engr 156", + "enroll_current": 6, + "course_description": "Semiconductor physics is examined for advanced new materials and devices. Discusses how familiar concepts are extended to new electronics. Intended for students interested in electrical engineering, physics, and materials science applications. Good familiarity with basic electromagnetism and quantum physics is assumed.", + "lecture_number": 23118, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EE 227", + "gen_ed_categories": "5 units", + "instructor": "Yamada,T.", + "class_number": 23118, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Fundamentals of Semiconductor Physics", + "course_section": "50", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "SiliconValleyCtr", + "enroll_current": 1, + "course_description": "Semiconductor physics is examined for advanced new materials and devices. Discusses how familiar concepts are extended to new electronics. Intended for students interested in electrical engineering, physics, and materials science applications. Good familiarity with basic electromagnetism and quantum physics is assumed.", + "lecture_number": 23119, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EE 227", + "gen_ed_categories": "5 units", + "instructor": "Yamada,T.", + "class_number": 23119, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 21786, + "class_type": "LAB", + "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", + "course_name": "ENVS 115L", + "course_title": "Exercises in Geographic Information Systems", + "location": "ISB 486", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", + "meet_times": "W 09:00AM-12:00PM", + "credits": "2 units", + "lecture_number": 21786, + "instructor": "Nereson,A.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 115A is required.", + "enroll_current": 12, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Analog Integrated Circuits", + "course_section": "50", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 171 or equivalent; course 178 or equivalent recommended.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "SiliconValleyCtr", + "enroll_current": 0, + "course_description": "Analog integrated circuit design with emphasis on fundamentals of designing linear circuits using CMOS. Covers MOS devices and device modeling, current mirrors, op-amp design, op-amp compensation, comparators, multipliers, voltage references, sample-and-holds, noise, and an introduction to more complicated systems using these building blocks, such as phase locked loops and analog-to-digital converters. If time permits, integrated circuit layout issues and device/circuit fabrication. Students cannot receive credit for this course and course 172.", + "lecture_number": 21718, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EE 221", + "gen_ed_categories": "5 units", + "instructor": "Pedrotti,K.", + "class_number": 21718, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 21717, + "class_type": "LEC", + "course_description": "Analog integrated circuit design with emphasis on fundamentals of designing linear circuits using CMOS. Covers MOS devices and device modeling, current mirrors, op-amp design, op-amp compensation, comparators, multipliers, voltage references, sample-and-holds, noise, and an introduction to more complicated systems using these building blocks, such as phase locked loops and analog-to-digital converters. If time permits, integrated circuit layout issues and device/circuit fabrication. Students cannot receive credit for this course and course 172.", + "course_name": "EE 221", + "course_title": "Advanced Analog Integrated Circuits", + "location": "Engineer 2 192", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 171 or equivalent; course 178 or equivalent recommended.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 21717, + "instructor": "Pedrotti,K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with EE 172", + "enroll_current": 12, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Nanomaterials and Nanometer-Scale Devices", + "course_section": "50", + "career_type": "Graduate", + "meet_times": "MW 07:10PM-08:45PM", + "enroll_current": 1, + "course_description": "Materials controlled at nanometer-scale will revolutionize existing technologies. Course offers opportunities of learning materials that exhibit peculiar physical characteristics at the nanometer scales. Course also includes discussions of unique device architecture based on materials crafted at the nanometer scale.", + "enroll_max": 17, + "lecture_number": 22876, + "credits": "5 units", + "location": "SiliconValleyCtr", + "course_name": "EE 216", + "gen_ed_categories": "5 units", + "instructor": "Kobayashi,N.P.", + "class_number": 22876, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Nanomaterials and Nanometer-Scale Devices", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "MW 07:10PM-08:45PM", + "enroll_current": 4, + "course_description": "Materials controlled at nanometer-scale will revolutionize existing technologies. Course offers opportunities of learning materials that exhibit peculiar physical characteristics at the nanometer scales. Course also includes discussions of unique device architecture based on materials crafted at the nanometer scale.", + "enroll_max": 30, + "lecture_number": 22875, + "credits": "5 units", + "location": "J Baskin Engr 156", + "course_name": "EE 216", + "gen_ed_categories": "5 units", + "instructor": "Kobayashi,N.P.", + "class_number": 22875, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Special Topics in Electrical Engineering", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 4, + "course_description": "Topics vary with instructor. Sample topics include smart grids, bioelectronics, antennas, etc. Enrollment by instructor permission. Approval of undergraduate adviser required for credit as an upper-division elective. May be repeated for credit.", + "enroll_max": 35, + "lecture_number": 24293, + "credits": "5 units", + "location": "J Baskin Engr 156", + "course_name": "EE 183", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 24293, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Principles of Digital Communications", + "course_section": "50", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 151 and 153 (or Computer Engineering 153) and Computer Engineering 107.", + "meet_times": "TuTh 07:10PM-08:45PM", + "location": "SiliconValleyCtr", + "enroll_current": 2, + "course_description": "A core course on digital communications theory. Provides an introduction to digital communication, including source coding, characterization of communication signals and systems, modulation and demodulation for the additive Gaussian channel, digital signaling, and over bandwidth constrained linear filter channels and over fading multipath channels.", + "lecture_number": 21721, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EE 251", + "gen_ed_categories": "5 units", + "instructor": "Friedlander,B.", + "class_number": 21721, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 22711, + "class_type": "LEC", + "course_description": "Graduate-level introduction to control of continuous linear systems using classical feedback techniques. Design of feedback controllers for command-following error, disturbance rejection, stability, and dynamic response specifications. Root locus and frequency response design techniques. Extensive use of Matlab for computer-aided controller design. Course has concurrent lectures with Electrical Engineering 154.", + "course_name": "EE 241", + "course_title": "Introduction to Feedback Control Systems", + "location": "Soc Sci 1 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 22711, + "instructor": "Sanfelice,R.G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as CMPE 241", + "enroll_current": 26, + "waitlist_current": 0 + }, { + "enroll_max": 90, + "waitlist_max": 999, + "class_number": 21719, + "class_type": "LEC", + "course_description": "Components and system design of optical fiber communication. Topics include step-index fibers, graded-index fibers, fiber modes, single-mode fibers, multimode fibers, dispersion, loss mechanics, fiber fabrication, light-emission processes in semiconductors, light-emitting diodes, laser diodes, modulation response, source-fiber coupling, photodetectors, receivers, receiver noise and sensitivity, system design, power budget and rise-time budget, fiber-optic networks (FDDI, SONET, etc.), wavelength division multiplexing (WDM). Students cannot receive credit for this course and course 130. May be repeated for credit.", + "course_name": "EE 230", + "course_title": "Optical Fiber Communication", + "location": "Kresge Clrm 327", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 21719, + "instructor": "Yanik,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with EE 130.", + "enroll_current": 38, + "waitlist_current": 0 + }, { + "enroll_max": 85, + "waitlist_max": 999, + "class_number": 21712, + "class_type": "LEC", + "course_description": "Analysis and design of continuous linear feedback control systems. Essential principles and advantages of feedback. Design by root locus, frequency response, and state space methods and comparisons of these techniques. Applications.", + "course_name": "EE 154", + "course_title": "Feedback Control Systems", + "location": "Steven Acad 175", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 103. Enrollment is restricted to School of Engineering and Division of Physical and Biological Sciences majors, or by permission of instructor.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 21712, + "instructor": "Milutinovic,D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as CMPE 141.", + "enroll_current": 59, + "waitlist_current": 0 + }, { + "enroll_max": 69, + "waitlist_max": 999, + "class_number": 21701, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 145. One two-hour laboratory per week. Students are billed a materials fee.", + "course_name": "EE 145L", + "course_title": "Properties of Materials Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Physics 5A/L, 5B/M, and 5C/N or 6A/L, 6B/M, and 6C/N.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21701, + "instructor": "Kobayashi,N.P.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 145 is required. Enroll in lab and associated secondary lab", + "enroll_current": 69, + "waitlist_current": 6 + }, { + "enroll_max": 35, + "waitlist_max": 999, + "class_number": 22918, + "class_type": "LAB", + "course_description": "Computer analysis and simulation of energy generation, components, power-flow analysis, systems, and control covering topics from course 195. Weekly computer simulations reinforce the concepts introduced in course 175. Students are billed a materials fee.", + "course_name": "EE 175L", + "course_title": "Energy Generation and Control Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 22918, + "instructor": "Parsa,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 175 is required.Enroll in lab and associated secondary lab", + "enroll_current": 24, + "waitlist_current": 0 + }, { + "enroll_max": 35, + "waitlist_max": 999, + "class_number": 22922, + "class_type": "LEC", + "course_description": "Introduces electrical energy generation, sensing, and control, emphasizing the emerging smart grid. Topics include 3-phase AC power systems, voltage and transient stability, fault analysis, grid protection, power-flow analysis, economic dispatch, and high voltage DC distribution (HVDC).", + "course_name": "EE 175", + "course_title": "Energy Generation and Control", + "location": "N. Sci Annex 103", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101. Concurrent enrollment in course 175L is required.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22922, + "instructor": "Parsa,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in course 175L required.", + "enroll_current": 24, + "waitlist_current": 0 + }, { + "enroll_max": 90, + "waitlist_max": 999, + "class_number": 21692, + "class_type": "LEC", + "course_description": "Introduction to optics, photonics and optoelectronics, fiber optic devices and communication systems: Topics include: ray optics, electromagnetic optics, resonator optics, interaction between photons and atoms, dielectric waveguides and fibers, semiconductor light sources and detectors, modulators, amplifiers, switches, and optical fiber communication systems. Taught in conjunction with course 230. Students cannot receive credit for this course and course 230.", + "course_name": "EE 130", + "course_title": "Introduction to Optoelectronics and Photonics", + "location": "Kresge Clrm 327", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Physics 5B and 5C, or Physics 6B and 6C; concurrent enrollment in course 130L.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 21692, + "instructor": "Yanik,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 130L is required. Taught in conjunction with EE 230.", + "enroll_current": 38, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Capstone Project I", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 171 and CMPE 100; and previous or concurrent enrollment in course 157 or CMPE 118 or CMPE 121. Enrollment is restricted to seniors.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Engineer 2 180", + "enroll_current": 8, + "course_description": "First of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this first course, students complete the specification and planning for a substantial project. Topics covered: engineering design cycle, engineering teams, and professional practices.", + "lecture_number": 23013, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EE 129A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23013, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21379, + "class_type": "LEC", + "course_description": "Studies of analog circuit principles relevant to high-speed digital design: signal propagation, crosstalk, and electromagnetic interference. Topics include electrical characteristics of digital circuits, interfacing different logic families, measurement techniques, transmission lines, ground planes and grounding, terminations, power systems, connectors/ribbon cables, clock distribution, shielding, electromagnetic compatibility and noise suppression, and bus architectures. (Formerly Computer Engineering 173.)", + "course_name": "EE 173", + "course_title": "High-Speed Digital Design", + "location": "Soc Sci 2 159", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 101/L and 174. Previous or concurrent enrollment in course 173L is required. Course 171 and Computer Engineering 121 recommended.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 21379, + "instructor": "Petersen,S.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 173L is required", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21380, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 173. One two-hour laboratory session per week. Students are billed a materials fee. (Formerly Computer Engineering 173L.)", + "course_name": "EE 173L", + "course_title": "High-Speed Digital Design Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 101, 101L, and 174. Course 171 and Computer Engineering 121 recommended.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21380, + "instructor": "Petersen,S.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 173 is required. Enroll in lab and associated secondary lab", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 22727, + "class_type": "LEC", + "course_description": "Analog circuit design covering the basic amplifier configurations, current mirrors, differential amplifiers, frequency response, feedback amplifiers, noise, bandgap references, one- and two-stage operational amplifier design, feedback amplifier stability, switched capacitor circuits and optionally the fundamentals of digital-to-analog and analog-to-digital converters. Emphasis throughout will be on the development of approximate and intuitive methods for understanding and designing circuits. Cannot receive credit for this course and course 221.", + "course_name": "EE 172", + "course_title": "Advanced Analog Circuits", + "location": "Engineer 2 192", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 171.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22727, + "instructor": "Pedrotti,K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with EE 221", + "enroll_current": 12, + "waitlist_current": 0 + }, { + "enroll_max": 74, + "waitlist_max": 999, + "class_number": 21684, + "class_type": "LAB", + "course_description": "Illustrates topics covered in course 101. One two-hour laboratory session per week. Students are billed for a materials fee.", + "course_name": "EE 101L", + "course_title": "Introduction to Electronic Circuits Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Physics 5C/N or 6C/N; and Mathematics 24 or previous or concurrent enrollment in Applied Mathematics and Statistics 20 or 20A.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21684, + "instructor": "Abrahamsson,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 101 is required. Enroll in lab and associated secondary lab", + "enroll_current": 74, + "waitlist_current": 3 + }, { + "enroll_max": 74, + "waitlist_max": 999, + "class_number": 21683, + "class_type": "LEC", + "course_description": "Introduction to the physical basis and mathematical models of electrical components and circuits. Topics include circuit theorems (Thevenin and Norton Equivalents, Superposition), constant and sinusoidal inputs, natural and forced response of linear circuits. Introduction to circuit/network design, maximum power transfer, analog filters, and circuit analysis using Matlab. Topics in elementary electronics including amplifiers and feedback.", + "course_name": "EE 101", + "course_title": "Introduction to Electronic Circuits", + "location": "J Baskin Engr 152", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Physics 5C/N or 6C/N, and Mathematics 24 or previous or concurrent enrollment in Applied Mathematics and Statistics 20 or 20A. Concurrent enrollment in course 101L is required.", + "meet_times": "MWF 01:20PM-02:25PM", + "credits": "5 units", + "lecture_number": 21683, + "instructor": "Abrahamsson,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 101L is required", + "enroll_current": 74, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sustainability Engineering and Practice", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 62, + "course_description": "Topical introduction to principles and practices of sustainability engineering and ecological design with emphasis on implementation in society. Provides an understanding of basic scientific, engineering, and social principles in the design, deployment, and operation of resource-based human systems, and how they can be maintained for this and future generations. No specialized background in engineering, science, or social sciences is assumed.", + "enroll_max": 90, + "lecture_number": 22805, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "EE 80S", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22805, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Social and Cultural Context of Education", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 12:00PM-03:00PM", + "location": "McHenry Clrm 3170", + "enroll_current": 7, + "course_description": "Application of anthropological and sociological theories to study of education. Examines social, cultural, and linguistic context of schooling with particular attention to role of race, class, culture, power, and language in influencing schooling outcomes.", + "lecture_number": 21682, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EDUC 262", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21682, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Educational Inquiry", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 02:00PM-05:00PM", + "location": "McHenry Clrm 3170", + "enroll_current": 3, + "course_description": "Addresses foundational knowledge needed to understand and conduct educational inquiry and research. Topics include epistemology in the human sciences, philosophical foundations of modern research strategies, and general classes of research investigations in education.", + "lecture_number": 21672, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EDUC 235", + "gen_ed_categories": "5 units", + "instructor": "Scott,J.A.", + "class_number": 21672, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21681, + "class_type": "SEM", + "course_description": "Required for the single subject social science credential student. Tracks both the implicit and explicit connections between theory and practice, illustrating that theory suggests best practice while practice informs theory-formation and testing.", + "course_name": "EDUC 232", + "course_title": "Social Science: Theory and Curriculum", + "location": "McHenry Clrm 0270", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "Tu 02:00PM-05:00PM", + "credits": "5 units", + "lecture_number": 21681, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Single Subject Social Science", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21677, + "class_type": "LEC", + "course_description": "Examines theoretical approaches to the learning and teaching of science including the nature of scientific knowledge, theories of how children learn science, approaches to scientific discourse, and perspectives on addressing diversity in science classrooms. Course is required for single subjects science credential.", + "course_name": "EDUC 230", + "course_title": "Science Education: Research and Practice", + "location": "McHenry Clrm 0292", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "Tu 02:00PM-05:00PM", + "credits": "5 units", + "lecture_number": 21677, + "instructor": "Ash,D.B.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Single Subject Science", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "enroll_max": 29, + "waitlist_max": 999, + "class_number": 21693, + "class_type": "LAB", + "course_description": "Includes a series of projects to provide hands-on experience needed for basic concepts and laboratory techniques of optical fiber technology. Students are billed a materials fee.", + "course_name": "EE 130L", + "course_title": "Introduction to Optoelectronics Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "1 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Physics 5B and 5C, or 6B and 6C; and Physics 5L, 5M, and 5N, or Physics 6L, 6M, and 6N.", + "meet_times": "TBA TBA", + "credits": "1 units", + "lecture_number": 21693, + "instructor": "Yanik,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 130 is required. Enroll in lab and associated secondary lab.", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21680, + "class_type": "SEM", + "course_description": "Required for the single subject English credential student. Examines sociocultural approaches to the learning and teaching of English in secondary classrooms, including theories of how children learn English language, literature, and composition.", + "course_name": "EDUC 226", + "course_title": "English Teaching: Theory and Curriculum", + "location": "McHenry Clrm 0292", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "W 04:30PM-07:30PM", + "credits": "5 units", + "lecture_number": 21680, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Single Subject English", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Signals and Systems", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 101/L and Applied Mathematics and Statistics 20.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "J Baskin Engr 152", + "enroll_current": 63, + "course_description": "The course covers the following topics: characterization and analysis of continuous-time signals and linear systems, time domain analysis using convolution, frequency domain analysis using the Fourier series and the Fourier transform, the Laplace transform, transfer functions and block diagrams, continuous-time filters, sampling of continuous time signals, examples of applications to communications and control systems.", + "lecture_number": 21691, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EE 103", + "gen_ed_categories": "5 units", + "instructor": "Kang,S.M.", + "class_number": 21691, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 100 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21676, + "class_type": "SEM", + "course_description": "This course provides both a theoretical and practical foundation for literacy instruction, emphasizing reading and language arts instruction in grades K\u20138. Interactive instruction and field experience will be used to examine curricula, methods, materials, and literacy evaluation.", + "course_name": "EDUC 220", + "course_title": "Reading and Language Arts for Elementary Classrooms", + "location": "McHenry Clrm 1253", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "TuTh 01:30PM-03:15PM", + "credits": "5 units", + "lecture_number": 21676, + "instructor": "Scott,J.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Multiple Subject Students. Summer Bridge starts 9/4/18", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 22896, + "class_type": "LEC", + "course_description": "Taught in Spanish. Prepares future bilingual teachers to be knowledgeable about history, politics, theory, and practices related to bilingual instructional programs. Topics: second-language acquisition, bilingual-program models, equity pedagogy.", + "course_name": "EDUC 212A", + "course_title": "Bilingualism and Biliteracy: History, Politics, Theory, and Practice", + "location": "McHenry Clrm 0292", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "F 03:30PM-06:30PM", + "credits": "2 units", + "lecture_number": 22896, + "instructor": "Johns,J.R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Schedule: meetings on Fridays. Dates: 9/28, 10/5, 10/12, 11/16, 11/30.", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21679, + "class_type": "LEC", + "course_description": "Examines research on the learning and teaching of mathematics. Topics include the nature of mathematics cognition and learning, how children learn mathematics, mathematical discourse, and perspectives on addressing diversity in mathematics classrooms. Course is required for M.A./credential students in secondary (single subject) mathematics and of Ph.D. students in mathematics education.", + "course_name": "EDUC 228", + "course_title": "Math Education: Research and Practice", + "location": "McHenry Clrm 3148", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "Tu 02:00PM-05:00PM", + "credits": "5 units", + "lecture_number": 21679, + "instructor": "Moschkovich,J.N.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Single Subject Mathematics", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "enroll_max": 100, + "waitlist_max": 999, + "class_number": 22912, + "class_type": "LAB", + "course_description": "Use and operation of spectrum analyzers; advanced signal analysis using oscilloscopes; measuring impulse response, step response, frequency response, and computer analysis of real signals. MATLAB programming is taught and used as a tool for signal analysis. Students are billed a materials fee.", + "course_name": "EE 103L", + "course_title": "Signals and Systems Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101and 101L, and Applied Mathematics and Statistics 20. Concurrent enrollment in course 103 is required.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 22912, + "instructor": "Kang,S.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 103 is required. Enroll in lab and associated secondary lab", + "enroll_current": 60, + "waitlist_current": 0 + }, { + "enroll_max": 69, + "waitlist_max": 999, + "class_number": 21698, + "class_type": "LEC", + "course_description": "The fundamental electrical, optical, and magnetic properties of materials, with emphasis on metals and semiconductors: chemical bonds, crystal structures, elementary quantum mechanics, energy bands. Electrical and thermal conduction. Optical and magnetic properties.", + "course_name": "EE 145", + "course_title": "Properties of Materials", + "location": "Soc Sci 2 075", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Physics 5A/L, 5B/M, and 5C/N or 6A/L, 6B/M, and 6C/N. Concurrent enrollment in course 145L is required.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 21698, + "instructor": "Kobayashi,N.P.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EE 145L is required. Enroll in lecture and associated discussion section", + "enroll_current": 69, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Capstone Project I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 171 and CMPE 100; and previous or concurrent enrollment in course 157 or CMPE 118 or CMPE 121. Enrollment is restricted to seniors.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Engineer 2 180", + "enroll_current": 26, + "course_description": "First of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this first course, students complete the specification and planning for a substantial project. Topics covered: engineering design cycle, engineering teams, and professional practices.", + "lecture_number": 23012, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EE 129A", + "gen_ed_categories": "5 units", + "instructor": "Petersen,S.C.", + "class_number": 23012, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21675, + "class_type": "LEC", + "course_description": "A required course that introduces students to the diverse cultural and linguistic settings of today's classrooms. Classroom practices, instructional strategies, and analysis are emphasized. First course in the student teaching placement series. Placements are used to examine and apply teaching methods while developing classroom management skills. Class meetings include discussion and demonstration of teaching methods. (Formerly Applied Classroom Analysis and Methods: Beginning Student Teaching.)", + "course_name": "EDUC 200", + "course_title": "Beginning Student Teaching", + "location": "McHenry Clrm 0270", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "05", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "M 05:30PM-07:15PM", + "credits": "5 units", + "lecture_number": 21675, + "instructor": "England,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Single Subjects Math & Science. Summer Bridge starts 9/4/2018", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21678, + "class_type": "SEM", + "course_description": "This course is required for the multiple subject credential. Examines constructivist and sociocultural approaches to the learning and teaching of mathematics in elementary classrooms, including the nature of mathematics and theories of how children learn mathematics. Provides an introduction to mathematics teaching standards and a critical overview of curricula, instructional theories, and multiple approaches to teaching the \"big ideas\" in elementary mathematics.", + "course_name": "EDUC 222", + "course_title": "Mathematics Learning and Teaching in Elementary Classrooms", + "location": "McHenry Clrm 1253", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "TuTh 11:00AM-12:45PM", + "credits": "5 units", + "lecture_number": 21678, + "instructor": "Wilson,J.B.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Multiple Subject Students", + "enroll_current": 3, + "waitlist_current": 0 + }, { + "enroll_max": 68, + "waitlist_max": 999, + "class_number": 22694, + "class_type": "SEM", + "course_description": "Addresses the preparation of teachers for meeting needs of special populations within the general education setting. Covers basic knowledge, skills, and strategies.", + "course_name": "EDUC 211", + "course_title": "Topics in Elementary Education: Teaching Special Populations", + "location": "Steven Acad 175", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "Th 04:00PM-05:30PM", + "credits": "2 units", + "lecture_number": 22694, + "instructor": "Tellez,K.T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Multiple & Single Subject Students. Meeting dates: 9/6, 9/13, 9/20, 9/27, 10/4, 10/11, 10/18, 10/25, 11/1, 11/8.", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21674, + "class_type": "LEC", + "course_description": "A required course that introduces students to the diverse cultural and linguistic settings of today's classrooms. Classroom practices, instructional strategies, and analysis are emphasized. First course in the student teaching placement series. Placements are used to examine and apply teaching methods while developing classroom management skills. Class meetings include discussion and demonstration of teaching methods. (Formerly Applied Classroom Analysis and Methods: Beginning Student Teaching.)", + "course_name": "EDUC 200", + "course_title": "Beginning Student Teaching", + "location": "McHenry Clrm 1253", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "04", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "TuTh 05:30PM-07:15PM", + "credits": "5 units", + "lecture_number": 21674, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Single Subjects Social Studies & English. Summer Bridge starts 9/4/2018", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "enroll_max": 120, + "waitlist_max": 50, + "class_number": 21665, + "class_type": "LEC", + "course_description": "Designed to encourage students to think about teaching in new ways. Assumptions about teaching and schooling are examined as well as considering what it takes to teach so that children learn and understand. Not a course in how to teach, but an opportunity to reconsider what teaching should try to accomplish and what kinds of learning teachers should foster. Practicum in the schools of 30 hours per quarter required.", + "course_name": "EDUC 180", + "course_title": "Introduction to Teaching", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 60. Enrollment is restricted to education minors or by permission of instructor.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 21665, + "instructor": "Lashaw,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment in section is mandatory", + "enroll_current": 90, + "waitlist_current": 2 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21673, + "class_type": "LEC", + "course_description": "A required course that introduces students to the diverse cultural and linguistic settings of today's classrooms. Classroom practices, instructional strategies, and analysis are emphasized. First course in the student teaching placement series. Placements are used to examine and apply teaching methods while developing classroom management skills. Class meetings include discussion and demonstration of teaching methods. (Formerly Applied Classroom Analysis and Methods: Beginning Student Teaching.)", + "course_name": "EDUC 200", + "course_title": "Beginning Student Teaching", + "location": "McHenry Clrm 1253", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "TuTh 09:00AM-10:45AM", + "credits": "5 units", + "lecture_number": 21673, + "instructor": "Wilson,J.B.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Multiple Subject Students Summer Bridge starts 9/4/2018", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "enroll_max": 39, + "waitlist_max": 999, + "class_number": 22840, + "class_type": "SEM", + "course_description": "Course helps future educators develop a practical theory for teaching English in the elementary and secondary schools to students who speak other languages. Topics include current trends in the field, language assessment, and the design of instructional units.", + "course_name": "EDUC 204", + "course_title": "Methods of English Language Development: Single Subject", + "location": "McHenry Clrm 1253", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to MA/credential students.", + "meet_times": "M 02:00PM-05:00PM", + "credits": "5 units", + "lecture_number": 22840, + "instructor": "Bunch,G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Single Subject all Cohorts", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "South and Southeast Asian Schooling and Immigration", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to education or STEM minors, physics education majors, or students with math education concentration or Earth sciences science education concentration, or biology B.A. bioeducation, or by permission of instructor.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Porter Acad 148", + "enroll_current": 25, + "course_description": "Historical and contemporary study of education in India, Vietnam, Cambodia, Laos, and the Philippines, and the adaptation to schooling in the U.S. of immigrant families. Topics include: effects of language acquisition; religion and cultural practices; family patterns; socioeconomic status; career aspirations; and parental expectations.", + "lecture_number": 22893, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EDUC 171", + "gen_ed_categories": "5 units", + "instructor": "Gordon,J.A.", + "class_number": 22893, + "class_type": "SEM", + "waitlist_max": 20, + "enroll_max": 60 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "CAL Teach 1: Mathematics", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enrollment by permission code only", + "meet_times": "Tu 07:10PM-08:45PM", + "enroll_current": 15, + "course_description": "Introductory seminar exploring secondary students, teaching, and schools in the context of mathematics instruction. Concurrent participation in a secondary school internship required. Course material supports and enhances students' placement experiences. Prerequisite(s): Acceptance into CAL Teach and concurrent participation in a secondary school internship in a math classroom.", + "enroll_max": 0, + "lecture_number": 22784, + "credits": "2 units", + "location": "J Baskin Engr 160", + "course_name": "EDUC 50B", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22784, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Issues in Educational Reform", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to education or STEM minors, physics education majors, or students with math education concentration or Earth sciences science education concentration, or biology B.A. bioeducation, or by permission of instructor.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Porter Acad 148", + "enroll_current": 59, + "course_description": "Explores a variety of perspectives on key educational policy issues including desegregation, bilingual education, affirmative action, charter schools, national and state curriculum standards, student assessment and the assessment and certification of teachers.", + "lecture_number": 21671, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EDUC 160", + "gen_ed_categories": "5 units", + "instructor": "Bartlett,L.", + "class_number": 21671, + "class_type": "LEC", + "waitlist_max": 20, + "enroll_max": 60 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ethical Issues and Teaching", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment restricted to education or STEM minors, physics education majors, or students with math education concentration or Earth sciences science education concentration, or biology B.A. bioeducation, or by permission of instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Porter Acad 148", + "enroll_current": 57, + "course_description": "Emphasizes a philosophical exploration of the moral complexities of teaching. Students read theoretical investigations of these complexities, and examine case studies that pose difficult moral questions and illuminate the dilemmas of everyday life in classrooms. Course is grounded in a dialogical approach to learning.", + "lecture_number": 22841, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EDUC 104", + "gen_ed_categories": "5 units", + "instructor": "Glass,R.", + "class_number": 22841, + "class_type": "LEC", + "waitlist_max": 20, + "enroll_max": 60 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Applied Economics and Finance Laboratory", + "course_section": "02", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", + "meet_times": "Th 05:20PM-06:55PM", + "location": "MingOng Cmp Lb 103", + "enroll_current": 9, + "course_description": "Practical experience in managing computerized data sets and running statistical packages. Covers STATA and R. (Formerly Applied Economics Laboratory.) May be repeated for credit.", + "lecture_number": 21664, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ECON 294A", + "gen_ed_categories": "2 units", + "instructor": "Saha,S.", + "class_number": 21664, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "The Arts in Schools: Aesthetic Education Theory and Practice", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment restricted to education or STEM minors, physics education majors, or students with math education concentration or Earth sciences science education concentration, or biology B.A. bioeducation, or by permission of instructor.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Porter Acad 148", + "enroll_current": 40, + "course_description": "Explores the historical legacy of the arts within education; considers aesthetic education as an inter-arts philosophical and practical endeavor; studies alternatives to the current situation of the arts in education; develops theory, curricula and methods necessary to teach the arts. Addresses both elementary and secondary teaching in the arts. Meets third-course requirements.", + "lecture_number": 21670, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EDUC 120", + "gen_ed_categories": "5 units", + "instructor": "Kratochvil,K.R.", + "class_number": 21670, + "class_type": "SEM", + "waitlist_max": 20, + "enroll_max": 60 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Education: Learning, Schooling, and Society", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 113, + "course_description": "Explores the foundations of learning and teaching, the social and political forces within schools and school systems in the U.S., and the educational policies and practices in culturally and linguistically diverse communities.", + "enroll_max": 200, + "lecture_number": 22880, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "EDUC 60", + "gen_ed_categories": "5 units", + "instructor": "Mosqueda,E.", + "class_number": 22880, + "class_type": "LEC", + "waitlist_max": 50, + "waitlist_current": 0 + }, { + "grading_options": "Satisfactory/Unsatisfactory", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Workshop in Applied Microeconomics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Engineer 2 499", + "enroll_current": 0, + "course_description": "For Ph.D. students in economics who are at the early stages of their research careers as well as for those who are engaged in dissertation work in applied microeconomics or other empirical work. Topics vary from quarter to quarter depending on the interests of participants. May be repeated for credit.", + "lecture_number": 22983, + "credits": "3 units", + "waitlist_current": 0, + "course_name": "ECON 275", + "gen_ed_categories": "3 units", + "instructor": "Bulman,G.", + "class_number": 22983, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "CAL Teach 1: Science", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enrollment by permission code only", + "meet_times": "Tu 05:20PM-06:55PM", + "enroll_current": 13, + "course_description": "Introductory seminar exploring secondary students, teaching, and schools in the context of science instruction. Concurrent participation in a secondary school internship required. Course material supports and enhances students' placement experiences. Prerequisite(s): Acceptance into CAL Teach and concurrent participation in a secondary school internship in a science classroom.", + "enroll_max": 0, + "lecture_number": 22783, + "credits": "2 units", + "location": "J Baskin Engr 160", + "course_name": "EDUC 50C", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22783, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Applied Economics and Finance Laboratory", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", + "meet_times": "Tu 05:20PM-06:55PM", + "location": "MingOng Cmp Lb 103", + "enroll_current": 28, + "course_description": "Practical experience in managing computerized data sets and running statistical packages. Covers STATA and R. (Formerly Applied Economics Laboratory.) May be repeated for credit.", + "lecture_number": 21663, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ECON 294A", + "gen_ed_categories": "2 units", + "instructor": "Saha,S.", + "class_number": 21663, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced International Finance I", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 1, + "course_description": "Covers the foundations of international macroeconomics. Topics include international borrowing and lending, the role of international financial markets, exchange rate economics, wealth and income in open economies, and macroeconomic policy interdependence.", + "enroll_max": 10, + "lecture_number": 21661, + "credits": "5 units", + "location": "J Baskin Engr 169", + "course_name": "ECON 241A", + "gen_ed_categories": "5 units", + "instructor": "Kletzer,K.M.", + "class_number": 21661, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Monetary Economics I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 205 A-B-C, or by permission of instructor. Enrollment is restricted to graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "J Baskin Engr 169", + "enroll_current": 2, + "course_description": "Covers major issues in monetary economics, focusing on the core theoretical models employed in monetary economics. Topics include: money in general equilibrium; money-in-the-utility function approaches; cash-in-advance models; search-based models; welfare costs of inflation; optimal inflation tax; informational frictions in monetary economies; financial and credit frictions; nominal price and wage frictions; time-dependent and state-dependent models of price adjustment; and money in new Keynesian models.", + "lecture_number": 22900, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 221A", + "gen_ed_categories": "5 units", + "instructor": "Walsh,C.E.", + "class_number": 22900, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Satisfactory/Unsatisfactory", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Workshop in Macroeconomics and Monetary Economics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): courses 205A, 205B, and 205C, or by consent of instructor. Enrollment is restricted to graduate students.", + "meet_times": "W 01:20PM-02:25PM", + "location": "Engineer 2 499", + "enroll_current": 0, + "course_description": "For Ph.D. students in economics who are at the early stages of their research careers as well as for those who are engaged in dissertation work in macroeconomics and monetary economics. Topics vary from quarter to quarter depending on the interests of participants. May be repeated for credit.", + "lecture_number": 22895, + "credits": "3 units", + "waitlist_current": 0, + "course_name": "ECON 274", + "gen_ed_categories": "3 units", + "instructor": "Staff", + "class_number": 22895, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Applied Econometric Analysis I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Kresge Clrm 327", + "enroll_current": 0, + "course_description": "The use of statistical techniques for the testing of economic hypotheses and the estimation of parameters, with emphasis on regression analysis. Includes methods of dealing with serial correlation, errors in variables, multicollinearity, and heteroscedasticity. Experience with common statistical packages.", + "lecture_number": 21654, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "ECON 216", + "gen_ed_categories": "5 units", + "instructor": "Bulman,G.", + "class_number": 21654, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Satisfactory/Unsatisfactory", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mathematical Methods for Economic Analysis", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 4, + "course_description": "A course in introductory mathematical economics which covers standard optimization problems, difference and differential equations, optimal control theory, decisions under uncertainty, game theory, and stochastic calculus. Course 210A or equivalent is strongly recommended as preparation.", + "enroll_max": 15, + "lecture_number": 21652, + "credits": "5 units", + "location": "TBA", + "course_name": "ECON 210B", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21652, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Public and Applied Economics I", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 5, + "course_description": "Theory of the role of public sector expenditures and taxes in market economies. Analyzes efficiency and equity arguments for government intervention. Topics include the role of public debt and deficits in economies, international effects of tax and spending policies, and economic theories of public sector decision making. Courses 204A and 205A are strongly recommended as preparation. Students cannot receive credit for this course and course 150. (Formerly course 250, Advanced Public Finance.)", + "enroll_max": 10, + "lecture_number": 21662, + "credits": "5 units", + "location": "J Baskin Engr 169", + "course_name": "ECON 250A", + "gen_ed_categories": "5 units", + "instructor": "West,J.", + "class_number": 21662, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Finance I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "PhysSciences 110", + "enroll_current": 36, + "course_description": "Applications of economic analysis in private finance. Topics include risky choice and intertemporal choice theory, asset pricing models, efficient market hypotheses, market institutions, and derivative securities. Course 200 is strongly recommended as preparation.", + "lecture_number": 21658, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 233", + "gen_ed_categories": "5 units", + "instructor": "Pommerenke,K.", + "class_number": 21658, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 60 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Microeconomic Analysis", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "PhysSciences 114", + "enroll_current": 36, + "course_description": "Survey of partial equilibrium analysis, market distortions, consumer choice and production and trade theory, perfect and imperfect competition, price discrimination, and intertemporal choice theory.", + "lecture_number": 21647, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 200", + "gen_ed_categories": "5 units", + "instructor": "Saha,S.", + "class_number": 21647, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 60 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Economic Rhetoric: Using Economic Theory and Empirical Evidence in Arguing Policy", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s):Entry Level Writing & Composition requirement; one of the following courses: 100A,100M,100B,100N, or 113. Restricted to sophomore,junior,senior economics, business-management economics, global economics and combined economics/math majors.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "PhysSciences 136", + "enroll_current": 34, + "course_description": "Economics students are expected to learn to effectively communicate economic theory and evidence relating to economic policy to audiences that do not have economics degrees. The skills to be learned are both written and oral communication. Students learn to present convincing policy arguments in position papers, executive summaries, and in oral presentation that may include charts and other means of communication.", + "lecture_number": 22978, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "ECON 197", + "gen_ed_categories": "5 units", + "instructor": "Meininger,A.G.", + "class_number": 22978, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 34 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Economic Rhetoric: Using Economic Theory and Empirical Evidence in Arguing Policy", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s):Entry Level Writing & Composition requirement; one of the following courses: 100A,100M,100B,100N, or 113. Restricted to sophomore,junior,senior economics, business-management economics, global economics and combined economics/math majors.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "PhysSciences 136", + "enroll_current": 34, + "course_description": "Economics students are expected to learn to effectively communicate economic theory and evidence relating to economic policy to audiences that do not have economics degrees. The skills to be learned are both written and oral communication. Students learn to present convincing policy arguments in position papers, executive summaries, and in oral presentation that may include charts and other means of communication.", + "lecture_number": 22977, + "credits": "5 units", + "waitlist_current": 8, + "course_name": "ECON 197", + "gen_ed_categories": "5 units", + "instructor": "Meininger,A.G.", + "class_number": 22977, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 34 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mathematical Methods for Economic Analysis", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 28, + "course_description": "Presents mathematical methods commonly used in graduate-level economic analysis: basic matrix algebra, real analysis, functions, continuity concepts, differentiation, Taylor expansions, and implicit function theorem and optimization.", + "lecture_number": 21646, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 186", + "gen_ed_categories": "5 units", + "instructor": "Fan,J.", + "class_number": 21646, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Labor Economics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100A or 100M; and course 113.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "PhysSciences 136", + "enroll_current": 16, + "course_description": "A study of topics in modern labor economics with an emphasis on data analysis and econometrics. Topics include labor supply, labor demand, human capital, minimum wage, employment and wage discrimination, immigration, self-employment, earned income tax credit, and unemployment insurance.", + "lecture_number": 21645, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 180", + "gen_ed_categories": "5 units", + "instructor": "Giuliano,L.", + "class_number": 21645, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 35 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Environmental Economics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100A or 100M, and 113.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Cowell Acad 113", + "enroll_current": 18, + "course_description": "Economic analysis of environmental issues. Environmental pollution and deterioration as social costs. Economic policy and institutions for environmental control. Influences of technology, economic growth, and population growth on environmental quality.", + "lecture_number": 21644, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 170", + "gen_ed_categories": "5 units", + "instructor": "West,J.", + "class_number": 21644, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 55, + "waitlist_max": 999, + "class_number": 22829, + "class_type": "LEC", + "course_description": "Introduces modern game theory, including applications in social science, biology, and engineering. Topics include extensive form, strategic form, mixed strategies, incomplete information, repeated games, evolutionary games, and simulation techniques.", + "course_name": "ECON 166A", + "course_title": "Game Theory and Applications I", + "location": "PhysSciences 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Applied Mathematics and Statistics 5 or 7 or Economics 113; and Economics 11B, Applied Mathematics and Statistics 11B, or Mathematics 11B or 19B. Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 22829, + "instructor": "Musacchio,J.T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as CMPS 166A and TIM 166A.", + "enroll_current": 46, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Development Economics I", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 5, + "course_description": "Studies the microeconomics of development. Topics may include health and nutrition, education, intra-household economics, formal and informal risk-coping mechanisms, savings, credit, agriculture, institutions, and service delivery, and corruption. (Formerly Development Economics: Theory and Cases.)", + "enroll_max": 10, + "lecture_number": 21657, + "credits": "5 units", + "location": "Soc Sci 2 159", + "course_name": "ECON 220A", + "gen_ed_categories": "5 units", + "instructor": "Robinson,J.M.", + "class_number": 21657, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Econometrics I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to economics Ph.D. students or by permission of the instructor.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "J Baskin Engr 169", + "enroll_current": 0, + "course_description": "Introduces advanced econometric methods. Topics include probability theory, hypothesis testing, linear regression analysis, heteroscedasticity, serial correlation, instrumental variables, and panel data models. (Formerly Advanced Econometrics.)", + "lecture_number": 21653, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 211A", + "gen_ed_categories": "5 units", + "instructor": "Li,J.", + "class_number": 21653, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Macroeconomic Theory I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to Ph.D. students in economics or by permission of instructor.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 1 149", + "enroll_current": 0, + "course_description": "Modern macroeconomic theory: theories of growth and business cycle fluctuations; theories of household and firm behavior; models of financial markets and labor markets; recent developments in the analysis of macroeconomic policy. Courses 205A, 205B, and 205C must be taken in sequence. (Formerly Advanced Macroeconomic Theory.)", + "lecture_number": 21651, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 205A", + "gen_ed_categories": "5 units", + "instructor": "Kletzer,K.M.", + "class_number": 21651, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Microeconomic Theory I", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to Ph.D. students in economics or by permission of the instructor.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "J Baskin Engr 169", + "enroll_current": 0, + "course_description": "Economic theory of individual and market behavior, including constrained optimization, duality, theory of the consumer, theory of the producer, dynamic optimization, behavior under uncertainty, intertemporal choice, asymmetric information, game theory, partial and general equilibrium, pure and applied welfare economics, public goods and externalities. Courses 204A, 204B, and 204C must be taken in sequence. (Formerly Advanced Microeconomic Theory.)", + "lecture_number": 21650, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 204A", + "gen_ed_categories": "5 units", + "instructor": "Lazzati,N.", + "class_number": 21650, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Why Economies Succeed or Fail: Lessons from Western and Japanese History", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1 and 2. Related coursework in history also helpful. Enrollment is restricted to juniors and seniors.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "J Bask Aud 101", + "enroll_current": 150, + "course_description": "Examines the emergence of capitalism and the world's first industrial revolution in Britain, continental Europe industrialization, Soviet economic growth and collapse, and the Japanese economic miracle. Asks about the historical sources of long-run economic development, stagnation, and decline. Draws lessons for current debates over free market versus more interventionist policies, economic reform in the former Communist nations, and economic rivalry between the U.S. and Japan.", + "lecture_number": 21625, + "credits": "5 units", + "waitlist_current": 5, + "course_name": "ECON 126", + "gen_ed_categories": "5 units", + "instructor": "Baden,R.B.", + "class_number": 21625, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 150 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Marketing", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100A or 100M.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Thim Lecture 001", + "enroll_current": 100, + "course_description": "The evolution of markets and marketing; market structure; marketing cost and efficiency; public and private regulation; the development of marketing programs including decisions involving products, price, promotional distribution. (Formerly course 161.)", + "lecture_number": 21643, + "credits": "5 units", + "waitlist_current": 32, + "course_name": "ECON 161A", + "gen_ed_categories": "5 units", + "instructor": "Owen,S.A.", + "class_number": 21643, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 100 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Policy Issues in the International Economy", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1, 2, and 100A or 100M.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Engineer 2 192", + "enroll_current": 44, + "course_description": "Covers selected issues concerning the international economy. Topics include: U.S. competitiveness; U.S. trade policy; immigration; trade and the environment; developing countries; foreign investment; foreign exchange markets; and international economic institutions.", + "lecture_number": 21642, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ECON 143", + "gen_ed_categories": "5 units", + "instructor": "Hutchison,M.M.", + "class_number": 21642, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Tax Factors of Business and Investment", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 10B.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Kresge Clrm 321", + "enroll_current": 103, + "course_description": "Focuses on various tax subjects providing a strong foundation in tax concepts and preparation for work in either public or corporate accounting. Topics include historical perspective of the U.S. tax system, introduction to estate and gift taxes, employment and self-employment taxes, tax concepts and laws, business expenses, capital recovery, tax credits, capital gains and losses, capital investments, and corporate operations. (Formerly course 117.)", + "lecture_number": 21621, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "ECON 117B", + "gen_ed_categories": "5 units", + "instructor": "Moschetti,T.", + "class_number": 21621, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 103 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "International Trade", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100A or 100M.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "PhysSciences 110", + "enroll_current": 70, + "course_description": "The theory of international production and trade. The effects of tariffs and quantitative trade restrictions; the nature of economic integration; multinational firms; effects of trade and protection on economic stability and welfare.", + "lecture_number": 21639, + "credits": "5 units", + "waitlist_current": 9, + "course_name": "ECON 140", + "gen_ed_categories": "5 units", + "instructor": "Meininger,A.G.", + "class_number": 21639, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 70 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Business Strategy", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 10A and either 100A or 100M.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "PhysSciences 110", + "enroll_current": 70, + "course_description": "The strategic management process, techniques for analyzing single-business and diversified companies, implementing strategy, organization, business planning, financial strategy, competitive analysis, entrepreneurial skills.", + "lecture_number": 21636, + "credits": "5 units", + "waitlist_current": 5, + "course_name": "ECON 136", + "gen_ed_categories": "5 units", + "instructor": "Baden,R.B.", + "class_number": 21636, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 70 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Security Markets and Financial Institutions", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 100A or 100M, and 113.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "PhysSciences 114", + "enroll_current": 70, + "course_description": "An examination of all major financial markets: equities, bonds, options, forwards, and futures. Uses modern financial theory, including asset pricing models such as CAPM and APT.", + "lecture_number": 21633, + "credits": "5 units", + "waitlist_current": 13, + "course_name": "ECON 133", + "gen_ed_categories": "5 units", + "instructor": "Pommerenke,K.", + "class_number": 21633, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 70 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Econometrics", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1 and 2; Applied Mathematics and Statistics 5 or 7; and one of the following: course 11B, Applied Mathematics and Statistics 11B, Mathematics 22, or Mathematics 23A. Courses 100A or 100B strongly recommended as preparation.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Kresge Clrm 321", + "enroll_current": 64, + "course_description": "Practical methods for organizing and analyzing economic data, testing economic hypotheses, and measuring economic relationships. Regression analysis is the main empirical method, and basic statistical and probability theory is included. Students gain hands-on computer experience with an econometric software package. Students cannot receive credit for this course and Applied Mathematics and Statistics 113.", + "lecture_number": 21613, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 113", + "gen_ed_categories": "5 units", + "instructor": "Li,J.", + "class_number": 21613, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 65 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Accounting", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 111A or 111B.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Engineer 2 192", + "enroll_current": 50, + "course_description": "Accounting for business organizations; partnerships; government and non-profit organization funds; branches, consolidations, and installment sales. Projects involving spreadsheet software required.", + "lecture_number": 23361, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ECON 119", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23361, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Econometrics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1 and 2; Applied Mathematics and Statistics 5 or 7; and one of the following: course 11B, Applied Mathematics and Statistics 11B, Mathematics 22, or Mathematics 23A. Courses 100A or 100B strongly recommended as preparation.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Kresge Clrm 321", + "enroll_current": 100, + "course_description": "Practical methods for organizing and analyzing economic data, testing economic hypotheses, and measuring economic relationships. Regression analysis is the main empirical method, and basic statistical and probability theory is included. Students gain hands-on computer experience with an econometric software package. Students cannot receive credit for this course and Applied Mathematics and Statistics 113.", + "lecture_number": 21608, + "credits": "5 units", + "waitlist_current": 35, + "course_name": "ECON 113", + "gen_ed_categories": "5 units", + "instructor": "Bulman,G.", + "class_number": 21608, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 100 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Management Sciences", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100A or 100M.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "PhysSciences 114", + "enroll_current": 65, + "course_description": "The scientific study of management decision making. Topics include linear, integer, and non-linear programming. Special emphasis on a wide variety of practical applications, including production scheduling, optimal transportation assignments, and optimal inventory policy.", + "lecture_number": 21618, + "credits": "5 units", + "waitlist_current": 4, + "course_name": "ECON 115", + "gen_ed_categories": "5 units", + "instructor": "Wittman,D.A.", + "class_number": 21618, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 65 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Money and Banking", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 100B or 100N, and 113.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Engineer 2 192", + "enroll_current": 41, + "course_description": "Examines the nature of money, financial intermediation, financial asset pricing, and markets; banking business and the banking industry; financial and banking crises, especially the 2007-09 crisis in the U.S. and abroad; the evolving nature of financial regulation and supervision of banking and financial institutions and markets; history and functions of the U.S. central bank (Federal Reserve); the role of the central bank in providing liquidity, credit, and creating money; central bank emergency lending in crises; institutional design of central banks and macroeconomic policy.", + "lecture_number": 21632, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 130", + "gen_ed_categories": "5 units", + "instructor": "Hutchison,M.M.", + "class_number": 21632, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intermediate Macroeconomics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1; 2; and 11B or Applied Mathematics and Statistics 11B or Mathematics 22 or 23A.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "ClassroomUnit 001", + "enroll_current": 144, + "course_description": "Covers major theoretical issues arising in the study of income, employment, interest rates, and the price level. Examines the role of monetary and fiscal policy in economic stabilization. Also considers these issues as they relate to the global economy. Students cannot receive credit for this course and course 100N.", + "lecture_number": 21595, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "ECON 100B", + "gen_ed_categories": "5 units", + "instructor": "Saijo,H.", + "class_number": 21595, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 147 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intermediate Accounting I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 10B.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "J Baskin Engr 152", + "enroll_current": 95, + "course_description": "Principles, control, and theory of accounting for assets; accounting as an information system; measurement and determination of income. Projects involving spreadsheet software are required.", + "lecture_number": 21603, + "credits": "5 units", + "waitlist_current": 6, + "course_name": "ECON 111A", + "gen_ed_categories": "5 units", + "instructor": "Anderson,S.", + "class_number": 21603, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 95 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Macroeconomics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100B or 100N, and 113.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 1 149", + "enroll_current": 9, + "course_description": "A seminar in advanced macroeconomics focusing on a selection of theoretical issues. Emphasis is on detailed modeling and analysis of macroeconomic processes. (Formerly Topics in Macroeconomic Theory.)", + "lecture_number": 21602, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 105", + "gen_ed_categories": "5 units", + "instructor": "Walsh,C.E.", + "class_number": 21602, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 22 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intermediate Microeconomics", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1; 2; and 11B or Applied Mathematics and Statistics 11B or Mathematics 22 or 23A.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "J Baskin Engr 152", + "enroll_current": 87, + "course_description": "Covers major theoretical issues arising in the study of resource allocation, the function of markets, consumer behavior, and the determination of price, output, and profits in competitive, monopolistic, and oligopolistic market structures. Also considers issues of welfare and public policy. Students cannot receive credit for this course and course 100M.", + "lecture_number": 21590, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ECON 100A", + "gen_ed_categories": "5 units", + "instructor": "Marion,J.", + "class_number": 21590, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 89 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Economics for Non-Majors", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 27, + "course_description": "Designed for non-majors seeking a basic introduction to core economic concepts relevant for social and public policy decision making. Fundamental economic concepts illustrated through their application to a variety of public policy questions.", + "enroll_max": 40, + "lecture_number": 23209, + "credits": "5 units", + "location": "Thim Lecture 001", + "course_name": "ECON 20", + "gen_ed_categories": "5 units", + "instructor": "Gonzalez,J.H.", + "class_number": 23209, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intermediate Microeconomics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1; 2; and 11B or Applied Mathematics and Statistics 11B or Mathematics 22 or 23A.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Kresge Clrm 321", + "enroll_current": 105, + "course_description": "Covers major theoretical issues arising in the study of resource allocation, the function of markets, consumer behavior, and the determination of price, output, and profits in competitive, monopolistic, and oligopolistic market structures. Also considers issues of welfare and public policy. Students cannot receive credit for this course and course 100M.", + "lecture_number": 21585, + "credits": "5 units", + "waitlist_current": 39, + "course_name": "ECON 100A", + "gen_ed_categories": "5 units", + "instructor": "Lazzati,N.", + "class_number": 21585, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 105 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar", + "course_section": "02", + "career_type": "Graduate", + "meet_times": "F 12:00PM-01:00PM", + "enroll_current": 8, + "course_description": "Weekly seminar attended by faculty, graduate students, and upper-division undergraduate students.", + "enroll_max": 30, + "lecture_number": 21528, + "credits": "0 units", + "location": "Earth&Marine A340", + "course_name": "EART 292", + "gen_ed_categories": "0 units", + "instructor": "Zachos,J.C.", + "class_number": 21528, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Microeconomics: Resource Allocation and Market Structure", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 113, + "course_description": "For all interested students as well as prospective economics majors. Examines how markets allocate resources in different kinds of economies. Topics include competitive markets, monopoly, financial markets, income distribution, market failures, the environment, and the role of government.", + "enroll_max": 300, + "lecture_number": 21529, + "credits": "5 units", + "location": "ClassroomUnit 002", + "course_name": "ECON 1", + "gen_ed_categories": "5 units", + "instructor": "Gonzalez,J.H.", + "class_number": 21529, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Planetary Science", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Open to undergraduate majors with permission of instructor. Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "We examine one well-defined topic in planetary science, beginning with a summary of current knowledge and concluding with the latest research literature. Topics will vary from year to year and may include planetary collisions, terrestrial planets, origin of planetary systems, small bodies, the New Mars, and satellites of Jupiter. Achievement will be evaluated based on class participation, exams, and a research project. May be repeated for credit.", + "lecture_number": 21526, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EART 290E", + "gen_ed_categories": "5 units", + "instructor": "Garrick-Bethell,I.", + "class_number": 21526, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21571, + "class_type": "LEC", + "course_description": "Mathematical tools and reasoning, with applications to economics. Topics are drawn from multivariable differential calculus and single variable integral calculus, and include partial derivatives, linear and quadratic approximation, optimization with and without constraints, Lagrange multipliers, definite and indefinite integrals, and elementary differential equations. Students cannot receive credit for both this course and Mathematics 11B or 19B or Applied Math and Statistics 15B.", + "course_name": "ECON 11B", + "course_title": "Mathematical Methods for Economists II", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11A, or Applied Mathematics and Statistics 11A, or Mathematics 11A, or Mathematics 19A.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 21571, + "instructor": "Katznelson,J.R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as AMS 11B.", + "enroll_current": 103, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introductory Macroeconomics: Aggregate Economic Activity", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion.", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 174, + "course_description": "For all interested students and prospective economics majors. Examines how the overall level of national economic activity is determined, including output, employment, and inflation. Explores the roles of monetary and fiscal policies in stabilizing the economy and promoting growth, with a focus on contemporary policy debates.", + "enroll_max": 175, + "lecture_number": 21542, + "credits": "5 units", + "location": "J Bask Aud 101", + "course_name": "ECON 2", + "gen_ed_categories": "5 units", + "instructor": "Shenoy,A.Z.", + "class_number": 21542, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Economics of Accounting", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 04:00PM-05:05PM", + "enroll_current": 215, + "course_description": "Introduction to accounting principles and practice; preparation and analysis of financial statements; study of internal control procedures. Courses 10A and 10B satisfy the Accounting 1A-B requirement at UC Berkeley.", + "enroll_max": 215, + "lecture_number": 21549, + "credits": "5 units", + "location": "Media Theater M110", + "course_name": "ECON 10A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21549, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 34 + }, { + "enroll_max": 135, + "waitlist_max": 999, + "class_number": 21561, + "class_type": "LEC", + "course_description": "Introduction to mathematical tools and reasoning, with applications to economics. Topics are drawn from differential calculus in one variable and include limits, continuity, differentiation, elasticity, Taylor polynomials, and optimization. Students cannot receive credit for both this course and Mathematics 11A or 19A or Applied Mathematics and Statistics 15A. (Also offered as Applied Mathematics and Statistics 11A. Students cannot receive credit for both courses.)", + "course_name": "ECON 11A", + "course_title": "Mathematical Methods for Economists I", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Students who have already taken Mathematics 11A or 19A should not take this course. Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), Applied Math and Statistics 2, 3, or 6, or Mathematics 3.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 21561, + "instructor": "Mendes,B.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as AMS 11A. Enroll in lecture and discussion section.", + "enroll_current": 40, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 22942, + "class_type": "LEC", + "course_description": "Provides a comprehensive overview of key concepts, dominant paradigms, and research frontiers in Earth and planetary sciences in plenary talks by multiple faculty. Provides a required foundation course for all incoming students pursuing graduate degrees in Earth and planetary sciences. Students are billed a materials fee.", + "course_name": "EART 204", + "course_title": "Earth and Planetary Sciences Foundations", + "location": "Earth&Marine D236", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to Earth sciences graduate students.", + "meet_times": "TuTh 09:00AM-11:00AM", + "credits": "5 units", + "lecture_number": 22942, + "instructor": "Zhang,X.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to Earth & Planetary Sciences graduate students.", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 21522, + "class_type": "LEC", + "course_description": "Intended for new Earth sciences graduate students. Focus on preparation, assessment, and feedback. Classroom techniques, organizational and time management strategies, practice teaching sessions specific to laboratory and/or science instruction. Required follow-up meetings to discuss practical teaching experience.", + "course_name": "EART 203", + "course_title": "Introductory Teaching Seminar", + "location": "Earth&Marine D258", + "grading_options": "Student Option", + "gen_ed_categories": "1 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 02:00PM-04:00PM", + "credits": "1 units", + "lecture_number": 21522, + "instructor": "Hourigan,J.K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to graduate students.", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "Tu 03:20PM-04:55PM", + "enroll_current": 9, + "course_description": "Weekly seminar attended by faculty, graduate students, and upper-division undergraduate students.", + "enroll_max": 45, + "lecture_number": 21527, + "credits": "0 units", + "location": "N. Sci Annex 101", + "course_name": "EART 292", + "gen_ed_categories": "0 units", + "instructor": "Zachos,J.C.", + "class_number": 21527, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Glaciology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Advanced review of the physics and chemistry of ice and snow. Mass and heat balance of ice masses. Motion of glaciers and ice sheets. Subglacial and englacial hydrology. Thermodynamics of ice masses and the linkage to climate. May be repeated for credit.", + "lecture_number": 21525, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EART 290B", + "gen_ed_categories": "5 units", + "instructor": "Tulaczyk,S.M.", + "class_number": 21525, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 21520, + "class_type": "LAB", + "course_description": "Structural analysis of faults, folds, and maps. Use of stereographic projections. Cross section construction and balancing from field data.", + "course_name": "EART 150L", + "course_title": "Structural Geology Laboratory", + "location": "Earth&Marine D226", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Concurrent enrollment in course 150 is required.", + "meet_times": "Tu 09:00AM-12:00PM", + "credits": "2 units", + "lecture_number": 21520, + "instructor": "Hourigan,J.K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in course EART 150 is required", + "enroll_current": 6, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Practical Geophysics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 110C.", + "meet_times": "MW 02:30PM-04:05PM", + "location": "Earth&Marine D226", + "enroll_current": 8, + "course_description": "Hands-on practice analyzing real-life observational data including earthquake catalogs, seismograms, gravity, and GPS data. Emphasis on data collection, and access and manipulation skills. Introduction to MATLAB programming included. Students cannot receive credit for this course and course 266. (Formerly course 112.)", + "lecture_number": 23027, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EART 191C", + "gen_ed_categories": "5 units", + "instructor": "Brodsky,E.E.", + "class_number": 23027, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 21521, + "class_type": "LAB", + "course_description": "Structural analysis of faults, folds, and maps. Use of stereographic projections. Cross section construction and balancing from field data.", + "course_name": "EART 150L", + "course_title": "Structural Geology Laboratory", + "location": "Earth&Marine D226", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Concurrent enrollment in course 150 is required.", + "meet_times": "Th 02:00PM-05:00PM", + "credits": "2 units", + "lecture_number": 21521, + "instructor": "Hourigan,J.K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in course EART 150 is required", + "enroll_current": 10, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ground Water Modeling", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): graduate standing or permission of instructor required. One year of calculus and courses in differential equations and basic hydrologic principles are recommended as preparation.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Earth&Marine D250", + "enroll_current": 2, + "course_description": "Introduction to building and using models to solve hydrogeologic problems. Modeling methods include mainly analytical and finite-difference. Emphasis on using models rather than the details of their functioning, although some coding is required. Comfort with mathematical methods and computers expected. Course designed for graduate students, but available to qualified Earth science majors.", + "lecture_number": 21523, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EART 220", + "gen_ed_categories": "5 units", + "instructor": "Fisher,A.T.", + "class_number": 21523, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 12, + "waitlist_max": 999, + "class_number": 23917, + "class_type": "LAB", + "course_description": "Provides hands-on exposure to geochemical instrumentation with a focus on data collection. Practical labs apply sample imaging, isotopic major- and trace-element measurements to natural samples. Laboratory sessions are supported by instruction, geochemistry, and Earth science.", + "course_name": "EART 135L", + "course_title": "Practical Geochemistry", + "location": "Earth&Marine D258", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 5, or 10, or 20. Course 110B is recommended. Enrollment is restricted to majors and minors in Earth sciences and the combined majors with anthropology and environmental studies.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 23917, + "instructor": "Blackburn,T.J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lab and associated secondary lab", + "enroll_current": 11, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Planetary Science", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, and Mathematics 11B or Mathematics 19B or Applied Mathematics and Statistics 15B; and Physics 5A or 6A.", + "meet_times": "MW 04:00PM-05:35PM", + "location": "Earth&Marine D236", + "enroll_current": 22, + "course_description": "Broad introduction to planetary science. Topics include the fundamental characteristics of solar system bodies; space exploration of these bodies; formation and evolution of surfaces, atmospheres and interiors of planets, satellites and small bodies.", + "lecture_number": 22746, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EART 160", + "gen_ed_categories": "5 units", + "instructor": "Garrick-Bethell,I.", + "class_number": 22746, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Biogeochemical Cycles", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Upper-division undergraduates may enroll with instructor approval. College-level chemistry and an upper-division course in at least one relevant discipline are recommended.", + "meet_times": "TBA TBA", + "location": "J Baskin Engr 169", + "enroll_current": 0, + "course_description": "Overview of biogeochemical cycles, present and past, and geochemical models. Topics include: marine, terrestrial, and global views of the carbon, nitrogen, phosphorus, silicon, sulfur, and oxygen cycles, and the evolution of these cycles and Earth's redox balance through geologic time.", + "lecture_number": 22754, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "EART 213", + "gen_ed_categories": "5 units", + "instructor": "McCarthy,M.D.", + "class_number": 22754, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 23353, + "class_type": "LEC", + "course_description": "Introduction to solving scientific problems using computers. A series of simple problems from Earth sciences, physics, and astronomy are solved using a user-friendly scientific programming language (Python/SciPy).", + "course_name": "EART 119", + "course_title": "Introduction to Scientific Computing", + "location": "Kresge Clrm 327", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics or Statistics 15A.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 23353, + "instructor": "Robertson,B.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ASTR 119.", + "enroll_current": 48, + "waitlist_current": 3 + }, { + "enroll_max": 35, + "waitlist_max": 999, + "class_number": 21509, + "class_type": "LEC", + "course_description": "Introduces processes involving water on and near Earth's surface, including meteorology, water properties, surface flows in steams and runoff, flood analysis, ground water, water budgets, sediment transport, erosion, and water quality. Problem set and laboratory each week. Laboratory/field: 3 hours. Students are billed a materials fee. Alternates annually with course 146. Enrollment is restricted to majors and minors in Earth and planetary sciences and the combined majors with anthropology and environmental studies.", + "course_name": "EART 116", + "course_title": "Hydrology", + "location": "Earth&Marine D250", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 5 or 10 or 20, Mathematics 11A or 19A or Applied Mathematics or Statistics 15A; and Physics 6A/L or 5A/L, or by permission of the instructor. Course 5L or 10L or 20L and Physics 6B/M are recommended.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 21509, + "instructor": "Zimmer,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 21519, + "class_type": "LEC", + "course_description": "Principles and methods of analysis of brittly and ductily deformed rocks. Includes descriptions of structures, field analysis of structures, and mechanics of deformation. Three day-long field trips on weekends. Students are billed a materials fee.", + "course_name": "EART 150", + "course_title": "Structural Geology", + "location": "Earth&Marine D226", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, and course 110A or 110B; course 109 recommended; concurrent enrollment in course 150L is required.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 21519, + "instructor": "Hourigan,J.K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EART 150L is required.", + "enroll_current": 16, + "waitlist_current": 0 + }, { + "enroll_max": 35, + "waitlist_max": 999, + "class_number": 22696, + "class_type": "LEC", + "course_description": "Series and sequences, vectors, 3D analytic geometry, partial differentiation, matrix algebra, and differential equations with applications in the Earth sciences. Topics include matrix manipulation, systems of linear equations, least-squares, Taylor series, gradients, optimization, analytic and numerical solutions to differential equations.", + "course_name": "EART 111", + "course_title": "Mathematics in the Earth Sciences", + "location": "Earth&Marine D258", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5 or 10 or 20, and Mathematics 11B or Mathematics 19B or Applied Mathematics and Statistics 15B.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22696, + "instructor": "Nimmo,W.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion.", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21516, + "class_type": "LEC", + "course_description": "Course focuses on understanding basic atmospheric weather and climate phenomena starting from the fundamentals of physics and chemistry. Using this approach, covers topics such as atmospheric circulation, precipitation, clouds, storms, urban and regional air quality, atmospheric aerosols, and climate and global change. Students are billed a materials fee.", + "course_name": "EART 121", + "course_title": "The Atmosphere", + "location": "Earth&Marine D226", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11B or Mathematics 19B or Applied Mathematics and Statistics 15B, and Chemistry 1A, and Physics 5B or 6B.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 21516, + "instructor": "Feldl,N.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion.", + "enroll_current": 11, + "waitlist_current": 0 + }, { + "enroll_max": 13, + "waitlist_max": 999, + "class_number": 21503, + "class_type": "LAB", + "course_description": "Laboratory exercises essential to the successful completion of fieldwork required in course 109. Topics include topographic maps, Brunton compass, rock identification and description, geologic map analysis, structure section \"construction,\" and landslide recognition.", + "course_name": "EART 109L", + "course_title": "Field Geology Laboratory", + "location": "Earth&Marine D258", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 5 or 10 or 20, and 5L or 10L or 20L. Enrollment is restricted to majors and minors in Earth and planetary sciences and the combined majors with anthropology and environmental studies or by permission of instructor.", + "meet_times": "W 10:30AM-01:30PM", + "credits": "2 units", + "lecture_number": 21503, + "instructor": "Schwartz,H.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EART 109 is required", + "enroll_current": 10, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21508, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 110A. Emphasis is on quantifying and evaluating different phenomena related to thermal, tectonic, climatic, and evolutionary processes.", + "course_name": "EART 110L", + "course_title": "Evolution of the Earth Laboratory", + "location": "Earth&Marine D236", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 110A.", + "meet_times": "Th 04:00PM-07:00PM", + "credits": "2 units", + "lecture_number": 21508, + "instructor": "Zachos,J.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in course EART 110A required", + "enroll_current": 18, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21507, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 110A. Emphasis is on quantifying and evaluating different phenomena related to thermal, tectonic, climatic, and evolutionary processes.", + "course_name": "EART 110L", + "course_title": "Evolution of the Earth Laboratory", + "location": "Earth&Marine D236", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 110A.", + "meet_times": "W 09:00AM-12:00PM", + "credits": "2 units", + "lecture_number": 21507, + "instructor": "Zachos,J.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in course EART 110A required", + "enroll_current": 18, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21506, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 110A. Emphasis is on quantifying and evaluating different phenomena related to thermal, tectonic, climatic, and evolutionary processes.", + "course_name": "EART 110L", + "course_title": "Evolution of the Earth Laboratory", + "location": "Earth&Marine D236", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 110A.", + "meet_times": "Tu 05:00PM-08:00PM", + "credits": "2 units", + "lecture_number": 21506, + "instructor": "Zachos,J.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in course EART 110A required", + "enroll_current": 21, + "waitlist_current": 0 + }, { + "enroll_max": 80, + "waitlist_max": 999, + "class_number": 21505, + "class_type": "LEC", + "course_description": "Investigation of the processes and mechanisms that have produced the present Earth system, with an emphasis on the temporal evolution of the earth from the Archean to the present. Specific topics covered include cyclicity in Earth processes and the evolution of, and interplay between the planet's crust, atmosphere, hydrosphere, and biosphere.", + "course_name": "EART 110A", + "course_title": "Evolution of the Earth", + "location": "N. Sci Annex 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 5 or 10 or 20, and 5L or 10L or 20L, and Mathematics 11A or Mathematics 19A or Applied Mathematics and Statistics 15A.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 21505, + "instructor": "Zachos,J.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in course EART 110L required", + "enroll_current": 62, + "waitlist_current": 0 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21502, + "class_type": "LEC", + "course_description": "Basic tools and techniques used in geologic fieldwork. Preparation, analysis, and interpretation of geologic maps. Nine to 10 days of weekend field trips required, including a six-day geologic mapping exercise. Laboratory: 3 hours. Recommended for courses 120, 130, 150, and required for 188A-B. May not be taken concurrently with course 120, 150, or 188. Students are billed a materials fee. Enrollment is restricted to majors and minors in Earth and planetary sciences and the combined majors with anthropology and environmental studies.", + "course_name": "EART 109", + "course_title": "Elements of Field Geology", + "location": "Earth&Marine D258", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Satisfaction of the Entry Level Writing and Composition requirements, course 5 or 10 or 20, and 5L or 10L or 20L, or by permission of instructor. Concurrent enrollment in 109L is required.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21502, + "instructor": "Schwartz,H.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EART 109L is required", + "enroll_current": 16, + "waitlist_current": 0 + }, { + "enroll_max": 13, + "waitlist_max": 999, + "class_number": 21497, + "class_type": "LAB", + "course_description": "Systematics, ecology, and evolutionary history of the major groups of fossil-forming animals. Laboratory 3 hours and one 1-day field trip. (Formerly The Fossil Record Laboratory.)", + "course_name": "EART 101L", + "course_title": "Invertebrate Paleobiology Laboratory", + "location": "Earth&Marine D250", + "grading_options": "Student Option", + "gen_ed_categories": "1 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 5 or 10 or 20 or Biology 20C or Anthropology 1.", + "meet_times": "Th 10:00AM-01:00PM", + "credits": "1 units", + "lecture_number": 21497, + "instructor": "Clapham,M.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EART 101 is required.", + "enroll_current": 8, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "California Geology Laboratory", + "course_section": "03", + "career_type": "Undergraduate", + "class_notes": "Field Trip. Laboratory 3 hours. Students are billed a materials fee.", + "meet_times": "Th 05:15PM-08:15PM", + "enroll_current": 6, + "course_description": "Laboratory sequence illustrating topics covered in course 5 with particular emphasis on rock and mineral identification and map interpretation. Field trip. Laboratory three hours. Students are billed a materials fee.", + "enroll_max": 25, + "lecture_number": 21489, + "credits": "1 units", + "location": "Earth&Marine D226", + "course_name": "EART 5L", + "gen_ed_categories": "1 units", + "instructor": "Knittle,E.", + "class_number": 21489, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "California Geology Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "Field Trip. Laboratory 3 hours. Students are billed a materials fee.", + "meet_times": "W 04:30PM-07:30PM", + "enroll_current": 10, + "course_description": "Laboratory sequence illustrating topics covered in course 5 with particular emphasis on rock and mineral identification and map interpretation. Field trip. Laboratory three hours. Students are billed a materials fee.", + "enroll_max": 25, + "lecture_number": 21488, + "credits": "1 units", + "location": "Earth&Marine D226", + "course_name": "EART 5L", + "gen_ed_categories": "1 units", + "instructor": "Knittle,E.", + "class_number": 21488, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 13, + "waitlist_max": 999, + "class_number": 21504, + "class_type": "LAB", + "course_description": "Laboratory exercises essential to the successful completion of fieldwork required in course 109. Topics include topographic maps, Brunton compass, rock identification and description, geologic map analysis, structure section \"construction,\" and landslide recognition.", + "course_name": "EART 109L", + "course_title": "Field Geology Laboratory", + "location": "Earth&Marine D258", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 5 or 10 or 20, and 5L or 10L or 20L. Enrollment is restricted to majors and minors in Earth and planetary sciences and the combined majors with anthropology and environmental studies or by permission of instructor.", + "meet_times": "W 04:00PM-07:00PM", + "credits": "2 units", + "lecture_number": 21504, + "instructor": "Schwartz,H.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EART 109 is required", + "enroll_current": 6, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Collaborative Research Project Group: Experimental Play", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "Th 09:50AM-12:50PM", + "enroll_current": 6, + "course_description": "Three-quarter, collaborative-research, project group encompasses a range of faculty-initiated projects that investigate computer games and related forms to engage audiences, make arguments, tell stories, and shape social space through creation of new games and through reading and playing related works. (Formerly Games and Playable Media.) May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23218, + "credits": "5 units", + "location": "Digital Arts 308", + "course_name": "DANM 250E", + "gen_ed_categories": "5 units", + "instructor": "Ruiz,S.", + "class_number": 23218, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "California Geology Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Field Trip. Laboratory 3 hours. Students are billed a materials fee.", + "meet_times": "Tu 05:00PM-08:00PM", + "enroll_current": 16, + "course_description": "Laboratory sequence illustrating topics covered in course 5 with particular emphasis on rock and mineral identification and map interpretation. Field trip. Laboratory three hours. Students are billed a materials fee.", + "enroll_max": 25, + "lecture_number": 21487, + "credits": "1 units", + "location": "Earth&Marine D226", + "course_name": "EART 5L", + "gen_ed_categories": "1 units", + "instructor": "Knittle,E.", + "class_number": 21487, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Collaborative Research Project Group: Art and Science", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 04:00PM-07:00PM", + "location": "Digital Arts 217", + "enroll_current": 2, + "course_description": "Three-quarter, collaborative-research, project group encompasses a range of faculty-initiated projects that investigate new methods in art and science collaboration to solve real-world problems and produce outcomes of substantial artistic and scientific value. (Formerly Collaborative Research Project Group: Mechatronics.) May be repeated for credit.", + "lecture_number": 22623, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "DANM 250A", + "gen_ed_categories": "5 units", + "instructor": "Dunn,D.D.", + "class_number": 22623, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Programming for the Arts", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 12:00PM-03:00PM", + "location": "Digital Arts 206", + "enroll_current": 8, + "course_description": "Covers aspects of computer programming necessary for digital art projects. Students learn to manipulate digital media using program control for installations, presentations, and the Internet. No prior programming experience required.", + "lecture_number": 22617, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "DANM 220", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22617, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 21496, + "class_type": "LAB", + "course_description": "Systematics, ecology, and evolutionary history of the major groups of fossil-forming animals. Laboratory 3 hours and one 1-day field trip. (Formerly The Fossil Record Laboratory.)", + "course_name": "EART 101L", + "course_title": "Invertebrate Paleobiology Laboratory", + "location": "Earth&Marine D250", + "grading_options": "Student Option", + "gen_ed_categories": "1 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 5 or 10 or 20 or Biology 20C or Anthropology 1.", + "meet_times": "M 04:00PM-07:00PM", + "credits": "1 units", + "lecture_number": 21496, + "instructor": "Clapham,M.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EART 101 is required.", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Collaborative Research Project Group: Socially Engaged Art", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 03:20PM-06:20PM", + "location": "Digital Arts 206", + "enroll_current": 5, + "course_description": "Three-quarter, collaborative-research, project group encompasses a range of faculty-initiated projects that join digital methods with community-media activism to facilitate a culture of participation and social engagement. (Formerly Collaborative Research Project Group: Participatory Culture.) May be repeated for credit.", + "lecture_number": 22624, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "DANM 250B", + "gen_ed_categories": "5 units", + "instructor": "Daniel,S.A.", + "class_number": 22624, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21495, + "class_type": "LEC", + "course_description": "An introduction to paleobiology; the use of fossil evidence to pose and solve evolutionary and geologic questions. Students are billed a materials fee. (Formerly The Fossil Record.)", + "course_name": "EART 101", + "course_title": "Invertebrate Paleobiology", + "location": "Earth&Marine D250", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 5 or 10 or 20 or Biology 20C or Anthropology 1. Concurrent enrollment in course 101L is required.", + "meet_times": "MWF 01:20PM-02:25PM", + "credits": "5 units", + "lecture_number": 21495, + "instructor": "Clapham,M.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in EART 101L is required.", + "enroll_current": 28, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Career and Internship Preparation", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "enroll_current": 50, + "course_description": "For students preparing for an internship experience or career position. Students undertake career development as a continuous lifelong process: learn techniques for an effective job search, such as preparing a resume and cover letter, interviewing and networking skills; and learn how to more clearly articulate their future educational and professional goals.", + "enroll_max": 50, + "lecture_number": 22662, + "credits": "2 units", + "location": "Online", + "course_name": "CRWN 185", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22662, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Oceanography", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 29, + "course_description": "An introduction to the physical environment of the ocean. Origin and evolution of ocean basins; sea-floor morphology; origin, distribution, historical record, and economic significance of marine sediments; ocean currents, waves, tides, and changing sea level; beaches, shorelines, and coastal processes; marine resources, pollution, and human impacts on the oceans. Students may also enroll in and receive credit for Ocean Sciences 1.", + "enroll_max": 90, + "lecture_number": 23772, + "credits": "5 units", + "location": "N. Sci Annex 101", + "course_name": "EART 1", + "gen_ed_categories": "5 units", + "instructor": "Griggs,G.B.", + "class_number": 23772, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Social and Creative Entrepreneurship", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 8, + "course_description": "Helps students discover and develop their own business idea that does the world good. Examines leadership and provides tools to research community issues and to develop sustainable business models. Guest lecturers and project mentors introduce students to business and civil leaders.", + "enroll_max": 25, + "lecture_number": 23886, + "credits": "5 units", + "location": "Crown Clrm 203", + "course_name": "CRWN 92", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23886, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Computational Futurology:Use of Data Analysis for Predicting Human Behavior and Activity", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Merrill Acad 132", + "enroll_current": 26, + "course_description": "Investigates statistical and computational methods for the prediction of human activity, both at the individual and at the collective level. Students learn to evaluate and critique famous predictions, and consider the ethical and social implications of predictive technologies. Articulated around a creative group project to integrate concepts learned in the course.", + "lecture_number": 23260, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 88", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23260, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Start-up Entrepreneurship Academy", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Merrill Acad 130", + "enroll_current": 22, + "course_description": "Introduction to the basics of setting up a start-up company using the Lean Launchpad/NSF I-Corps model of instruction. Students learn principles of data collection, marketing processes, and resources needed for new companies. The class is articulated around the design of a business plan, in groups of 4-5 students coached by a successful entrepreneur, and culminates in a presentation. The market research for the project involves talking to at least 5 potential customers, partners, channels and/or related experts each week. (Formerly, \"Summer Entrepreneurship Academy: Discovering and Launching a Business\".)", + "lecture_number": 23199, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 90", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23199, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 24 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "California Geology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section; concurrent enrollment in 5L required for majors and minors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 122, + "course_description": "An introduction to physical geology emphasizing the minerals, rocks, volcanoes, mountains, faults, and earthquakes of California. In-class field trips to study the caves, rocks, and landforms of the campus and the Monterey Bay area. Discussion-1 hour. Concurrent enrollment in 5L is required for majors and minors.", + "enroll_max": 200, + "lecture_number": 21480, + "credits": "5 units", + "location": "Thim Lecture 003", + "course_name": "EART 5", + "gen_ed_categories": "5 units", + "instructor": "Knittle,E.", + "class_number": 21480, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Project Design Studio", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 01:20PM-04:20PM", + "location": "Digital Arts 206", + "enroll_current": 10, + "course_description": "Students work on the design of individual projects by developing project proposals, budgets, \"proof of concept\" design documents and/or prototypes and exploring tools, technologies, programming languages, hardware, software, and electronics techniques relevant to their projects.", + "lecture_number": 23357, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "DANM 210", + "gen_ed_categories": "5 units", + "instructor": "Weems,M.", + "class_number": 23357, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Electronics for Artmaking", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "F 09:20AM-12:20PM", + "location": "Digital Arts 206", + "enroll_current": 2, + "course_description": "Intensive introduction to electronic devices used in artmaking, providing hands-on experience with sensors, motors, switches, gears, lights, simple circuits, microprocessors, and hardware storage devices to create kinetic and interactive works of art. Students are billed a materials fee.", + "lecture_number": 22616, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "DANM 219", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22616, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Crown Clrm 208", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23672, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23672, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Broadcast Production: Radio", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Th 03:20PM-04:55PM", + "enroll_current": 0, + "course_description": "Practical application of technical and creative skills in the KZSC studios. Production of audio content and promotional materials for broadcast. Critical evaluation in a workshop setting. Assignments require original research, professional writing, and the operation of complex technology. Prerequisite(s): After completing 20 hours of orientation volunteering at KZSC, students apply to the instructor. Enrollment is by permission of the instructor. Concurrent enrollment in course 70 is required.", + "enroll_max": 20, + "lecture_number": 23258, + "credits": "2 units", + "location": "Merrill Acad 002", + "course_name": "CRWN 70L", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23258, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Crown Clrm 203", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23670, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23670, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Crown Clrm 203", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23669, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23669, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Broadcast Media: Radio", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 03:20PM-04:55PM", + "enroll_current": 0, + "course_description": "Comprehensive history of noncommercial radio as a mass-communication medium. Course also serves as an introduction to UCSC's radio station KZSC-FM and broadcasting. Through lectures, hands-on instruction, and written assignments, students learn the fundamentals of program presentation and audio production. Prerequisite(s): After completing 20 hours of orientation volunteering at KZSC, students apply to the instructor. Enrollment is by permission of the instructor. Concurrent enrollment in course 70L is required.", + "enroll_max": 20, + "lecture_number": 22943, + "credits": "3 units", + "location": "Merrill Acad 002", + "course_name": "CRWN 70", + "gen_ed_categories": "3 units", + "instructor": "Staff", + "class_number": 22943, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Professional Communication in a Digital Age", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholars Students.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Crown Clrm 202", + "enroll_current": 24, + "course_description": "Provides advanced training in communication strategies. Students learn to combine narrative theory with digital technologies to achieve effective communication in a variety of contexts including social media, instructional information, and product design. These elements will be integrated into an individual and a group project.", + "lecture_number": 23187, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "CRWN 86", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23187, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 24 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Crown Clrm 208", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23673, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23673, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Crown Clrm 202", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23666, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23666, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Precalculus Academy Lab", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as MERR 3L. Enroll in lab and associated secondary lab.", + "meet_times": "TBA TBA", + "enroll_current": 1, + "course_description": "Students use worksheets designed to help them solve problems by thinking critically, and participate in answering project-based questions relevant to the themes of their college core courses. Prerequisite(s): Mathematics 2 or placement (MP) score of 200 or higher. Concurrent enrollment in Mathematics 3 is required. Enrollment is restricted to Merrill and Crown college members. Enrollment is by permission of the instructor. May be repeated for credit.", + "enroll_max": 0, + "lecture_number": 23270, + "credits": "2 units", + "location": "TBA", + "course_name": "CRWN 3L", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23270, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Crown Clrm 203", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23671, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23671, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Crown Clrm 203", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23668, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23668, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Crown Clrm 202", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23667, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23667, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Crown Clrm 202", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23665, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23665, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Crown Clrm 202", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23664, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23664, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 07:10PM-08:45PM", + "location": "Crown Clrm 208", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23662, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23662, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Crown Clrm 202", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23663, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23663, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Crown Clrm 208", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23660, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23660, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Crown Clrm 208", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23661, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23661, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Crown Clrm 208", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", + "lecture_number": 23659, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRWN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23659, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "IDEASS Laboratory Practicum", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 5, + "course_description": "Laboratory designed to advance sustainability education with real-world impact. Enables students to develop as change agents and to make valued contributions to sustainable-design projects that advance new technologies or strategies and bring about societal and environmental change. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23247, + "credits": "2 units", + "location": "Porter Acad 246", + "course_name": "CRSN 152", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23247, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Sustainability Internship Practicum", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Course is scheduled after first week of classes when students decide on the best time for their class.", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Introduces students to sustainable practices and state, local, and UC-wide policies through projects. Matches students with UCSC staff partners to work collaboratively on projects that integrate sustainability into aspects of campus operations. Supports students to develop the competencies necessary to become effective environmental professionals through learning models including hands-on work experience; professional skills training; guest lectures; reading, and discussion; and peer-to-peer advising. In addition to project deliverables, students complete and present a portfolio of their work upon completion of their project. Enrollment limited to Sustainability Office Interns and by instructor permission; an interview, resume, and cover letter are required. May be repeated for credit.", + "enroll_max": 0, + "lecture_number": 23057, + "credits": "5 units", + "location": "N/A", + "course_name": "CRSN 162", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 23057, + "class_type": "FLD", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "IDEASS Laboratory Practicum", + "course_section": "03", + "career_type": "Undergraduate", + "class_notes": "Please contact the instructor about accommodations for any potential scheduling conflicts as a result of the double time slot", + "meet_times": "Th 11:40AM-03:05PM", + "enroll_current": 0, + "course_description": "Laboratory designed to advance sustainability education with real-world impact. Enables students to develop as change agents and to make valued contributions to sustainable-design projects that advance new technologies or strategies and bring about societal and environmental change. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23249, + "credits": "2 units", + "location": "Porter Acad 246", + "course_name": "CRSN 152", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23249, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "IDEASS Laboratory Practicum", + "course_section": "04", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Laboratory designed to advance sustainability education with real-world impact. Enables students to develop as change agents and to make valued contributions to sustainable-design projects that advance new technologies or strategies and bring about societal and environmental change. May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CRSN 152", + "gen_ed_categories": "2 units", + "lecture_number": 23250, + "class_number": 23250, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Rachel Carson College: Service Learning Practicum", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment restricted to college members until after priority enrollment.", + "meet_times": "M 05:20PM-06:55PM", + "location": "R Carson Acad 250", + "enroll_current": 30, + "course_description": "Introduces service-learning theory and practice for students engaging in service-learning work in the college, college-related projects, community service organizations, or public agencies. May be repeated for credit.", + "lecture_number": 23084, + "credits": "2 units", + "waitlist_current": 4, + "course_name": "CRSN 55", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23084, + "class_type": "FLD", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Strategies to Jump Start Your STEM Learning", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", + "meet_times": "W 05:20PM-06:55PM", + "location": "Porter Acad 249", + "enroll_current": 0, + "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", + "lecture_number": 23267, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CRSN 15", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23267, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Strategies to Jump Start Your STEM Learning", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", + "meet_times": "Tu 05:20PM-06:55PM", + "location": "Porter Acad 241", + "enroll_current": 3, + "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", + "lecture_number": 23265, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CRSN 15", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23265, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Media Internships for Sustainability", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Students develop and work on media projects related to the college theme of \"Environment and Society\" in film, on television, in print, and on the Internet. Students work in groups with specific instructors and project leaders. Enrollment by application and instructor consent. May be repeated for credit.", + "lecture_number": 23030, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CRSN 56", + "gen_ed_categories": "2 units", + "class_notes": "Schedule determined by students and faculty first week of classes.", + "class_number": 23030, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "IDEASS Laboratory Practicum", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 1, + "course_description": "Laboratory designed to advance sustainability education with real-world impact. Enables students to develop as change agents and to make valued contributions to sustainable-design projects that advance new technologies or strategies and bring about societal and environmental change. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23248, + "credits": "2 units", + "location": "Porter Acad 246", + "course_name": "CRSN 152", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23248, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Strategies to Jump Start Your STEM Learning", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", + "meet_times": "Tu 01:30PM-03:05PM", + "location": "Porter Acad 249", + "enroll_current": 0, + "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", + "lecture_number": 23263, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CRSN 15", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23263, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 07:10PM-08:45PM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23598, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23598, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sustainability Laboratory Tools, Techniques, and Applications", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 16, + "course_description": "Introduces the concepts, skills, and strategies fundamental to the successful development of sustainability-related projects appropriate to the Sustainability Lab. Provides access to functional and living laboratory space, equipment, professional development, and technical training.", + "enroll_max": 25, + "lecture_number": 23245, + "credits": "5 units", + "location": "Thimann Lab 101", + "course_name": "CRSN 151C", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23245, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "United Nations Contemporary Issues", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offfered as COWL 122", + "meet_times": "M 05:20PM-06:55PM", + "enroll_current": 90, + "course_description": "Introduces the Model United Nations through discussion of contemporary issues. Students learn parliamentary procedures and U.N. protocols, as well as how to work collaboratively to research and to present position papers. Students learn resolution writing, alliance building, and persuasive speech. May be repeated for credit.", + "enroll_max": 90, + "lecture_number": 23196, + "credits": "2 units", + "location": "Merrill Acad 102", + "course_name": "CRSN 122", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23196, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Rachel Carson College Garden Internship", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment restricted to college members.", + "enroll_current": 13, + "course_description": "One-credit internship in the Rachel Carson College Garden. Offers students of the college an opportunity to become involved in an experimental learning project focusing on application of concepts of sustainable agriculture. May be repeated for credit.", + "lecture_number": 21317, + "credits": "1 units", + "waitlist_current": 0, + "course_name": "CRSN 90", + "gen_ed_categories": "1 units", + "class_notes": "C8 Garden. Meeting time set by students and faculty first week of classes.", + "class_number": 21317, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Strategies to Jump Start Your STEM Learning", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", + "meet_times": "Cancelled", + "location": "N/A", + "enroll_current": 0, + "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", + "lecture_number": 23266, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CRSN 15", + "gen_ed_categories": "2 units", + "instructor": "N/A", + "class_number": 23266, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Strategies to Jump Start Your STEM Learning", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", + "meet_times": "Tu 03:20PM-04:55PM", + "location": "Porter Acad 249", + "enroll_current": 0, + "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", + "lecture_number": 23264, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CRSN 15", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23264, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23597, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23597, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23596, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23596, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23594, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23594, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23593, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23593, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23595, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23595, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23587, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23587, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23590, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23590, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "R Carson Acad 252", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23585, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23585, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23589, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23589, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 170, + "waitlist_max": 999, + "class_number": 23040, + "class_type": "LEC", + "course_description": "Examines the concept of race, followed by an investigation of colorblindness, multiculturalism, and post-racialism. Race and ethnicity are examined as historically formulated in relationship to the concepts of gender, sexuality, class, nationalism, indigeneity, citizenship, immigration, and inequality.", + "course_name": "CRES 10", + "course_title": "Critical Race and Ethnic Studies: An Introduction", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Satisfaction of the Entry Level Writing and C1 requirements.", + "meet_times": "MW 07:10PM-08:45PM", + "credits": "5 units", + "lecture_number": 23040, + "instructor": "Mitchell,N.O.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 170, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "R Carson Acad 252", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23591, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23591, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Leadership and Institution Building", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "M 05:20PM-06:55PM", + "enroll_current": 38, + "course_description": "Through lectures by senior administrators and student consensus-and-recommendation teams, students learn how leaders work with constituent groups, build cooperation, and develop implementation plans in an institution such as the University of California, specifically, UC Santa Cruz. Enrollment is restricted to undergraduates accepted in the Chancellor's Undergraduate Internship Program. Students submit applications winter quarter for the following academic year.", + "enroll_max": 40, + "lecture_number": 21479, + "credits": "2 units", + "location": "Bay Tree Conf D", + "course_name": "COWL 184A", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 21479, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "R Carson Acad 252", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23592, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23592, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23588, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23588, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Trust Rules: How to Tell the Good People from the Bad", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to college members or by permission of instructor.", + "meet_times": "Th 08:00AM-09:35AM", + "location": "Cowell Com 132", + "enroll_current": 20, + "course_description": "Students learn practical tools and techniques for assessing trustworthiness, including your own, and applying these tools in a variety of situations. Integrating insights from practical experience, philosophy, and psychology, this course teaches us how to pay attention to red flags in relationships and ultimately develop a network of trustworthy people that will help us succeed in work and in our personal lives. (Formerly Trust Rules: How to Tell Good People from Bad People in Work and Life.)", + "lecture_number": 23017, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "COWL 107", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23017, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Environment and Society", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "R Carson Acad 242", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", + "lecture_number": 23586, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CRSN 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23586, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Queer Sexuality in Black Popular Culture", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as ANTH 110Q and FMST 110Q", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 49, + "course_description": "From Janet Mock to Young M.A., queerness has become hypervisible in Black popular culture--but at what cost? Using music, television, and social media as central texts, students investigate the intersections of sexuality, gender, and race in public life.", + "enroll_max": 50, + "lecture_number": 23902, + "credits": "5 units", + "location": "Soc Sci 2 179", + "course_name": "CRES 110Q", + "gen_ed_categories": "5 units", + "instructor": "Shange-Binion,S.T.", + "class_number": 23902, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "15", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Cowell Acad 113", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23583, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23583, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Social Change", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to college members.", + "meet_times": "M 05:20PM-06:55PM", + "location": "Cowell Com 134", + "enroll_current": 25, + "course_description": "How do you change the world, working alone and in concert with others? To find out, students work in groups with specific community partners who, in turn, help place students in social-change organizations in Santa Cruz County. May be repeated for credit.", + "lecture_number": 22986, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "COWL 168", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22986, + "class_type": "FLD", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "United Nations Contemporary Issues", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as CRSN 122", + "meet_times": "M 05:20PM-06:55PM", + "enroll_current": 90, + "course_description": "Introduces the Model United Nations through discussion of contemporary issues. Students learn parliamentary procedures and U.N. protocols, as well as how to work collaboratively to research and to present position papers. Students learn resolution writing, alliance building, and persuasive speech. May be repeated for credit.", + "enroll_max": 90, + "lecture_number": 23195, + "credits": "2 units", + "location": "Merrill Acad 102", + "course_name": "COWL 122", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23195, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mock Trial Workshop", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "W 03:20PM-05:20PM", + "enroll_current": 25, + "course_description": "Reserved for the Mock Trial team to practice arguments and refine techniques for the competition nationwide. Students drilled on the case from both the perspective of the defense and of the offense. Direct examination and cross examination strategies explored, and practice given in witness testimony. May be repeated for credit.", + "enroll_max": 40, + "lecture_number": 22941, + "credits": "2 units", + "location": "Cowell Com 132", + "course_name": "COWL 111", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22941, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Book Arts", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-04:30PM", + "enroll_current": 9, + "course_description": "Students learn techniques of bookbinding, construction, and design, and fundamentals of letterpress printing. Enrollment is by permission of instructor. Students are billed a materials fee. (Formerly Bookbinding.)", + "enroll_max": 10, + "lecture_number": 20935, + "credits": "5 units", + "location": "Cowell Press 123", + "course_name": "COWL 70A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 20935, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "16", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Cowell Com 134", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23584, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23584, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Cowell Com 134", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23582, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23582, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Cowell Com 134", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23581, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23581, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Cowell Com 134", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23575, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23575, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Cowell Com 134", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23577, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23577, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Cowell Com 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23579, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23579, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Cowell Com 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23578, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23578, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Cowell Com 134", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23576, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23576, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Cowell Com 134", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23580, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23580, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Cowell Com 132", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23569, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23569, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Cowell Com 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23570, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23570, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Cowell Acad 113", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23574, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23574, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Cowell Acad 113", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23573, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23573, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Cowell Com 134", + "enroll_current": 1, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23572, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23572, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Imagining Justice", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Cowell Com 132", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", + "lecture_number": 23571, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "COWL 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23571, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Computer Systems", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics of current research in computer systems. Enrollment by permission of instructor. May be repeated for credit.", + "enroll_max": 15, + "lecture_number": 21478, + "credits": "2 units", + "location": "TBA", + "course_name": "CMPS 280S", + "gen_ed_categories": "2 units", + "instructor": "Maltzahn,C.G.", + "class_number": 21478, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Logic in Computer Science", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 1, + "course_description": "Covers advanced research topics from the recent literature in the uses of logic in computer science with particular emphasis on the applications of logic to the representation and the management of data. Involves presentations from UCSC students and faculty, and guest talks from researchers in other academic institutions or industrial research labs. Enrollment is by permission of the instructor. Enrollment is restricted to graduate students. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 23268, + "credits": "2 units", + "location": "TBA", + "course_name": "CMPS 280L", + "gen_ed_categories": "2 units", + "instructor": "Kolaitis,P.", + "class_number": 23268, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Machine Learning", + "course_section": "01", + "career_type": "Graduate", + "enroll_current": 0, + "course_description": "Weekly seminar covering topics of current interest in machine learning. Enrollment is by permission of the instructor. Enrollment is restricted to graduate students. May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CMPS 280M", + "gen_ed_categories": "2 units", + "lecture_number": 23192, + "class_number": 23192, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Database Systems", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Covers advanced research topics from the recent literature in database systems and related fields. Involves presentations from UCSC students and faculty, and guest talks from researchers in industry and other academic institutions. Enrollment by permission of instructor. May be repeated for credit.", + "enroll_max": 15, + "lecture_number": 22770, + "credits": "2 units", + "location": "TBA", + "course_name": "CMPS 280D", + "gen_ed_categories": "2 units", + "instructor": "Alvaro,P.A.", + "class_number": 22770, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Design and Implementation of Database Systems", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 181 (or equivalent) or consent of instructor. Enrollment is restricted to graduate students.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Soc Sci 2 071", + "enroll_current": 2, + "course_description": "Advanced course in implementation techniques for database systems. For students who wish to do research in databases or to learn more about large-scale data processing. Topics include: indexing of complex data; techniques for high-volume concurrency control; query processing and optimization; database recovery; parallel database system architectures; database systems for streaming data; approximate query answering. Additional topics may include: self-managing database systems; advanced query optimization techniques; and query processing techniques for semi-structured data. (Formerly", + "lecture_number": 22625, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPS 278", + "gen_ed_categories": "5 units", + "instructor": "Finkelstein,S.", + "class_number": 22625, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 35 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Data Visualization and Statistical Programming in R", + "course_section": "01", + "career_type": "Graduate", + "class_notes": "Also offered as AMS 266A.", + "meet_times": "Tu 09:50AM-11:25AM", + "enroll_current": 0, + "course_description": "Introduces students to data visualization and statistical programming techniques using the R language. Covers the basics of the language, descriptive statistics, visual analytics, and applied linear regression. Enrollment is by permission of the instructor.", + "enroll_max": 35, + "lecture_number": 23254, + "credits": "3 units", + "location": "J Baskin Engr 156", + "course_name": "CMPS 266A", + "gen_ed_categories": "3 units", + "instructor": "Staff", + "class_number": 23254, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Computer Graphics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates by interview only.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Soc Sci 2 159", + "enroll_current": 21, + "course_description": "Introduces current research and techniques of modeling, 2D/3D transformation, matrix composition, shading algorithms, and rendering to obtain computer-generated imagery. Programming assignments and major project required. Students cannot receive credit for both this course and course 160.", + "lecture_number": 21477, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPS 260", + "gen_ed_categories": "5 units", + "instructor": "Davis,J.E.", + "class_number": 21477, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Machine Learning", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Merrill Acad 102", + "enroll_current": 77, + "course_description": "Introduction to machine learning algorithms. Covers learning models from fields of statistical decision theory and pattern recognition, artificial intelligence, and theoretical computer science. Topics include classification learning and the Probably Approximately Correct (PAC) learning framework, density estimation and Bayesian learning, EM, regression, and online learning. Provides an introduction to standard learning methods such as neural networks, decision trees, boosting, nearest neighbor, and support vector machines. Requirements include one major experimental learning project or theoretical paper. Students may not receive credit for both this course and course 142.", + "lecture_number": 21471, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPS 242", + "gen_ed_categories": "5 units", + "instructor": "Helmbold,D.P.", + "class_number": 21471, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 114 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Logic in Computer Science", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "J Baskin Engr 372", + "enroll_current": 15, + "course_description": "The applications and uses of formal systems to computer science. Covers the syntax and semantics of propositional logic and first-order logic, normal forms, soundness and completeness theorems, Herbrand's theorem, unification and resolution, foundations of logic programming, automated theorem proving. Other topics may include deductive databases, database query languages, nonmonotonic reasoning.", + "lecture_number": 21469, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPS 217", + "gen_ed_categories": "5 units", + "instructor": "Kolaitis,P.", + "class_number": 21469, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Computer Security", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students or consent of instructor.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "J Baskin Engr 372", + "enroll_current": 15, + "course_description": "Overview of research topics in computer and network security. Topics may include cryptographic operations, security properties and policies, authentication and access control, attacks on computer systems and defenses against them, security in programming languages, and network protocols for security.", + "lecture_number": 21470, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPS 223", + "gen_ed_categories": "5 units", + "instructor": "Arden,O.", + "class_number": 21470, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 21463, + "class_type": "SEM", + "course_description": "Basic teaching techniques for teaching assistants, including responsibilities and rights of teaching assistants, resource materials, computer security, leading discussion or lab sessions, presentation techniques, maintaining class records, electronic handling of homework, and grading. The course examines research and professional training, including use of the library and online databases, technical typesetting, writing journal and conference papers, publishing in computer science and computer engineering, giving talks in seminars and conferences, and ethical issues in science and engineering. Required for all teaching assistants.", + "course_name": "CMPS 200", + "course_title": "Research and Teaching in Computer Science and Engineering", + "location": "Engineer 2 180", + "grading_options": "Student Option", + "gen_ed_categories": "3 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Th 09:50AM-11:25AM", + "credits": "3 units", + "lecture_number": 21463, + "instructor": "Pang,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with CMPE 200", + "enroll_current": 48, + "waitlist_current": 0 + }, { + "enroll_max": 55, + "waitlist_max": 999, + "class_number": 22832, + "class_type": "LEC", + "course_description": "Introduces modern game theory, including applications in social science, biology, and engineering. Topics include extensive form, strategic form, mixed strategies, incomplete information, repeated games, evolutionary games, and simulation techniques.", + "course_name": "CMPS 166A", + "course_title": "Game Theory and Applications I", + "location": "PhysSciences 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Applied Math and Statistics 5 or 7 or Economics 113; and Economics 11B, Applied Math and Statistics 11B, or Mathematics 11B or 19B. Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 22832, + "instructor": "Musacchio,J.T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ECON 166A and TIM 166A.", + "enroll_current": 46, + "waitlist_current": 1 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21461, + "class_type": "LEC", + "course_description": "The World-Wde Web is one of the main mechanisms by which computer applications are delivered to users. This course introduces the design of Web applications. Students learn the main technologies involved, and build web applications as part of homework assignments and group class projects.(Formerly Hypermedia and the Web.)", + "course_name": "CMPS 183", + "course_title": "Web Applications", + "location": "Oakes Acad 105", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 12B and 12M.", + "meet_times": "MWF 02:40PM-03:45PM", + "credits": "5 units", + "lecture_number": 21461, + "instructor": "De Alfaro,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 120, + "waitlist_current": 58 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 21456, + "class_type": "LEC", + "course_description": "Introduces techniques of modeling, transformation, and rendering for computer-generated imagery. Topics: 2D/3D primitives, projections, matrix composition, and shading algorithms. Programming assignments and major project required. Students cannot receive credit for both this course and course 260 in quarters when they are offered concurrently. Mastery of materials in the prerequisite courses will be verified with a quiz or assignment during the first two weeks of the course.", + "course_name": "CMPS 160", + "course_title": "Introduction to Computer Graphics", + "location": "Soc Sci 1 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101 and Mathematics 21 or Applied Mathematics and Statistics 10. Concurrent enrollment in course 160L is required.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21456, + "instructor": "Davis,J.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 160L is required.", + "enroll_current": 67, + "waitlist_current": 0 + }, { + "enroll_max": 150, + "waitlist_max": 999, + "class_number": 21452, + "class_type": "LEC", + "course_description": "Various representations for regular languages, context-free grammars, normal forms, simple parsing, pumping lemmas, Turing machines, the Church-Turing thesis, intractable problems, the P-NP question.", + "course_name": "CMPS 130", + "course_title": "Computational Models", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 21452, + "instructor": "Bailey,D.D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 150, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Distributed Systems: File Sharing, Online Gaming, and More", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101 or Computer Engineering 150. Course 111 or 105 recommended.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Thim Lecture 001", + "enroll_current": 100, + "course_description": "Covers topics in distributed computing including communication, naming, synchronization, consistency and replication, fault tolerance, and security. Examples drawn from peer-to-peer systems, online gaming, the World Wide Web; other systems also used to illustrate approaches to these topics. Students implement simple distributed systems over the course of the quarter.", + "lecture_number": 22668, + "credits": "5 units", + "waitlist_current": 12, + "course_name": "CMPS 128", + "gen_ed_categories": "5 units", + "instructor": "Alvaro,P.A.", + "class_number": 22668, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 100 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 22648, + "class_type": "LAB", + "course_description": "Complements course 160, gaining additional competence with a number of important software development tools, graphics libraries, and graphical user interfaces. Topics include OpenGL, WebGL, rubberbanding, picking, sliders, buttons, dialog, event handling, double buffering, lighting, shading, materials, and textures. The topic list may be updated to reflect technological changes.", + "course_name": "CMPS 160L", + "course_title": "Introduction to Computer Graphics Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101 and Mathematics 21 or Applied Mathematics and Statistics 10.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 22648, + "instructor": "Davis,J.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPS 160 is required. Enroll in lab and associated secondary lab", + "enroll_current": 70, + "waitlist_current": 5 + }, { + "enroll_max": 110, + "waitlist_max": 999, + "class_number": 22998, + "class_type": "LEC", + "course_description": "Introduces programming and application development for mobile devices. Covers the SDK and main programming platforms available on mobile devices, methodologies for developing native applications, division of computation between the mobile platform and servers, and mobile-to-server communications. Introduces platforms based on JavaScript and HTML5 for the development of applications that are portable across platforms. Students develop components of applications, leading to fully functional applications by the end of the course. Course based on emulators and SDK tools, so ownership of a cellphone/tablet is not required for the course.", + "course_name": "CMPS 121", + "course_title": "Mobile Applications", + "location": "Oakes Acad 105", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 12B and 12M.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22998, + "instructor": "Norouzi,N.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 110, + "waitlist_current": 42 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Analysis of Algorithms", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduate students may enroll in this course if they have completed either course 102 or Computer Engineering 177 and have the consent of the instructor.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Merrill Acad 102", + "enroll_current": 99, + "course_description": "Rigorous analysis of the time and space requirements of important algorithms, including worst case, average case, and amortized analysis. Techniques include order-notation, recurrence relations, information-theoretic lower bounds, adversary arguments. Analysis of the key data structures: trees, hash tables, balanced tree schemes, priority queues, Fibonacci and binomial heaps. Algorithmic paradigms such as divide and conquer, dynamic programming, union-find with path compression, augmenting paths. Selected advanced algorithms. Introduction to NP-completeness.", + "lecture_number": 21464, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPS 201", + "gen_ed_categories": "5 units", + "instructor": "Tantalo,P.", + "class_number": 21464, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 114 + }, { + "enroll_max": 245, + "waitlist_max": 999, + "class_number": 21445, + "class_type": "LEC", + "course_description": "Covers several programming languages and compares styles, philosophy, and design principles. Principles underlying declarative, functional, and object-oriented programming styles are studied. Students write programs emphasizing each of these techniques.", + "course_name": "CMPS 112", + "course_title": "Comparative Programming Languages", + "location": "Earth&Marine B206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101 or 109.", + "meet_times": "MW 07:10PM-08:45PM", + "credits": "5 units", + "lecture_number": 21445, + "instructor": "Mackey,W.F.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 243, + "waitlist_current": 0 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21441, + "class_type": "LEC", + "course_description": "Fundamental principles of operating systems: process synchronization, deadlocks, memory management, resource allocation, scheduling, storage systems, and study of several operating systems. A major programming project will be required.", + "course_name": "CMPS 111", + "course_title": "Introduction to Operating Systems", + "location": "J Baskin Engr 152", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101, and Computer Engineering 110 or Computer Engineering 112.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 21441, + "instructor": "Long,D.D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Enrollment restricted to Computer Science and Computer Engineering majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 47, + "waitlist_current": 0 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21437, + "class_type": "LEC", + "course_description": "Fundamental principles of operating systems: process synchronization, deadlocks, memory management, resource allocation, scheduling, storage systems, and study of several operating systems. A major programming project will be required.", + "course_name": "CMPS 111", + "course_title": "Introduction to Operating Systems", + "location": "Steven Acad 150", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101, and Computer Engineering 110 or Computer Engineering 112.", + "meet_times": "MWF 01:20PM-02:25PM", + "credits": "5 units", + "lecture_number": 21437, + "instructor": "Nawab,F.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Enrollment restricted to Computer Science and Computer Engineering majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 119, + "waitlist_current": 8 + }, { + "enroll_max": 75, + "waitlist_max": 999, + "class_number": 21433, + "class_type": "LEC", + "course_description": "An introduction to object-oriented techniques of software development including data abstraction, inheritance, polymorphism, and object-oriented design. Extensive practice using a computer to solve problems, including construction of graphical user interfaces and a multithreaded client/server applications.", + "course_name": "CMPS 109", + "course_title": "Advanced Programming", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 12B/M or 13H.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 21433, + "instructor": "Harrison,D.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 75, + "waitlist_current": 36 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 23094, + "class_type": "LEC", + "course_description": "Writing and communication by computer science professionals to a technical audience. Geared toward students planning to pursue an advanced degree in computer science. Assignments include: cover letter and resume for job application, statement of purpose for graduate school application, algorithm description and analysis, user documentation, proposal preparation, critical analysis of published papers, survey of the literature, term paper, and oral presentations. May be repeated for credit.", + "course_name": "CMPS 185", + "course_title": "Technical Writing and Communication in Computer Science", + "location": "Engineer 2 192", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101, one additional upper-division Computer Science course, and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to computer science majors, or by permission of the instructor.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 23094, + "instructor": "Harrison,D.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 50, + "waitlist_current": 0 + }, { + "enroll_max": 195, + "waitlist_max": 999, + "class_number": 21424, + "class_type": "LEC", + "course_description": "Methods for the systematic construction and mathematical analysis of algorithms. Order notation, the RAM model of computation, lower bounds, and recurrence relations are covered. The algorithm design techniques include divide-and-conquer, branch and bound, and dynamic programming. Applications to combinatorial, graph, string, and geometric algorithms.", + "course_name": "CMPS 102", + "course_title": "Introduction to Analysis of Algorithms", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101.", + "meet_times": "MWF 01:20PM-02:25PM", + "credits": "5 units", + "lecture_number": 21424, + "instructor": "Guha Thakurta,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 195, + "waitlist_current": 52 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21450, + "class_type": "LEC", + "course_description": "Emphasizes the characteristics of well-engineered software systems. Topics include requirements analysis and specification, design, programming, verification and validation, maintenance, and project management. Practical and research methods are studied. Imparts an understanding of the steps used to effectively develop computer software. (Formerly Software Methodology.)", + "course_name": "CMPS 115", + "course_title": "Introduction to Software Engineering", + "location": "J Baskin Engr 152", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 101.", + "meet_times": "MWF 08:00AM-09:05AM", + "credits": "5 units", + "lecture_number": 21450, + "instructor": "Jullig,R.K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 120, + "waitlist_current": 36 + }, { + "enroll_max": 220, + "waitlist_max": 999, + "class_number": 21429, + "class_type": "LEC", + "course_description": "An introduction to the basic techniques used in compiler design. Topics include compiler structure, symbol tables, regular expressions and languages, finite automata, lexical analysis, context-free languages, LL(1), recursive descent, LALR(1), and LR(1) parsing; and attribute grammars as a model of syntax-directed translation. Students use compiler building tools to construct a working compiler.", + "course_name": "CMPS 104A", + "course_title": "Fundamentals of Compiler Design I", + "location": "Earth&Marine B206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101 and Computer Engineering 12 and 12L.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 21429, + "instructor": "Mackey,W.F.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 36, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Data Structures Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11 or 12A or Computer Engineering 13.", + "enroll_current": 70, + "course_description": "Complements course 12B, gaining additional competence with a number of important software development tools, languages, and techniques. Included are advanced Unix features and utilities such as grep, find, diff, the shell, and pipes; C programs utilizing I/O, arrays, pointers, and structures; a scripting language to perform simple text and file manipulation; and the make utility.", + "lecture_number": 22645, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CMPS 12M", + "gen_ed_categories": "2 units", + "class_notes": "Students enrolled in CMPS 12M-02 MUST enroll in CMPS 12B-02 (and not CMPS 12B-01). Enrolling in 12B-01 is not acceptable. This is only applicable if you need both 12B lecture and 12M lab. Enroll in lab and associated secondary lab.", + "class_number": 22645, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 180 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21457, + "class_type": "LEC", + "course_description": "Introduction to the concepts, approaches, tools, and methodology of database design. Covers the entity-relationship model, the relational model, relational algebra, relational calculus, commercial languages (such as SQL and QBE), functional dependencies, normal forms, and design theory. Other topics may include knowledge-bases, constraint databases, and alternative database models.", + "course_name": "CMPS 180", + "course_title": "Database Systems I", + "location": "J Baskin Engr 152", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 21457, + "instructor": "Finkelstein,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab. Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", + "enroll_current": 120, + "waitlist_current": 35 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 22685, + "class_type": "LEC", + "course_description": "Introduction to machine learning algorithms and their applications. Topics include classification learning, density estimation and Bayesian learning regression, and online learning. Provides introduction to standard learning methods such as neural networks, decision trees, boosting, and nearest neighbor techniques.", + "course_name": "CMPS 142", + "course_title": "Machine Learning", + "location": "PhysSciences 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 101, Mathematics 23A, and Applied Mathematics and Statistics 131 or Computer Engineering 107.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22685, + "instructor": "Chaturvedi,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 60, + "waitlist_current": 32 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Software Engineering", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 101.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "J Baskin Engr 152", + "enroll_current": 120, + "course_description": "Emphasizes the characteristics of well-engineered software systems. Topics include requirements analysis and specification, design, programming, verification and validation, maintenance, and project management. Practical and research methods are studied. Imparts an understanding of the steps used to effectively develop computer software. (Formerly Software Methodology.)", + "lecture_number": 21451, + "credits": "5 units", + "waitlist_current": 46, + "course_name": "CMPS 115", + "gen_ed_categories": "5 units", + "instructor": "Jullig,R.K.", + "class_number": 21451, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 120 + }, { + "enroll_max": 45, + "waitlist_max": 999, + "class_number": 21418, + "class_type": "LEC", + "course_description": "Studies basic algorithms and their relationships to common abstract data types. Covers the notions of abstract data types and the distinction between an abstract data type and an implementation of that data type. The complexity analysis of common algorithms using asymptotic (big \"O\") notation is emphasized. Topics include sorting and searching techniques, basic graph algorithms, and algorithm design techniques. Abstract data types covered include priority queues, dictionaries, disjoint sets, heaps, balanced trees, and hashing. Familiarity with C, Java, and Unix is assumed.", + "course_name": "CMPS 101", + "course_title": "Algorithms and Abstract Data Types", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 12B or 13H; CMPE 16 or 16H; MATH 11B or 19B or 20B; and one course from the following: MATH 21, 22, 23A, AMS 10, or AMS 131.", + "meet_times": "TuTh 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 21418, + "instructor": "Tantalo,P.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment restricted to Computer Science, Computer Engineering, Computer Game Design, Bioinformatics, Biomolecular Engineering and Bioinformatics, and Robotics Engineering majors and Computer Science proposed majors during First Pass enrollment. Enrollment restricted to Computer Science, Computer Engineering, Computer Game Design, Bioinformatics, Biomolecular Engineering and Bioinformatics, Network and Digital Technology, Robotics, Technology and Information Management, Art and Design: Games and Playable Media majors, minors and proposed majors during Second Pass enrollment. Major restrictions lifted after Second Pass enrollment.", + "enroll_current": 45, + "waitlist_current": 70 + }, { + "enroll_max": 220, + "waitlist_max": 999, + "class_number": 21417, + "class_type": "LEC", + "course_description": "Studies basic algorithms and their relationships to common abstract data types. Covers the notions of abstract data types and the distinction between an abstract data type and an implementation of that data type. The complexity analysis of common algorithms using asymptotic (big \"O\") notation is emphasized. Topics include sorting and searching techniques, basic graph algorithms, and algorithm design techniques. Abstract data types covered include priority queues, dictionaries, disjoint sets, heaps, balanced trees, and hashing. Familiarity with C, Java, and Unix is assumed.", + "course_name": "CMPS 101", + "course_title": "Algorithms and Abstract Data Types", + "location": "Thim Lecture 003", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 12B or 13H; CMPE 16 or 16H; MATH 11B or 19B or 20B; and one course from the following: MATH 21, 22, 23A, AMS 10, or AMS 131.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 21417, + "instructor": "Comandur,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Enrollment restricted to Computer Science, Computer Engineering, Computer Game Design, Bioinformatics, Biomolecular Engineering and Bioinformatics, and Robotics Engineering majors and Computer Science proposed majors during First Pass enrollment. Enrollment restricted to Computer Science, Computer Engineering, Computer Game Design, Bioinformatics, Biomolecular Engineering and Bioinformatics, Network and Digital Technology, Robotics, Technology and Information Management, Art and Design: Games and Playable Media majors, minors and proposed majors during Second Pass enrollment. Major restrictions lifted after Second Pass enrollment.", + "enroll_current": 220, + "waitlist_current": 34 + }, { + "enroll_max": 235, + "waitlist_max": 999, + "class_number": 22638, + "class_type": "LAB", + "course_description": "Complements course 12B, gaining additional competence with a number of important software development tools, languages, and techniques. Included are advanced Unix features and utilities such as grep, find, diff, the shell, and pipes; C programs utilizing I/O, arrays, pointers, and structures; a scripting language to perform simple text and file manipulation; and the make utility.", + "course_name": "CMPS 12M", + "course_title": "Data Structures Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11 or 12A or Computer Engineering 13.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 22638, + "instructor": "Comandur,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Students enrolled in CMPS 12M-01 MUST enroll in CMPS 12B-01 (and not CMPS 12B-02). Enrolling in 12B-02 is not acceptable. This is only applicable if you need both 12B lecture and 12M lab. Enroll in lab and associated secondary lab.", + "enroll_current": 222, + "waitlist_current": 0 + }, { + "enroll_max": 59, + "waitlist_max": 999, + "class_number": 21395, + "class_type": "LAB", + "course_description": "Laboratory sequence complementing topics taught in course 12A by providing training and exposure to several software development tools and practices not covered in course 12A. In addition, the lab provides an initial exposure to a second programming language to reinforce concepts from course 12A.", + "course_name": "CMPS 12L", + "course_title": "Computer Programming Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 3 or 11A or 19A or Applied Mathematics and Statistics 3 or Applied Mathematics and Statistics/Economics 11A, or a score of 400 or higher on the mathematics placement examination (MPE).", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21395, + "instructor": "Norouzi,N.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in course 12A is required. Enroll in lab and associated secondary lab.", + "enroll_current": 61, + "waitlist_current": 29 + }, { + "enroll_max": 215, + "waitlist_max": 999, + "class_number": 21393, + "class_type": "LEC", + "course_description": "Teaches students to implement common data structures and the algorithms associated with each data structure, through progressively difficult exercises. Topics include big \"O\" notation; pointers, recursion (induction), and dynamic allocation; linked lists and list processing; stacks, queues, binary trees and binary search trees; simple sorting techniques and simple search techniques. Students will gain a working knowledge of the elements of the Java and C programming languages. Prior experience with Unix is assumed.", + "course_name": "CMPS 12B", + "course_title": "Introduction to Data Structures", + "location": "Earth&Marine B206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11 or 12A or Computer Engineering 13. Concurrent enrollment in course 12M is required.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 21393, + "instructor": "Comandur,S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Students enrolled in CMPS 12B-01 MUST enroll in CMPS 12M-01 (and not CMPS 12M-02). Enrolling in 12M-02 is not acceptable. This is only applicable if you need both 12B lecture and 12M lab.", + "enroll_current": 215, + "waitlist_current": 4 + }, { + "enroll_max": 44, + "waitlist_max": 999, + "class_number": 21392, + "class_type": "LEC", + "course_description": "Accelerated introduction to programming. Students write medium-sized programs. Topics include: functions; conditionals and loops; classes; event-driven programming and graphic user interfaces (GUIs); recursion; and arrays. Students who have no or very limited programming experience should consider courses 5J and 11 which cover the same material in two quarters. Students may not receive credit for both this course and course 11. Some prior programming experience in a language such as C, C++, Java, or C# strongly recommended.", + "course_name": "CMPS 12A", + "course_title": "Introduction to Programming (Accelerated)", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 3 or 11A or 19A or Applied Mathematics and Statistics 3 or Applied Mathematics and Statistics/Economics 11A, or a score of 400 or higher on the mathematics placement examination (MPE). Concurrent enrollment in 12L required.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21392, + "instructor": "Norouzi,N.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 12L required.", + "enroll_current": 52, + "waitlist_current": 14 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Programming in Java", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary lab", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 115, + "course_description": "Introduces programming in Java for students who have no prior programming experience. Students learn programming and documentation skills, as well as algorithmic problem-solving, and programming methodologies. Introduces computers, compilers, and editors. Students write small to medium-sized programs. This course and courses 5C and 5P cover similar concepts, but use different programming languages. Because 5J followed by course 11 is a two-quarter alternative to the accelerated course 12A/L, engineering majors and students planning on continuing the programming sequence are encouraged to take 5J rather than 5C or 5P. Students may not receive credit for 5J taken concurrently or subsequently to course 12A, 12B, or Computer Engineering 13.", + "enroll_max": 115, + "lecture_number": 21406, + "credits": "5 units", + "location": "ClassroomUnit 002", + "course_name": "CMPS 5J", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21406, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 35 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Interactive Systems for Individuals with Special Needs", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 04:00PM-05:00PM", + "location": "Earth&Marine B214", + "enroll_current": 2, + "course_description": "Covers advanced topics and current research in interactive systems for individuals who have special needs. Focuses on student presentations and seminar participation. May be repeated for credit.", + "lecture_number": 23940, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CMPM 280K", + "gen_ed_categories": "2 units", + "instructor": "Kurniawan,S.H.", + "class_number": 23940, + "class_type": "SEM", + "waitlist_max": 0, + "enroll_max": 30 + }, { + "enroll_max": 0, + "waitlist_max": 999, + "class_number": 22842, + "class_type": "LEC", + "course_description": "Introduces programming in Python, a high-level programming language used in the physical and social sciences and for Internet scripting. Students learn programming and documentation skills, as well as algorithmic problem-solving, coding, and debugging methodologies. Students write programs to solve sample problems drawn from a wide range of disciplines, primarily in the sciences. No prior programming experience is required, but a mathematics background at the pre-calculus level is assumed. This course and courses 5C and 5J cover similar concepts, but use different programming languages. Students may not receive credit for course 5P after receiving credit for course 11, 12A, or Computer Engineering 13.", + "course_name": "CMPS 5P", + "course_title": "Introduction to Programming in Python", + "location": "Earth&Marine B206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Students may not enroll in or receive credit for course 5P after receiving credit with a 'C' or better in course 11, 12A, or Computer Engineering 13.", + "meet_times": "TuTh 07:10PM-08:45PM", + "credits": "5 units", + "lecture_number": 22842, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab", + "enroll_current": 0, + "waitlist_current": 23 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Computational Media", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to computational media graduate students, or by permission of the instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 2 159", + "enroll_current": 16, + "course_description": "Provides a broad foundation in the history, theory, and contemporary practice of computational media, examining its roots in a variety of fields and current structures of participation. Also covers a selection of key critical lenses for understanding computational media.", + "lecture_number": 23216, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPM 201", + "gen_ed_categories": "5 units", + "instructor": "Wardrip-Fruin,N.", + "class_number": 23216, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Computational Media", + "course_section": "02", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to computational media graduate students.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Soc Sci 2 171", + "enroll_current": 0, + "course_description": "Students learn about a current research area in computational media and make a contribution. Each course offering focuses on a different aspect of technical, creative, and/or interpretive work in the field.", + "lecture_number": 23234, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPM 290A", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23234, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 165, + "waitlist_max": 999, + "class_number": 21394, + "class_type": "LEC", + "course_description": "Teaches students to implement common data structures and the algorithms associated with each data structure, through progressively difficult exercises. Topics include big \"O\" notation; pointers, recursion (induction), and dynamic allocation; linked lists and list processing; stacks, queues, binary trees and binary search trees; simple sorting techniques and simple search techniques. Students will gain a working knowledge of the elements of the Java and C programming languages. Prior experience with Unix is assumed.", + "course_name": "CMPS 12B", + "course_title": "Introduction to Data Structures", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11 or 12A or Computer Engineering 13. Concurrent enrollment in course 12M is required.", + "meet_times": "MW 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 21394, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Students enrolled in CMPS 12B-02 MUST enroll in CMPS 12M-02 (and not CMPS 12M-01). Enrolling in 12M-01 is not acceptable. This is only applicable if you need both 12B lecture and 12M lab.", + "enroll_current": 87, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Computational Media", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to computational media graduate students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 2 363", + "enroll_current": 14, + "course_description": "Students learn about a current research area in computational media and make a contribution. Each course offering focuses on a different aspect of technical, creative, and/or interpretive work in the field.", + "lecture_number": 23233, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPM 290A", + "gen_ed_categories": "5 units", + "instructor": "Forbes,A.", + "class_number": 23233, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Computational Media Research Preparation", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Covers skills for finding relevant literature for a novel research topic, integrating that literature, and communicating the results. Also covers how to select work for a research portfolio, present that work, and describe contributions. Enrollment is\nby permission of the instructor. Prerequisite(s): courses 201, 202, and 203 for an understanding of media creation and computer programming; good standing in the PhD program. Enrollment is restricted to graduate students.", + "enroll_max": 15, + "lecture_number": 23934, + "credits": "2 units", + "location": "TBA", + "course_name": "CMPM 206", + "gen_ed_categories": "2 units", + "instructor": "Wardrip-Fruin,N.", + "class_number": 23934, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Computational Media Project Definition", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to computational media graduate students, or by permission of the instructor.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Kresge Clrm 319", + "enroll_current": 7, + "course_description": "Students define the topic, approach, and scope for an M.S. thesis or project. Includes discussion of successful past projects and theses, visits from faculty presenting open problems, reviews of related literature, topic and timeline presentations, and critiques.", + "lecture_number": 24132, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPM 204", + "gen_ed_categories": "5 units", + "instructor": "Kurniawan,S.H.", + "class_number": 24132, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 175, + "waitlist_max": 999, + "class_number": 23141, + "class_type": "LEC", + "course_description": "Presents game design as the interplay of multiple interacting game systems. Surveys various game systems: movement, combat, reward, economic, logistics, quest, information visibility, narrative. Students explore systems via study, design, and play of board, card, and computer games.", + "course_name": "CMPM 176", + "course_title": "Game Systems", + "location": "Oakes Acad 105", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 80K.", + "meet_times": "TuTh 05:20PM-06:55PM", + "credits": "5 units", + "lecture_number": 23141, + "instructor": "Altice,N.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 155, + "waitlist_current": 3 + }, { + "enroll_max": 110, + "waitlist_max": 999, + "class_number": 22813, + "class_type": "LEC", + "course_description": "First of a three-course capstone sequence for the computer game design program. Students work in teams to develop a comprehensive game design for a substantial computer game, including detailed storyline, level design, artistic approach, implementation technologies, and art-asset pipeline. Emphasis placed on creating novel, artistic game design concepts. Includes design reviews and formal presentations. Companion lectures cover advanced topics in game design, game programming, and software project management. Students are billed a materials fee. (Formerly Computer Science 170.)", + "course_name": "CMPM 170", + "course_title": "Game Design Studio I", + "location": "TA 2nd Stage", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; course 120, ARTG 120 and Computer Science 109. Enrollment is restricted to Computer science: computer game design majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22813, + "instructor": "Altice,N.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary discussion. Taught in conjunction with ARTG 170.", + "enroll_current": 96, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Game AI", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Computer Science 101; familiarity with C++. Enrollment is restricted to sophomores, juniors, seniors, and graduate students.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Kresge Clrm 327", + "enroll_current": 85, + "course_description": "Course provides a comprehensive introduction to the use of artificial intelligence (AI) in computer games. Building on fundamental principles of AI, course explains how to create non-player characters (NPCs) with progressively more sophisticated capabilities. (Formerly Computer Science 146.)", + "lecture_number": 22713, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "CMPM 146", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22713, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 85 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Computer Vision", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 4, + "course_description": "Weekly graduate-level seminar series discussing advanced topics in computer vision and image analysis. Current research and literature presented during each meeting. Enrollment is by permission of the instructor. Enrollment is restricted to graduate students. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22693, + "credits": "2 units", + "location": "TBA", + "course_name": "CMPE 280V", + "gen_ed_categories": "2 units", + "instructor": "Manduchi,R.", + "class_number": 22693, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 90, + "waitlist_max": 999, + "class_number": 22996, + "class_type": "LEC", + "course_description": "Provides the opportunity to practice the creation of novel computer games. Students learn a new game-making technology, then create three games using this technology. May be repeated for credit.", + "course_name": "CMPM 179", + "course_title": "Game Design Practicum", + "location": "Steven Acad 175", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 20 or 120; and course 80K or Computer Science 80K.", + "meet_times": "M 05:20PM-08:45PM", + "credits": "5 units", + "lecture_number": 22996, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ARTG 179. Topic: Business of Games", + "enroll_current": 18, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Generative Design", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 120.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "PhysSciences 110", + "enroll_current": 75, + "course_description": "Introduces generative methods for design. Uses algorithmic techniques to generate and evaluate game content (images, sounds, map designs) along with mechanics and progression systems. Search-based and learning-based techniques with connections to artificial intelligence are also covered.", + "lecture_number": 23751, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "CMPM 147", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23751, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 75 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to 3D Modeling", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary lab", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 200, + "course_description": "Introduces theory and techniques of 3D computer graphics. Topics include: capabilities of modern graphics hardware; 3D coordinate spaces; modeling with polygons; NURBS and subdivision surfaces; applying textures and materials; lighting; and simple effects. Students develop proficiency in 3D modeling via lectures and assignments focused on the use of a 3D modeling tool. (Formerly Computer Science 25, Introduction to Computer Graphics: 3D Modeling.)", + "enroll_max": 200, + "lecture_number": 22952, + "credits": "5 units", + "location": "J Bask Aud 101", + "course_name": "CMPM 25", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 22952, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Computer Systems", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics of current research in computer systems. Presents and discusses current research and literature in these areas. Prerequisite(s): Proven engagement in computer systems\ufffdresearch. Enrollment is by permission of the instructor. Enrollment is restricted to graduate students. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 23273, + "credits": "2 units", + "location": "TBA", + "course_name": "CMPE 280S", + "gen_ed_categories": "2 units", + "instructor": "Long,D.D.", + "class_number": 23273, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Parallel Processing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 4, + "course_description": "Weekly seminar series covering topics of current research in parallel systems, architectures, and algorithms. Current research work and literature in these areas are discussed. May be repeated for credit.", + "lecture_number": 21391, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CMPE 280P", + "gen_ed_categories": "2 units", + "instructor": "Renau Ardevol,J.", + "class_number": 21391, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Networks", + "course_section": "02", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics of current research in networks and networked systems. Current research work and literature in these areas are discussed. Prerequisite(s): permission of instructor. Enrollment is restricted to graduate students. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 21390, + "credits": "2 units", + "location": "TBA", + "course_name": "CMPE 280N", + "gen_ed_categories": "2 units", + "instructor": "Qian,C.", + "class_number": 21390, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Networks", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics of current research in networks and networked systems. Current research work and literature in these areas are discussed. Prerequisite(s): permission of instructor. Enrollment is restricted to graduate students. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 21389, + "credits": "2 units", + "location": "TBA", + "course_name": "CMPE 280N", + "gen_ed_categories": "2 units", + "instructor": "Obraczka,K.", + "class_number": 21389, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Control", + "course_section": "03", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Weekly seminar series covering topics of current research in theory and application of control to engineering systems. Current research work and literature in these areas discussed. May be repeated for credit.", + "lecture_number": 22692, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CMPE 280C", + "gen_ed_categories": "2 units", + "instructor": "Teodorescu,M.S.", + "class_number": 22692, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 22710, + "class_type": "LEC", + "course_description": "Graduate-level introduction to control of continuous linear systems using classical feedback techniques. Design of feedback controllers for command-following error, disturbance rejection, stability, and dynamic response specifications. Root locus and frequency response design techniques. Extensive use of Matlab for computer-aided controller design. Course has concurrent lectures with Electrical Engineering 154.", + "course_name": "CMPE 241", + "course_title": "Introduction to Feedback Control Systems", + "location": "Soc Sci 1 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 22710, + "instructor": "Sanfelice,R.G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as EE 241", + "enroll_current": 26, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Control", + "course_section": "02", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 3, + "course_description": "Weekly seminar series covering topics of current research in theory and application of control to engineering systems. Current research work and literature in these areas discussed. May be repeated for credit.", + "lecture_number": 22691, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CMPE 280C", + "gen_ed_categories": "2 units", + "instructor": "Sanfelice,R.G.", + "class_number": 22691, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 23140, + "class_type": "LEC", + "course_description": "Presents the basic concepts and tools for the study of cyber-physical systems, including modeling and analysis tools for continuous-time and discrete-time systems, finite state machines, stateflow, timed and hybrid automata, concurrency, invariants, linear temporal logic, verification, and numerical simulation. Students are guided on methods for simulation and encouraged to apply them to several applications. The course is self-contained. Students are expected to have a basic background in logic circuits, programming, the mathematical modeling of dynamical systems (course 8 is recommended), differential equations, linear algebra, and basic calculus. Knowledge of MATLAB/Simulink is useful. Students cannot receive credit for this course and course 149.", + "course_name": "CMPE 249", + "course_title": "Introduction to Cyber-physical Systems", + "location": "Engineer 2 194", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): courses 100/L or equivalent, and courses 13/L or equivalent.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 23140, + "instructor": "Sanfelice,R.G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with CMPE 149", + "enroll_current": 9, + "waitlist_current": 0 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 22827, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 218. Two 2-hour laboratory sessions per week. Students cannot receive credit for this course and course 118L. Students are billed a materials fee.", + "course_name": "CMPE 218L", + "course_title": "Mechatronics Lab", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 218. Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 22827, + "instructor": "Wehner,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 218 is required. Taught in conjunction with CMPE 118L.", + "enroll_current": 57, + "waitlist_current": 45 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Control", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics of current research in theory and application of control to engineering systems. Current research work and literature in these areas discussed. May be repeated for credit.", + "lecture_number": 22690, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CMPE 280C", + "gen_ed_categories": "2 units", + "instructor": "Milutinovic,D.", + "class_number": 22690, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Computer Vision", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduate students who are interested in enrolling should meet with the instructor first.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Engineer 2 192", + "enroll_current": 50, + "course_description": "Introduces general concepts in computer vision, with an emphasis on geometric 3D reconstruction. Topics include radiometry, photometry, projective geometry, geometric camera model, epipolar geometry, stereo depth reconstruction, corner and edge features, point descriptors and matching, and optical flow. (Formerly Image Analysis and Computer Vision.)", + "lecture_number": 21388, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "CMPE 264", + "gen_ed_categories": "5 units", + "instructor": "Manduchi,R.", + "class_number": 21388, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Computer Networks", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Engineer 2 194", + "enroll_current": 40, + "course_description": "Issues resulting from organizing communication among autonomous computers. Includes network models and switching techniques; medium access control protocols and local area networks; error control and retransmission strategies; routing algorithms and protocols; congestion control mechanisms and end-to-end protocols; application-level protocols; and application of concepts to wireless and wireline networks, with emphasis on the Internet.", + "lecture_number": 21387, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "CMPE 252A", + "gen_ed_categories": "5 units", + "instructor": "Qian,C.", + "class_number": 21387, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Parallel Processing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Merrill Acad 002", + "enroll_current": 16, + "course_description": "Introduction to programming advanced parallel computer architecture. Topics may include: SIMD massively parallel processor arrays; streaming parallel coprocessors, such as graphics cards used for general-purpose processing (GPGPU); or other hybrid MIMD/SIMD architectures. Course has programming lab component, a project, and student presentation on related topics. (Formerly", + "lecture_number": 23351, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPE 220", + "gen_ed_categories": "5 units", + "instructor": "Litz,H.", + "class_number": 23351, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 22828, + "class_type": "LEC", + "course_description": "Introduction to intelligent electro-mechanical systems, combining aspects of computer, electrical, mechanical, and software engineering. Students become proficient in all aspects of mechanical, electrical, computer system design, analysis, prototyping, presentation and team mentorship. Cannot receive credit for this course and course 118.", + "course_name": "CMPE 218", + "course_title": "Mechatronics", + "location": "PhysSciences 114", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 218L. Enrollment is restricted to graduate students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22828, + "instructor": "Wehner,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with CMPE 118. Concurrent enrollment in CMPE 218L is required.", + "enroll_current": 56, + "waitlist_current": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Bio-Inspired Locomotion", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 9 or equivalent. Enrollment is restricted to graduate students, and seniors by permission of instructor.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "J Baskin Engr 372", + "enroll_current": 4, + "course_description": "Presents the principles of biological locomotion and application to robotics problems. Students learn about effective movements in the biological world (slithering, walking, climbing, and flying); extract their underlying principles; and apply them creatively to robotics design.", + "lecture_number": 23004, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPE 216", + "gen_ed_categories": "5 units", + "instructor": "Teodorescu,M.S.", + "class_number": 23004, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Technical Writing for Computer Engineers", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements; and Computer Science 12B or Computer Engineering 12 or Biomolecular Engineering 160 or by permission of the instructor.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Engineer 2 192", + "enroll_current": 45, + "course_description": "Writing by engineers and computer scientists, not to general audiences, but to engineers, engineering managers, and technical writers. Exercises include job application and resume, in-code documentation, algorithm description, naive-user documentation, library puzzle, survey article, proposal, progress report, formal technical report, and oral presentation. Enrollment is restricted to majors in Computer Engineering, Bioengineering, Bioinformatics, Robotics Engineering, or Network and Digital Technology.", + "lecture_number": 21384, + "credits": "5 units", + "waitlist_current": 18, + "course_name": "CMPE 185", + "gen_ed_categories": "5 units", + "instructor": "Moulds,G.B.", + "class_number": 21384, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 45 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Computer Architecture", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 110 or 112. Enrollment is restricted to graduate students; undergraduates may enroll if they have completed course 110 or 112 and with consent of instructor.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 2 071", + "enroll_current": 19, + "course_description": "Provides a thorough and fundamental treatment of the art of computer architecture. Topics include concepts of von Neumann architectures, methods of evaluating CPU performance, instruction-set design and examples, compiler issues, instruction pipelining, superscalar processors, methods for reduction of branch penalty, memory hierarchies, I/O systems, floating-point arithmetic, and current issues in parallel processing.", + "lecture_number": 21386, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CMPE 202", + "gen_ed_categories": "5 units", + "instructor": "Renau Ardevol,J.", + "class_number": 21386, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 70 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 21385, + "class_type": "SEM", + "course_description": "Basic teaching techniques for teaching assistants including responsibilities and rights of teaching assistants, resource materials, computer security, leading discussion or lab sessions, presentation techniques, maintaining class records, electronic handling of homework, and grading. Examines research and professional training, including use of the library and online databases, technical typesetting, writing journal and conference papers, publishing in computer science and computer engineering, giving talks in seminars and conferences, and ethical issues in science and engineering. Required for all T.A.s.", + "course_name": "CMPE 200", + "course_title": "Research and Teaching in Computer Science and Engineering", + "location": "Engineer 2 180", + "grading_options": "Student Option", + "gen_ed_categories": "3 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Th 09:50AM-11:25AM", + "credits": "3 units", + "lecture_number": 21385, + "instructor": "Obraczka,K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with CMPS 200", + "enroll_current": 58, + "waitlist_current": 0 + }, { + "enroll_max": 88, + "waitlist_max": 999, + "class_number": 21378, + "class_type": "LEC", + "course_description": "Addresses issues arising in organizing communications among autonomous computers. Network models and conceptual layers; Internet-working; characteristics of transmission media; switching techniques (packet switching, circuit switching, cell switching); medium access control (MAC) protocols and local area networks; error-control strategies and link-level protocols; routing algorithms for bridges and routers; congestion control mechanisms; transport protocols; application of concepts to practical wireless and wireline networks and standard protocol architectures. Students who have completed course 80N can take this course for credit.", + "course_name": "CMPE 150", + "course_title": "Introduction to Computer Networks", + "location": "Engineer 2 180", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 16 and either courses 12 and 12L, or Computer Science 12B and 12M. Concurrent enrollment in course 150L is required.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 21378, + "instructor": "Obraczka,K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 150L is required", + "enroll_current": 87, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Capstone Project I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in courses 121 and 121L. Enrollment is restricted to bioengineering, computer engineering, and robotics engineering majors.", + "meet_times": "Tu 09:50AM-11:25AM", + "location": "Engineer 2 180", + "enroll_current": 76, + "course_description": "First of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this first course, students complete the specification and planning for a substantial project. Topics covered: engineering design cycle, engineering teams, and professional practices.", + "lecture_number": 23011, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CMPE 129A", + "gen_ed_categories": "2 units", + "instructor": "Elkaim,G.H.", + "class_number": 23011, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 80 + }, { + "enroll_max": 88, + "waitlist_max": 999, + "class_number": 22851, + "class_type": "LAB", + "course_description": "Illustrates the concepts covered in course 150 and provides students with hands-on experience in computer networks. Students are billed a materials fee.", + "course_name": "CMPE 150L", + "course_title": "Introduction to Computer Networks Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 16 and either courses 12 and 12L, or Computer Science 12B and 12M.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 22851, + "instructor": "Obraczka,K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 150 is required. Enroll in lab and associated secondary lab.", + "enroll_current": 88, + "waitlist_current": 26 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 23093, + "class_type": "LEC", + "course_description": "Presents the basic concepts and tools for the study of cyber-physical systems, including modeling and analysis tools for continuous-time and discrete-time systems, finite state machines, stateflow, timed and hybrid automata, concurrency, invariants, linear temporal logic, verification, and numerical simulation. Students are guided on methods for simulation and encouraged to apply them to several applications. The course is self-contained. Students are expected to have a basic background in logic circuits, programming, the mathematical modeling of dynamical systems (course 8 is recommended), differential equations, linear algebra, and basic calculus. Knowledge of MATLAB/Simulink is useful. Students cannot receive credit for this course and course 249. (Formerly course 142.)", + "course_name": "CMPE 149", + "course_title": "Introduction to Cyber-physical Systems", + "location": "Engineer 2 194", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 100/L or equivalent, and courses 13/L or equivalent.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 23093, + "instructor": "Sanfelice,R.G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with CMPE 249.", + "enroll_current": 9, + "waitlist_current": 0 + }, { + "enroll_max": 85, + "waitlist_max": 999, + "class_number": 21707, + "class_type": "LEC", + "course_description": "Analysis and design of continuous linear feedback control systems. Essential principles and advantages of feedback. Design by root locus, frequency response, and state space methods and comparisons of these techniques. Applications.", + "course_name": "CMPE 141", + "course_title": "Feedback Control Systems", + "location": "Steven Acad 175", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Electrical Engineering 103. Enrollment is restricted to School of Engineering and Division of Physical and Biological Sciences majors, or by permission of instructor.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 21707, + "instructor": "Milutinovic,D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as EE 154.", + "enroll_current": 59, + "waitlist_current": 0 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 21373, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 121. Two 2-hour laboratory sessions per week. Students design, build, program, debug, document, and demonstrate a microprocessor-based system. Students are billed a materials fee.", + "course_name": "CMPE 121L", + "course_title": "Microprocessor System Design Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 12/L and 100/L; and 13/L or Computer Science 12B/M; and EE 101/L and Physics 5C/N.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21373, + "instructor": "Varma,A.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 121 is required. Enroll in lab and associated secondary lab", + "enroll_current": 70, + "waitlist_current": 33 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 21372, + "class_type": "LEC", + "course_description": "The design and use of microprocessor-based systems. Covers microprocessor and microcontroller architecture, programming techniques, bus and memory organization, DMA, timing issues, interrupts, peripheral devices, serial and parallel communication, and interfacing to analog and digital systems.", + "course_name": "CMPE 121", + "course_title": "Microprocessor System Design", + "location": "Kresge Clrm 327", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 12/L and 100/L; and 13/L or Computer Science 12B/M; and EE 101/L and Physics 5C/N. Concurrent enrollment in course 121L required.", + "meet_times": "MWF 04:00PM-05:05PM", + "credits": "5 units", + "lecture_number": 21372, + "instructor": "Varma,A.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 121L is required", + "enroll_current": 69, + "waitlist_current": 9 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 22627, + "class_type": "LEC", + "course_description": "Technologies involved in mechatronics (intelligent electro-mechanical systems) and techniques necessary to integrate these technologies into mechatronic systems. Topics include electronics (A/D, D/A converters, opamps, filters, power devices), software program design (event-driven programming, state machine-based design), DC and stepper motors, basic sensing, and basic mechanical design (machine elements and mechanical CAD). Combines lab component of structured assignments with a large and open-ended team project. Cannot receive credit for this course and course 218.", + "course_name": "CMPE 118", + "course_title": "Introduction to Mechatronics", + "location": "PhysSciences 114", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Electrical Engineering 101/L and courses 12/L and 100/L. Concurrent enrollment in course 118L is required.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22627, + "instructor": "Wehner,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 118L is required. Taught in conjunction with CMPE 218.", + "enroll_current": 56, + "waitlist_current": 5 + }, { + "enroll_max": 155, + "waitlist_max": 999, + "class_number": 21363, + "class_type": "LEC", + "course_description": "Introduction to computer architecture including examples of current approaches and the effect of technology and software. Computer performance evaluation, basic combinatorial and sequential digital components, different instruction set architectures with a focus on the MIPS ISA and RISC paradigm. Evolution of CPU microarchitecture from single-cycle to multi-cycle pipelines, with overview of super-scalar, multiple-issue and VLIW. Memory system, cache, virtual memory and relationship between memory and performance. Evolution of PC system architecture. May include advanced topics, such as parallel processing, MIMD, and SIMD.", + "course_name": "CMPE 110", + "course_title": "Computer Architecture", + "location": "Thim Lecture 003", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 12/L, and courses 13/L or Computer Science 12A/L or Computer Science 11. Course 16 recommended.", + "meet_times": "MWF 04:00PM-05:05PM", + "credits": "5 units", + "lecture_number": 21363, + "instructor": "Miller,E.L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 155, + "waitlist_current": 20 + }, { + "enroll_max": 57, + "waitlist_max": 999, + "class_number": 21357, + "class_type": "LEC", + "course_description": "Boolean algebra, logic minimization, finite-state machine design, sequential circuits, common logic elements, programmable logic devices, and an introduction to system level design. The electrical behavior of circuits including three state outputs, propagation delay, logic levels, and fanout.", + "course_name": "CMPE 100", + "course_title": "Logic Design", + "location": "Kresge Clrm 327", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 12 and 12L; previous or concurrent enrollment in course 100L is required.", + "meet_times": "MWF 09:20AM-10:25AM", + "credits": "5 units", + "lecture_number": 21357, + "instructor": "Schlag,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 100L is required.", + "enroll_current": 56, + "waitlist_current": 3 + }, { + "enroll_max": 186, + "waitlist_max": 999, + "class_number": 21332, + "class_type": "LAB", + "course_description": "Introduction to computer systems and assembly language and how computers compute in hardware and software. Topics include digital logic, number systems, data structures, compiling/assembly process, basics of system software, and computer architecture. May include C language. Students with no prior programming experience are strongly recommended to take course 3, Computer Science 5J, Computer Science 5P, Computer Science 10, or equivalent before taking this course.", + "course_name": "CMPE 12L", + "course_title": "Computer Systems and Assembly Language Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in course 12 is required.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21332, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 12 is required. Enroll in lab and associated secondary lab.", + "enroll_current": 186, + "waitlist_current": 116 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Networking and the Internet", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 120, + "course_description": "Introduction to the evolution, technological basis, and services of the Internet, with descriptions of its underlying communications structure, routing algorithms, peer-to-peer hierarchy, reliability, and packet switching. Network security, mail, multimedia and data compression issues, HTML, and digital images. Students who have completed course 150 cannot receive credit for this course.", + "enroll_max": 120, + "lecture_number": 21352, + "credits": "5 units", + "location": "Thim Lecture 003", + "course_name": "CMPE 80N", + "gen_ed_categories": "5 units", + "instructor": "Parsa,C.L.", + "class_number": 21352, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 60, + "waitlist_max": 999, + "class_number": 22628, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 118. Two 2-hour laboratory sessions per week. Students cannot receive credit for this course and course 218L. Students are billed a materials fee.", + "course_name": "CMPE 118L", + "course_title": "Introduction to Mechatronics Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Electrical Engineering 101/L and courses 12/L and 100/L.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 22628, + "instructor": "Wehner,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 118 is required. Taught in conjunction with CMPE 218L.", + "enroll_current": 57, + "waitlist_current": 45 + }, { + "enroll_max": 57, + "waitlist_max": 999, + "class_number": 21358, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in course 100. Two 2-hour laboratory sessions per week. Weekly laboratory assignments which require the use of the oscilloscopes, TTL circuits, computer-aided design and simulation tools, and programmable logic. Students are billed a materials fee.", + "course_name": "CMPE 100L", + "course_title": "Logic Design Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 12 and 12L.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21358, + "instructor": "Schlag,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 100 is required. Enroll in lab and associated secondary lab", + "enroll_current": 57, + "waitlist_current": 23 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Universal Access: Disability, Technology, and Society", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 55, + "course_description": "Overview of human-centered technology and of its potential for increasing the quality of life and independence of disabled individuals. A substantial portion of the course is devoted to studying physical, psychological, and psychosocial aspects of disability. Topics include: diversity and integration, legislation, accessibility, and universal design. (Formerly", + "enroll_max": 55, + "lecture_number": 22745, + "credits": "5 units", + "location": "Merrill Acad 102", + "course_name": "CMPE 80A", + "gen_ed_categories": "5 units", + "instructor": "Manduchi,R.", + "class_number": 22745, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 15 + }, { + "enroll_max": 240, + "waitlist_max": 999, + "class_number": 21343, + "class_type": "LEC", + "course_description": "Introduction to applications of discrete mathematical systems. Topics include sets, functions, relations, graphs, predicate calculus, mathematical proof methods (induction, contraposition, contradiction), counting methods (permutations, combinations), and recurrences. Examples are drawn from computer science and computer engineering. Knowledge of computer programming is useful before taking this course. Students who do not have prior programing experience are strongly recommended to take Computer Science 5C, 5J, or 5P before taking this course.", + "course_name": "CMPE 16", + "course_title": "Applied Discrete Mathematics", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 11B or Applied Mathematics and Statistics 11B or 15B or Economics 11B.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 21343, + "instructor": "Larrabee,T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 235, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Gender Health and Justice", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 44, + "course_description": "Critically examines concrete aspects of health in U.S. social and political contexts, emphasizing how gendered interpretations and practices construct and affect health equity and the practices of health care. (Formerly Women's Health Activism.)", + "enroll_max": 45, + "lecture_number": 21321, + "credits": "5 units", + "location": "Porter Acad 144", + "course_name": "CMMU 161", + "gen_ed_categories": "5 units", + "instructor": "Steiner,A.", + "class_number": 21321, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 2 + }, { + "enroll_max": 186, + "waitlist_max": 999, + "class_number": 22626, + "class_type": "LEC", + "course_description": "Introduction to computer systems and assembly language and how computers compute in hardware and software. Topics include digital logic, number systems, data structures, compiling/assembly process, basics of system software, and computer architecture. May include C language. Students with no prior programming experience are strongly recommended to take course 3, Computer Science 5J, Computer Science 5P, Computer Science 10, or equivalent before taking this course.", + "course_name": "CMPE 12", + "course_title": "Computer Systems and Assembly Language", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in course 12L is required.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 22626, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in CMPE 12L is required", + "enroll_current": 184, + "waitlist_current": 2 + }, { + "enroll_max": 80, + "waitlist_max": 999, + "class_number": 22722, + "class_type": "LEC", + "course_description": "Introduction to dynamical systems, feedback control, and robotics. Fundamental concepts in dynamical systems, modeling, stability analysis, robustness to uncertainty, feedback as it occurs naturally, and the design of feedback-control laws to engineer desirable static and dynamic response. Course includes an introduction to MATLAB and programming in MATLAB. Students are billed a materials fee.", + "course_name": "CMPE 8", + "course_title": "Robot Automation: Intelligence through Feedback Control", + "location": "Kresge Clrm 327", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Priority enrollment restricted to first-year students and sophomores.", + "meet_times": "MWF 02:40PM-03:45PM", + "credits": "5 units", + "lecture_number": 22722, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab", + "enroll_current": 24, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Personal Computer Concepts: Software and Hardware", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 150, + "course_description": "Provides an introduction to computers. Personal computing is emphasized, and students are introduced to word processing, spreadsheets, database management, graphics, and programming. Covers fundamentals of computing and current and future uses of computer technology, PC hardware, Windows operating system, applications software, networking and the Internet, and developments in the computer industry. Designed for students with little or no experience using computers. Students cannot receive credit for this course and Computer Science 2.", + "enroll_max": 150, + "lecture_number": 21327, + "credits": "5 units", + "location": "Media Theater M110", + "course_name": "CMPE 3", + "gen_ed_categories": "5 units", + "instructor": "Moulds,G.B.", + "class_number": 21327, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 34 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "American Cities and Social Change", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 13, + "course_description": "Examines the historical development of and contemporary conditions within U.S. cities by focusing on social and economic restructurings of cities, cultural and political transformations, and spatial reorganizations of the urban landscape. Goal is understanding the changing nature of urban experience.", + "enroll_max": 30, + "lecture_number": 21324, + "credits": "5 units", + "location": "Porter Acad 148", + "course_name": "CMMU 132", + "gen_ed_categories": "5 units", + "instructor": "Pudup,M.B.", + "class_number": 21324, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Political Economy of Food and Agriculture", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 45, + "course_description": "Examines key concepts in agrarian political economy; the historical development of the world food system; and a selection of contemporary issues related to food production, consumption, distribution, and regulation.", + "enroll_max": 45, + "lecture_number": 22613, + "credits": "5 units", + "location": "Porter Acad 144", + "course_name": "CMMU 149", + "gen_ed_categories": "5 units", + "instructor": "Guthman,J.H.", + "class_number": 22613, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Field Study", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "enroll_current": 49, + "course_description": "Full-time independent field study in an approved off-campus setting with onsite supervision by the sponsoring organization and regular distanced supervision by campus faculty. Enrollment is restricted to community studies majors upon completion of the required preparatory coursework. Prerequisite(s): course 102. (Formerly course 198, Independent Field Study.) May be repeated for credit.", + "enroll_max": 59, + "lecture_number": 23340, + "credits": "5 units", + "location": "TBA", + "course_name": "CMMU 105C", + "gen_ed_categories": "5 units", + "instructor": "Pudup,M.B.", + "class_number": 23340, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Field Study", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "enroll_current": 49, + "course_description": "Full-time independent field study in an approved off-campus setting with onsite supervision by the sponsoring organization and regular distanced supervision by campus faculty. Enrollment is restricted to community studies majors upon completion of the required preparatory coursework. Prerequisite(s): course 102. (Formerly course 198, Independent Field Study.) May be repeated for credit.", + "enroll_max": 59, + "lecture_number": 23339, + "credits": "5 units", + "location": "TBA", + "course_name": "CMMU 105B", + "gen_ed_categories": "5 units", + "instructor": "Pudup,M.B.", + "class_number": 23339, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Field Study", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "enroll_current": 49, + "course_description": "Full-time independent field study in an approved off-campus setting with onsite supervision by the sponsoring organization and regular distanced supervision by campus faculty. Enrollment is restricted to community studies majors upon completion of the required preparatory coursework. Prerequisite(s): course 102. (Formerly course 198, Independent Field Study.) May be repeated for credit.", + "enroll_max": 59, + "lecture_number": 23338, + "credits": "5 units", + "location": "TBA", + "course_name": "CMMU 105A", + "gen_ed_categories": "5 units", + "instructor": "Pudup,M.B.", + "class_number": 23338, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Social Justice and Nonviolent Communication (Rumi's Field Living-Learning Community)", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Rumi's Field Nonviolent Communication Living-Learning Community operates in a spirit of cooperation, compassion, and goodwill. Students living on Rumi's Field enroll in this course in fall to explore the relevance of nonviolence to the pursuit of social justice. Restricted to residents of the Rumi's Field. (Formerly Nonviolent Communication [Living-Learning Community]) May be repeated for credit.", + "credits": "1 units", + "waitlist_current": 0, + "course_name": "CLTE 95", + "gen_ed_categories": "1 units", + "lecture_number": 22982, + "class_number": 22982, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "J Baskin Engr 165", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23750, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23750, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Community Activism", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 48, + "course_description": "Surveys different strategies of community activism including charity, volunteering, labor and community organizing, and recently emerging global activism with goal of demonstrating how certain strategies challenge existing social relations and arrangements while others typically (and often by design) reproduce them.", + "enroll_max": 50, + "lecture_number": 21318, + "credits": "5 units", + "location": "Thim Lecture 001", + "course_name": "CMMU 10", + "gen_ed_categories": "5 units", + "instructor": "Lopez,L.T.", + "class_number": 21318, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "J Baskin Engr 165", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23749, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23749, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Social Justice, Institutions, and Power", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): College Ten 85, or College Nine 85, or equivalent. Enrollment is restricted to junior and senior College Ten and College Nine members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "J Baskin Engr 372", + "enroll_current": 2, + "course_description": "Course facilitates critical analysis of cultural and political institutions that shape identity-related struggles including LGBTQ+ issues, religious freedom, class inequality, and race and ethnicity. Uses an interdisciplinary approach to focus on analysis and activism, culminating in a class project to disseminate knowledge and promote activism.", + "lecture_number": 23238, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 135", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23238, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Practical Activism Conference Planning and Development", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "M 04:00PM-05:05PM", + "enroll_current": 10, + "course_description": "Offers an applied experience of collaborative planning, production, and leadership. Students plan workshops and other event components; conduct outreach and publicity; and address all aspects of educational event planning. Enrollment is restricted to members of the spring volunteer Practical Activism planning group. Enrollment is by permission of the instructor. May be repeated for credit.", + "enroll_max": 30, + "lecture_number": 23016, + "credits": "2 units", + "location": "Namaste Lounge", + "course_name": "CLTE 120", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23016, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "I Couldn't Imagine Myself Anywhere Else: Understanding UCSC Undergraduate Narratives", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholars students.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Soc Sci 2 141", + "enroll_current": 3, + "course_description": "Research seminar for Spring Start students interested in qualitative analysis of personal narratives of UCSC undergraduates to explore themes of identity formation, educational equity, and social justice.", + "lecture_number": 23935, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 60", + "gen_ed_categories": "5 units", + "instructor": "Majzler,R.D.", + "class_number": 23935, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "J Baskin Engr 165", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23748, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23748, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Soc Sci 2 179", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23745, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23745, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23742, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23742, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Soc Sci 2 179", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23747, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23747, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Soc Sci 2 179", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23746, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23746, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Soc Sci 2 179", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23744, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23744, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23738, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23738, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MW 07:10PM-08:45PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23741, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23741, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23743, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23743, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23740, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23740, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Practical Activism Conference Planning and Development", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "M 04:00PM-05:05PM", + "enroll_current": 3, + "course_description": "Offers an applied experience of collaborative planning, production, and leadership. Students plan workshops and other event components; conduct outreach and publicity; and address all aspects of educational event planning. Enrollment restricted to members of the spring volunteer Practical Activism planning group. Enrollment by permission of the instructor. May be repeated for credit.", + "enroll_max": 30, + "lecture_number": 23015, + "credits": "2 units", + "location": "Namaste Lounge", + "course_name": "CLNI 120", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23015, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23739, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23739, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: Social Justice and Community", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", + "lecture_number": 23737, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLTE 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23737, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intercultural Understanding", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "Tu 03:20PM-04:55PM", + "enroll_current": 0, + "course_description": "Provides an opportunity to enhance the intercultural experience, increase cultural competency, promote further understanding, and examine the various trends facing a uniquely diverse community. Geared toward U.S. and international students affiliated with the International Living Center. Enrollment by instructor permission.", + "enroll_max": 25, + "lecture_number": 23005, + "credits": "2 units", + "location": "Soc Sci 2 165", + "course_name": "CLNI 90", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23005, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "14", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "J Baskin Engr 165", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23736, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23736, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "12", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "J Baskin Engr 165", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23734, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23734, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "08", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Soc Sci 2 179", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23730, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23730, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "06", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23728, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23728, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "10", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 04:00PM-05:05PM", + "location": "Soc Sci 2 179", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23732, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23732, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "07", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23729, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23729, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "13", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "J Baskin Engr 165", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23735, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23735, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "11", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "J Baskin Engr 165", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23733, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23733, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "09", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Soc Sci 2 179", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23731, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23731, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "03", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23725, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23725, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 08:00AM-09:05AM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23723, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23723, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Chinese: Language and Society", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 6 or by consent of instructor.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "Soc Sci 2 171", + "enroll_current": 12, + "course_description": "Designed to enhance the students' ability to understand, analyze, and discuss authentic Chinese reading materials. Chinese linguistic and cultural aspects are introduced. (Formerly Advanced Chinese.)", + "lecture_number": 21316, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHIN 103", + "gen_ed_categories": "5 units", + "instructor": "Wu,T.", + "class_number": 21316, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Chinese", + "course_section": "03", + "career_type": "Undergraduate", + "meet_times": "MWF 12:00PM-01:05PM", + "enroll_current": 25, + "course_description": "Instruction in elementary spoken and written Chinese (Mandarin), beginning with the sounds of Chinese and their representation in the pinyin romanization system. Conversation, structural analysis, and an introduction to character texts. The first-year sequence (1-2-3) begins only in the fall quarter. Students interested in learning Chinese who are uncertain about where they should enter the sequence should meet with the instructor prior to the first class meeting. (Formerly Instruction in the Chinese (Mandarin) Language.)", + "enroll_max": 25, + "lecture_number": 21314, + "credits": "5 units", + "location": "Hum & Soc Sci 250", + "course_name": "CHIN 1", + "gen_ed_categories": "5 units", + "instructor": "Keenan,D.L.", + "class_number": 21314, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Chinese", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 24, + "course_description": "Instruction in elementary spoken and written Chinese (Mandarin), beginning with the sounds of Chinese and their representation in the pinyin romanization system. Conversation, structural analysis, and an introduction to character texts. The first-year sequence (1-2-3) begins only in the fall quarter. Students interested in learning Chinese who are uncertain about where they should enter the sequence should meet with the instructor prior to the first class meeting. (Formerly Instruction in the Chinese (Mandarin) Language.)", + "enroll_max": 25, + "lecture_number": 21313, + "credits": "5 units", + "location": "Hum & Soc Sci 250", + "course_name": "CHIN 1", + "gen_ed_categories": "5 units", + "instructor": "Keenan,D.L.", + "class_number": 21313, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 09:20AM-10:25AM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23724, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23724, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Satisfactory/Unsatisfactory", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment restrictions: graduate standing or approval of the graduate adviser.", + "meet_times": "F 02:40PM-03:45PM", + "location": "PhysSciences 240", + "enroll_current": 3, + "course_description": "", + "lecture_number": 21310, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CHEM 292", + "gen_ed_categories": "2 units", + "instructor": "Johnstone,T.C.", + "class_number": 21310, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "04", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23726, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23726, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar in Natural Products Chemistry", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Weekly meetings devoted to the study of natural products. Topics drawn from the current literature and research interests of the participants. May be repeated for credit.", + "lecture_number": 21309, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHEM 286", + "gen_ed_categories": "5 units", + "instructor": "Crews,P.O.", + "class_number": 21309, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar: Synthetic Methods", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Weekly meetings devoted to the study of asymmetric and/or enantio-selective synthesis of optically active organic compounds of biological and medicinal significance. Topics drawn from the current literature and the research interests of the participants. May be repeated for credit.", + "lecture_number": 21307, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHEM 282", + "gen_ed_categories": "5 units", + "instructor": "Singaram,B.", + "class_number": 21307, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Second-Year Chinese", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3 or by consent of instructor.", + "meet_times": "MWF 10:40AM-11:45AM", + "location": "Soc Sci 2 165", + "enroll_current": 8, + "course_description": "Instruction in intermediate spoken and written Chinese (Mandarin). Conversation, composition, and the reading of modern texts. The second-year sequence (4-5-6) begins only in the fall quarter. (Formerly Intermediate Chinese (Mandarin).)", + "lecture_number": 21315, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHIN 4", + "gen_ed_categories": "5 units", + "instructor": "Wu,T.", + "class_number": 21315, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Academic Literacy and Ethos: International and Global Perspectives", + "course_section": "05", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to first-year college members.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "Soc Sci 1 161", + "enroll_current": 0, + "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", + "lecture_number": 23727, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CLNI 1", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23727, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "First-Year Chinese", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 21, + "course_description": "Instruction in elementary spoken and written Chinese (Mandarin), beginning with the sounds of Chinese and their representation in the pinyin romanization system. Conversation, structural analysis, and an introduction to character texts. The first-year sequence (1-2-3) begins only in the fall quarter. Students interested in learning Chinese who are uncertain about where they should enter the sequence should meet with the instructor prior to the first class meeting. (Formerly Instruction in the Chinese (Mandarin) Language.)", + "enroll_max": 25, + "lecture_number": 21312, + "credits": "5 units", + "location": "Hum & Soc Sci 250", + "course_name": "CHIN 1", + "gen_ed_categories": "5 units", + "instructor": "Keenan,D.L.", + "class_number": 21312, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Satisfactory/Unsatisfactory", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Teaching Chemistry", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to chemistry graduate students.", + "meet_times": "M 10:40AM-11:45AM", + "location": "N. Sci Annex 103", + "enroll_current": 6, + "course_description": "University-level pedagogy in chemistry; examines the role of preparation, assessment, and feedback in teaching chemistry discussion and laboratory sections. Effective classroom techniques and organizational strategies discussed; oral presentations analyzed critically. Required of entering chemistry graduate students.", + "lecture_number": 21311, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CHEM 296", + "gen_ed_categories": "2 units", + "instructor": "Roland,R.E.", + "class_number": 21311, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Modern Synthetic Methods in Organic Chemistry", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to seniors who have taken course 143, and graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "N. Sci Annex 102", + "enroll_current": 2, + "course_description": "Presents concepts in bond formation, conformation, selectivity, and stereocontrol in modern organic synthesis. Focuses on understanding reaction mechanisms. Culminates with strategy in designing multi-step synthesis of complex targets.", + "lecture_number": 23087, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHEM 242B", + "gen_ed_categories": "5 units", + "instructor": "Braslau,R.", + "class_number": 23087, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Satisfactory/Unsatisfactory", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Chemistry and Biochemistry Research Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 03:30PM-05:00PM", + "location": "PhysSciences 240", + "enroll_current": 26, + "course_description": "A weekly chemistry and biochemistry seminar series covering recent developments and current research, led by experts from other institutions, as well as local speakers. Open to chemistry and biochemistry graduate students. May be repeated for credit.", + "lecture_number": 23007, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHEM 291", + "gen_ed_categories": "5 units", + "instructor": "Li,Y.", + "class_number": 23007, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 75 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar in Synthetic Organic Chemistry", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Weekly meetings devoted to the study of synthetic organic chemistry. Topics drawn from the current literature and the research interests of the participants. May be repeated for credit.", + "lecture_number": 21308, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHEM 284", + "gen_ed_categories": "5 units", + "instructor": "Raskatov,J.", + "class_number": 21308, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar in Biological Inorganic Chemistry", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 1, + "course_description": "Weekly meetings devoted to biological inorganic chemistry and biochemistry. Topics are drawn from current literature. Papers and reviews are discussed, and participants give short seminars on their research interests. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22705, + "credits": "5 units", + "location": "TBA", + "course_name": "CHEM 275", + "gen_ed_categories": "5 units", + "instructor": "Holman,T.R.", + "class_number": 22705, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Electrochemistry", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to seniors and graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 2 141", + "enroll_current": 12, + "course_description": "Designed to introduce basic principles and applications of electrochemistry to students at upper undergraduate and lower graduate levels in various fields including analytical, physical, and materials chemistry.", + "lecture_number": 22658, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHEM 269", + "gen_ed_categories": "5 units", + "instructor": "Chen,S.", + "class_number": 22658, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 40, + "waitlist_max": 999, + "class_number": 21294, + "class_type": "LEC", + "course_description": "Advanced topics such as the chemistry of terpenes, steroids, synthetic polymers, alkaloids, reactive intermediates, and reaction mechanisms are treated. Lecture: 4 hours.", + "course_name": "CHEM 143", + "course_title": "Organic Chemical Structure and Reactions", + "location": "Earth&Marine B214", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 110.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21294, + "instructor": "Singaram,B.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 18, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Proseminar in Synthetic and Polymer Chemistry", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 1, + "course_description": "Weekly meetings devoted to study of synthetic organic chemistry and controlled polymer design for applications in nanotechnology. Topics drawn from current literature and research interests of participants. May be repeated for credit.", + "enroll_max": 10, + "lecture_number": 22661, + "credits": "5 units", + "location": "TBA", + "course_name": "CHEM 274", + "gen_ed_categories": "5 units", + "instructor": "Braslau,R.", + "class_number": 22661, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Bioinorganic Chemistry", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): courses 151A/L, 163A; and Biochemistry and Molecular Biology 100A.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "PhysSciences 240", + "enroll_current": 2, + "course_description": "The role played by transition metals in biological systems is discussed through application of the principles of coordination chemistry and inorganic spectroscopy. Topics include metalloproteins involved in oxygen binding, iron storage, biological redox reactions, and nitrogen fixation, as well as metal complexes of nucleic acids. Lecture: 4 hours.", + "lecture_number": 21306, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "CHEM 234", + "gen_ed_categories": "5 units", + "instructor": "Mascharak,P.", + "class_number": 21306, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "ACE Program Service Learning", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Students participate in training and development to co-facilitate collaborative learning in ACE chemistry discussion sections and midterm/exam review sessions. Students are role models for students pursuing science- and math-intensive majors. Prerequisite(s): Prior participation in ACE; good academic standing; no non-passing grades in prior quarter. Enrollment is restricted to sophomores, juniors, and seniors.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "CHEM 182", + "gen_ed_categories": "2 units", + "lecture_number": 22938, + "class_number": 22938, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "enroll_max": 150, + "waitlist_max": 999, + "class_number": 21298, + "class_type": "LEC", + "course_description": "A detailed introduction to quantum theory and the application of wave mechanics to problems of atomic structure, bonding in molecules, and fundamentals of spectroscopy.", + "course_name": "CHEM 163A", + "course_title": "Quantum Mechanics and Basic Spectroscopy", + "location": "Kresge Clrm 321", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1B and 1C, Physics 5A-B-C or 6A-B-C and Mathematics 22 or 23B. Physics 6C can be taken concurrently.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 21298, + "instructor": "Ping,Y.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 119, + "waitlist_current": 0 + }, { + "enroll_max": 16, + "waitlist_max": 999, + "class_number": 21297, + "class_type": "LAB", + "course_description": "Exposes students to advanced laboratory techniques in organic chemistry. Designed for students without previous research background in organic chemistry. Experiments carry a research-like format and cover the areas of natural products and reaction chemistry. Modern methods of organic analysis are emphasized including chromatographic methods and organic structure determination by spectroscopy. Laboratory: 8 hours. Students billed a materials fee.", + "course_name": "CHEM 146A", + "course_title": "Advanced Laboratory in Organic Chemistry", + "location": "Thimann Lab 318", + "grading_options": "Student Option", + "gen_ed_categories": "3 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 110/L; satisfaction of Entry Level Writing and Composition requirements. Enrollment is restricted to chemistry majors. Minors by permission of instructor.", + "meet_times": "TuTh 01:30PM-05:30PM", + "credits": "3 units", + "lecture_number": 21297, + "instructor": "Binder,C.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Must attend first meeting of lab. Absent students will be dropped.", + "enroll_current": 16, + "waitlist_current": 1 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 21291, + "class_type": "LEC", + "course_description": "A laboratory course designed to develop familiarity with techniques and instrumentation used in analytical chemistry, emphasizing determination of trace inorganic species. Primary emphasis on applications utilizing the absorption or emission of electromagnetic radiation and on voltammetry. Topics include molecular UV-visible absorption and fluorescence spectrometry; atomic absorption, emission and fluorescence spectrometry; and various forms of voltammetry. Lecture: 2 hours; laboratory: 8 hours. Students are billed a materials fee.", + "course_name": "CHEM 122", + "course_title": "Principles of Instrumental Analysis", + "location": "Thimann Lab 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 110 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior chemistry (B.S.) majors.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 21291, + "instructor": "Oliver,S.R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab. Must attend first lab lecture meeting and first meeting of associated secondary lab. Absent students will be dropped.", + "enroll_current": 16, + "waitlist_current": 0 + }, { + "enroll_max": 384, + "waitlist_max": 999, + "class_number": 21266, + "class_type": "LAB", + "course_description": "Laboratory experience in organic chemistry associated with course 8A. Designed to introduce the student to the many techniques associated with organic chemistry while affording an opportunity to explore the concepts discussed in the lecture material. Laboratory: 4 hours, lecture: 1-1/4 hours. Students are billed a materials fee. (Formerly course 108L.)", + "course_name": "CHEM 8L", + "course_title": "Organic Chemistry Laboratory", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1C and 1N and previous or concurrent enrollment in 8A or 108A is required.", + "meet_times": "F 10:40AM-11:45AM", + "credits": "2 units", + "lecture_number": 21266, + "instructor": "Binder,C.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lab lecture and associated secondary lab. Must attend first lab lecture meeting and first meeting of associated secondary lab. Secondary lab starts (check your email). Absent students will be dropped.", + "enroll_current": 354, + "waitlist_current": 10 + }, { + "enroll_max": 288, + "waitlist_max": 999, + "class_number": 21219, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in courses 1B-1C, respectively, and important experimental techniques. Students are billed a materials fee.", + "course_name": "CHEM 1N", + "course_title": "General Chemistry Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 1C is required.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21219, + "instructor": "Roland,R.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in the main lab lecture course in order to enroll in one of the secondary three-hour weekly lab sections. There is no lab lecture for the course. Attendance is taken at the start of the lab section. Late or absent students will be dropped. Unless otherwise notified, assume lab sections start the first full week of classes.", + "enroll_current": 288, + "waitlist_current": 20 + }, { + "enroll_max": 382, + "waitlist_max": 999, + "class_number": 21193, + "class_type": "LEC", + "course_description": "An integrated study of general chemistry. Coverage includes thermodynamics; oxidation-reduction and electrochemistry; liquids and solids; intermolecular forces and solutions, including colligative properties; and nuclear chemistry. General Chemistry is articulated in a full-year series. Partial transfer credit is not allowed for the A,B,C series.", + "course_name": "CHEM 1C", + "course_title": "General Chemistry", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1A. Concurrent enrollment in course 1N is recommended.", + "meet_times": "MWF 12:00PM-01:05PM", + "credits": "5 units", + "lecture_number": 21193, + "instructor": "Weiss,P.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Discussion sections are optional and students do not need to enroll in a secondary section. Students are allowed to drop into the section of their choice.", + "enroll_current": 333, + "waitlist_current": 1 + }, { + "enroll_max": 180, + "waitlist_max": 999, + "class_number": 21206, + "class_type": "LAB", + "course_description": "Laboratory sequence illustrating topics covered in courses 1B and 1C and important experimental techniques. Students are billed a materials fee.", + "course_name": "CHEM 1M", + "course_title": "General Chemistry Laboratory", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 1B is required.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21206, + "instructor": "Roland,R.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in the main lab lecture course in order to enroll in one of the secondary three-hour weekly lab sections. There is no lab lecture for the course. Attendance is taken at the start of the lab section. Late or absent students will be dropped. Unless otherwise notified, assume lab sections start the first full week of classes.", + "enroll_current": 173, + "waitlist_current": 6 + }, { + "enroll_max": 0, + "waitlist_max": 999, + "class_number": 21175, + "class_type": "LEC", + "course_description": "An integrated study of general chemistry. Covers a range of topics including the atomic structure of matter; molecules; chemical reactions; acids and bases; gases; and equilibria in the gas and liquid phase. Students are expected to use algebra to solve problems. General Chemistry is articulated in a full-year series. Partial transfer credit is not allowed for the A,B,C series.", + "course_name": "CHEM 1A", + "course_title": "General Chemistry", + "location": "Sci & Engr Library 206", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in MATH 3 (or equivalent), or a mathematics placement score of 300 or higher; taking the online chemistry self-assessment exam is strongly recommended.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 21175, + "instructor": "Eroy-Reveles,A.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "This offering covers the same material as CHEM 1A-01 but utilizes interactive learning through peer discussions and problem solving during class sessions. Interested students should be willing to work in groups and participate in class discussions and activities. Enroll in lecture and associated discussion section.", + "enroll_current": 0, + "waitlist_current": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Immunogenomics Seminar", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Journal club and research presentations in immunogenomics. Enrollment is by consent of the instructor and is restricted to graduate students, juniors, and seniors. May be repeated for credit.", + "enroll_max": 3, + "lecture_number": 23135, + "credits": "2 units", + "location": "TBA", + "course_name": "BME 281V", + "gen_ed_categories": "2 units", + "instructor": "Vollmers,C.", + "class_number": 23135, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Stem Cell Genomics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment restricted to graduate students; qualified undergraduates may enroll with instructor permission.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics in research on stem cell genomics. Current research and literature in this area is discussed. Students lead some discussions and participate in all meetings.", + "lecture_number": 23243, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BME 281R", + "gen_ed_categories": "2 units", + "instructor": "Kim,D.", + "class_number": 23243, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 1 + }, { + "enroll_max": 250, + "waitlist_max": 999, + "class_number": 21158, + "class_type": "LEC", + "course_description": "An integrated study of general chemistry. Covers a range of topics including the atomic structure of matter; molecules; chemical reactions; acids and bases; gases; and equilibria in the gas and liquid phase. Students are expected to use algebra to solve problems. General Chemistry is articulated in a full-year series. Partial transfer credit is not allowed for the A,B,C series.", + "course_name": "CHEM 1A", + "course_title": "General Chemistry", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in MATH 3 (or equivalent), or a mathematics placement score of 300 or higher; taking the online chemistry self-assessment exam is strongly recommended.", + "meet_times": "MWF 04:00PM-05:05PM", + "credits": "5 units", + "lecture_number": 21158, + "instructor": "Eroy-Reveles,A.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enrollment in a secondary discussion section is optional but may be encouraged: attendance in a secondary may be required by the instrutor.", + "enroll_current": 130, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "General Chemistry", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Discussion sections are optional and students do not need to enroll in a secondary section. Students are allowed to drop into the section of their choice.", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 245, + "course_description": "An integrated study of general chemistry. Coverage includes quantum mechanics; the hydrogen atom; many-electron atoms and chemical periodicity; elementary covalent bonding; transition metals; and chemical kinetics. Prerequisite(s): Strong high-school level chemistry is strongly recommended; taking the online chemistry self-assessment examination is strongly recommended. Concurrent enrollment in course 1M is recommended. General Chemistry is articulated in a full-year series. Partial transfer credit is not allowed for the A,B,C series.", + "enroll_max": 245, + "lecture_number": 21180, + "credits": "5 units", + "location": "ClassroomUnit 002", + "course_name": "CHEM 1B", + "gen_ed_categories": "5 units", + "instructor": "Zhang,J.Z.", + "class_number": 21180, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 450, + "waitlist_max": 999, + "class_number": 21250, + "class_type": "LEC", + "course_description": "Introduces organic chemistry, with an emphasis on bonding and reactivity of organic compounds. (Formerly course 108A.)", + "course_name": "CHEM 8A", + "course_title": "Organic Chemistry", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 1B and 1C.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21250, + "instructor": "Binder,C.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 390, + "waitlist_current": 8 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Nanotechnology and Biosensors", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Weekly seminar covering topics of research in the development of new tools and technologies to detect and study genes and proteins. Latest research work and literature in these areas are discussed. Students lead some discussions and participate in all meetings. May be repeated for credit.", + "lecture_number": 22870, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BME 281P", + "gen_ed_categories": "2 units", + "instructor": "Pourmand,N.", + "class_number": 22870, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 6 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Genomics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Current topics in genomics including high-throughput sequencing, genome assembly, and comparative genomics. Students design and implement independent research projects. Weekly laboratory meetings are held to discuss these projects and related research in the field. May be repeated for credit.", + "lecture_number": 22962, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BME 281E", + "gen_ed_categories": "2 units", + "instructor": "Green,R.E.", + "class_number": 22962, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Computational Functional Genomics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics of current computational and experimental research in computational functional genomics. Current research work and literature in this area discussed. Students lead some discussions and participate in all meetings. May be repeated for credit.", + "lecture_number": 22657, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BME 281S", + "gen_ed_categories": "2 units", + "instructor": "Stuart,J.M.", + "class_number": 22657, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Transcriptomics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Covers current topics in computational and experimental research in transcriptomics. Current research work and literature discussed. Weekly laboratory meetings held to discuss these projects and related research in the field. May be repeated for credit.", + "lecture_number": 23215, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BME 281N", + "gen_ed_categories": "2 units", + "instructor": "Brooks,A.", + "class_number": 23215, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Biochemistry: Biophysical Methods", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 8, + "course_description": "An introduction to the theory, principles, and practical application of biophysical methods to the study of biomolecules, especially proteins and nucleic acids. Emphasis on spectroscopic techniques. Topics include magnetic resonance, optical spectroscopy, fast reaction techniques, crystallography, and mass spectrometry.", + "enroll_max": 25, + "lecture_number": 21305, + "credits": "5 units", + "location": "Thimann Lab 101", + "course_name": "CHEM 200A", + "gen_ed_categories": "5 units", + "instructor": "Scott,W.G.", + "class_number": 21305, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Comparative Genomics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 4, + "course_description": "Weekly seminar series covering topics of current computational and experimental research in comparative genomics. Current research work and literature in this area discussed. Students lead some discussions and participate in all meetings. May be repeated for credit.", + "lecture_number": 22656, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BME 281H", + "gen_ed_categories": "2 units", + "instructor": "Haussler,D.", + "class_number": 22656, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Cancer Genomics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Presents current computational biology research to identify genomics-based signatures of cancer onset, progression, and treatment response. Examples of such investigations include: genetic pathway interpretation of multivariate high-throughput datasets; discovery of mutations in whole-genome sequence; identifications and quantification of gene isoforms, alleles, and copy number variants; and machine-learning tools to predict clinical outcomes. Students present their own research, host journal clubs, and attend lectures and teleconferences to learn about research conducted by national and international projects. May be repeated for credit.", + "lecture_number": 22959, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BME 281C", + "gen_ed_categories": "2 units", + "instructor": "Stuart,J.M.", + "class_number": 22959, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Protein Engineering", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Weekly seminar series covering experimental research in protein structure, function, and engineering. Current research work and literature in this area are discussed. Students lead some discussions and participate in all meetings. May be repeated for credit.", + "lecture_number": 23122, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BME 281D", + "gen_ed_categories": "2 units", + "instructor": "Dubois,R.M.", + "class_number": 23122, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar on Bioinformatics and Bioengineering", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "Th 11:40AM-01:15PM", + "enroll_current": 66, + "course_description": "Weekly seminar series covering topics of current research in computational biology, and bioinformatics. Current research work and literature in these areas are discussed.(Formerly Seminar on Bioinformatics.) May be repeated for credit.", + "enroll_max": 57, + "lecture_number": 21157, + "credits": "2 units", + "location": "BiomedSci 200", + "course_name": "BME 280B", + "gen_ed_categories": "2 units", + "instructor": "Green,R.E.", + "class_number": 21157, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Technical Writing for Biomolecular Engineers", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements; previous or concurrent enrollment in BIOL 20L or BIOL 101L. Enrollment restricted to junior and senior biomolecular engineering, bioengineering, and bioinformatics majors.", + "meet_times": "MW 05:20PM-06:55PM", + "location": "Soc Sci 1 149", + "enroll_current": 12, + "course_description": "Writing by biomolecular engineers, not to general audiences, but to engineers, engineering managers, and technical writers. Exercises include job application and resume, library puzzle, graphics, laboratory protocols, document specification, progress report, survey article or research proposal, poster, and oral presentation.", + "lecture_number": 23771, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BME 185", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23771, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Bioinstrumentation", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 5; or courses 51A and 51B; or Electrical Engineering 101/L; or Biology 100; or Biochemistry and Molecular Biology 100A.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Earth&Marine B210", + "enroll_current": 26, + "course_description": "Introduces the fundamental aspects of bioinstrumentation that are essential for beginning-level employment in clinical, pharmaceutical , and biotechnology laboratories. The advantages and disadvantages of several instruments are discussed and demonstrated, such as thermocycler, polymerase chain reaction (PCR), next-generation DNA sequencing platforms, pyrosequencing, fabless nanofabrication, ion-sensitive measurements, microarray fabrication, and fluorescent-activated cell sorter (FACS). Students are billed a materials fee.", + "lecture_number": 22838, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BME 140", + "gen_ed_categories": "5 units", + "instructor": "Pourmand,N.", + "class_number": 22838, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Genomes", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Biology 100 or Chemistry 103 or Biochemistry 100A; and Biology 105; or approval of instructor.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "PhysSciences 130", + "enroll_current": 47, + "course_description": "Advanced elective for biology majors, examining biology on the genome scale. Topics include genome sequencing; large scale computational and functional analysis; features specific to prokaryotic, eukaryotic, or mammalian genomes; proteomics; SNP analysis; medical genomics; and genome evolution.", + "lecture_number": 22660, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BME 130", + "gen_ed_categories": "5 units", + "instructor": "Green,R.E.", + "class_number": 22660, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Bioinformatics Models and Algorithms", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduates may enroll with prerequisite(s): Computer Science 12B; and Computer Engineering 107 or Applied Math and Statistics 131; and Biology 20A; and concurrent enrollment in Biochemistry 100A.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "J Baskin Engr 372", + "enroll_current": 28, + "course_description": "Covers bioinformatics models and algorithms: the use of computational techniques to convert the masses of information from biochemical experiments (DNA sequencing, DNA chips, and other high-throughput experimental methods) into useful information. Emphasis is on DNA and protein sequence alignment and analysis.", + "lecture_number": 21153, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "BME 205", + "gen_ed_categories": "5 units", + "instructor": "Bernick,D.L.", + "class_number": 21153, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 23251, + "class_type": "LEC", + "course_description": "Covers major recent advances in evolutionary genomics. Students learn to analyze and interpret scientific writing in depth. Students also present on work covered in the class and produce one research or review paper. Students may not receive credit for this course and course 132.", + "course_name": "BME 232", + "course_title": "Evolutionary Genomics", + "location": "Oakes Acad 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. BME 105 or BIOL 105 or equivalent courses in higher-level genetic processes are highly recommended.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 23251, + "instructor": "Corbett-Detig,R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjuction with BME 132", + "enroll_current": 12, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Scientific Principles of Life", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 27, + "course_description": "The principles of life as it exists on this planet and how they generalize. Darwinian evolution, genomes, scientific theories of life (mechanistic, thermodynamic, information theoretic). Future of life: Internet, machine learning and adaptation, artificial intelligence, genome editing, fully artificial life. Earth Sciences 7 is recommended as preparation.", + "enroll_max": 268, + "lecture_number": 23658, + "credits": "5 units", + "location": "Earth&Marine B206", + "course_name": "BME 18", + "gen_ed_categories": "5 units", + "instructor": "Haussler,D.", + "class_number": 23658, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Biotechnology", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 01:20PM-02:25PM", + "enroll_current": 35, + "course_description": "Introduces the tools and applications of biotechnology in the fields of medicine, agriculture, the environment, and industry.", + "enroll_max": 35, + "lecture_number": 22810, + "credits": "5 units", + "location": "Merrill Acad 102", + "course_name": "BME 5", + "gen_ed_categories": "5 units", + "instructor": "Rothwell,W.F.", + "class_number": 22810, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Extreme Environmental Virology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to College Scholar Students, and or by permission of the instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "PhysSciences 305", + "enroll_current": 26, + "course_description": "Examines life in extreme environments with an emphasis on the viruses that live there. Integrates aspects of virology, molecular biology, and computational biology. Students investigate a high-salt, extreme environment at the Don Edwards National Wildlife Refuge, and use DNA extraction methods to find molecular evidence of the organisms that live there and describe the genetic content of viruses and the community living in those high-salt ponds.", + "lecture_number": 22976, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "BME 122H", + "gen_ed_categories": "5 units", + "instructor": "Bernick,D.L.", + "class_number": 22976, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 24 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 23237, + "class_type": "LEC", + "course_description": "Covers major recent advances in evolutionary genomics. Students learn to analyze and interpret scientific writing in depth. Students also present on work covered in the class and produce one research or review paper. Students cannot receive credit for this courses and course 232.", + "course_name": "BME 132", + "course_title": "Evolutionary Genomics", + "location": "Oakes Acad 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 105 or BIOL 105. Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 23237, + "instructor": "Corbett-Detig,R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with BME 232.", + "enroll_current": 12, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Project Design and Implementation in Biomolecular Engineering I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOL 20B; and BIOL 100 or BIOC 100A; course 51A recommended. Enrollment is restricted to junior and senior bioengineering majors or by permission of the instructor.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "J Baskin Engr 372", + "enroll_current": 23, + "course_description": "First of a three-part series focused on senior design projects in biomolecular engineering. In this first part, students examine experiments that elucidated the function of biological macromolecules at the Angstrom scale, and how technologies related to those functions were invented and implemented. Guided by these examples, each student develops a senior design project concept or small business proposal and defends its utility, plausibility, and inventiveness in a written document and an oral presentation.", + "lecture_number": 23207, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BME 129A", + "gen_ed_categories": "5 units", + "instructor": "Pourmand,N.", + "class_number": 23207, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 75, + "waitlist_max": 999, + "class_number": 21154, + "class_type": "LAB", + "course_description": "Hands-on lectures and laboratory geared to teach basic tools and skills used in computational biology (genome browsers, sequence database searching, motif analysis, multiple sequence alignment, gene finders, phylogenetics analysis, protein structure visualization, and others). Web-based tools/databases are used on student laptops. Open to all science students; no prior programming or Unix experience required.", + "course_name": "BME 110", + "course_title": "Computational Biology Tools", + "location": "PhysSciences 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 105, or Biology 100, or Biology 105, or Biochemistry 100A, or Chemistry 103, or declared Bioinformatics majors.", + "meet_times": "MWF 01:20PM-02:25PM", + "credits": "5 units", + "lecture_number": 21154, + "instructor": "Corbett-Detig,R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lab and associated discussion section", + "enroll_current": 75, + "waitlist_current": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Bioethics in the 21st Century: Science, Business, and Society", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as PHIL 80G.", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 66, + "course_description": "Serves science and non-science majors interested in bioethics. Guest speakers and instructors lead discussions of major ethical questions having arisen from research in genetics, medicine, and industries supported by this knowledge.", + "enroll_max": 171, + "lecture_number": 21236, + "credits": "5 units", + "location": "ClassroomUnit 001", + "course_name": "BME 80G", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21236, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 30 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "MCD Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment restricted to graduate students.", + "meet_times": "F 12:00PM-01:05PM", + "location": "N. Sci Annex 101", + "enroll_current": 31, + "course_description": "Various topics by weekly guest speakers.", + "lecture_number": 21151, + "credits": "0 units", + "waitlist_current": 0, + "course_name": "BIOL 292", + "gen_ed_categories": "0 units", + "instructor": "Carpenter,S.", + "class_number": 21151, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 80 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Teaching Assistant Training", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 14, + "course_description": "Prepares graduate students to help teach university science courses. Weekly class sessions include activities and interactive discussions of diverse modes of learning, diverse ways of teaching, peer instruction, assessment of learning, equity and inclusion, and professional ethics. Students also visit an active learning class and an active learning discussion section at UCSC, then write evaluations of the teaching strategies used in those classes.", + "lecture_number": 23256, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 288", + "gen_ed_categories": "2 units", + "instructor": "Strome,S.", + "class_number": 23256, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Chromatin and RNA Regulation in", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Intensive research seminar about regulators of chromatin organization; the composition and function of germ granules; and the roles of both levels of regulation in germline development in", + "lecture_number": 22768, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280S", + "gen_ed_categories": "2 units", + "instructor": "Strome,S.", + "class_number": 22768, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Molecular, Cellular, and Developmental Biology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment restricted to graduate students.", + "meet_times": "M 12:00PM-01:05PM", + "location": "N. Sci Annex 101", + "enroll_current": 31, + "course_description": "Topics of current interest in molecular, cellular, and developmental biology are presented weekly by graduate students, faculty, and guest speakers. May be repeated for credit.", + "lecture_number": 21150, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 291", + "gen_ed_categories": "2 units", + "instructor": "Carpenter,S.", + "class_number": 21150, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 80 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Membrane Proteins", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "enroll_current": 0, + "course_description": "Seminar on recent research on membrane proteins, with an emphasis on ion-pumping ATPase. May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280W", + "gen_ed_categories": "2 units", + "lecture_number": 21136, + "class_number": 21136, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Prostate Development and Cancer Biology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by the permission of the instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Weekly research seminar covering gene regulation, cellular interactions, and stem cell behaviors in mammalian prostate development and prostate cancer progression. May be repeated for credit.", + "lecture_number": 23121, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280Z", + "gen_ed_categories": "2 units", + "instructor": "Wang,Z.", + "class_number": 23121, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Quality Control in Gene Expression", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Intensive, discussion-based course concerning ongoing research in quality control and gene expression via analysis of published and unpublished observations and theories. May be repeated for credit.", + "lecture_number": 23895, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280P", + "gen_ed_categories": "2 units", + "instructor": "Arribere,J.A.", + "class_number": 23895, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "enroll_max": 15, + "waitlist_max": 999, + "class_number": 21133, + "class_type": "SEM", + "course_description": "Intensive seminar focusing on mechanisms of bacterial pathogenesis of the ulcer-causing bacterium", + "course_name": "BIOL 280O", + "course_title": "Topics in Bacterial Pathogenesis", + "location": "TBA", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "credits": "2 units", + "lecture_number": 21133, + "instructor": "Ottemann,K.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as METX 281O.", + "enroll_current": 2, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Activity-Dependent Synaptic Plasticity", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Research seminar covering the regulation of synaptic plasticity in the mammalian nervous system, focusing on how the activity regulates the structural and functional dynamics of synapses. May be repeated for credit.", + "lecture_number": 22769, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280Y", + "gen_ed_categories": "2 units", + "instructor": "Zuo,Y.", + "class_number": 22769, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Discussions on the Development of the", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Involves a two-hour weekly meeting in which the students discuss topics concerning the cell cycle, early embryonic development, and the cytoskeleton. These discussions critically evaluate ongoing research in this area. Material is drawn from student research and recently published journal articles. Students are also expected to meet individually with the instructor two hours weekly. In addition to a three\u2013five page research proposal, each student gives two one-hour oral presentations. May be repeated for credit.", + "lecture_number": 21135, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280U", + "gen_ed_categories": "2 units", + "instructor": "Sullivan,W.", + "class_number": 21135, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Molecular Biology of", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "An intensive seminar concerning the molecular genetics of", + "lecture_number": 21134, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280T", + "gen_ed_categories": "2 units", + "instructor": "Tamkun,J.W.", + "class_number": 21134, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cell Biology of Oocytes, Embryos, and Neurons", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Weekly seminar and round-table discussion about research problems and recent advances in molecular motor proteins, cytoskeletons, and the control of force-producing processes. Each participant reports recent advances in their field from current literature, their own primary research questions, current approaches to answering those questions, and their research progress. May be repeated for credit.", + "lecture_number": 22767, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280Q", + "gen_ed_categories": "2 units", + "instructor": "Saxton,W.M.", + "class_number": 22767, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Gene regulation in C. elegans and human parasitic namtodes", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with the permission of the instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Intense weekly seminar on the mechanisms of gene regulation, focusing on C. elegans and human parasitic nematodes. May be repeated for credit.", + "lecture_number": 23255, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280R", + "gen_ed_categories": "2 units", + "instructor": "Ward,J.", + "class_number": 23255, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Long Noncoding RNA and the Immune System", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll by permission of the instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Weekly seminar discussion of the current research and literature concerning the functions for long noncoding RNA in gene regulation within inflammatory signaling pathways. May be repeated for credit.", + "lecture_number": 23191, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280N", + "gen_ed_categories": "2 units", + "instructor": "Carpenter,S.", + "class_number": 23191, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics on Research into Chromatin and Transcription", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar covering research into the effects of chromatin on transcription in yeast. May be repeated for credit.", + "lecture_number": 21129, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280H", + "gen_ed_categories": "2 units", + "instructor": "Hartzog,G.A.", + "class_number": 21129, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Post-Transcriptional Control of Mammalian Gene Expression", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with the permission of the instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Intensive course on the molecular mechanisms by which RNA binding proteins regulate gene expression. May be repeated for credit.", + "lecture_number": 22944, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280M", + "gen_ed_categories": "2 units", + "instructor": "Sanford,J.R.", + "class_number": 22944, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Development", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Seminar covering research into breast development and cancer. (Formerly Topics on Neural Development.) May be repeated for credit.", + "lecture_number": 21131, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280L", + "gen_ed_categories": "2 units", + "instructor": "Hinck,L.", + "class_number": 21131, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Cell Cycle Research", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 3, + "course_description": "An intensive seminar focusing on current research on the molecular mechanisms that control cell division. Participants are required to present results of their own research or to review journal articles of interest.", + "lecture_number": 21130, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280K", + "gen_ed_categories": "2 units", + "instructor": "Kellogg,D.", + "class_number": 21130, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Structures of Macromolecular Complexes", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Focuses on structure and function of the spliceosome using electron microscopy and x-ray crystallography. Participants present results from their own research and relevant journal articles. May be repeated for credit.", + "lecture_number": 22636, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280J", + "gen_ed_categories": "2 units", + "instructor": "Jurica,M.S.", + "class_number": 22636, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Epigenetic Gene Silencing and Insulators", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Intensive course on molecular mechanisms by which insulator elements regulate epigenetic gene silencing. May be repeated for credit.", + "lecture_number": 22755, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280I", + "gen_ed_categories": "2 units", + "instructor": "Kamakaka,R.T.", + "class_number": 22755, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Mammalian Brain Development", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Seminar covers research into the development of the mammalian brain. May be repeated for credit.", + "lecture_number": 22766, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280C", + "gen_ed_categories": "2 units", + "instructor": "Chen,B.", + "class_number": 22766, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Research on Molecular Genetics of Yeast", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with approval of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Intensive research seminar on the structure and function of the gene expression machinery in the simple eukaryote", + "lecture_number": 21126, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280A", + "gen_ed_categories": "2 units", + "instructor": "Ares,M.", + "class_number": 21126, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Physiology of the Developing Brain", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by permission of the instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Research seminar covering circuit structure and function in the developing brain. May be repeated for credit.", + "lecture_number": 23190, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280G", + "gen_ed_categories": "2 units", + "instructor": "Ackman,J.", + "class_number": 23190, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Critical Analysis of Scientific Literature", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students in MCD biology, or by permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 15, + "course_description": "Development of critical thinking skills via discussion of research articles on a broad range of topics. Prepares students to critically evaluate research publications, and improves their ability to organize effective oral presentations and to evaluate the oral presentations of other scientists.", + "lecture_number": 21118, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOL 200A", + "gen_ed_categories": "5 units", + "instructor": "Saxton,W.M.", + "class_number": 21118, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "ACE Program Service Learning", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Students participate in training and development to co-facilitate collaborative learning in ACE chemistry discussion sections and midterm/exam review sessions. Students are role models for students pursuing science- and math-intensive majors. Prerequisite(s): Prior participation in ACE; good academic standing; no non-passing grades in prior quarter. Enrollment is restricted to sophomores, juniors, and seniors. (Formerly course 182.)", + "enroll_max": 10, + "lecture_number": 22939, + "credits": "2 units", + "location": "TBA", + "course_name": "BIOL 191", + "gen_ed_categories": "2 units", + "instructor": "Honig,S.E.", + "class_number": 22939, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Meiotic Chromosome Dynamics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Intensive course on the molecular mechanisms underlying homolog pairing, synapses, and recombination; and how they are regulated, coordinated, and monitored to ensure accurate meiotic chromosome segregation. May be repeated for credit.", + "lecture_number": 22864, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280E", + "gen_ed_categories": "2 units", + "instructor": "Bhalla,N.", + "class_number": 22864, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "RNA Processing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "A discussion of current research and literature concerning the regulation of precursor messenger RNA processing. May be repeated for credit.", + "lecture_number": 21127, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280D", + "gen_ed_categories": "2 units", + "instructor": "Zahler,A.M.", + "class_number": 21127, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Chromatin Structure and Transcriptional Regulation", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Weekly seminar on structure and gene regulatory function of chromatin. Discusses research of participants and relevant scientific literature. May be repeated for credit.", + "lecture_number": 22750, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280B", + "gen_ed_categories": "2 units", + "instructor": "Boeger,H.H.", + "class_number": 22750, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Undergraduate Research in MCD Biology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Taught in conjunction with BIOL 186F and 186R. Enrollment is by application only, see", + "meet_times": "Th 01:30PM-03:05PM", + "enroll_current": 0, + "course_description": "Supervised undergraduate research in laboratory of an MCD biology faculty member accompanied by weekly lectures on ethical and practical scientific issues. Topics include: laboratory safety; the scientific method; the collection, treatment, and presentation of data; critical evaluation of scientific literature; scientific misconduct; and peer review. Career issues, including how to apply for admission to graduate and professional schools, are also discussed. Prerequisite(s): Entry Level Writing and Composition requirements; BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L Each enrolled student must have a committed MCD faculty sponsor by the first class meeting. Enrollment is restricted to biology and affiliated majors.", + "enroll_max": 105, + "lecture_number": 22652, + "credits": "5 units", + "location": "Sinsheimer Lb 123", + "course_name": "BIOL 186L", + "gen_ed_categories": "5 units", + "instructor": "Zuniga,M.C.", + "class_number": 22652, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Development of Vertebrate Neural Connections", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Intensive research seminar on molecular mechanisms by which neural connections are established during mouse development. Special focus on topographic maps and role of Eph receptors and ephrins in this process. May be repeated for credit.", + "lecture_number": 21128, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 280F", + "gen_ed_categories": "2 units", + "instructor": "Feldheim,D.A.", + "class_number": 21128, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 80, + "waitlist_max": 999, + "class_number": 21088, + "class_type": "LAB", + "course_description": "Examines fundamental principles of systemic physiology focusing on the human. Students cannot receive credit for this course and BIOE 131L. Students are billed a materials fee. Enrollment is restricted to biological sciences and affiliated majors; biology minors; other majors by permission.", + "course_name": "BIOL 130L", + "course_title": "Human Physiology Laboratory", + "location": "N. Sci Annex 101", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Satisfaction of Entry Level Writing and Composition requirements; BIOL 110; previous or concurrent enrollment in BIOL130 is required.", + "meet_times": "M 10:40AM-11:45AM", + "credits": "2 units", + "lecture_number": 21088, + "instructor": "Gurun,G.J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lab and associated secondary lab. Labs begin after first lab lecture.", + "enroll_current": 75, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "RNA Processing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): BIOL 200B or permission of instructor. Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "An advanced graduate-level course on biological aspects of RNA function and processing in eukaryotes. Lectures and discussions will be developed using the current literature.", + "lecture_number": 21119, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOL 201", + "gen_ed_categories": "5 units", + "instructor": "Feldheim,D.A.", + "class_number": 21119, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Neuroscience", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B; and BIOL 101 or BIOC 100A; previous or concurrent enrollment in BIOL 110 is required.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "J Baskin Engr 152", + "enroll_current": 140, + "course_description": "The structure and function of the nervous system. Topics include elementary electrical principles, biophysics and physiology of single nerve and muscle cells, signal transduction at synapses, development of the nervous system, and neural basis of behavior. Requires a good understanding of basic biochemistry, cell biology, and molecular biology.", + "lecture_number": 21078, + "credits": "5 units", + "waitlist_current": 6, + "course_name": "BIOL 125", + "gen_ed_categories": "5 units", + "instructor": "Ackman,J.", + "class_number": 21078, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 140 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Eukaryotic Molecular Biology Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L; satisfaction of the Entry Level Writing and Composition Requirements; and previous or concurrent enrollment in BIOL 101 or 115.", + "meet_times": "TuTh 12:00PM-04:00PM", + "location": "Thimann Lab 215", + "enroll_current": 6, + "course_description": "A laboratory designed to provide students with direct training in basic molecular techniques. Each laboratory is a separate module which together builds to allow cloning, isolation, and identification of a nucleic acid sequence from scratch. Students cannot receive credit for this course and course 187L or 287L. Students are billed a materials fee. Restricted to molecular, cell and developmental biology majors and affiliated majors; biology minors; other majors by permission.", + "lecture_number": 21068, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOL 115L", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21068, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Eukaryotic Molecular Biology Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L; satisfaction of the Entry Level Writing and Composition Requirements; and previous or concurrent enrollment in BIOL 101 or 115.", + "meet_times": "MW 09:00AM-01:00PM", + "location": "Thimann Lab 215", + "enroll_current": 12, + "course_description": "A laboratory designed to provide students with direct training in basic molecular techniques. Each laboratory is a separate module which together builds to allow cloning, isolation, and identification of a nucleic acid sequence from scratch. Students cannot receive credit for this course and course 187L or 287L. Students are billed a materials fee. Restricted to molecular, cell and developmental biology majors and affiliated majors; biology minors; other majors by permission.", + "lecture_number": 21067, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOL 115L", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 21067, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Disciplinary Communication: Human Biology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Taught in conjunction with BIOL 189", + "meet_times": "W 05:20PM-06:55PM", + "enroll_current": 3, + "course_description": "Writing-intensive course offered in conjunction with the health sciences internship. Weekly class meetings include academic guidance and mentoring as well as discussion of the mechanisms and conventions of academic writing about heath and health care. Students complete multiple writing assignments, culminating in a term paper in the format of a scholarly article. Enrollment is by application. Students interview with the health-sciences internship coordinator; applications are due one quarter in advance to the Health Care Sciences Internship Office. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Previous or concurrent enrollment in course 189 is required. Enrollment is restricted to human biology majors.", + "enroll_max": 25, + "lecture_number": 22984, + "credits": "2 units", + "location": "Thimann Lab 101", + "course_name": "BIOL 189W", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22984, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Health Sciences Internship", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 1, + "course_description": "Structured off-campus learning experience providing experience and pre-professional mentoring in a variety of health-related settings. Interns are trained and supervised by a professional at their placement and receive academic guidance from their faculty sponsor. Students spend 8 hours per week at their placement, participate in required class meetings on campus, and keep a reflective journal. Enrollment is by application. Students interview with health sciences internship coordinator; applications are due one quarter in advance to the Health Sciences Internship Office. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; concurrent enrollment in course 189W is required. Enrollment is restricted to human biology majors.", + "lecture_number": 22637, + "credits": "3 units", + "waitlist_current": 0, + "course_name": "BIOL 189", + "gen_ed_categories": "3 units", + "class_notes": "Taught in conjunction with BIOL 189W", + "class_number": 22637, + "class_type": "FLD", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 150, + "waitlist_max": 999, + "class_number": 21083, + "class_type": "LEC", + "course_description": "Function, organization, and regulation of the major organ systems of humans, with emphasis on integration among systems. Students cannot receive credit for this course and course 131.", + "course_name": "BIOL 130", + "course_title": "Human Physiology", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 110.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 21083, + "instructor": "Gurun,G.J.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 88, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Toxic RNA Laboratory II", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Introduces hypothesis-driven laboratory research. Students create models of a unique, uncharacterized, disease-causing mutation and determine how it impacts the process of pre-mRNA splicing. An understanding of introductory molecular biology and genetics is required. Prerequisite(s): BIOL 102L and satisfaction of the Entry Level Writing and Composition is requirements. Enrollment is restricted to sophomores, juniors, and seniors majoring in biology, molecular, cell, and developmental biology, neuroscience, human biology, and biochemistry and molecular biology. Enrollment is by application and permission of the instructor.", + "enroll_max": 17, + "lecture_number": 23920, + "credits": "5 units", + "location": "TBA", + "course_name": "BIOL 103L", + "gen_ed_categories": "5 units", + "instructor": "Sanford,J.R.", + "class_number": 23920, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Yeast Molecular Genetics Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 100K or BIOL 20L or BIOL 101L, and BIOL 105. Satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "TuTh 10:00AM-02:00PM", + "location": "Thimann Lab 229", + "enroll_current": 20, + "course_description": "Using budding yeast as an experimental organism, this laboratory provides practical experience in classic and modern molecular biology and in genetic and epigenetic methods, and develops strong scientific communication skills. Topics include mendelian genetics, linkage, gene replacement, chromatin immunoprecipitation and epigenetics. Students are billed a materials fee. Enrollment is restricted to biological sciences and affiliated majors; biology minors. Non-majors enroll by instructor permission.", + "lecture_number": 21059, + "credits": "5 units", + "waitlist_current": 7, + "course_name": "BIOL 109L", + "gen_ed_categories": "5 units", + "instructor": "Gurun,G.J.", + "class_number": 21059, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Molecular Biology Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Previous or concurrent enrollment in BIOL 101 or BIOC 100A required. Students cannot receive credit for this course and BIOL 102L. Enrollment restricted to BIOC, BIOL, HBIO, MCDB, and NBIO majors and BIOL minors.", + "meet_times": "M 04:00PM-05:05PM", + "location": "J Baskin Engr 152", + "enroll_current": 33, + "course_description": "Laboratory course providing hands-on experience with, and covering conceptual background in, fundamental techniques in molecular biology and biochemistry, including DNA cloning, PCR, restriction digest, gel electrophoresis, protein isolation, protein quantification, protein immunoblot (Western) analysis, and use of online bioinformatics tools. Students are billed a materials fee.", + "lecture_number": 22929, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 101L", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22929, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 94 + }, { + "enroll_max": 255, + "waitlist_max": 999, + "class_number": 21060, + "class_type": "LEC", + "course_description": "Covers the structure, organization, and function of eukaryotic cells. Topics include biological membranes, organelles, protein and vesicular trafficking, cellular interactions, the cytoskeleton, and signal transduction. Requires a good understanding of basic biochemistry and molecular biology.", + "course_name": "BIOL 110", + "course_title": "Cell Biology", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 101 or BIOC 100A; and BIOL 105; and BIOL 101L or 102L or 20L.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 21060, + "instructor": "Rexach,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 255, + "waitlist_current": 44 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Undergraduate Research in MCD Biology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Taught in conjunction with BIOL 186F and 186L. Enrollment is by application only, see", + "meet_times": "Th 01:30PM-03:05PM", + "enroll_current": 0, + "course_description": "Supervised undergraduate research in the laboratory of an MCD biology faculty member accompanied by weekly lectures on practical scientific issues. Topics include: laboratory safety; the scientific method; the collection, treatment, and presentation of data; critical evaluation of scientific literature; ethics and scientific misconduct; and peer review. Career issues, including how to apply for admission to graduate and professional schools, are discussed. Students cannot receive credit for this course and course 186L. Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L; and previous completion of the Disciplinary Communication requirement. Each enrolled student must have a committed MCD faculty sponsor by the first class. Enrollment is restricted to MCD Biology-affiliated majors. May be repeated for credit.", + "enroll_max": 105, + "lecture_number": 22985, + "credits": "5 units", + "location": "Sinsheimer Lb 123", + "course_name": "BIOL 186R", + "gen_ed_categories": "5 units", + "instructor": "Zuniga,M.C.", + "class_number": 22985, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Undergraduate Research in MCD Biology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Taught in conjunction with BIOL 186L and 186R. Enrollment is by application only, see", + "meet_times": "Th 01:30PM-03:05PM", + "enroll_current": 0, + "course_description": "Supervised undergraduate research in laboratory of an MCD biology faculty member accompanied by weekly lectures on ethical and practical scientific issues. Topics include: laboratory safety; the scientific method; the collection, treatment, and presentation of data; critical evaluation of scientific literature; scientific misconduct; and peer review. Career issues, including how to apply for admission to graduate and professional schools, are also discussed. Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L; and previous completion of the Disciplinary Communication requirement. Each enrolled student must have a committed MCD faculty sponsor by the first class meeting. Enrollment is restricted to biology and affiliated majors. May be repeated for credit.", + "enroll_max": 105, + "lecture_number": 22651, + "credits": "2 units", + "location": "Sinsheimer Lb 123", + "course_name": "BIOL 186F", + "gen_ed_categories": "2 units", + "instructor": "Zuniga,M.C.", + "class_number": 22651, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 216, + "waitlist_max": 999, + "class_number": 21046, + "class_type": "LEC", + "course_description": "Mendelian and molecular genetics; mechanisms of heredity, mutation, recombination, and gene action.", + "course_name": "BIOL 105", + "course_title": "Genetics", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 21046, + "instructor": "Kamakaka,R.T.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 216, + "waitlist_current": 45 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Toxic RNA Laboratory I", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Must attend Monday lab/lecture along with scheduled lab time in Sinsheimer Lab 137A.", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "Introduces hypothesis-driven laboratory research. Students create models of a unique uncharacterized disease causing mutation and determine how it impacts the process of pre-mRNA splicing. An understanding of introductory molecular biology and genetics is required. Students are billed a materials fee. Prerequisite(s): BIOL 20A and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to sophomore, junior, and senior biological sciences and affiliated majors. Enrollment is by application and permission of the instructor.", + "enroll_max": 17, + "lecture_number": 23262, + "credits": "3 units", + "location": "TBA", + "course_name": "BIOL 102L", + "gen_ed_categories": "3 units", + "instructor": "Sanford,J.R.", + "class_number": 23262, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Biochemistry", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B; and CHEM 108A or CHEM 8A or 112A.", + "meet_times": "MWF 02:40PM-03:45PM", + "location": "Media Theater M110", + "enroll_current": 194, + "course_description": "An introduction to biochemistry including biochemical molecules, protein structure and function, membranes, bioenergetics, and regulation of biosynthesis. Provides students with basic essentials of modern biochemistry and the background needed for upper-division biology courses. Students who plan to do advanced work in biochemistry and molecular biology should take the Biochemistry and Molecular Biology 100 series directly. Students cannot receive credit for this course after they have completed any two courses from the BIOC 100A, 100B, and 100C sequence.", + "lecture_number": 21037, + "credits": "5 units", + "waitlist_current": 47, + "course_name": "BIOL 100", + "gen_ed_categories": "5 units", + "instructor": "Kellogg,D.", + "class_number": 21037, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 194 + }, { + "enroll_max": 300, + "waitlist_max": 999, + "class_number": 20984, + "class_type": "LEC", + "course_description": "Introduction to biochemistry, cell biology, molecular biology, and genetics.", + "course_name": "BIOL 20A", + "course_title": "Cell and Molecular Biology", + "location": "ClassroomUnit 002", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Chemistry 1A; students with a chemistry AP score of 4 or higher who wish to start their biology coursework prior to completing the Chemistry 1A, may enroll by permission of the instructor.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 20984, + "instructor": "Tamkun,J.W.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 300, + "waitlist_current": 84 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Experimental Biology Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and previous or concurrent enrollment in BIOE 20B. Enrollment is restricted to human biology and health sciences majors; other majors by permission.", + "meet_times": "M 10:40AM-11:45AM", + "location": "ClassroomUnit 002", + "enroll_current": 157, + "course_description": "Provides biology majors with the theory and practice of experimental biology. A wide range of concepts and techniques used in the modern laboratory are included in the exercises. Designed to satisfy the introductory biology lab requirement of many medical and professional schools. Students are billed a materials fee.", + "lecture_number": 21021, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOL 20L", + "gen_ed_categories": "2 units", + "instructor": "Lee,J.C.", + "class_number": 21021, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 300 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Advanced Ecology and Evolutionary Biology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "enroll_current": 1, + "course_description": "Course consists of extended weekly meetings organized around an advanced theme in theoretical or applied evolutionary biology, ecology, physiology, behavior, or other aspect of oranismal biology. Course is targeted at students who already have reached a professional level of expertise in their field and advanced master students.", + "credits": "0 units", + "waitlist_current": 0, + "course_name": "BIOE 295", + "gen_ed_categories": "0 units", + "lecture_number": 22667, + "class_number": 22667, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 18 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ecology, Evolutionary Biology Seminar", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "F 10:00AM-11:00AM", + "location": "CoastBio 110", + "enroll_current": 26, + "course_description": "Selected topics of current interest to ecologists and evolutionary biologists presented by weekly guest speakers.", + "lecture_number": 21152, + "credits": "0 units", + "waitlist_current": 0, + "course_name": "BIOE 294", + "gen_ed_categories": "0 units", + "instructor": "Sinervo,B.R.", + "class_number": 21152, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 70 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Ancient DNA and Paleogenomics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates may enroll with permission from instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Topics in population genetics and genomics, focusing on work involving paleontological and archaeological material. Students present weekly written and oral reports of their research projects. Once each term, students critique a recent publication. May be repeated for credit.", + "lecture_number": 23024, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281S", + "gen_ed_categories": "5 units", + "instructor": "Shapiro,B.A.", + "class_number": 23024, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Exercise and Environmental Physiology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "A weekly seminar discussion on current research and techniques in mammalian exercise and environmental physiology. Areas covered include locomotor physiology, exercise testing and cardiovascular monitoring, and biomechanics. Oral presentation of ongoing research or current literature required from each student. May be repeated for credit.", + "lecture_number": 21149, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281W", + "gen_ed_categories": "5 units", + "instructor": "Williams,T.M.", + "class_number": 21149, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Behavioral Ecology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 4, + "course_description": "A discussion of current topics and methods in behavioral ecology and life history evolution. May be repeated for credit.", + "lecture_number": 21148, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281V", + "gen_ed_categories": "5 units", + "instructor": "Sinervo,B.R.", + "class_number": 21148, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Plant-Water Relations", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll by permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Intensive seminar focusing on fundamental and evolutionary concepts in plant-water relations. Students present results from their own research and discuss recent advances from the literature. May be repeated for credit.", + "lecture_number": 22873, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281O", + "gen_ed_categories": "5 units", + "instructor": "Pittermann,J.", + "class_number": 22873, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Marine Vertebrate Ecology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 4, + "course_description": "Seminar on the ecology of marine vertebrates. Topics vary from the factors that explain the distribution of marine predators to island biogeography and the ecosystem effects of introduced vertebrates on islands. May be repeated for credit.", + "lecture_number": 21142, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281N", + "gen_ed_categories": "5 units", + "instructor": "Croll,D.A.", + "class_number": 21142, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Behavioral and Evolutionary Ecology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "An intensive seminar on selected topics in behavioral and evolutionary ecology. Students are expected to discuss the current literature and present literature reviews, research proposals, and preliminary results from their ongoing research.", + "lecture_number": 21141, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281L", + "gen_ed_categories": "5 units", + "instructor": "Lyon,B.E.", + "class_number": 21141, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Invertebrate Biology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; advanced undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "An intensive study about concepts, theory, and techniques for graduate students conducting research on the ecology, genetics, evolution, systematics, or biodiversity of marine invertebrates. May be repeated for credit.", + "lecture_number": 21147, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281U", + "gen_ed_categories": "5 units", + "instructor": "Potts,D.C.", + "class_number": 21147, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Undergraduate Research Reports", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "M 02:40PM-03:45PM", + "enroll_current": 0, + "course_description": "Undergraduate students who work in faculty research laboratories present the results of their projects. Organized by the Minority Undergraduate Research Program and the Minority Access to Research Careers Program. Designed for students with membership in the above-mentioned programs. Prerequisite(s): qualifications as determined by instructor at first class meeting. May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 20983, + "credits": "1 units", + "location": "J Baskin Engr 160", + "course_name": "BIOL 15", + "gen_ed_categories": "1 units", + "instructor": "Jurica,M.S.", + "class_number": 20983, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Marine Ecology and Evolutionary Biology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "An intensive seminar series focusing on fundamental concepts in marine ecology. Emphasis changes quarter to quarter. At least one quarter per year is devoted to discussion of graduate student research. Other quarters involve reading and evaluating current and classic literature on marine ecology and evolutionary biology. May be repeated for credit.", + "lecture_number": 21145, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281R", + "gen_ed_categories": "5 units", + "instructor": "Raimondi,P.T.", + "class_number": 21145, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Plant Evolution", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll by permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Intensive seminar on selected topics in plant evolution. Students present results from their own research and discuss recent advances from the literature. May be repeated for credit.", + "lecture_number": 22872, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281K", + "gen_ed_categories": "5 units", + "instructor": "Kay,K.M.", + "class_number": 22872, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Sexual Selection and Social Behavior", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates may enroll by permission of the instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Discussion of current topics, research, and methods in sexual selection and social behavior focusing on theoretical and empirical research and links between evolution and ecology. Students present and discuss their research, read and discuss current and classic literature, or read and discuss methods used in the field. May be repeated for credit.", + "lecture_number": 23222, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281G", + "gen_ed_categories": "5 units", + "instructor": "Alonzo,S.H.", + "class_number": 23222, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 18 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Molecular Evolutionary Genetics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduate students may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "An intensive seminar on selected topics in molecular evolutionary genetics. Students are required to present results from their own research projects, present a critical review paper at least once during the quarter, and submit a written research proposal. May be repeated for credit.", + "lecture_number": 21144, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281Q", + "gen_ed_categories": "5 units", + "instructor": "Pogson,G.", + "class_number": 21144, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Plant Population Ecology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission from instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "An intensive seminar on selected topics in plant ecology and population biology. Students present results from their own research and discuss recent advances from the literature. May be repeated for credit.", + "lecture_number": 21143, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281P", + "gen_ed_categories": "5 units", + "instructor": "Parker,I.M.", + "class_number": 21143, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ecological Research Topics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Intensive research and discussions on plant-animal interactions. All students undertake a research project and meet weekly with the faculty sponsor to monitor progress. The group meets weekly to discuss experimental design and analysis, specific problems related to the students' research, relevant research papers, or manuscripts that the group members are writing. Each student gives a formal presentation of research plans or progress each quarter. May be repeated for credit.", + "lecture_number": 21140, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281F", + "gen_ed_categories": "5 units", + "instructor": "Fox,L.R.", + "class_number": 21140, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Freshwater Ecology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates may enroll with permission from instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Current topics in freshwater ecology, eco-evolutionary dynamics, fisheries, and fish ecology. May be repeated for credit.", + "lecture_number": 23025, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281E", + "gen_ed_categories": "5 units", + "instructor": "Palkovacs,E.P.", + "class_number": 23025, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Disease Ecology, Population Biology, and Conservation", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll by permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 0, + "course_description": "Selected topics in population biology and disease ecology. Students present results from their own research and discuss recent advances from the literature. (Formerly \"Topics in Plant Population and Disease Ecology\") May be repeated for credit.", + "lecture_number": 22871, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281I", + "gen_ed_categories": "5 units", + "instructor": "Kilpatrick,A.M.", + "class_number": 22871, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Comparative Marine Physiology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Intensive seminar on selected topics in marine physiology. Students present results from their own research and discuss recent advances from the literature. May be repeated for credit.", + "lecture_number": 22951, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281H", + "gen_ed_categories": "5 units", + "instructor": "Mehta,R.", + "class_number": 22951, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Global Change Ecology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Focuses on fundamental concepts in global-change ecology, with emphasis on coastal and marine ecosystems and issues of sustainability. The seminar is devoted to reading and evaluating current and classic literature and discussing graduate student research. May be repeated for credit.", + "lecture_number": 23221, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281D", + "gen_ed_categories": "5 units", + "instructor": "Kroeker,K.J.", + "class_number": 23221, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Molecular Evolution", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "A discussion of current research and literature review on the subject of molecular evolution. Primary focus on recent results on molecular phylogenetics and molecular population genetics. May be repeated for credit.", + "lecture_number": 21138, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOE 281B", + "gen_ed_categories": "2 units", + "instructor": "Bernardi,G.", + "class_number": 21138, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Physiological Ecology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "An intensive seminar focusing on the interaction between physiological constraint and life history options and solutions employed by animals. Topics vary from comparative physiology to ecological theory. Participants are required to present results of their own research or review papers of interest. May be repeated for credit.", + "lecture_number": 21139, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281C", + "gen_ed_categories": "5 units", + "instructor": "Costa,D.", + "class_number": 21139, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Topics in Basic and Applied Marine Ecology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Seminar focusing on concepts in basic and applied ecology. Structure rotates quarterly between graduate student research and readings of journal articles and textbooks.", + "lecture_number": 21137, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 281A", + "gen_ed_categories": "5 units", + "instructor": "Carr,M.H.", + "class_number": 21137, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21120, + "class_type": "LEC", + "course_description": "Basic population genetics and selected topics are covered including genetics of speciation, tempo and mode of evolution, genetics of social behavior, natural selection in human populations, and the impact of molecular studies on evolutionary theory. Students cannot receive credit for this course and Biology 172.", + "course_name": "BIOE 272", + "course_title": "Population Genetics", + "location": "CoastBio 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Concurrent enrollment in BIOE 272L is required. Enrollment is restricted to graduate students.", + "meet_times": "TuTh 02:25PM-04:00PM", + "credits": "5 units", + "lecture_number": 21120, + "instructor": "Pogson,G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 272L is required Taught in conjunction with BIOE 172.", + "enroll_current": 15, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21121, + "class_type": "LAB", + "course_description": "A companion course to 272 Population Genetics that applies the theory developed in that course to related disciplines including conservation biology, ecology, agriculture, and population biology. Original scientific literature relating to the theory developed in course 272 is read, and applied problem sets are solved by the students. Students cannot receive credit for this course and course 172L.", + "course_name": "BIOE 272L", + "course_title": "Population Genetics Laboratory", + "location": "CoastBio 115", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Must be taken concurrently with BIOE 272. Enrollment is restricted to graduate students.", + "meet_times": "Th 09:15AM-12:15PM", + "credits": "2 units", + "lecture_number": 21121, + "instructor": "Pogson,G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with BIOE 172L Concurrent enrollment in BIOE 272 is required.", + "enroll_current": 15, + "waitlist_current": 0 + }, { + "enroll_max": 45, + "waitlist_max": 999, + "class_number": 21124, + "class_type": "LEC", + "course_description": "An exploration of the ecology of plant form, function, distribution, abundance, and diversity. Topics include plant adaptations to environmental conditions, life history variation, competition, reproductive ecology, herbivory, and patterns of diversity. Lecture with discussions of original papers and independent field project. Students cannot receive credit for this course and course 145.", + "course_name": "BIOE 245", + "course_title": "Plant Ecology", + "location": "PhysSciences 130", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): BIOE 107 or ENVS 24 or permission of instructor. Enrollment is restricted to graduate students.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21124, + "instructor": "Parker,I.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with BIOE 145", + "enroll_current": 30, + "waitlist_current": 7 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21125, + "class_type": "LAB", + "course_description": "Hands-on exploration of the concepts and techniques of plant ecology. A combination of lab, greenhouse, and field-based exercises (irrespective of weather conditions), statistical analysis, and scientific writing. One required weekend field trip. Students cannot receive credit for this course and course 145L.", + "course_name": "BIOE 245L", + "course_title": "Field Methods in Plant Ecology Laboratory", + "location": "Thimann Lab 239", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Tu 01:30PM-05:00PM", + "credits": "5 units", + "lecture_number": 21125, + "instructor": "Parker,I.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with BIOE 145L. Concurrent enrollment in BIOE 245 is required.", + "enroll_current": 15, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21058, + "class_type": "LAB", + "course_description": "A companion course to 172 Population Genetics that applies the theory developed in that course to related disciplines including conservation biology, ecology, agriculture, and population biology. Original scientific literature relating to the theory developed in BIOE 172 is read, and applied problem sets are solved by the students. Students cannot receive credit for this course and BIOE 272L.", + "course_name": "BIOE 172L", + "course_title": "Population Genetics Laboratory", + "location": "CoastBio 115", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, BIOE 20C, and BIOL 105, and satisfaction of the Entry Level Writing and Composition requirements.", + "meet_times": "Th 09:15AM-12:15PM", + "credits": "2 units", + "lecture_number": 21058, + "instructor": "Pogson,G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with BIOE 272L. Concurrent enrollment in BIOE 172 is required.", + "enroll_current": 15, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Marine Ecology Field Quarter: Methods in Field Ecology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enrollment by application and interview. https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", + "meet_times": "TBA TBA", + "enroll_current": 27, + "course_description": "Students learn quantitative methods for field experiments and surveys. Emphasis will be on marine environments, but there will also be exposure to terrestrial systems. This is the lecture component to course 159D. No text is required for this course; instead, readings from the current literature will be assigned. Students are evaluated on written independent field project proposals and class participation. Admission by interview during previous winter quarter. BIOE 159A, 159B, 159C, and 159D are equivalent to BIOE 127, 127L, 108, and 158L for major requirements. BIOE 159A, 159B, 159C, and 159D must be taken concurrently.", + "enroll_max": 0, + "lecture_number": 21105, + "credits": "5 units", + "location": "TBA", + "course_name": "BIOE 159C", + "gen_ed_categories": "5 units", + "instructor": "Bernardi,G.", + "class_number": 21105, + "class_type": "FLD", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Organismal Biology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "CoastBio 203", + "enroll_current": 9, + "course_description": "Consists of lectures focusing on pivotal topics in ecology and evolution. Relevant background material is developed followed by a critical analysis of readings from the primary literature. Designed to give graduate (and advanced undergraduate) students direct contact with the major areas of research that are currently at the forefront of organismal biology.", + "lecture_number": 21122, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 200B", + "gen_ed_categories": "5 units", + "instructor": "Alonzo,S.H.", + "class_number": 21122, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Marine Ecology Field Quarter: Ichthyology with Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enrollment by application and interview. https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", + "meet_times": "TBA TBA", + "enroll_current": 27, + "course_description": "An introduction to the biology of jawless, cartilaginous, and bony fishes\u2014their classification, evolution, form, physiology, and ecology. Admission by interview during previous winter quarter. BIOE 159A, 159B, 159C, and 159D are equivalent to BIOE 127, 127L, 108, and 158L for major requirements. BIOE 159A, 159B, 159C, and 159D must be taken concurrently.", + "enroll_max": 30, + "lecture_number": 21104, + "credits": "5 units", + "location": "TBA", + "course_name": "BIOE 159B", + "gen_ed_categories": "5 units", + "instructor": "Bernardi,G.", + "class_number": 21104, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 30, + "waitlist_max": 999, + "class_number": 21057, + "class_type": "LEC", + "course_description": "Basic population genetics and selected topics will be covered, including genetics of speciation, tempo and mode of evolution, genetics of social behavior, natural selection in human populations, and the impact of molecular studies on evolutionary theory. Students cannot receive credit for this course and BIOE 272.", + "course_name": "BIOE 172", + "course_title": "Population Genetics", + "location": "CoastBio 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, BIOE 20C, and BIOL 105, and satisfaction of the Entry Level Writing and Composition requirements. Concurrent enrollment in BIOE 172L is required.", + "meet_times": "TuTh 02:25PM-04:00PM", + "credits": "5 units", + "lecture_number": 21057, + "instructor": "Pogson,G.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with BIOE 272. Concurrent enrollment in 172L is required.", + "enroll_current": 15, + "waitlist_current": 0 + }, { + "enroll_max": 48, + "waitlist_max": 999, + "class_number": 21107, + "class_type": "LEC", + "course_description": "Initially undertakes an in-depth comparison of the biology and conservation of marine versus terrestrial ecosystems. With this foundation, course examines marine biodiversity loss resulting from overexploitation, habitat loss, species introduction, and pollution, with particular emphasis on the resulting trophic cascades, biodiversity losses, and climate change. Students cannot receive credit for this course and Environmental Studies 120.", + "course_name": "BIOE 165", + "course_title": "Marine Conservation Biology", + "location": "Ocean Health 118", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C; OCEA 101 recommended.", + "meet_times": "TuTh 12:25PM-02:00PM", + "credits": "5 units", + "lecture_number": 21107, + "instructor": "Croll,D.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 48, + "waitlist_current": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Scientific Skills", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "CoastBio 203", + "enroll_current": 7, + "course_description": "Exposes graduate students to teaching skills, understanding the scientific method, searching and organizing literature, grant proposal and scientific writing, data management and presentation, and scientific speaking. Students are evaluated on their participation and the quality of a written research proposal.", + "lecture_number": 21123, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 200A", + "gen_ed_categories": "5 units", + "instructor": "Carr,M.H.", + "class_number": 21123, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Undergraduate Research in EEB--Writing", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 107, 108, or 109; and an undergraduate research contract on file with the department.", + "meet_times": "Tu 02:25PM-04:00PM", + "location": "CoastBio 203", + "enroll_current": 10, + "course_description": "Working in coordination with an Ecology and Evolutionary Biology (EEB) faculty member, affiliate or adjunct, students develop and write a formal research proposal or report and give a presentation on their research project. Includes weekly class meetings focused on the philosophy of science, basic statistics, library searches, inputting data, creating graphs, and preparing results for publication, posters, and talks.", + "lecture_number": 23019, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "BIOE 183W", + "gen_ed_categories": "2 units", + "instructor": "Fox,L.R.", + "class_number": 23019, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 48, + "waitlist_max": 999, + "class_number": 22865, + "class_type": "LEC", + "course_description": "Provides an overview of the physical, chemical, and biological processes that characterize inland waters such as lakes, streams, rivers, and wetlands. Also addresses relationships between humans and freshwater, and discusses these challenges in conservation.", + "course_name": "BIOE 155", + "course_title": "Freshwater Ecology", + "location": "CoastBio 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C.", + "meet_times": "MW 01:25PM-03:00PM", + "credits": "5 units", + "lecture_number": 22865, + "instructor": "Palkovacs,E.P.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 48, + "waitlist_current": 12 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Marine Ecology Field Quarter: Methods in Field Ecology Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enrollment by application and interview. https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", + "meet_times": "TBA TBA", + "enroll_current": 0, + "course_description": "This is laboratory portion of course 159C. Students carry out independent field projects under the supervision of course instructors. All work is done during the 5-6 week off-campus portion of course 159. Students are evaluated on field techniques, the final write-up of their independent field projects, and class participation. Admission by interview during previous winter quarter. BIOE 159A, 159B, 159C, and 159D are equivalent to BIOE 127, 127L, 108, and 158L for major requirements. BIOE 159A, 159B, 159C, and 159D must be taken concurrently.", + "enroll_max": 30, + "lecture_number": 21106, + "credits": "5 units", + "location": "TBA", + "course_name": "BIOE 159D", + "gen_ed_categories": "5 units", + "instructor": "Bernardi,G.", + "class_number": 21106, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Plant Physiology Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and 20C.", + "meet_times": "Th 01:30PM-04:30PM", + "location": "Thimann Lab 239", + "enroll_current": 20, + "course_description": "Weekly laboratory concerning the cellular and organismal functions of green plants. Students are billed a materials fee.", + "lecture_number": 23890, + "credits": "2 units", + "waitlist_current": 2, + "course_name": "BIOE 135L", + "gen_ed_categories": "2 units", + "instructor": "Pittermann,J.", + "class_number": 23890, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "enroll_max": 63, + "waitlist_max": 999, + "class_number": 23290, + "class_type": "LEC", + "course_description": "Explores how an organism's physiology interacts with its environment including molecular to whole organism-level processes. How do animals thrive in the most diverse regions of Earth and why are some more vulnerable to change than others?", + "course_name": "BIOE 136", + "course_title": "Environmental Physiology", + "location": "CoastBio 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and BIOE 20C.", + "meet_times": "TuTh 08:25AM-10:00AM", + "credits": "5 units", + "lecture_number": 23290, + "instructor": "Dunkin,R.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 63, + "waitlist_current": 7 + }, { + "enroll_max": 45, + "waitlist_max": 999, + "class_number": 21109, + "class_type": "LEC", + "course_description": "An exploration of the ecology of plant form, function, distribution, abundance, and diversity. Topics include plant adaptations to environmental conditions, life history variation, competition, reproductive ecology, herbivory, and patterns of diversity. Lecture with discussions of original papers and independent field project. Students cannot receive credit for this course and course 245.", + "course_name": "BIOE 145", + "course_title": "Plant Ecology", + "location": "PhysSciences 130", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C, and satisfaction of the Entry Level Writing and Composition requirements. BIOE 107 is recommended.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21109, + "instructor": "Parker,I.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Taught in conjunction with BIOE 245.", + "enroll_current": 30, + "waitlist_current": 7 + }, { + "enroll_max": 65, + "waitlist_max": 999, + "class_number": 21093, + "class_type": "LEC", + "course_description": "An introduction to social and reproductive behavior. Emphasis on studies of vertebrates in their natural habitat. Ideas concerning the evolution of social behavior, mating systems, and individual reproductive strategies. Case histories of well-studied animals that illustrate key principles in courtship and mating, parental behavior, and food-getting behavior.", + "course_name": "BIOE 140", + "course_title": "Behavioral Ecology", + "location": "CoastBio 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C.", + "meet_times": "MW 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 21093, + "instructor": "Sinervo,B.R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 65, + "waitlist_current": 2 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21112, + "class_type": "LAB", + "course_description": "Hands-on exploration of the concepts and techniques of plant ecology. A combination of lab, greenhouse, and field-based exercises (irrespective of weather conditions). Statistical analysis and scientific writing. One required weekend field trip. Students cannot receive credit for this course and course 245L. Students are billed a materials fee.", + "course_name": "BIOE 145L", + "course_title": "Field Methods in Plant Ecology", + "location": "Thimann Lab 239", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C, and satisfaction of the Entry Level Writing and Composition requirements. Concurrent enrollment in BIOE 145 is required. BIOE 107 is recommended.", + "meet_times": "Tu 01:30PM-05:00PM", + "credits": "5 units", + "lecture_number": 21112, + "instructor": "Parker,I.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 145 is required. Taught in conjunction with BIOE 245L.", + "enroll_current": 15, + "waitlist_current": 0 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21113, + "class_type": "LEC", + "course_description": "An examination of the history and mechanisms of evolutionary change. Topics include molecular evolution, natural and sexual selection, adaptation, speciation, biogeography, and macroevolution.", + "course_name": "BIOE 109", + "course_title": "Evolution", + "location": "CoastBio 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; BIOL 20A, BIOE 20B, BIOE 20C, and BIOL 105.", + "meet_times": "MW 10:00AM-11:35AM", + "credits": "5 units", + "lecture_number": 21113, + "instructor": "Kay,K.M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 78, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Marine Ecology Field Quarter: Marine Ecology with Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enrollment by application and interview. https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", + "meet_times": "TBA TBA", + "enroll_current": 27, + "course_description": "Total immersion in marine ecology for very motivated students. Students develop a research project during first five weeks on campus and then spend five weeks of immersion in directed research without distraction in isolated locations off campus (past locations include the Gulf of California in Mexico and Moorea in French Polynesia). Not available through University Extension. No other courses may be taken during this quarter. Students must sign a contract agreeing to standards of behavior outlined in the", + "enroll_max": 30, + "lecture_number": 21103, + "credits": "5 units", + "location": "TBA", + "course_name": "BIOE 159A", + "gen_ed_categories": "5 units", + "instructor": "Bernardi,G.", + "class_number": 21103, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Field Research and Conservation", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "Enrollment by application at https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", + "meet_times": "Th 05:30PM-07:00PM", + "enroll_current": 0, + "course_description": "A field-based course with overnight and day trips to regionally diverse areas throughout Central California. Field trips and lectures familiarize students with a wide variety of topics in the ecological, conservation, and environmental science as well as natural-resource management. Enrollment is by instructor permission. Students are billed a materials fee.", + "enroll_max": 24, + "lecture_number": 23182, + "credits": "2 units", + "location": "Thimann Lab 101", + "course_name": "BIOE 82", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23182, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Plant Physiology Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and 20C.", + "meet_times": "W 01:30PM-04:30PM", + "location": "Thimann Lab 239", + "enroll_current": 20, + "course_description": "Weekly laboratory concerning the cellular and organismal functions of green plants. Students are billed a materials fee.", + "lecture_number": 23889, + "credits": "2 units", + "waitlist_current": 5, + "course_name": "BIOE 135L", + "gen_ed_categories": "2 units", + "instructor": "Pittermann,J.", + "class_number": 23889, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ecology and Evolution", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 184, + "course_description": "Introduction to ecology and evolution covering principles of evolution at the molecular, organismal, and population levels. Evolutionary topics include genetic and phenotypic variation, natural selection, adaptation, speciation, and macroevolution. Also covers behavioral, population, and community ecology including applied ecological issues.", + "enroll_max": 300, + "lecture_number": 21010, + "credits": "5 units", + "location": "ClassroomUnit 002", + "course_name": "BIOE 20C", + "gen_ed_categories": "5 units", + "instructor": "Marinovic,B.B.", + "class_number": 21010, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 22, + "waitlist_max": 999, + "class_number": 23010, + "class_type": "LAB", + "course_description": "Focuses on the identification of mammals and their specific traits. Exercises provide hands-on experience at identifying mammal orders, families, and species. Field trip provides students with field techniques in mammalogy.", + "course_name": "BIOE 124L", + "course_title": "Mammalogy Laboratory", + "location": "Lg Discovery 128", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and 20C.", + "meet_times": "MW 03:25PM-05:00PM", + "credits": "2 units", + "lecture_number": 23010, + "instructor": "Shabel,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in BIOE 124 is required.", + "enroll_current": 22, + "waitlist_current": 26 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ecology and Evolution", + "course_section": "02", + "career_type": "Undergraduate", + "class_notes": "BIOE 20C-02 is an offering of BIOE 20C that stresses interactive learning through peer discussions and problem solving during class sessions. Interested students should be willing to work in groups and participate in class discussions and activities .Enroll in lecture and associated discussion sections.", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 75, + "course_description": "Introduction to ecology and evolution covering principles of evolution at the molecular, organismal, and population levels. Evolutionary topics include genetic and phenotypic variation, natural selection, adaptation, speciation, and macroevolution. Also covers behavioral, population, and community ecology including applied ecological issues.", + "enroll_max": 75, + "lecture_number": 21020, + "credits": "5 units", + "location": "Sci & Engr Library 206", + "course_name": "BIOE 20C", + "gen_ed_categories": "5 units", + "instructor": "Marinovic,B.B.", + "class_number": 21020, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Plant Physiology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and 20C; concurrent enrollment in course 135L is required.", + "meet_times": "MW 10:00AM-11:35AM", + "location": "CoastBio 115", + "enroll_current": 40, + "course_description": "Cellular and organismal functions important in the life of green plants.", + "lecture_number": 23888, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "BIOE 135", + "gen_ed_categories": "5 units", + "instructor": "Pittermann,J.", + "class_number": 23888, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "enroll_max": 22, + "waitlist_max": 999, + "class_number": 23009, + "class_type": "LEC", + "course_description": "Introduces the biology of mammals, including their classification, evolution, behavior, reproductive strategies, and general ecology. Examines the diagnostic traits of mammals; provides a survey of the living orders along with their diagnostic features, physiological and behavioral specializations, and adaptations.", + "course_name": "BIOE 124", + "course_title": "Mammalogy", + "location": "Lg Discovery 128", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A; and BIOE 20B and 20C. Concurrent enrollment in course 124L is required.", + "meet_times": "MW 01:25PM-03:00PM", + "credits": "5 units", + "lecture_number": 23009, + "instructor": "Shabel,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in 124L is required", + "enroll_current": 22, + "waitlist_current": 0 + }, { + "enroll_max": 0, + "waitlist_max": 999, + "class_number": 20981, + "class_type": "LAB", + "course_description": "An introduction to the major techniques used in the isolation and characterization of biological components. Laboratory: 8 hours; lecture: 1-3/4 hours. Students are billed a materials fee.", + "course_name": "BIOC 110L", + "course_title": "Advanced Biochemistry Laboratory", + "location": "Thimann Lab 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 100B and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to chemistry majors in the biochemistry concentration. Other majors by permission.", + "meet_times": "M 01:20PM-02:55PM", + "credits": "5 units", + "lecture_number": 20981, + "instructor": "Einarsdottir,O.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lab and associated secondary lab.", + "enroll_current": 8, + "waitlist_current": 0 + }, { + "enroll_max": 75, + "waitlist_max": 999, + "class_number": 21098, + "class_type": "LEC", + "course_description": "Focuses on physiological, behavioral, and population ecology, and on linking ecological processes to evolution. It includes basic principles, experimental approaches, concepts of modeling, and applications to ecological problems.", + "course_name": "BIOE 107", + "course_title": "Ecology", + "location": "CoastBio 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; BIOL 20A, BIOE 20B, and BIOE 20C.", + "meet_times": "TuTh 10:25AM-12:00PM", + "credits": "5 units", + "lecture_number": 21098, + "instructor": "Fox,L.R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 75, + "waitlist_current": 4 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminar", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "W 02:40PM-05:00PM", + "enroll_current": 5, + "course_description": "Seminar attended by faculty, graduate students, and upper-division undergraduate students.", + "enroll_max": 85, + "lecture_number": 20973, + "credits": "0 units", + "location": "N. Sci Annex 101", + "course_name": "ASTR 292", + "gen_ed_categories": "0 units", + "instructor": "Staff", + "class_number": 20973, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Planetary Physics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "MWF 01:20PM-02:25PM", + "location": "ISB 165", + "enroll_current": 1, + "course_description": "Survey of interiors, atmospheres, thermal evolution, and magnetospheres of planets, with focus on the astronomical perspective. Course covers exoplanets and solar system planets, both giant and terrestrial, with attention to current and future observations.", + "lecture_number": 22878, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ASTR 223", + "gen_ed_categories": "5 units", + "instructor": "Fortney,J.J.", + "class_number": 22878, + "class_type": "LEC", + "waitlist_max": 0, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Dynamical Astronomy", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "ISB 165", + "enroll_current": 9, + "course_description": "Surveys dynamical processes in astrophysical systems on scales ranging from the planetary to the cosmological, stability and evolution of planetary orbits, scattering processes and the few-body problem, processes in stellar clusters, spiral structure and galactic dynamics, galactic collisions, and evolution of large-scale structure.", + "lecture_number": 20972, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ASTR 212", + "gen_ed_categories": "5 units", + "instructor": "Murray-Clay,R.", + "class_number": 20972, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Astronomical Research and Teaching", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "MWF 09:30AM-10:25AM", + "location": "ISB 356", + "enroll_current": 0, + "course_description": "Lectures and seminar-style course intended to integrate new graduate students into the department; to introduce students to the research and interests of department faculty; and to expose graduate students to teaching skills and classroom techniques. (Formerly Introduction to Astronomical Research.)", + "lecture_number": 20971, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ASTR 205", + "gen_ed_categories": "5 units", + "instructor": "Smith,G.H.", + "class_number": 20971, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 210, + "waitlist_max": 999, + "class_number": 20974, + "class_type": "LEC", + "course_description": "Fundamentals of molecular biology, structure and function of nucleic acids, and protein structure. Designed for students preparing for research careers in biochemistry and molecular biology. Lecture: 3-1/2 hours; discussion: 1-1/4 hours.", + "course_name": "BIOC 100A", + "course_title": "Biochemistry and Molecular Biology", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Chemistry 8B or 108B; and Biology 20A.", + "meet_times": "MWF 04:00PM-05:05PM", + "credits": "5 units", + "lecture_number": 20974, + "instructor": "Stone,M.D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 176, + "waitlist_current": 2 + }, { + "enroll_max": 300, + "waitlist_max": 999, + "class_number": 21000, + "class_type": "LEC", + "course_description": "Topics in morphology, physiology, development, genetics, and endocrinology selected to exemplify current issues and perspectives in organismic biology.", + "course_name": "BIOE 20B", + "course_title": "Development and Physiology", + "location": "Media Theater M110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): BIOL 20A.", + "meet_times": "TuTh 01:30PM-03:05PM", + "credits": "5 units", + "lecture_number": 21000, + "instructor": "Dunkin,R.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 267, + "waitlist_current": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Order-of-Magnitude Astrophysics", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 22 or 23A; Physics 5B or 6B; and Physics 101A or previous or concurrent enrollment in Physics 102.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "PhysSciences 110", + "enroll_current": 36, + "course_description": "Examines the most basic and direct connection between physics and astrophysics in order to derive a better understanding of astrophysical phenomena from first principles to the extent possible.", + "lecture_number": 22927, + "credits": "5 units", + "waitlist_current": 8, + "course_name": "ASTR 111", + "gen_ed_categories": "5 units", + "instructor": "Ramirez-Ruiz,E.J.", + "class_number": 22927, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 36 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Stellar Structure and Evolution", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 5, + "course_description": "Survey of stellar structure and evolution. Physical properties of stellar material. Convective and radiative energy transport. Stellar models and evolutionary tracks through all phases. Brown dwarfs and giant planets. Comparison with observations.", + "lecture_number": 23936, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ASTR 220A", + "gen_ed_categories": "5 units", + "instructor": "Foley,R.J.", + "class_number": 23936, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Overview of the Universe", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 167, + "course_description": "An overview of the main ideas in our current view of the universe, and how they originated. Galaxies, quasars, stars, pulsars, and planets. Intended primarily for nonscience majors interested in a one-quarter survey of classical and modern astronomy.", + "enroll_max": 207, + "lecture_number": 20958, + "credits": "5 units", + "location": "J Bask Aud 101", + "course_name": "ASTR 2", + "gen_ed_categories": "5 units", + "instructor": "Guha Thakurta,P.", + "class_number": 20958, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 90, + "waitlist_max": 999, + "class_number": 22997, + "class_type": "LEC", + "course_description": "Provides the opportunity to practice the creation of novel computer games. Students learn a new game-making technology, then create three games using this technology. May be repeated for credit.", + "course_name": "ARTG 179", + "course_title": "Game Design Practicum", + "location": "Steven Acad 175", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 120.", + "meet_times": "M 05:20PM-08:45PM", + "credits": "5 units", + "lecture_number": 22997, + "instructor": "Staff", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as CMPM 179. Topic: Business of Games", + "enroll_current": 18, + "waitlist_current": 0 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 23183, + "class_type": "fixme (Studio)", + "course_description": "Students create novel, interesting game concepts and outline and polish a game pitch for their yearlong project, starting with concept ideation and storyboarding to prototyping and presenting the game idea. This course is part one of the art and design: games and playable media capstone requirement. Students are billed a materials fee.", + "course_name": "ARTG 170", + "course_title": "Game Design Studio I", + "location": "TA 2nd Stage", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 120. Enrollment restricted to senior art and design: games and playable media majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 23183, + "instructor": "Hunicke,R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in studio and associated secondary studio. Taught in conjunction with CMPM 170.", + "enroll_current": 50, + "waitlist_current": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Field Research and Conservation", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enrollment by application at https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", + "meet_times": "Tu 05:30PM-07:00PM", + "enroll_current": 0, + "course_description": "A field-based course with overnight and day trips to regionally diverse areas throughout Central California. Field trips and lectures familiarize students with a wide variety of topics in the ecological, conservation, and environmental science as well as natural-resource management. Enrollment is by instructor permission. Students are billed a materials fee.", + "enroll_max": 24, + "lecture_number": 23181, + "credits": "2 units", + "location": "Thimann Lab 101", + "course_name": "BIOE 82", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 23181, + "class_type": "FLD", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Digital Drawing/Painting for Game Design", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 05:20PM-07:50PM", + "enroll_current": 16, + "course_description": "Supports students working as artists in an interdisciplinary collaboration with project teams led by senior students in computer game design (the yearlong Computer Science 170 series). Instruction includes techniques, tools, and concepts of drawing and painting in a digital environment oriented toward the context of computer games. Coursework is composed of projects to develop individual ideas and skills, as well as offering productively engaged participation in a collaborative game-design team. Students are billed a materials fee. Enrollment restricted to art and art and design: computer game design majors; admission by permission of the instructor. (Formerly Art 118.) May be repeated for credit.", + "enroll_max": 20, + "lecture_number": 23038, + "credits": "5 units", + "location": "Porter Acad 240", + "course_name": "ARTG 118", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23038, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Foundations of Play", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary studio", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 36, + "course_description": "Understanding the foundations of play through reading influential texts; in-class lectures and activities; designing and \"playtesting\" games; and the ethnographies of players in the physical world. Students are billed a materials fee. (Formerly Art 80I.)", + "enroll_max": 36, + "lecture_number": 23058, + "credits": "5 units", + "location": "R Carson Acad 240", + "course_name": "ARTG 80I", + "gen_ed_categories": "5 units", + "instructor": "Swensen,E.A.", + "class_number": 23058, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 6 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 22619, + "class_type": "LAB", + "course_description": "Introduction to techniques of modern observational astrophysics at optical and radio wavelengths through hands-on experiments. Intended primarily for juniors and seniors majoring or minoring in astrophysics. Offered in some academic years as single-term course 135 in fall, depending on astronomical conditions.", + "course_name": "ASTR 135A", + "course_title": "Astrophysics Advanced Laboratory", + "location": "ISB 235", + "grading_options": "Multi-Term Course", + "gen_ed_categories": "3 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Physics 133 and at least one astronomy course. Enrollment is restricted to physics (astrophysics) majors.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "3 units", + "lecture_number": 22619, + "instructor": "Brown,G.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as PHYS 135A", + "enroll_current": 20, + "waitlist_current": 0 + }, { + "enroll_max": 50, + "waitlist_max": 999, + "class_number": 21513, + "class_type": "LEC", + "course_description": "Introduction to solving scientific problems using computers. A series of simple problems from Earth sciences, physics, and astronomy are solved using a user-friendly scientific programming language (Python/SciPy).", + "course_name": "ASTR 119", + "course_title": "Introduction to Scientific Computing", + "location": "Kresge Clrm 327", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics or Statistics 15A.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21513, + "instructor": "Robertson,B.E.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as EART 119.", + "enroll_current": 48, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to the Cosmos", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 10:40AM-11:45AM", + "enroll_current": 200, + "course_description": "Overview of the main ideas in our current view of the universe and how these ideas originated. Galaxies, quasars, stars, black holes, and planets. Students cannot receive credit for this course and course 2.", + "enroll_max": 224, + "lecture_number": 22902, + "credits": "5 units", + "location": "Thim Lecture 003", + "course_name": "ASTR 1", + "gen_ed_categories": "5 units", + "instructor": "Guha Thakurta,P.", + "class_number": 22902, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 20957, + "class_type": "fixme (Studio)", + "course_description": "Special topics in sculpture as announced, concentrating on specific aspects of subject matter and media. Students are billed a materials fee. May be repeated for credit.", + "course_name": "ART 189", + "course_title": "Special Topics in Sculpture", + "location": "E Baskin P108", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): One course from Art 20H, 120,121, 122, 124, 125, 129, 179, 180B, 183, or 188; and two non-sculpture/intermedia/public art lower-division studios from Art 15, 20G, 20I, 20J, 20K, 20L, or 26. Restricted to art majors.", + "meet_times": "TuThSa 02:25PM-04:50PM", + "credits": "5 units", + "lecture_number": 20957, + "instructor": "Palmer,L.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Topic: The Matter of Color--A research-based class in which students pursue projects in any medium exploring the materiality of color.", + "enroll_current": 10, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intermediate to Advanced Sculpture (Foundry)", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): One course from Art 20H, 120,121, 122, 124, 125, 129, 172, 180B, 183, or 189; and two non-sculpture/intermedia/public art lower-division studios from Art 15, 20G, 20I, 20J, 20K, 20L, or 26. Restricted to art majors.", + "meet_times": "MWF 02:40PM-05:05PM", + "location": "TA Foundry 100", + "enroll_current": 13, + "course_description": "This intermediate/advanced course provides the information and facilities necessary to express ideas through the indirect process of metal casting. The \"lost wax\" method is used to manifest ideas in sculpture. Lectures and demonstrations are combined with work time in class. Students generate sculpture forms in wax then gate, invest, weld, chase, patina, and present at least one finished piece. Students are billed a materials fee. May be repeated for credit. May be repeated for credit.", + "lecture_number": 20955, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ART 188", + "gen_ed_categories": "5 units", + "instructor": "Monaghan,S.M.", + "class_number": 20955, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 13 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Special Topics in Game Design", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 80I, 80G, and 80H. Enrollment is restricted to art & design: games and playable media and computer science:computer game design majors.", + "meet_times": "MWF 10:40AM-01:05PM", + "location": "Digital Arts 308", + "enroll_current": 0, + "course_description": "Allows students to explore game designs related to their ongoing work within their major in either digital or non-digital formats. Students choose a topic and develop game projects that engage players. Students are billed a materials fee. May be repeated for credit.", + "lecture_number": 23223, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ARTG 129", + "gen_ed_categories": "5 units", + "instructor": "Darke,A.", + "class_number": 23223, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Sculpture II", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): One course from Art 20H, 120,121, 122, 124, 125, 129, 172, 183, 188, or 189; and two non-sculpture/intermedia/public art lower-division studios from Art 15, 20G, 20I, 20J, 20K, 20L, and 26.Restricted to art majors.", + "meet_times": "MWF 02:40PM-05:05PM", + "location": "E Baskin H101", + "enroll_current": 14, + "course_description": "More advanced fabrication techniques in sculpture using wood, metal, industrial, and other materials. Techniques include carpentry and woodshop skills, and an introduction to sculptural forms, processes, and ideas. Demonstrations, slide lectures, and critical discussion of work help develop technical and conceptual skills. Students are billed a materials fee. May be repeated for credit.", + "lecture_number": 20956, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ART 180B", + "gen_ed_categories": "5 units", + "instructor": "Hibbert-Jones,W.D.", + "class_number": 20956, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 14 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Lithography I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisites: One course from Art 20G, 26, 160B, 161B, 162A, 162B, 163B, 164A, 165, 168, or 169; and two non-print lower-division media studios from Art 15, 20H, 20I, 20J, 20K, and 20L. Enrollment is restricted to art majors.", + "meet_times": "TuThSa 09:00AM-11:25AM", + "location": "E Baskin G101", + "enroll_current": 12, + "course_description": "Introduction to drawing, processing, and printing of lithographs from stone. Emphasis on discovery of tonal, textural, and expressive potential from the surface of the stone, while establishing individual directions in imagery. Condensed history of the medium, technical theory, and critique in lecture and demonstrations. Students are billed a materials fee. May be repeated for credit.", + "lecture_number": 20954, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ART 163A", + "gen_ed_categories": "5 units", + "instructor": "Martinez Leal,E.", + "class_number": 20954, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intaglio I", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisites: One course from Art 20G, 26, 160B, 161B, 162B, 163A, 163B, 164A, 165, 168, or 169; and two non-print lower-division media studios from Art 15, 20H, 20I, 20J, 20K, or 20L. Enrollment is restricted to art majors.", + "meet_times": "MWF 12:00PM-02:25PM", + "location": "E Baskin F101", + "enroll_current": 20, + "course_description": "Introduces students to various methods used in making intaglio prints. Encourages individual artistic growth of imagery and technique through assignments designed to explore the medium. Includes discussion and critique of work with equal emphasis on technique and concept. Students are billed a materials fee. May be repeated for credit.", + "lecture_number": 20953, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ART 162A", + "gen_ed_categories": "5 units", + "instructor": "Lee,J.", + "class_number": 20953, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History of Digital Games", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "MW 07:10PM-08:45PM", + "enroll_current": 104, + "course_description": "Surveys the history of digital games from open \"university games\" through the home console, PC, and contemporary platforms, and on to \"indie\" and art games. Throughout, the course locates connections between technology, marketing, and play culture. (Formerly Art 80H.)", + "enroll_max": 104, + "lecture_number": 23099, + "credits": "5 units", + "location": "Thim Lecture 003", + "course_name": "ARTG 80H", + "gen_ed_categories": "5 units", + "instructor": "cardenas,m.", + "class_number": 23099, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 37 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Darkroom Practices", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): One course from Art 20I, 151, 156, 158, or 159; and two non-photography lower-division art studios from Art 15, 20G, 20H, 20J, 20K, 20L, or 26. Enrollment is restricted to art majors.", + "meet_times": "TuThSa 02:25PM-04:50PM", + "location": "Digital Arts 230", + "enroll_current": 18, + "course_description": "Students concentrate on darkroom practices and explore visual ideas, directing their work toward individualized goals. Required work includes making photographic prints, reading historical and theoretical works, and examination of photographs. Students are billed a materials fee. May be repeated for credit.", + "lecture_number": 22928, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ART 150", + "gen_ed_categories": "5 units", + "instructor": "Karlic,K.", + "class_number": 22928, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "N/A", + "term": "2018 Fall Quarter", + "course_title": "Digital Illustration", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as THEA 106.", + "meet_times": "Cancelled", + "enroll_current": 0, + "course_description": "Introduces digital rendering techniques using the Adobe Creative Suite. Using Adobe Creative Suite, students solve design problems. Enrollment by permission of the instructor. Application form available from baron@ucsc.edu.", + "enroll_max": 40, + "lecture_number": 22891, + "credits": "5 units", + "location": "N/A", + "course_name": "ART 146T", + "gen_ed_categories": "5 units", + "instructor": "N/A", + "class_number": 22891, + "class_type": "fixme (Studio)", + "waitlist_max": 0, + "waitlist_current": 0 + }, { + "enroll_max": 20, + "waitlist_max": 999, + "class_number": 22363, + "class_type": "LEC", + "course_description": "Special relativity is reviewed. Curved space-time, including the metric and geodesics, are illustrated with simple examples. The Einstein equations are solved for cases of high symmetry. Black-hole physics and cosmology are discussed, including recent developments.", + "course_name": "ASTR 171", + "course_title": "General Relativity, Black Holes, and Cosmology", + "location": "ISB 235", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): courses 105, 110A, 110B, and 116A-B.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22363, + "instructor": "Dine,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as PHYS 171", + "enroll_current": 19, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Visual Communication and Interaction Design", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary lab", + "meet_times": "TuTh 07:10PM-08:45PM", + "enroll_current": 86, + "course_description": "Survey of the basics of visual communication and interaction design, focusing on communicating designs of interactive systems. Covers techniques from a breadth of visual communication traditions; how to choose, use, and innovate; and how to structure dialogue around them. Students are billed a materials fee.", + "enroll_max": 86, + "lecture_number": 23169, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "ARTG 80G", + "gen_ed_categories": "5 units", + "instructor": "Viana Neto,M.", + "class_number": 23169, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 21 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Issues in Digital Media", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary lab", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 75, + "course_description": "Digital media was positioned as a radical new social and creative medium in the 1980s and 1990s. The ensuing decades have seen this area become ubiquitous mass media with structural inequalities, centralized ownership, environmental damage, and precarious labor conditions. At the same time, it has become the language of our time and remains a site of creativity and intervention and offers opportunities for social changes. This course provides an introduction to key issues in this area through the lens of race and ethnicity.", + "enroll_max": 75, + "lecture_number": 20945, + "credits": "5 units", + "location": "Kresge Clrm 321", + "course_name": "ART 80F", + "gen_ed_categories": "5 units", + "instructor": "Gillette,K.L.", + "class_number": 20945, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 2 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Forms and Ideas", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to junior and senior art majors. Strongly recommended for junior transfer art majors.", + "meet_times": "TuThSa 09:00AM-11:25AM", + "location": "E Baskin L101", + "enroll_current": 11, + "course_description": "A non-media specific class introducing a range of contemporary visual practices, contexts, issues, forms, and UCSC resources of use to artists, emphasizing relationships between material, form, meaning and between private expression, public communication, and systems of exchange. Students are billed a materials fee.", + "lecture_number": 20934, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ART 194", + "gen_ed_categories": "5 units", + "instructor": "Palmer,L.", + "class_number": 20934, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "3D Art and Design: Laser Cutting and CNC Routing", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "One course from ART 20H, 20K,101,102,103,107,108,120,121,122,124,125,129,146T, 172,180B,183,188, or 189 and two courses from ART 15, 20G, 20I, 20J, 20L, or 26. Enrollment is restricted to art majors.", + "meet_times": "TuThSa 11:40AM-02:05PM", + "location": "E Baskin A101", + "enroll_current": 10, + "course_description": "Emphasizes the conceptual aspects of 3D art and design using the laser cutter to prototype and experiment with construction methods and materials to create, represent, respond to, and reflect on 3D forms in space. Students learn about mixed-media fabrication techniques, materials, and processes that include using a woodshop and metal-fabrication shop. The course is structured around assignments that develop individual expressiveness, research skills, creative industry, and class participation. Students are billed a materials fee. (Formerly 3D Art and Design Studio 1.) May be repeated for credit.", + "lecture_number": 23235, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ART 184", + "gen_ed_categories": "5 units", + "instructor": "Hemenway,D.T.", + "class_number": 23235, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 19 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Drawing and Painting", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): two courses from Art 10D, 10E, or 10F. Enrollment is restricted to proposed art and art majors.", + "meet_times": "TuThSa 05:05PM-07:30PM", + "location": "E Baskin M101", + "enroll_current": 21, + "course_description": "Introduces the material practices of painting in combination with the formal vocabulary of the visual arts. A discussion of values, form, color, and figure/ground relationships enters into each class. Students are billed for a materials fee.", + "lecture_number": 23078, + "credits": "5 units", + "waitlist_current": 22, + "course_name": "ART 20J", + "gen_ed_categories": "5 units", + "instructor": "Gwyn,M.", + "class_number": 23078, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Project Development in Photography", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): One course from Art 20I; and two non-photography lower-division art studios from Art 15, 20G, 20H, 20J, 20K, 20L, or 26. Enrollment is restricted to art majors.", + "meet_times": "TuThSa 09:00AM-11:25AM", + "location": "Digital Arts 230", + "enroll_current": 17, + "course_description": "Concentrates on photographic project development, developing analytical skills designed to help direct students' own photographic ideas. Helps students create a conceptual theoretical framework through image-making in the field and studio, through critique and discussion, through readings, and by studying the work of artists. Students are billed a materials fee. May be repeated for credit.", + "lecture_number": 23085, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ART 156", + "gen_ed_categories": "5 units", + "instructor": "Karlic,K.", + "class_number": 23085, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 18 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Intermediate/Advanced Painting", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): One from Art 20J, 20L,133, 137, 138, or 139; and two non-painting lower-division studios from Art 15, 20G, 20H, 20I, 20K, or 26. A foundation in drawing is recommended. Enrollment is restricted to art majors.", + "meet_times": "TuThSa 11:40AM-02:05PM", + "location": "E Baskin J101", + "enroll_current": 18, + "course_description": "Continuation of the development of a basic foundation in painting with emphasis on the development of individual, experimental procedures. A foundation in drawing is recommended. Students are billed a materials fee. May be repeated for credit.", + "lecture_number": 20952, + "credits": "5 units", + "waitlist_current": 10, + "course_name": "ART 130", + "gen_ed_categories": "5 units", + "instructor": "Gwyn,M.", + "class_number": 20952, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 18 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Stop Motion Animation", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Three courses from: Art 15, 20G, 20H, 20I, 20J, 20K, 20L, 26; or by permission of instructor. Enrollment is restricted to art majors.", + "meet_times": "MWF 12:00PM-02:25PM", + "location": "E Baskin E102", + "enroll_current": 10, + "course_description": "Introduction to imagining, producing, and creating stop motion animations. Includes hands-on work in storyboarding, drawing and paper-based animation, pixalization, animation of everyday objects, and Claymation with basic characters and sets. Historical and contemporary animations will be viewed in class to inspire animation ideas, aesthetics, and practices. Students are billed a materials fee. (Formerly Introduction to Stop Motion Animation.) May be repeated for credit.", + "lecture_number": 23271, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "ART 106C", + "gen_ed_categories": "5 units", + "instructor": "Anderson,E.W.", + "class_number": 23271, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to New Media and Digital Artmaking", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): two courses from Art 10D, 10E, or 10F. Enrollment is restricted to proposed art and art majors.", + "meet_times": "MWF 12:00PM-02:25PM", + "location": "E Baskin E102", + "enroll_current": 20, + "course_description": "Introduces digital and new media art practice. Explores the use of the computer as tool and medium. Provides a hands-on introduction to the fundamentals of graphics; digital-image acquisition and manipulation; video; web design; and computer programming. Lectures, readings, and discussions examine the history of technology artwork and technology's relationship to contemporary culture. Students are billed for a materials fee.", + "lecture_number": 23137, + "credits": "5 units", + "waitlist_current": 6, + "course_name": "ART 20K", + "gen_ed_categories": "5 units", + "instructor": "Anderson,E.W.", + "class_number": 23137, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 20 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Photography", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): two courses from Art 10D, 10E, or 10F. Enrollment is restricted to proposed art and art majors.", + "meet_times": "TuThSa 11:40AM-02:05PM", + "location": "E Baskin I200", + "enroll_current": 17, + "course_description": "Introduces basic skills and conceptual development in photography and related digital media through image-making in the field, on the web, and in laboratories, through readings, discussions, and critiques. Students are billed for a materials fee.", + "lecture_number": 23077, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "ART 20I", + "gen_ed_categories": "5 units", + "instructor": "Perry,K.C.", + "class_number": 23077, + "class_type": "fixme (Studio)", + "waitlist_max": 999, + "enroll_max": 17 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Graduate Colloquium", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "W 03:30PM-05:00PM", + "location": "Soc Sci 1 261", + "enroll_current": 0, + "course_description": "Designed to offer an institutionalized mechanism for the presentation of research papers and teaching efforts by faculty and advanced graduate students. May be repeated for credit.", + "lecture_number": 20932, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ANTH 292", + "gen_ed_categories": "2 units", + "instructor": "Anderson,M.D.", + "class_number": 20932, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 40 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Photography", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary studio", + "meet_times": "TuTh 08:00AM-09:35AM", + "enroll_current": 120, + "course_description": "Introductory course for beginners. Various techniques examined and assigned in specific exercises. Work on projects using color film; this is a non-darkroom course. Examples given of photography from 1826 to the present. Balances historical study and practice through assigned homework exercises. Students must provide their own camera, preferably one with a manual setting. No phone cameras allowed. Students are billed a materials fee.", + "enroll_max": 120, + "lecture_number": 20936, + "credits": "5 units", + "location": "J Bask Aud 101", + "course_name": "ART 80D", + "gen_ed_categories": "5 units", + "instructor": "Perry,K.C.", + "class_number": 20936, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 3 + }, { + "enroll_max": 16, + "waitlist_max": 999, + "class_number": 22703, + "class_type": "SEM", + "course_description": "Advanced graduate seminar that focuses on techniques and theories used to bridge the gap between the recovery of ceramic remains from archaeological contexts and their interpretation with respect to various anthropological issues and problems. Students cannot receive credit for this course and course 180.", + "course_name": "ANTH 280", + "course_title": "Advanced Ceramic Analysis", + "location": "Soc Sci 1 451", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Concurrent enrollment in Anthropology 280L is required.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22703, + "instructor": "Habicht Mauche,J.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with ANTH 180. Concurrent enrollment in ANTH 280L is required.", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Inter-Cultural Communication", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Humanities 1 110", + "enroll_current": 25, + "course_description": "Examines intercultural communication and miscommunication between individuals and speech communities, both within North American and global contexts. Through discourse and analytic approaches, students explore cultural stereotypes and interactional expectations, among other issues, that influence the outcome of intercultural communication. (Formerly Languages 113, Cross-Cultural Communication and Miscommunication.)", + "lecture_number": 22945, + "credits": "5 units", + "waitlist_current": 4, + "course_name": "APLX 113", + "gen_ed_categories": "5 units", + "instructor": "Abrams,Z.", + "class_number": 22945, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "enroll_max": 5, + "waitlist_max": 999, + "class_number": 23139, + "class_type": "SEM", + "course_description": "Historical overview of archaeology, concentrating on archaeological practice in the English-speaking world from the late 19th through the 21st Centuries. Emphasis is on development of archaeological theory in its social context; its relation to evolutionary and anthropological theory; and themes ongoing over time. Students cannot receive credit for this course and course 270.", + "course_name": "ANTH 270A", + "course_title": "Archaeology Graduate Core Course: History of Archaeological Theory", + "location": "Soc Sci 1 414", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 12:00PM-03:00PM", + "credits": "5 units", + "lecture_number": 23139, + "instructor": "Monroe,J.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Students cannot receive credit for this course and ANTH270.", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "enroll_max": 16, + "waitlist_max": 999, + "class_number": 22704, + "class_type": "LAB", + "course_description": "Emphasizes advanced techniques of ceramic analysis, including materials selection and processing, hand-building, and open-pit firings. Standard techniques for describing and measuring formal and technological attributes of pottery also presented. Students cannot receive credit for this course and course 180L.", + "course_name": "ANTH 280L", + "course_title": "Advanced Ceramic Analysis Laboratory", + "location": "Soc Sci 1 451", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students. Concurrent enrollment in Anthropology 280 is required.", + "meet_times": "W 09:00AM-11:45AM", + "credits": "2 units", + "lecture_number": 22704, + "instructor": "Habicht Mauche,J.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with ANTH 180L. Concurrent enrollment in ANTH 280 is required.", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Readings in Biological Anthropology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 2, + "course_description": "Introduces literature relevant to students' research emphases and allows for discussion of new scientific publications. (Formerly Graduate Readings in Behavioral Ecology.) May be repeated for credit.", + "lecture_number": 20933, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ANTH 294R", + "gen_ed_categories": "5 units", + "instructor": "Oelze,V.", + "class_number": 20933, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Advanced Archaeological Research", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "Th 09:00AM-12:00PM", + "location": "Soc Sci 1 414", + "enroll_current": 0, + "course_description": "Introduces graduate students to archaeological research design. Topics include: middle range theory; multistage research strategies; sampling strategies and appropriate field methodology; and issues specific to particular scales of archaeological analysis (artifact, household, site, region).", + "lecture_number": 22963, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ANTH 272", + "gen_ed_categories": "5 units", + "instructor": "Blackmore,C.", + "class_number": 22963, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Applied Linguistics", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 21, + "course_description": "Introduces the field of applied linguistics, learning about language acquisition, use, and teaching in multilingual contexts from multiple disciplinary perspectives. Also, introduces research models that examine psycholinguistic, sociolinguistic, and/or educational aspects of multilingualism..", + "enroll_max": 22, + "lecture_number": 23136, + "credits": "5 units", + "location": "Humanities 1 110", + "course_name": "APLX 80", + "gen_ed_categories": "5 units", + "instructor": "Miller,D.P.", + "class_number": 23136, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "3D Foundation", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary studio", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 81, + "course_description": "Introduces students to the fundamental principles of three-dimensional art and design through basic concepts, techniques, and technical practice. Focuses on three-dimensional art and the design fundamentals of sculpture, public art, architecture, and the industrial-design process and production. This course is a hybrid studio/lecture. Students are billed for a materials fee.", + "enroll_max": 80, + "lecture_number": 23068, + "credits": "5 units", + "location": "Media Theater M110", + "course_name": "ART 10E", + "gen_ed_categories": "5 units", + "instructor": "Hibbert-Jones,W.D.", + "class_number": 23068, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Hearing Culture: The Anthropology of Sound", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; courses 1, 2, and 3. Enrollment is restricted to senior anthropology majors.", + "meet_times": "M 12:00PM-03:00PM", + "location": "Soc Sci 2 137", + "enroll_current": 16, + "course_description": "Explores relationships between culture and acoustic worlds--environmental, verbal, and musical--within which we live. How sound is shaped by human belief and practice and the role sound plays in cultural and social life, both past and present.", + "lecture_number": 20929, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ANTH 194S", + "gen_ed_categories": "5 units", + "instructor": "Brenneis,D.L.", + "class_number": 20929, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Shadowy Dealings: Anthropology of Finance, Money, and Law", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "F 10:30AM-01:30PM", + "location": "Soc Sci 1 414", + "enroll_current": 4, + "course_description": "Moves from a brief introduction to classic economic anthropology to recent work on histories of money and capitalism and cultures of financial markets, of accounting, and of legal and illegal trading practices", + "lecture_number": 22894, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ANTH 248", + "gen_ed_categories": "5 units", + "instructor": "Mahajan,N.", + "class_number": 22894, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "enroll_max": 16, + "waitlist_max": 999, + "class_number": 20928, + "class_type": "LAB", + "course_description": "Practicum in ceramic materials analysis and description. Students perform material experiments in materials selection and processing, hand-building techniques, and open-pit firing. Demonstrations of standard techniques of attribute analysis and the mineralogical and chemical characterization of ceramic materials are presented. Students cannot receive credit for this course and course 280L.", + "course_name": "ANTH 180L", + "course_title": "Ceramic Analysis Laboratory", + "location": "Soc Sci 1 451", + "grading_options": "Student Option", + "gen_ed_categories": "2 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3. Concurrent enrollment in course 180 required. Enrollment is restricted to anthropology majors.", + "meet_times": "W 09:00AM-11:45AM", + "credits": "2 units", + "lecture_number": 20928, + "instructor": "Habicht Mauche,J.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with ANTH 280L. Concurrent enrollment in ANTH 180 is required.", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Paleoanthropology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; courses 1, 2, and 3. Enrollment is restricted to senior anthropology and Earth sciences/Anthropology combined majors.", + "meet_times": "Tu 03:20PM-06:20PM", + "location": "Soc Sci 2 137", + "enroll_current": 18, + "course_description": "Detailed overview of the evidence for the origin and evolution of humans with emphasis on reconstructing the paleobiology of extinct hominids. Discussion of individual groups of ancient hominids from the Miocene apes to anatomically modern humans.", + "lecture_number": 22946, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ANTH 194H", + "gen_ed_categories": "5 units", + "instructor": "Reti,J.", + "class_number": 22946, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 16 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Grant Writing", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to anthropology graduate students.", + "meet_times": "W 09:00AM-12:00PM", + "location": "Soc Sci 1 414", + "enroll_current": 1, + "course_description": "Devoted entirely to writing grant proposals. Students either work on their graduate education fellowships or their doctoral dissertation grants or both. Reading materials consist of granting agency documents plus examples of successful applications. May be repeated for credit.", + "lecture_number": 20931, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ANTH 228", + "gen_ed_categories": "5 units", + "instructor": "Chen,N.N.", + "class_number": 20931, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "enroll_max": 70, + "waitlist_max": 999, + "class_number": 23131, + "class_type": "LEC", + "course_description": "Explores the African diaspora resulting from the transatlantic slave trade, drawing on methodologies from two academic disciplines--history and archaeology. Examines key questions about the slave system, using an array of source materials, both written documents and artifacts.", + "course_name": "ANTH 179", + "course_title": "Slavery in the Atlantic World: Historical and Archaeological Perspectives", + "location": "Soc Sci 2 075", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Enrollment is restricted to history, anthropology, and critical race and ethnic studies majors and minors during first-pass enrollment; open to all students at the start of second-pass enrollment.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 23131, + "instructor": "Monroe,J.C.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section. Also offered as HIS 158C.", + "enroll_current": 57, + "waitlist_current": 8 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Methods in Biological Anthropology", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TBA TBA", + "location": "TBA", + "enroll_current": 1, + "course_description": "Deepens students' understanding of methods applied in biological anthropology research. (Formerly Methods in Physical Anthropology.) May be repeated for credit.", + "lecture_number": 22747, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "ANTH 216", + "gen_ed_categories": "5 units", + "instructor": "Fehren-Schmitz,L.", + "class_number": 22747, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 10 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Feminist Ethnographies", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 22, + "course_description": "Considers the relationship between anthropology and feminism. Provides historical perspective on gender inequalities in the discipline as well as the emergence of feminist anthropology. Students read and engage with examples of feminist ethnography form a variety of regions and subfields.", + "enroll_max": 0, + "lecture_number": 22979, + "credits": "5 units", + "location": "Soc Sci 2 071", + "course_name": "ANTH 158", + "gen_ed_categories": "5 units", + "instructor": "Kramer,A.L.", + "class_number": 22979, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 2 + }, { + "enroll_max": 5, + "waitlist_max": 999, + "class_number": 20930, + "class_type": "SEM", + "course_description": "Introduces history, ethnography, and theory of cultural anthropology with emphasis on awareness of construction of anthropological canon and areas of conflict within it, leading up to contemporary debates on a variety of issues. Two-term course: students must enroll in both quarters. (Formerly Core Graduate Course.)", + "course_name": "ANTH 200A", + "course_title": "Cultural Graduate Core Course", + "location": "Soc Sci 1 414", + "grading_options": "Student Option", + "gen_ed_categories": "10 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to anthropology graduate students.", + "meet_times": "TuTh 01:00PM-04:00PM", + "credits": "10 units", + "lecture_number": 20930, + "instructor": "Anderson,M.D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Two-term course: Students must enroll in both quarters.", + "enroll_current": 0, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Anthropology and the Environment", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "Soc Sci 1 110", + "enroll_current": 36, + "course_description": "Examines recent approaches to study of nature and the environment. Considers historical relationship between nature, science, and colonial expansion as well as key issues of contemporary environmental concern: conservation, environmental justice, and social movements. Students cannot receive credit for this course and course 246.", + "lecture_number": 20922, + "credits": "5 units", + "waitlist_current": 3, + "course_name": "ANTH 146", + "gen_ed_categories": "5 units", + "instructor": "Zee,J.C.", + "class_number": 20922, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Senior Thesis Seminar", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 1, + "course_description": "Covers the basics like the planning and organization of research; writing research proposals; the publication and presentation of scientific research results; the recapitulation of laboratory methods; and intensification of specific recent research discussions in anthropology. Prerequisite(s): courses 1 and 107, and either course 101, or course 104, or course 105. Enrollment is restricted to senior anthropology majors and by permission of the instructor. Students cannot receive credit for this course and course 295A.", + "enroll_max": 7, + "lecture_number": 23091, + "credits": "5 units", + "location": "Soc Sci 1 414", + "course_name": "ANTH 195A", + "gen_ed_categories": "5 units", + "instructor": "Fehren-Schmitz,L.", + "class_number": 23091, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Anthropology of Dead Persons", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 07:10PM-08:45PM", + "enroll_current": 23, + "course_description": "Explores the cultural meanings of dead bodies and dead persons, including memorialization; the body in the United States legal system; cadavers in education and research; dead persons in mass disasters and human-rights cases; and repatriation of the dead. Prerequisite(s): Satisfaction of the Entry Level Writing and Composition requirements, and courses 1, 2, and 3. Enrollment restricted to senior anthropology and Earth sciences/Anthropology combined majors. Enrollment by permission of instructor.", + "enroll_max": 16, + "lecture_number": 22980, + "credits": "5 units", + "location": "Soc Sci 1 153", + "course_name": "ANTH 194A", + "gen_ed_categories": "5 units", + "instructor": "Galloway,A.", + "class_number": 22980, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Anthropology of Africa.", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 40, + "course_description": "Survey of sub-Saharan societies. Analysis of principles of social organization and factors of cultural unity of selected western, eastern, central, and southern African peoples. (Formerly Peoples and Cultures of Africa)", + "enroll_max": 40, + "lecture_number": 20918, + "credits": "5 units", + "location": "Soc Sci 2 179", + "course_name": "ANTH 130A", + "gen_ed_categories": "5 units", + "instructor": "Mahajan,N.", + "class_number": 20918, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Tutoring Writing in Anthropology", + "course_section": "01", + "career_type": "Undergraduate", + "enroll_current": 0, + "course_description": "Trains students to tutor writing in undergraduate anthropology courses; supports and guides them during the quarter they are tutoring. Enrollment by interview only. Prerequisite(s): satisfaction of the Composition requirement.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "ANTH 113", + "gen_ed_categories": "2 units", + "lecture_number": 22958, + "class_number": 22958, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "enroll_max": 16, + "waitlist_max": 999, + "class_number": 20927, + "class_type": "SEM", + "course_description": "Focuses on theories and techniques used by archaeologists to bridge the gap between the recovery of ceramic materials and their interpretation within cultural contexts. Topics include the origins of pottery, production methods, classification and typology, seriation, functional analysis, materials analysis and description, organization of production, trade, and the analysis of style. Students are billed a course materials fee. Students cannot receive credit for this course and course 280.", + "course_name": "ANTH 180", + "course_title": "Ceramic Analysis in Archaeology", + "location": "Soc Sci 1 451", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3. Concurrent enrollment in course 180L required. Enrollment is restricted to anthropology majors.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 20927, + "instructor": "Habicht Mauche,J.A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with ANTH 280. Concurrent enrollment in ANTH 180L is required.", + "enroll_current": 7, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "History of Archaeological Theory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 3; satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to anthropology and Earth sciences/anthropology combined majors. Recommended for juniors.", + "meet_times": "TuTh 01:30PM-03:05PM", + "location": "Soc Sci 1 153", + "enroll_current": 19, + "course_description": "Historical review of prehistoric archaeology from antiquarianism to the present. Emphasis on development of archaeological theory and its relation to evolutionary and anthropological theory. Students cannot receive credit for this course and course 270.", + "lecture_number": 20926, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ANTH 170", + "gen_ed_categories": "5 units", + "instructor": "Schneider,T.D.", + "class_number": 20926, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Cultures of Sustainability and Social Justice", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "This is an online course.", + "meet_times": "TBA TBA", + "enroll_current": 49, + "course_description": "Brings together diverse forms of cultural knowledge and complexities of everyday life to illuminate longstanding concerns of sustainability and justice. Investigates multiple theories of sustainable development as well as tools, techniques, and contexts for ecological integrity, economic security, empowerment, responsibility and social well-being characteristic of sustainable communities. Case studies are drawn from around the world highlighting the work of Right Livelihood Award Laureates in tandem with UC faculty.", + "enroll_max": 0, + "lecture_number": 23257, + "credits": "5 units", + "location": "Online", + "course_name": "ANTH 110I", + "gen_ed_categories": "5 units", + "instructor": "Shaw,D.M.", + "class_number": 23257, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 8 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Decolonizing Methodologies", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 05:20PM-06:55PM", + "enroll_current": 25, + "course_description": "Delves into the implications of indigenous research, with themes such as self-determination and healing. At the intersection of indigenous peoples and institutional research, the course covers contexts of research conceptualizations, designs, and implications of participants and their communities.", + "enroll_max": 0, + "lecture_number": 23885, + "credits": "5 units", + "location": "Soc Sci 2 179", + "course_name": "ANTH 110L", + "gen_ed_categories": "5 units", + "instructor": "Hernandez,K.J.", + "class_number": 23885, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 1 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Human Variation and Adaptation", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "MWF 08:00AM-09:05AM", + "enroll_current": 81, + "course_description": "Explores the major environmental factors (temperature, altitude, diet, and disease); how they are perceived by the human body; the physiological, micro- and macroanatomical responses; and how behavior and culture can modify the impact of these stresses. Course 1 is highly recommended as preparation. (Formerly Human Adaptability.)", + "enroll_max": 0, + "lecture_number": 20917, + "credits": "5 units", + "location": "Thim Lecture 001", + "course_name": "ANTH 104", + "gen_ed_categories": "5 units", + "instructor": "Fehren-Schmitz,L.", + "class_number": 20917, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 12 + }, { + "enroll_max": 0, + "waitlist_max": 999, + "class_number": 20923, + "class_type": "LEC", + "course_description": "Encourages anthropology majors to explore different means of communicating anthropology with much attention to individual writing and presentation skills. Intensive work on library research; recognizing, comparing, and making arguments; and analyzing ethnographies, articles, reviews, and films.", + "course_name": "ANTH 150", + "course_title": "Communicating Anthropology", + "location": "Soc Sci 2 179", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): two of the following courses: 1, 2, or 3; satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to sophomore and junior anthropology majors.", + "meet_times": "TuTh 08:00AM-09:35AM", + "credits": "5 units", + "lecture_number": 20923, + "instructor": "Ramirez,R.K.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section.", + "enroll_current": 4, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Human Skeletal Biology", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 1.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 1 461", + "enroll_current": 21, + "course_description": "Presents basic human osteology allowing students to identify skeletal material by element. Emphasizes the dynamic nature of bone by integrating anatomy with a discussion of bone physiology within the context of the human life cycle.", + "lecture_number": 20916, + "credits": "5 units", + "waitlist_current": 5, + "course_name": "ANTH 102A", + "gen_ed_categories": "5 units", + "instructor": "Galloway,A.", + "class_number": 20916, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Evolution of Human Diet", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "TuTh 03:20PM-04:55PM", + "enroll_current": 71, + "course_description": "Presents the evolution of human diet and subsistence from a biological anthropological perspective. Covers the key hypothesis and methodologies related to diet, from our early fossil ancestors up to agriculture and animal husbandry. (Formerly Biocultural Approaches to Food.)", + "enroll_max": 0, + "lecture_number": 23134, + "credits": "5 units", + "location": "Kresge Clrm 327", + "course_name": "ANTH 110F", + "gen_ed_categories": "5 units", + "instructor": "Oelze,V.", + "class_number": 23134, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Language and Culture", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2.", + "meet_times": "TuTh 09:50AM-11:25AM", + "location": "Soc Sci 2 179", + "enroll_current": 39, + "course_description": "Examination of language system and language use in relationship to cultural contexts of communication in Western and non-Western societies. Topics include the Sapir-Whorf linguistic relativity hypothesis; linguistic constructions of gender; speech variation in relation to class, ethnicity, and national identity; and the emergence of self in communicative acts.", + "lecture_number": 20921, + "credits": "5 units", + "waitlist_current": 2, + "course_name": "ANTH 139", + "gen_ed_categories": "5 units", + "instructor": "Brenneis,D.L.", + "class_number": 20921, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Ethnographies of Latin America", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 2.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Cowell Clrm 131", + "enroll_current": 28, + "course_description": "A broad introduction to issues and areas of cultural production and transformation in the Caribbean, Mexico, and Central and South America. Colonial, neocolonial, class, ethnic, gender, religious, ecological, and political relations intersect as represented in ethnographies and film.", + "lecture_number": 20920, + "credits": "5 units", + "waitlist_current": 1, + "course_name": "ANTH 130L", + "gen_ed_categories": "5 units", + "instructor": "Delgado-P,G.", + "class_number": 20920, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Generalized Linear Models", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 205A, 205B, or 256. Enrollment is restricted to graduate students.", + "meet_times": "TuTh 11:40AM-01:15PM", + "location": "J Baskin Engr 169", + "enroll_current": 2, + "course_description": "Theory, methods, and applications of generalized linear statistical models; review of linear models; binomial models for binary responses (including logistical regression and probit models); log-linear models for categorical data analysis; and Poisson models for count data. Case studies drawn from social, engineering, and life sciences.", + "lecture_number": 21778, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "AMS 274", + "gen_ed_categories": "5 units", + "instructor": "Kottas,A.", + "class_number": 21778, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Queer Sexuality in Black Popular Culture", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Also offered as CRES 110Q and FMST 110Q", + "meet_times": "MW 05:20PM-06:55PM", + "enroll_current": 49, + "course_description": "From Janet Mock to Young M.A., queerness has become hypervisible in Black popular culture--but at what cost? Using music, television, and social media as central texts, students investigate the intersections of sexuality, gender, and race in public life.", + "enroll_max": 50, + "lecture_number": 23901, + "credits": "5 units", + "location": "Soc Sci 2 179", + "course_name": "ANTH 110Q", + "gen_ed_categories": "5 units", + "instructor": "Shange-Binion,S.T.", + "class_number": 23901, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 9 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Laboratory Safety Practicum", + "course_section": "01", + "career_type": "Undergraduate", + "meet_times": "W 11:00AM-12:30PM", + "enroll_current": 0, + "course_description": "Covers laboratory health and safety and standard operating procedures within the anthropology laboratories. Prepares students for future laboratory research activities while providing support of laboratory administration, collections management, and laboratory course demonstration needs. Enrollment by application. May be repeated for credit.", + "enroll_max": 25, + "lecture_number": 23186, + "credits": "2 units", + "location": "Soc Sci 1 439", + "course_name": "ANTH 97", + "gen_ed_categories": "2 units", + "instructor": "Oelze,V.", + "class_number": 23186, + "class_type": "LAB", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Biological Anthropology", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section.", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 200, + "course_description": "Study of evolution illustrated by Pleistocene hominid fossils and variation in living human groups. Behavior and evolution of primates examined as they contribute to the understanding of human evolution. Required for all anthropology majors. (Formerly Introduction to Human Evolution.)", + "enroll_max": 200, + "lecture_number": 20895, + "credits": "5 units", + "location": "Humn Lecture Hall", + "course_name": "ANTH 1", + "gen_ed_categories": "5 units", + "instructor": "Reti,J.", + "class_number": 20895, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 4 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Seminar in Geophysical and Astrophysical Fluid Dynamics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by permission of the instructor.", + "enroll_current": 0, + "course_description": "Weekly seminar/discussion group on geophysical and astrophysical fluid dynamics covering both analytical and computational approaches. Participants present research progress and findings in semiformal discussions. Students must present their own research on a regular basis. May be repeated for credit.", + "credits": "2 units", + "waitlist_current": 0, + "course_name": "AMS 280C", + "gen_ed_categories": "2 units", + "lecture_number": 22869, + "class_number": 22869, + "class_type": "SEM", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Seminars in Statistical and Applied Mathematical Modeling", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "M 04:00PM-05:00PM", + "enroll_current": 0, + "course_description": "Weekly seminar series covering topics of current research in applied mathematics and statistics. Permission of instructor required. Enrollment is restricted to graduate students. (Formerly", + "enroll_max": 40, + "lecture_number": 22663, + "credits": "2 units", + "location": "Engineer 2 180", + "course_name": "AMS 280B", + "gen_ed_categories": "2 units", + "instructor": "Staff", + "class_number": 22663, + "class_type": "SEM", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Stochastic Processes", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Prerequisite(s): course 205A, 205B, or 261, or by permission of instructor.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "J Baskin Engr 169", + "enroll_current": 4, + "course_description": "Includes probabilistic and statistical analysis of random processes, continuous-time Markov chains, hidden Markov models, point processes, Markov random fields, spatial and spatio-temporal processes, and statistical modeling and inference in stochastic processes. Applications to a variety of fields.", + "lecture_number": 21777, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "AMS 263", + "gen_ed_categories": "5 units", + "instructor": "Guhaniyogi,R.", + "class_number": 21777, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 15 + }, { + "enroll_max": 45, + "waitlist_max": 999, + "class_number": 22760, + "class_type": "LEC", + "course_description": "Covers fundamental topics in fluid dynamics at the graduate level: Euler and Lagrange descriptions of continuum dynamics; conservation laws for inviscid and viscous flows; potential flows; exact solutions of the Navier-Stokes equation; boundary layer theory; gravity waves. Students cannot receive credit for this course and course 107.", + "course_name": "AMS 217", + "course_title": "Introduction to Fluid Dynamics", + "location": "Soc Sci 1 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by permission of the instructor.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22760, + "instructor": "Brummell,N.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with AMS 107 and PHYS 107.", + "enroll_current": 15, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Foundations of Applied Mathematics", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 05:20PM-06:55PM", + "location": "J Baskin Engr 165", + "enroll_current": 16, + "course_description": "Accelerated class reviewing fundamental applied mathematical methods for all sciences. Topics include: multivariate calculus, linear algebra, Fourier series and integral transform methods, complex analysis, and ordinary differential equations.", + "lecture_number": 22765, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "AMS 211", + "gen_ed_categories": "5 units", + "instructor": "Wang,H.", + "class_number": 22765, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Statistical Data Analysis", + "course_section": "01", + "career_type": "Graduate", + "meet_times": "TuTh 01:30PM-03:05PM", + "enroll_current": 0, + "course_description": "Presents tools for exploratory data analysis (EDA) and statistical modeling in R. Topics include numerical and graphical tools for EDA, linear and logistic regression, ANOVA, PCA, and tools for acquiring and storing large data. No R knowledge is required. Enrollment is restricted to graduate students and by permission of instructor.", + "enroll_max": 35, + "lecture_number": 23252, + "credits": "5 units", + "location": "N. Sci Annex 103", + "course_name": "AMS 204", + "gen_ed_categories": "5 units", + "instructor": "Prado,R.", + "class_number": 23252, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Probability Theory", + "course_section": "50", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students, or by permission of the instructor.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "SiliconValleyCtr", + "enroll_current": 0, + "course_description": "Introduces probability theory and its applications. Requires a multivariate calculus background, but has no measure theoretic content. Topics include: combinatorial analysis; axioms of probability; random variables (discrete and continuous); joint probability distributions; expectation and higher moments; central limit theorem; law of large numbers; and Markov chains. Students cannot receive credit for this course and course 131 or Computer Engineering 107.", + "lecture_number": 22961, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "AMS 203", + "gen_ed_categories": "5 units", + "instructor": "Lee,J.", + "class_number": 22961, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 5 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Research and Teaching in AMS", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "M 01:20PM-03:00PM", + "location": "Soc Sci 1 149", + "enroll_current": 19, + "course_description": "Basic teaching techniques for teaching assistants, including responsibilities and rights; resource materials; computer skills; leading discussions or lab sessions; presentation techniques; maintaining class records; and grading. Examines research and professional training, including use of library; technical writing; giving talks in seminars and conferences; and ethical issues in science and engineering.", + "lecture_number": 22877, + "credits": "3 units", + "waitlist_current": 0, + "course_name": "AMS 200", + "gen_ed_categories": "3 units", + "instructor": "Kottas,A.", + "class_number": 22877, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Convex Optimization", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students.", + "meet_times": "TuTh 03:20PM-04:55PM", + "location": "Soc Sci 1 145", + "enroll_current": 14, + "course_description": "Focuses on recognizing, formulating, analyzing, and solving convex optimization problems encountered across science and engineering. Topics include: convex sets; convex functions; convex optimization problems; duality; subgradient calculus; algorithms for smooth and non-smooth convex optimization; applications to signal and image processing, machine learning, statistics, control, robotics and economics. Students are required to have knowledge of calculus and linear algebra, and exposure to probability.", + "lecture_number": 23689, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "AMS 229", + "gen_ed_categories": "5 units", + "instructor": "Halder,A.", + "class_number": 23689, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 25 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Foundations of Scientific Computing for Scientists and Engineers", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated secondary lab", + "meet_times": "MWF 09:20AM-10:25AM", + "enroll_current": 16, + "course_description": "Covers fundamental aspects of scientific computing for research. Students are introduced to algorithmic development, programming (including the use of compilers, libraries, debugging, optimization, code publication), computational infrastructure, and data analysis tools, gaining hands-on experience through practical assignments. Basic programming experience is assumed.", + "enroll_max": 50, + "lecture_number": 23278, + "credits": "5 units", + "location": "Engineer 2 192", + "course_name": "AMS 129", + "gen_ed_categories": "5 units", + "instructor": "Staff", + "class_number": 23278, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "enroll_max": 65, + "waitlist_max": 999, + "class_number": 22748, + "class_type": "LEC", + "course_description": "Introduces continuous and discrete dynamical systems. Topics include: fixed points; stability; limit cycles; bifurcations; transition to and characterization of chaos; and fractals. Examples drawn from sciences and engineering; founding papers of the subject are studied. Students cannot receive credit for this course and course 114.", + "course_name": "AMS 214", + "course_title": "Applied Dynamical Systems", + "location": "PhysSciences 114", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by permission of instructor.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 22748, + "instructor": "Venturi,D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with AMS 114. Enroll in lecture and associated secondary discussion.", + "enroll_current": 51, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Data Visualization and Statistical Programming in R", + "course_section": "01", + "career_type": "Graduate", + "class_notes": "Also offered as CMPS 266A.", + "meet_times": "Tu 09:50AM-11:25AM", + "enroll_current": 0, + "course_description": "Introduces students to data visualization and statistical programming techniques using the R language. Covers the basics of the language, descriptive statistics, visual analytics, and applied linear regression. Enrollment is by permission of the instructor.", + "enroll_max": 35, + "lecture_number": 23253, + "credits": "3 units", + "location": "J Baskin Engr 156", + "course_name": "AMS 266A", + "gen_ed_categories": "3 units", + "instructor": "Staff", + "class_number": 23253, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Probability Theory", + "course_section": "01", + "career_type": "Graduate", + "enrollment_reqs": "Enrollment is restricted to graduate students, or by permission of the instructor.", + "meet_times": "MWF 12:00PM-01:05PM", + "location": "J Baskin Engr 156", + "enroll_current": 14, + "course_description": "Introduces probability theory and its applications. Requires a multivariate calculus background, but has no measure theoretic content. Topics include: combinatorial analysis; axioms of probability; random variables (discrete and continuous); joint probability distributions; expectation and higher moments; central limit theorem; law of large numbers; and Markov chains. Students cannot receive credit for this course and course 131 or Computer Engineering 107.", + "lecture_number": 22960, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "AMS 203", + "gen_ed_categories": "5 units", + "instructor": "Lee,J.", + "class_number": 22960, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 50 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Introduction to Probability Theory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11B or Economics 11B or Mathematics 11B or 19B or 20B.", + "meet_times": "TuTh 08:00AM-09:35AM", + "location": "Thim Lecture 003", + "enroll_current": 121, + "course_description": "Introduction to probability theory and its applications. Combinatorial analysis, axioms of probability and independence, random variables (discrete and continuous), joint probability distributions, properties of expectation, Central Limit Theorem, Law of Large Numbers, Markov chains. Students cannot receive credit for this course and course 203 and Computer Engineering 107.", + "lecture_number": 21769, + "credits": "5 units", + "waitlist_current": 0, + "course_name": "AMS 131", + "gen_ed_categories": "5 units", + "instructor": "Prado,R.", + "class_number": 21769, + "class_type": "LEC", + "waitlist_max": 999, + "enroll_max": 160 + }, { + "enroll_max": 135, + "waitlist_max": 999, + "class_number": 21566, + "class_type": "LEC", + "course_description": "Introduction to mathematical tools and reasoning, with applications to economics. Topics are drawn from differential calculus in one variable and include limits, continuity, differentiation, elasticity, Taylor polynomials, and optimization. Students cannot receive credit for both this course and Mathematics 11A or 19A or Applied Mathematics and Statistics 15A. (Also offered as Applied Mathematics and Statistics 11A. Students cannot receive credit for both courses.)", + "course_name": "AMS 11A", + "course_title": "Mathematical Methods for Economists I", + "location": "ClassroomUnit 001", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Students who have already taken Mathematics 11A or 19A should not take this course. Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), Applied Math and Statistics 2, 3, or 6, or Mathematics 3.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 21566, + "instructor": "Mendes,B.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ECON 11A. Enroll in lecture and discussion section.", + "enroll_current": 40, + "waitlist_current": 0 + }, { + "enroll_max": 200, + "waitlist_max": 999, + "class_number": 21763, + "class_type": "LEC", + "course_description": "Introduction to probability theory and its applications. Combinatorial analysis, axioms of probability and independence, random variables (discrete and continuous), joint probability distributions, properties of expectation, Central Limit Theorem, Law of Large Numbers, Markov chains. Students cannot receive credit for this course and course 203 and Computer Engineering 107.", + "course_name": "AMS 131", + "course_title": "Introduction to Probability Theory", + "location": "Thim Lecture 003", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11B or Economics 11B or Mathematics 11B or 19B or 20B.", + "meet_times": "TuTh 03:20PM-04:55PM", + "credits": "5 units", + "lecture_number": 21763, + "instructor": "Kottas,A.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 191, + "waitlist_current": 0 + }, { + "enroll_max": 65, + "waitlist_max": 999, + "class_number": 21775, + "class_type": "LEC", + "course_description": "Introduces continuous and discrete dynamical systems. Topics include: fixed points; stability; limit cycles; bifurcations; transition to and characterization of chaos; fractals. Examples are drawn from sciences and engineering. Students cannot receive credit for this course and course 214. (Formerly course 146.)", + "course_name": "AMS 114", + "course_title": "Introduction to Dynamical Systems", + "location": "PhysSciences 114", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 20 or 20A, or Mathematics 21 and Mathematics 24, or Physics 116B. Enrollment is restricted to sophomores, juniors and seniors.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21775, + "instructor": "Venturi,D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Taught in conjunction with AMS 214. Enroll in lecture and associated discussion section", + "enroll_current": 51, + "waitlist_current": 0 + }, { + "enroll_max": 200, + "waitlist_max": 999, + "class_number": 21750, + "class_type": "LEC", + "course_description": "Case-study-based introduction to statistical methods as practiced in the biological, environmental, and health sciences. Descriptive methods, experimental design, probability, interval estimation, hypothesis testing, one- and two-sample problems, power and sample size calculations, simple correlation and simple linear regression, one-way analysis of variance, categorical data analysis.", + "course_name": "AMS 7", + "course_title": "Statistical Methods for the Biological, Environmental, and Health Sciences", + "location": "Thim Lecture 003", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), or course 2 or 3 or 6 or 11A or 15A or Mathematics 3 or 11A or 19A. Concurrent enrollment in course 7L is required.", + "meet_times": "TuTh 07:10PM-08:45PM", + "credits": "5 units", + "lecture_number": 21750, + "instructor": "Mendes,B.S.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in AMS 7L is required. Enroll in lecture and associated discussion section", + "enroll_current": 23, + "waitlist_current": 0 + }, { + "enroll_max": 45, + "waitlist_max": 999, + "class_number": 22353, + "class_type": "LEC", + "course_description": "Covers fundamental topics in fluid dynamics: Euler and Lagrange descriptions of continuum dynamics; conservation laws for inviscid and viscous flows; potential flows; exact solutions of the Navier-Stokes equation; boundary layer theory; gravity waves. Students cannot receive credit for this course and Applied Mathematics and Statistics 217.", + "course_name": "AMS 107", + "course_title": "Introduction to Fluid Dynamics", + "location": "Soc Sci 1 110", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): Mathematics 107 or Physics 116C or Earth and Planetary Sciences 111.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 22353, + "instructor": "Brummell,N.H.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as PHYS 107. Taught in conjunction with AMS 217.", + "enroll_current": 15, + "waitlist_current": 3 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Gambling and Gaming", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 09:50AM-11:25AM", + "enroll_current": 120, + "course_description": "Games of chance and strategy motivated early developments in probability, statistics, and decision theory. Course uses popular games to introduce students to these concepts, which underpin recent scientific developments in economics, genetics, ecology, and physics.", + "enroll_max": 120, + "lecture_number": 22859, + "credits": "5 units", + "location": "Oakes Acad 105", + "course_name": "AMS 80A", + "gen_ed_categories": "5 units", + "instructor": "Guhaniyogi,R.", + "class_number": 22859, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 5 + }, { + "enroll_max": 120, + "waitlist_max": 999, + "class_number": 21578, + "class_type": "LEC", + "course_description": "Mathematical tools and reasoning, with applications to economics. Topics are drawn from multivariable differential calculus and single variable integral calculus, and include partial derivatives, linear and quadratic approximation, optimization with and without constraints, Lagrange multipliers, definite and indefinite integrals, and elementary differential equations. Students cannot receive credit for both this course and Mathematics 11B or 19B or Applied Math and Statistics 15B.", + "course_name": "AMS 11B", + "course_title": "Mathematical Methods for Economists II", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): course 11A , Economics 11A, Mathematics 11A, or Mathematics 19A.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 21578, + "instructor": "Katznelson,J.R.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Also offered as ECON 11B.", + "enroll_current": 103, + "waitlist_current": 1 + }, { + "enroll_max": 190, + "waitlist_max": 999, + "class_number": 21756, + "class_type": "LEC", + "course_description": "Applications-oriented course on complex numbers and linear algebra integrating Matlab as a computational support tool. Introduction to complex algebra. Vectors, bases and transformations, matrix algebra, solutions of linear systems, inverses and determinants, eigenvalues and eigenvectors, and geometric transformations. Students cannot receive credit for this course and for courses 10A or Mathematics 21.", + "course_name": "AMS 10", + "course_title": "Mathematical Methods for Engineers I", + "location": "Thim Lecture 003", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): score of 400 or higher on the mathematics placement examination (MPE) or Mathematics 3.", + "meet_times": "TuTh 09:50AM-11:25AM", + "credits": "5 units", + "lecture_number": 21756, + "instructor": "Gomez,M.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated secondary lab", + "enroll_current": 190, + "waitlist_current": 31 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Statistical Methods for the Biological, Environmental, and Health Sciences Laboratory", + "course_section": "02", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), course 2 or 3 or 6 or 11A or 15A or Mathematics 3 or 11A or 19A.", + "enroll_current": 26, + "course_description": "Computer-based laboratory course in which students gain hands-on experience in analysis of data sets arising from statistical problem-solving in the biological, environmental, and health sciences. Descriptive methods, interval estimation, hypothesis testing, one-and two-sample problems, correlation and regression, one-way analysis of variance, categorical data analysis.", + "lecture_number": 22734, + "credits": "2 units", + "waitlist_current": 0, + "course_name": "AMS 7L", + "gen_ed_categories": "2 units", + "class_notes": "Enroll in lab and associated secondary lab. Concurrent enrollment in AMS 7 is required.", + "class_number": 22734, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 200 + }, { + "grading_options": "Student Option", + "term": "2018 Fall Quarter", + "course_title": "Statistical Methods for the Biological, Environmental, and Health Sciences Laboratory", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), course 2 or 3 or 6 or 11A or 15A or Mathematics 3 or 11A or 19A.", + "enroll_current": 185, + "course_description": "Computer-based laboratory course in which students gain hands-on experience in analysis of data sets arising from statistical problem-solving in the biological, environmental, and health sciences. Descriptive methods, interval estimation, hypothesis testing, one-and two-sample problems, correlation and regression, one-way analysis of variance, categorical data analysis.", + "lecture_number": 22728, + "credits": "2 units", + "waitlist_current": 1, + "course_name": "AMS 7L", + "gen_ed_categories": "2 units", + "class_notes": "Enroll in lab and associated secondary lab. Concurrent enrollment in AMS 7 is required.", + "class_number": 22728, + "class_type": "LAB", + "waitlist_max": 999, + "enroll_max": 200 + }, { + "enroll_max": 200, + "waitlist_max": 999, + "class_number": 21744, + "class_type": "LEC", + "course_description": "Case-study-based introduction to statistical methods as practiced in the biological, environmental, and health sciences. Descriptive methods, experimental design, probability, interval estimation, hypothesis testing, one- and two-sample problems, power and sample size calculations, simple correlation and simple linear regression, one-way analysis of variance, categorical data analysis.", + "course_name": "AMS 7", + "course_title": "Statistical Methods for the Biological, Environmental, and Health Sciences", + "location": "J Bask Aud 101", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), or course 2 or 3 or 6 or 11A or 15A or Mathematics 3 or 11A or 19A. Concurrent enrollment in course 7L is required.", + "meet_times": "TuTh 11:40AM-01:15PM", + "credits": "5 units", + "lecture_number": 21744, + "instructor": "Draper,D.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Concurrent enrollment in AMS 7L is required. Enroll in lecture and associated discussion section", + "enroll_current": 200, + "waitlist_current": 7 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Statistics", + "course_section": "01", + "career_type": "Undergraduate", + "class_notes": "Enroll in lecture and associated discussion section", + "meet_times": "TuTh 11:40AM-01:15PM", + "enroll_current": 209, + "course_description": "Introduction to statistical methods/reasoning, including descriptive methods, data-gathering (experimental design and sample surveys), probability, interval estimation, significance tests, one- and two-sample problems, categorical data analysis, correlation and regression. Emphasis on applications to the natural and social sciences. Students cannot receive credit for this course if they have already received credit for course 7.", + "enroll_max": 210, + "lecture_number": 21727, + "credits": "5 units", + "location": "Earth&Marine B206", + "course_name": "AMS 5", + "gen_ed_categories": "5 units", + "instructor": "Mendes,B.S.", + "class_number": 21727, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 0 + }, { + "grading_options": "Student Option", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "course_title": "Statistics", + "course_section": "02", + "career_type": "Undergraduate", + "meet_times": "MWF 02:40PM-03:45PM", + "enroll_current": 210, + "course_description": "Introduction to statistical methods/reasoning, including descriptive methods, data-gathering (experimental design and sample surveys), probability, interval estimation, significance tests, one- and two-sample problems, categorical data analysis, correlation and regression. Emphasis on applications to the natural and social sciences. Students cannot receive credit for this course if they have already received credit for course 7.", + "enroll_max": 210, + "lecture_number": 21735, + "credits": "5 units", + "location": "Earth&Marine B206", + "course_name": "AMS 5", + "gen_ed_categories": "5 units", + "instructor": "Katznelson,J.R.", + "class_number": 21735, + "class_type": "LEC", + "waitlist_max": 999, + "waitlist_current": 34 + }, { + "enroll_max": 25, + "waitlist_max": 999, + "class_number": 21723, + "class_type": "LEC", + "course_description": "Introduces mathematical functions and their uses for modeling real-life problems in the social sciences. Includes inequalities, linear and quadratic equations, functions (linear, quadratic, polynomial, rational, power, exponential, logarithmic, trigonometric), inverses, and the composition of functions. Students cannot receive credit for both this course and Mathematics 3. Mathematics 3 can substitute for this course. (Formerly Precalculus for Science and Engineering.)", + "course_name": "AMS 3", + "course_title": "Precalculus for the Social Sciences", + "location": "Soc Sci 2 075", + "grading_options": "Student Option", + "gen_ed_categories": "5 units", + "course_section": "01", + "career_type": "Undergraduate", + "enrollment_reqs": "Prerequisite(s): score of 200 or higher on the mathematics placement examination (MPE), or Mathematics 2.", + "meet_times": "MWF 10:40AM-11:45AM", + "credits": "5 units", + "lecture_number": 21723, + "instructor": "Garaud,P.", + "class_dates": "09/27/18 - 12/07/18", + "term": "2018 Fall Quarter", + "class_notes": "Enroll in lecture and associated discussion section", + "enroll_current": 19, + "waitlist_current": 0 + }] \ No newline at end of file diff --git a/crawlers/ucsc/ucsc/spiders/pisa.py b/crawlers/ucsc/ucsc/spiders/pisa.py index 5bf75da..714feec 100644 --- a/crawlers/ucsc/ucsc/spiders/pisa.py +++ b/crawlers/ucsc/ucsc/spiders/pisa.py @@ -125,9 +125,11 @@ def parse_panel_class_details (panel_body): 'Seminar': 'SEM', 'Laboratory': 'LAB', 'Field Studies': 'FLD', + 'Studio': 'fixme (Studio)', }[class_type] except KeyError: - raise Exception("Unhandled class_type: '%s'"%class_type) + print("FIXME unhandled class type: '%s'"%class_type) + # raise Exception("Unhandled class_type: '%s'"%class_type) result['credits'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') result['gen_ed_categories'] = left_panel.xpath('dd[5]/text()').extract()[0].strip('"') avail_seats = int(right_panel.xpath('dd[2]/text()').extract()[0].strip('"')) From de6158e05665b1bd5da4bc96f66ad8b55d7dc99f Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Mon, 9 Jul 2018 14:21:01 -0700 Subject: [PATCH 18/18] removed data files --- crawlers/ucsc/course_index_data.json | 1584 - crawlers/ucsc/out.json | 1585 - crawlers/ucsc/output.json | 511 - crawlers/ucsc/pisa.log | 2591 -- crawlers/ucsc/pisa_index.json | 1584 - .../ucsc/pisa_raw_course_data_fall_2018.json | 38014 ---------------- 6 files changed, 45869 deletions(-) delete mode 100644 crawlers/ucsc/course_index_data.json delete mode 100644 crawlers/ucsc/out.json delete mode 100644 crawlers/ucsc/output.json delete mode 100644 crawlers/ucsc/pisa.log delete mode 100644 crawlers/ucsc/pisa_index.json delete mode 100644 crawlers/ucsc/pisa_raw_course_data_fall_2018.json diff --git a/crawlers/ucsc/course_index_data.json b/crawlers/ucsc/course_index_data.json deleted file mode 100644 index e2dcc6a..0000000 --- a/crawlers/ucsc/course_index_data.json +++ /dev/null @@ -1,1584 +0,0 @@ -[ -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__003__01", "class_type": "LEC", "course_name": "Precalculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "enroll_current": 19, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 075", "instructor": "Garaud,P.", "class_number": 21723, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__005__01", "class_type": "LEC", "course_name": "Statistics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjciO30%3D", "enroll_current": 209, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Earth", "instructor": "Mendes,B.S.", "class_number": 21727, "enroll_max": 210}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__005__02", "class_type": "LEC", "course_name": "Statistics", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MzUiO30%3D", "enroll_current": 210, "meet_times": "MWF 02:40PM-03:45PM", "location": "Earth", "instructor": "Katznelson,J.R.", "class_number": 21735, "enroll_max": 210}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__007__01", "class_type": "LEC", "course_name": "StatMthdsBio/Env/Hlth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NDQiO30%3D", "enroll_current": 200, "meet_times": "TuTh 11:40AM-01:15PM", "location": "J Bask Aud 101", "instructor": "Draper,D.", "class_number": 21744, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__007__02", "class_type": "LEC", "course_name": "StatMthdsBio/Env/Hlth", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NTAiO30%3D", "enroll_current": 23, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Thim Lecture 003", "instructor": "Mendes,B.S.", "class_number": 21750, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__007L__01", "class_type": "LAB", "course_name": "StatMthdsBioEnvHlthLab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjgiO30%3D", "enroll_current": 184, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22728, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__007L__02", "class_type": "LAB", "course_name": "StatMthdsBioEnvHlthLab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MzQiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22734, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__010__01", "class_type": "LEC", "course_name": "Math Methods I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NTYiO30%3D", "enroll_current": 190, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Thim Lecture 003", "instructor": "Gomez,M.", "class_number": 21756, "enroll_max": 190}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__011A__01", "class_type": "LEC", "course_name": "Math Methd for Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NjYiO30%3D", "enroll_current": 40, "meet_times": "TuTh 03:20PM-04:55PM", "location": "ClassroomUnit 001", "instructor": "Mendes,B.S.", "class_number": 21566, "enroll_max": 135}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__011B__01", "class_type": "LEC", "course_name": "Math Methds Econ II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NzgiO30%3D", "enroll_current": 103, "meet_times": "MWF 10:40AM-11:45AM", "location": "J Bask Aud 101", "instructor": "Katznelson,J.R.", "class_number": 21578, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__080A__01", "class_type": "LEC", "course_name": "Gambling and Gaming", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTkiO30%3D", "enroll_current": 120, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Oakes Acad 105", "instructor": "Guhaniyogi,R.", "class_number": 22859, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__107__01", "class_type": "LEC", "course_name": "IntroFluidDynamics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTMiO30%3D", "enroll_current": 15, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 110", "instructor": "Brummell,N.H.", "class_number": 22353, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__114__01", "class_type": "LEC", "course_name": "Intro Dynam Systems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzUiO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 114", "instructor": "Venturi,D.", "class_number": 21775, "enroll_max": 65}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__129__01", "class_type": "LEC", "course_name": "Foundtns Sci Comput", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzgiO30%3D", "enroll_current": 16, "meet_times": "MWF 09:20AM-10:25AM", "location": "Engineer 2 192", "instructor": "Staff", "class_number": 23278, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__131__01", "class_type": "LEC", "course_name": "Intro Prob Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NjMiO30%3D", "enroll_current": 191, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Thim Lecture 003", "instructor": "Kottas,A.", "class_number": 21763, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__131__02", "class_type": "LEC", "course_name": "Intro Prob Theory", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NjkiO30%3D", "enroll_current": 120, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Thim Lecture 003", "instructor": "Prado,R.", "class_number": 21769, "enroll_max": 160}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__200__01", "class_type": "LEC", "course_name": "Research/Teach AMS", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzciO30%3D", "enroll_current": 17, "meet_times": "M 01:20PM-03:00PM", "location": "Soc Sci 1 149", "instructor": "Kottas,A.", "class_number": 22877, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__203__01", "class_type": "LEC", "course_name": "Intro Prob Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjAiO30%3D", "enroll_current": 13, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Baskin Engr 156", "instructor": "Lee,J.", "class_number": 22960, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__203__50", "class_type": "LEC", "course_name": "Intro Prob Theory", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjEiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "SiliconValleyCtr", "instructor": "Lee,J.", "class_number": 22961, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__204__01", "class_type": "LEC", "course_name": "Stat Data Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "N", "instructor": "Prado,R.", "class_number": 23252, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__211__01", "class_type": "LEC", "course_name": "Foundatn App Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjUiO30%3D", "enroll_current": 15, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 165", "instructor": "Wang,H.", "class_number": 22765, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__214__01", "class_type": "LEC", "course_name": "Applied Dynamic Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDgiO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 114", "instructor": "Venturi,D.", "class_number": 22748, "enroll_max": 65}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__217__01", "class_type": "LEC", "course_name": "Intro Fluid Dynamics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjAiO30%3D", "enroll_current": 15, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 110", "instructor": "Brummell,N.H.", "class_number": 22760, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__229__01", "class_type": "LEC", "course_name": "Convex Optimization", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODkiO30%3D", "enroll_current": 14, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 1 145", "instructor": "Halder,A.", "class_number": 23689, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__263__01", "class_type": "LEC", "course_name": "Stochastic Processes", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzciO30%3D", "enroll_current": 4, "meet_times": "TuTh 08:00AM-09:35AM", "location": "J Baskin Engr 169", "instructor": "Guhaniyogi,R.", "class_number": 21777, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__266A__01", "class_type": "LEC", "course_name": "Introduction to R", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTMiO30%3D", "enroll_current": 0, "meet_times": "Tu 09:50AM-11:25AM", "location": "J Baskin Engr 156", "instructor": "Staff", "class_number": 23253, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__274__01", "class_type": "LEC", "course_name": "Gen Linear Models", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzgiO30%3D", "enroll_current": 2, "meet_times": "TuTh 11:40AM-01:15PM", "location": "J Baskin Engr 169", "instructor": "Kottas,A.", "class_number": 21778, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__280B__01", "class_type": "SEM", "course_name": "Stat&AppliedMathModel", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjMiO30%3D", "enroll_current": 0, "meet_times": "M 04:00PM-05:00PM", "location": "Engineer 2 180", "instructor": "Staff", "class_number": 22663, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__AMS__280C__01", "class_type": "SEM", "course_name": "Seminar in GAFD", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22869, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__001__01", "class_type": "LEC", "course_name": "Intro Biolog Anth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4OTUiO30%3D", "enroll_current": 200, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Humn Lecture Hall", "instructor": "Reti,J.", "class_number": 20895, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__097__01", "class_type": "LAB", "course_name": "Lab Safety Practice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODYiO30%3D", "enroll_current": 0, "meet_times": "W 11:00AM-12:30PM", "location": "Soc Sci 1 439", "instructor": "Oelze,V.", "class_number": 23186, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__102A__01", "class_type": "LEC", "course_name": "Human Skeletal Biol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTYiO30%3D", "enroll_current": 21, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 461", "instructor": "Galloway,A.", "class_number": 20916, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__104__01", "class_type": "LEC", "course_name": "Human Var and Adapt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTciO30%3D", "enroll_current": 81, "meet_times": "MWF 08:00AM-09:05AM", "location": "Thim Lecture 001", "instructor": "Fehren-Schmitz,L.", "class_number": 20917, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__110F__01", "class_type": "LEC", "course_name": "Evolution Human Diet", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzQiO30%3D", "enroll_current": 71, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Clrm 327", "instructor": "Oelze,V.", "class_number": 23134, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__110I__01", "class_type": "LEC", "course_name": "SustainbilitySocJust", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTciO30%3D", "enroll_current": 49, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Shaw,D.M.", "class_number": 23257, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__110L__01", "class_type": "LEC", "course_name": "Decolonizing Method", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODUiO30%3D", "enroll_current": 25, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 2 179", "instructor": "Hernandez,K.J.", "class_number": 23885, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__110Q__01", "class_type": "LEC", "course_name": "Black Queer Culture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDEiO30%3D", "enroll_current": 49, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 179", "instructor": "Shange-Binion,S.T.", "class_number": 23901, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__113__01", "class_type": "SEM", "course_name": "Tutor Writing Anth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22958, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__130A__01", "class_type": "LEC", "course_name": "People of Africa", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTgiO30%3D", "enroll_current": 40, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 2 179", "instructor": "Mahajan,N.", "class_number": 20918, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__130L__01", "class_type": "LEC", "course_name": "Latin Amer Ethnogra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjAiO30%3D", "enroll_current": 28, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Cowell Clrm 131", "instructor": "Delgado-P,G.", "class_number": 20920, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__139__01", "class_type": "LEC", "course_name": "Language & Culture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjEiO30%3D", "enroll_current": 39, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 179", "instructor": "Brenneis,D.L.", "class_number": 20921, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__146__01", "class_type": "LEC", "course_name": "Anth & Environment", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjIiO30%3D", "enroll_current": 36, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 1 110", "instructor": "Zee,J.C.", "class_number": 20922, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__150__01", "class_type": "LEC", "course_name": "Communicating Anth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjMiO30%3D", "enroll_current": 4, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 2 179", "instructor": "Ramirez,R.K.", "class_number": 20923, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__158__01", "class_type": "LEC", "course_name": "Feminist Ethnography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzkiO30%3D", "enroll_current": 22, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 2 071", "instructor": "Kramer,A.L.", "class_number": 22979, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__170__01", "class_type": "LEC", "course_name": "His Archaeol Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjYiO30%3D", "enroll_current": 19, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 1 153", "instructor": "Schneider,T.D.", "class_number": 20926, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__179__01", "class_type": "LEC", "course_name": "Slavery in Atlantic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzEiO30%3D", "enroll_current": 57, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 075", "instructor": "O'Malley,G.", "class_number": 23131, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__180__01", "class_type": "SEM", "course_name": "Ceramic Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjciO30%3D", "enroll_current": 7, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 451", "instructor": "Habicht Mauche,J.A.", "class_number": 20927, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__180L__01", "class_type": "LAB", "course_name": "Ceramic Analys Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjgiO30%3D", "enroll_current": 7, "meet_times": "W 09:00AM-11:45AM", "location": "Soc Sci 1 451", "instructor": "Habicht Mauche,J.A.", "class_number": 20928, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__194A__01", "class_type": "SEM", "course_name": "Dead Persons", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODAiO30%3D", "enroll_current": 23, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Soc Sci 1 153", "instructor": "Galloway,A.", "class_number": 22980, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__194H__01", "class_type": "SEM", "course_name": "Paleoanthropology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDYiO30%3D", "enroll_current": 18, "meet_times": "Tu 03:20PM-06:20PM", "location": "Soc Sci 2 137", "instructor": "Reti,J.", "class_number": 22946, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__194S__01", "class_type": "SEM", "course_name": "Anthroplgy of Sound", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjkiO30%3D", "enroll_current": 16, "meet_times": "M 12:00PM-03:00PM", "location": "Soc Sci 2 137", "instructor": "Brenneis,D.L.", "class_number": 20929, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__195A__01", "class_type": "SEM", "course_name": "Senior Thesis Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTEiO30%3D", "enroll_current": 1, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 1 414", "instructor": "Fehren-Schmitz,L.", "class_number": 23091, "enroll_max": 7}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__200A__01", "class_type": "SEM", "course_name": "Cultural Grad Core", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:00PM-04:00PM", "location": "Soc Sci 1 414", "instructor": "Anderson,M.D.", "class_number": 20930, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__216__01", "class_type": "SEM", "course_name": "Methods in BioAnth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Fehren-Schmitz,L.", "class_number": 22747, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__228__01", "class_type": "SEM", "course_name": "Grant Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzEiO30%3D", "enroll_current": 1, "meet_times": "W 09:00AM-12:00PM", "location": "Soc Sci 1 414", "instructor": "Chen,N.N.", "class_number": 20931, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__248__01", "class_type": "SEM", "course_name": "Finance/Money/Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTQiO30%3D", "enroll_current": 4, "meet_times": "F 10:30AM-01:30PM", "location": "Soc Sci 1 414", "instructor": "Mahajan,N.", "class_number": 22894, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__270A__01", "class_type": "SEM", "course_name": "Archaeol Grad Core", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzkiO30%3D", "enroll_current": 0, "meet_times": "M 12:00PM-03:00PM", "location": "Soc Sci 1 414", "instructor": "Monroe,J.C.", "class_number": 23139, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__272__01", "class_type": "SEM", "course_name": "Adv Archeol Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjMiO30%3D", "enroll_current": 0, "meet_times": "Th 09:00AM-12:00PM", "location": "Soc Sci 1 414", "instructor": "Blackmore,C.", "class_number": 22963, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__280__01", "class_type": "SEM", "course_name": "AdvCeramicAnalysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 451", "instructor": "Habicht Mauche,J.A.", "class_number": 22703, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__280L__01", "class_type": "LAB", "course_name": "CeramicAnalysisLab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDQiO30%3D", "enroll_current": 0, "meet_times": "W 09:00AM-11:45AM", "location": "Soc Sci 1 451", "instructor": "Habicht Mauche,J.A.", "class_number": 22704, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__292__01", "class_type": "SEM", "course_name": "Graduate Colloquim", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzIiO30%3D", "enroll_current": 0, "meet_times": "W 03:30PM-05:00PM", "location": "Soc Sci 1 261", "instructor": "Anderson,M.D.", "class_number": 20932, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ANTH__294R__01", "class_type": "SEM", "course_name": "Adv Read BioAnth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzMiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Oelze,V.", "class_number": 20933, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__APLX__080__01", "class_type": "LEC", "course_name": "Intro Applied Ling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzYiO30%3D", "enroll_current": 21, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Humanities 1 110", "instructor": "Miller,D.P.", "class_number": 23136, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__APLX__113__01", "class_type": "LEC", "course_name": "Inter-Cultural Comm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDUiO30%3D", "enroll_current": 25, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Humanities 1 110", "instructor": "Abrams,Z.", "class_number": 22945, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__010E__01", "class_type": "LEC", "course_name": "3D Foundation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjgiO30%3D", "enroll_current": 82, "meet_times": "MW 05:20PM-06:55PM", "location": "Media Theater M110", "instructor": "Hibbert-Jones,W.D.", "class_number": 23068, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__020I__01", "class_type": "STU", "course_name": "Intro Photography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzciO30%3D", "enroll_current": 17, "meet_times": "TuThSa 11:40AM-02:05PM", "location": "E Baskin I200", "instructor": "Perry,K.C.", "class_number": 23077, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__020J__01", "class_type": "STU", "course_name": "Intro Draw/Paint", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzgiO30%3D", "enroll_current": 21, "meet_times": "TuThSa 05:05PM-07:30PM", "location": "E Baskin M101", "instructor": "Gwyn,M.", "class_number": 23078, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__020K__01", "class_type": "STU", "course_name": "Intro New Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzciO30%3D", "enroll_current": 20, "meet_times": "MWF 12:00PM-02:25PM", "location": "E Baskin E102", "instructor": "Anderson,E.W.", "class_number": 23137, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__080D__01", "class_type": "LEC", "course_name": "Intro Photography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzYiO30%3D", "enroll_current": 120, "meet_times": "TuTh 08:00AM-09:35AM", "location": "J Bask Aud 101", "instructor": "Perry,K.C.", "class_number": 20936, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__080F__01", "class_type": "LEC", "course_name": "Intro Digital Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NDUiO30%3D", "enroll_current": 74, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 321", "instructor": "Gillette,K.L.", "class_number": 20945, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__106C__01", "class_type": "STU", "course_name": "StopMotionAnimation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzEiO30%3D", "enroll_current": 10, "meet_times": "MWF 12:00PM-02:25PM", "location": "E Baskin E102", "instructor": "Anderson,E.W.", "class_number": 23271, "enroll_max": 9}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__130__01", "class_type": "STU", "course_name": "Interm/Adv Painting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTIiO30%3D", "enroll_current": 18, "meet_times": "TuThSa 11:40AM-02:05PM", "location": "E Baskin J101", "instructor": "Gwyn,M.", "class_number": 20952, "enroll_max": 18}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__146T__01", "class_type": "STU", "course_name": "Digital Illustration", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTEiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22891, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__150__01", "class_type": "STU", "course_name": "Darkroom Practices", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjgiO30%3D", "enroll_current": 18, "meet_times": "TuThSa 02:25PM-04:50PM", "location": "Digital Arts 230", "instructor": "Karlic,K.", "class_number": 22928, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__156__01", "class_type": "STU", "course_name": "Project Devlop Photo", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODUiO30%3D", "enroll_current": 17, "meet_times": "TuThSa 09:00AM-11:25AM", "location": "Digital Arts 230", "instructor": "Karlic,K.", "class_number": 23085, "enroll_max": 18}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__162A__01", "class_type": "STU", "course_name": "Intaglio I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTMiO30%3D", "enroll_current": 20, "meet_times": "MWF 12:00PM-02:25PM", "location": "E Baskin F101", "instructor": "Lee,J.", "class_number": 20953, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__163A__01", "class_type": "STU", "course_name": "Lithography I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTQiO30%3D", "enroll_current": 13, "meet_times": "TuThSa 09:00AM-11:25AM", "location": "E Baskin G101", "instructor": "Martinez Leal,E.", "class_number": 20954, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__180B__01", "class_type": "STU", "course_name": "Sculpture II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTYiO30%3D", "enroll_current": 14, "meet_times": "MWF 02:40PM-05:05PM", "location": "E Baskin H101", "instructor": "Hibbert-Jones,W.D.", "class_number": 20956, "enroll_max": 14}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__184__01", "class_type": "STU", "course_name": "3D ArtDesign:LaserCNC", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzUiO30%3D", "enroll_current": 10, "meet_times": "TuThSa 11:40AM-02:05PM", "location": "E Baskin A101", "instructor": "Hemenway,D.T.", "class_number": 23235, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__188__01", "class_type": "STU", "course_name": "Int/Adv Sclpt/Fndry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTUiO30%3D", "enroll_current": 13, "meet_times": "MWF 02:40PM-05:05PM", "location": "TA Foundry 100", "instructor": "Monaghan,S.M.", "class_number": 20955, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__189__01", "class_type": "STU", "course_name": "SpecialTopicsSculpture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTciO30%3D", "enroll_current": 10, "meet_times": "TuThSa 02:25PM-04:50PM", "location": "E Baskin P108", "instructor": "Palmer,L.", "class_number": 20957, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ART__194__01", "class_type": "STU", "course_name": "Forms and Ideas", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzQiO30%3D", "enroll_current": 11, "meet_times": "TuThSa 09:00AM-11:25AM", "location": "E Baskin L101", "instructor": "Palmer,L.", "class_number": 20934, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__080G__01", "class_type": "LEC", "course_name": "Vis Com Interaction", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjkiO30%3D", "enroll_current": 86, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Oakes Acad 105", "instructor": "Viana Neto,M.", "class_number": 23169, "enroll_max": 86}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__080H__01", "class_type": "LEC", "course_name": "Hist Digital Games", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTkiO30%3D", "enroll_current": 104, "meet_times": "MW 07:10PM-08:45PM", "location": "Thim Lecture 003", "instructor": "cardenas,m.", "class_number": 23099, "enroll_max": 104}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__080I__01", "class_type": "LEC", "course_name": "Foundations of Play", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTgiO30%3D", "enroll_current": 36, "meet_times": "TuTh 01:30PM-03:05PM", "location": "R Carson Acad 240", "instructor": "Swensen,E.A.", "class_number": 23058, "enroll_max": 36}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__118__01", "class_type": "STU", "course_name": "Draw/Paint Game Des", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzgiO30%3D", "enroll_current": 16, "meet_times": "TuTh 05:20PM-07:50PM", "location": "Porter Acad 240", "instructor": "Staff", "class_number": 23038, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__129__01", "class_type": "STU", "course_name": "Spec Topic Game Des", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjMiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-01:05PM", "location": "Digital Arts 308", "instructor": "Darke,A.", "class_number": 23223, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__170__01", "class_type": "STU", "course_name": "Game Design I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODMiO30%3D", "enroll_current": 50, "meet_times": "M 05:20PM-06:55PM", "location": "J Baskin Engr 368", "instructor": "Hunicke,R.", "class_number": 23183, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__170__01", "class_type": "STU", "course_name": "Game Design I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODMiO30%3D", "enroll_current": 50, "meet_times": "TuTh 11:40AM-01:15PM", "location": "TA 2nd Stage", "instructor": "Hunicke,R.", "class_number": 23183, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ARTG__179__01", "class_type": "LEC", "course_name": "Game Design Practicum", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTciO30%3D", "enroll_current": 18, "meet_times": "M 05:20PM-08:45PM", "location": "Steven Acad 175", "instructor": "Staff", "class_number": 22997, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__001__01", "class_type": "LEC", "course_name": "The Cosmos", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDIiO30%3D", "enroll_current": 200, "meet_times": "MWF 10:40AM-11:45AM", "location": "Thim Lecture 003", "instructor": "Guha Thakurta,P.", "class_number": 22902, "enroll_max": 224}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__002__01", "class_type": "LEC", "course_name": "Overview Universe", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTgiO30%3D", "enroll_current": 167, "meet_times": "MWF 02:40PM-03:45PM", "location": "J Bask Aud 101", "instructor": "Guha Thakurta,P.", "class_number": 20958, "enroll_max": 207}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__111__01", "class_type": "LEC", "course_name": "Order of Magnitude", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjciO30%3D", "enroll_current": 36, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 110", "instructor": "Ramirez-Ruiz,E.J.", "class_number": 22927, "enroll_max": 36}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__119__01", "class_type": "LEC", "course_name": "Intro Sci Computing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTMiO30%3D", "enroll_current": 48, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 327", "instructor": "Robertson,B.E.", "class_number": 21513, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__135A__01", "class_type": "LAB", "course_name": "Astrophys Adv Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTkiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 235", "instructor": "Brown,G.S.", "class_number": 22619, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__171__01", "class_type": "LEC", "course_name": "Genl Relativity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjMiO30%3D", "enroll_current": 19, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ISB 235", "instructor": "Dine,M.", "class_number": 22363, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__205__01", "class_type": "LEC", "course_name": "Intr Astro Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzEiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:30AM-10:25AM", "location": "ISB 356", "instructor": "Smith,G.H.", "class_number": 20971, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__212__01", "class_type": "LEC", "course_name": "Dynamical Astronomy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzIiO30%3D", "enroll_current": 9, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ISB 165", "instructor": "Murray-Clay,R.", "class_number": 20972, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__220A__01", "class_type": "LEC", "course_name": "Stel Struct & Evol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzYiO30%3D", "enroll_current": 5, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Foley,R.J.", "class_number": 23936, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__223__01", "class_type": "LEC", "course_name": "Planetary Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzgiO30%3D", "enroll_current": 1, "meet_times": "MWF 01:20PM-02:25PM", "location": "ISB 165", "instructor": "Fortney,J.J.", "class_number": 22878, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ASTR__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzMiO30%3D", "enroll_current": 5, "meet_times": "W 02:40PM-05:00PM", "location": "N", "instructor": "Staff", "class_number": 20973, "enroll_max": 85}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOC__100A__01", "class_type": "LEC", "course_name": "Biochemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzQiO30%3D", "enroll_current": 176, "meet_times": "MWF 04:00PM-05:05PM", "location": "J Bask Aud 101", "instructor": "Stone,M.D.", "class_number": 20974, "enroll_max": 210}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOC__110L__01", "class_type": "LAB", "course_name": "AdvBiochemLaboratory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODEiO30%3D", "enroll_current": 8, "meet_times": "M 01:20PM-02:55PM", "location": "Thimann Lab 101", "instructor": "Einarsdottir,O.", "class_number": 20981, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__020B__01", "class_type": "LEC", "course_name": "Developmt & Physiol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMDAiO30%3D", "enroll_current": 266, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Media Theater M110", "instructor": "Dunkin,R.C.", "class_number": 21000, "enroll_max": 300}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__020C__01", "class_type": "LEC", "course_name": "Ecology & Evolution", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMTAiO30%3D", "enroll_current": 184, "meet_times": "TuTh 05:20PM-06:55PM", "location": "ClassroomUnit 002", "instructor": "Marinovic,B.B.", "class_number": 21010, "enroll_max": 300}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__020C__02", "class_type": "LEC", "course_name": "Ecology & Evolution", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMjAiO30%3D", "enroll_current": 75, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Sci ", "instructor": "Marinovic,B.B.", "class_number": 21020, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__082__01", "class_type": "FLD", "course_name": "Intro Field Res/Con", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODEiO30%3D", "enroll_current": 0, "meet_times": "Tu 05:30PM-07:00PM", "location": "Thimann Lab 101", "instructor": "Staff", "class_number": 23181, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__082__02", "class_type": "FLD", "course_name": "Intro Field Res/Con", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODIiO30%3D", "enroll_current": 0, "meet_times": "Th 05:30PM-07:00PM", "location": "Thimann Lab 101", "instructor": "Staff", "class_number": 23182, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__107__01", "class_type": "LEC", "course_name": "Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwOTgiO30%3D", "enroll_current": 75, "meet_times": "TuTh 10:25AM-12:00PM", "location": "CoastBio 110", "instructor": "Fox,L.R.", "class_number": 21098, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__109__01", "class_type": "LEC", "course_name": "Evolution", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTMiO30%3D", "enroll_current": 77, "meet_times": "MW 10:00AM-11:35AM", "location": "CoastBio 110", "instructor": "Kay,K.M.", "class_number": 21113, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__124__01", "class_type": "LEC", "course_name": "Mammalogy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDkiO30%3D", "enroll_current": 22, "meet_times": "MW 01:25PM-03:00PM", "location": "Lg Discovery 128", "instructor": "Shabel,A.", "class_number": 23009, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__124L__01", "class_type": "LAB", "course_name": "Mammalogy Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTAiO30%3D", "enroll_current": 22, "meet_times": "MW 03:25PM-05:00PM", "location": "Lg Discovery 128", "instructor": "Shabel,A.", "class_number": 23010, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__135__01", "class_type": "LEC", "course_name": "Plant Physiology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODgiO30%3D", "enroll_current": 40, "meet_times": "MW 10:00AM-11:35AM", "location": "CoastBio 115", "instructor": "Pittermann,J.", "class_number": 23888, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__135L__01", "class_type": "LAB", "course_name": "Plant Physiology Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODkiO30%3D", "enroll_current": 20, "meet_times": "W 01:30PM-04:30PM", "location": "Thimann Lab 239", "instructor": "Pittermann,J.", "class_number": 23889, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__135L__02", "class_type": "LAB", "course_name": "Plant Physiology Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTAiO30%3D", "enroll_current": 20, "meet_times": "Th 01:30PM-04:30PM", "location": "Thimann Lab 239", "instructor": "Pittermann,J.", "class_number": 23890, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__136__01", "class_type": "LEC", "course_name": "Enviro Physiology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTAiO30%3D", "enroll_current": 63, "meet_times": "TuTh 08:25AM-10:00AM", "location": "CoastBio 110", "instructor": "Dunkin,R.C.", "class_number": 23290, "enroll_max": 63}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__140__01", "class_type": "LEC", "course_name": "Behavioral Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwOTMiO30%3D", "enroll_current": 65, "meet_times": "MW 08:00AM-09:35AM", "location": "CoastBio 110", "instructor": "Sinervo,B.R.", "class_number": 21093, "enroll_max": 65}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__145__01", "class_type": "LEC", "course_name": "Plant Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDkiO30%3D", "enroll_current": 30, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 130", "instructor": "Parker,I.M.", "class_number": 21109, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__145L__01", "class_type": "LAB", "course_name": "Plant Ecology Field", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTIiO30%3D", "enroll_current": 15, "meet_times": "Th 01:30PM-05:00PM", "location": "Soc Sci 1 135", "instructor": "Parker,I.M.", "class_number": 21112, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__145L__01", "class_type": "LAB", "course_name": "Plant Ecology Field", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTIiO30%3D", "enroll_current": 15, "meet_times": "Tu 01:30PM-05:00PM", "location": "Thimann Lab 239", "instructor": "Parker,I.M.", "class_number": 21112, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__155__01", "class_type": "LEC", "course_name": "Freshwater Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjUiO30%3D", "enroll_current": 48, "meet_times": "MW 01:25PM-03:00PM", "location": "CoastBio 110", "instructor": "Palkovacs,E.P.", "class_number": 22865, "enroll_max": 48}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__159A__01", "class_type": "FLD", "course_name": "Fld Qtr:Marine Ecol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDMiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Bernardi,G.", "class_number": 21103, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__159B__01", "class_type": "FLD", "course_name": "Fld Qtr:Ichthyology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDQiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Raimondi,P.T.", "class_number": 21104, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__159C__01", "class_type": "FLD", "course_name": "Fld Qtr:Field Ecolo", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDUiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Raimondi,P.T.", "class_number": 21105, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__159D__01", "class_type": "FLD", "course_name": "Fld Qtr:Fld Eco Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Alonzo,S.H.", "class_number": 21106, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__165__01", "class_type": "LEC", "course_name": "Marine Conserv Bio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDciO30%3D", "enroll_current": 48, "meet_times": "TuTh 12:25PM-02:00PM", "location": "Ocean Health 118", "instructor": "Croll,D.A.", "class_number": 21107, "enroll_max": 48}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__172__01", "class_type": "LEC", "course_name": "Population Genetics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTciO30%3D", "enroll_current": 15, "meet_times": "TuTh 02:25PM-04:00PM", "location": "CoastBio 110", "instructor": "Pogson,G.", "class_number": 21057, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__172L__01", "class_type": "LAB", "course_name": "Popultn Genetic Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTgiO30%3D", "enroll_current": 15, "meet_times": "Th 09:15AM-12:15PM", "location": "CoastBio 115", "instructor": "Pogson,G.", "class_number": 21058, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__183W__01", "class_type": "SEM", "course_name": "Research in EEB", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTkiO30%3D", "enroll_current": 10, "meet_times": "Tu 02:25PM-04:00PM", "location": "CoastBio 203", "instructor": "Fox,L.R.", "class_number": 23019, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__200A__01", "class_type": "SEM", "course_name": "Scientific Skills", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjMiO30%3D", "enroll_current": 7, "meet_times": "TBA To Be Arranged", "location": "CoastBio 203", "instructor": "Carr,M.H.", "class_number": 21123, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__200B__01", "class_type": "SEM", "course_name": "Adv Organismal Bio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjIiO30%3D", "enroll_current": 9, "meet_times": "TBA To Be Arranged", "location": "CoastBio 203", "instructor": "Alonzo,S.H.", "class_number": 21122, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__245__01", "class_type": "LEC", "course_name": "Plant Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 130", "instructor": "Parker,I.M.", "class_number": 21124, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__245L__01", "class_type": "LAB", "course_name": "Field Methods Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjUiO30%3D", "enroll_current": 0, "meet_times": "Tu 01:30PM-05:00PM", "location": "Thimann Lab 239", "instructor": "Parker,I.M.", "class_number": 21125, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__245L__01", "class_type": "LAB", "course_name": "Field Methods Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjUiO30%3D", "enroll_current": 0, "meet_times": "Th 01:30PM-05:00PM", "location": "Soc Sci 1 135", "instructor": "Parker,I.M.", "class_number": 21125, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__272__01", "class_type": "LEC", "course_name": "Population Genetics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 02:25PM-04:00PM", "location": "CoastBio 110", "instructor": "Pogson,G.", "class_number": 21120, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__272L__01", "class_type": "LAB", "course_name": "Populatn Genetc Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjEiO30%3D", "enroll_current": 0, "meet_times": "Th 09:15AM-12:15PM", "location": "CoastBio 115", "instructor": "Pogson,G.", "class_number": 21121, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281A__01", "class_type": "SEM", "course_name": "Appld Marine Ecolog", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzciO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Carr,M.H.", "class_number": 21137, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281B__01", "class_type": "SEM", "course_name": "Molecular Evolution", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzgiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Bernardi,G.", "class_number": 21138, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281C__01", "class_type": "SEM", "course_name": "Physiological Ecol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Costa,D.", "class_number": 21139, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281D__01", "class_type": "SEM", "course_name": "Global Chng Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjEiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kroeker,K.J.", "class_number": 23221, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281E__01", "class_type": "SEM", "course_name": "Freshwater Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjUiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Palkovacs,E.P.", "class_number": 23025, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281F__01", "class_type": "SEM", "course_name": "Ecological Res Topi", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Fox,L.R.", "class_number": 21140, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281G__01", "class_type": "SEM", "course_name": "SexualSel/Soci Behav", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Alonzo,S.H.", "class_number": 23222, "enroll_max": 18}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281H__01", "class_type": "SEM", "course_name": "Comp Marine Phys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Mehta,R.", "class_number": 22951, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281I__01", "class_type": "SEM", "course_name": "DiseaseEco/Population", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kilpatrick,A.M.", "class_number": 22871, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281K__01", "class_type": "SEM", "course_name": "Plant Evolution", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzIiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kay,K.M.", "class_number": 22872, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281L__01", "class_type": "SEM", "course_name": "Behavrl & Evol Ecol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lyon,B.E.", "class_number": 21141, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281N__01", "class_type": "SEM", "course_name": "Marine Vert Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDIiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Croll,D.A.", "class_number": 21142, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281O__01", "class_type": "SEM", "course_name": "PlantWaterRelations", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzMiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pittermann,J.", "class_number": 22873, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281P__01", "class_type": "SEM", "course_name": "Plant Population", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDMiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Parker,I.M.", "class_number": 21143, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281Q__01", "class_type": "SEM", "course_name": "Molec Evolution Gen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pogson,G.", "class_number": 21144, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281R__01", "class_type": "SEM", "course_name": "Mari Eco&Evol Biol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Raimondi,P.T.", "class_number": 21145, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281S__01", "class_type": "SEM", "course_name": "Ancient DNA", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjQiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Shapiro,B.A.", "class_number": 23024, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281U__01", "class_type": "SEM", "course_name": "Invertebrate Biol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Potts,D.C.", "class_number": 21147, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281V__01", "class_type": "SEM", "course_name": "Behavioral Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDgiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sinervo,B.R.", "class_number": 21148, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__281W__01", "class_type": "SEM", "course_name": "Exercise/Env Phys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Williams,T.M.", "class_number": 21149, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__294__01", "class_type": "SEM", "course_name": "Ecol, Evol Bio Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTIiO30%3D", "enroll_current": 26, "meet_times": "F 10:00AM-11:00AM", "location": "CoastBio 110", "instructor": "Sinervo,B.R.", "class_number": 21152, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOE__295__01", "class_type": "SEM", "course_name": "Adv EEB Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22667, "enroll_max": 18}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__015__01", "class_type": "SEM", "course_name": "Research Reports", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODMiO30%3D", "enroll_current": 0, "meet_times": "M 02:40PM-03:45PM", "location": "J Baskin Engr 160", "instructor": "Jurica,M.S.", "class_number": 20983, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__020A__01", "class_type": "LEC", "course_name": "Cell & Molecular Bi", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODQiO30%3D", "enroll_current": 300, "meet_times": "TuTh 03:20PM-04:55PM", "location": "ClassroomUnit 002", "instructor": "Tamkun,J.W.", "class_number": 20984, "enroll_max": 300}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__020L__01", "class_type": "LAB", "course_name": "Experimental Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMjEiO30%3D", "enroll_current": 157, "meet_times": "M 10:40AM-11:45AM", "location": "ClassroomUnit 002", "instructor": "Lee,J.C.", "class_number": 21021, "enroll_max": 300}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__100__01", "class_type": "LEC", "course_name": "Biochemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMzciO30%3D", "enroll_current": 194, "meet_times": "MWF 02:40PM-03:45PM", "location": "Media Theater M110", "instructor": "Arribere,J.A.", "class_number": 21037, "enroll_max": 194}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__101L__01", "class_type": "LAB", "course_name": "Molecular Bio Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjkiO30%3D", "enroll_current": 33, "meet_times": "M 04:00PM-05:05PM", "location": "J Baskin Engr 152", "instructor": "Staff", "class_number": 22929, "enroll_max": 94}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__102L__01", "class_type": "LAB", "course_name": "Toxic RNA Lab I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanford,J.R.", "class_number": 23262, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__103L__01", "class_type": "LAB", "course_name": "Toxic RNA Lab II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanford,J.R.", "class_number": 23920, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__105__01", "class_type": "LEC", "course_name": "Genetics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNDYiO30%3D", "enroll_current": 216, "meet_times": "TuTh 08:00AM-09:35AM", "location": "ClassroomUnit 002", "instructor": "Kamakaka,R.T.", "class_number": 21046, "enroll_max": 216}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__109L__01", "class_type": "LAB", "course_name": "Yeast Molecular Gen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTkiO30%3D", "enroll_current": 20, "meet_times": "TuTh 10:00AM-02:00PM", "location": "Thimann Lab 229", "instructor": "Gurun,G.J.", "class_number": 21059, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__110__01", "class_type": "LEC", "course_name": "Cell Biology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjAiO30%3D", "enroll_current": 255, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Media Theater M110", "instructor": "Rexach,M.", "class_number": 21060, "enroll_max": 255}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__115L__01", "class_type": "LAB", "course_name": "Eukaryotc Molec Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjciO30%3D", "enroll_current": 12, "meet_times": "MW 09:00AM-01:00PM", "location": "Thimann Lab 215", "instructor": "Staff", "class_number": 21067, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__115L__02", "class_type": "LAB", "course_name": "Eukaryotc Molec Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjgiO30%3D", "enroll_current": 6, "meet_times": "TuTh 12:00PM-04:00PM", "location": "Thimann Lab 215", "instructor": "Staff", "class_number": 21068, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__125__01", "class_type": "LEC", "course_name": "Intro to Neurosci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNzgiO30%3D", "enroll_current": 140, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 152", "instructor": "Ackman,J.", "class_number": 21078, "enroll_max": 140}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__130__01", "class_type": "LEC", "course_name": "Human Physiology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwODMiO30%3D", "enroll_current": 88, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ClassroomUnit 001", "instructor": "Gurun,G.J.", "class_number": 21083, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__130L__01", "class_type": "LAB", "course_name": "Human Physiolgy Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwODgiO30%3D", "enroll_current": 75, "meet_times": "M 10:40AM-11:45AM", "location": "N", "instructor": "Gurun,G.J.", "class_number": 21088, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__186F__01", "class_type": "LAB", "course_name": "Undergrad Rsrch:MCDB", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTEiO30%3D", "enroll_current": 0, "meet_times": "Th 01:30PM-03:05PM", "location": "Sinsheimer Lb 123", "instructor": "Zuniga,M.C.", "class_number": 22651, "enroll_max": 105}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__186L__01", "class_type": "LAB", "course_name": "Undergrad Rsrch MCD", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTIiO30%3D", "enroll_current": 0, "meet_times": "Th 01:30PM-03:05PM", "location": "Sinsheimer Lb 123", "instructor": "Zuniga,M.C.", "class_number": 22652, "enroll_max": 105}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__186R__01", "class_type": "LAB", "course_name": "UG Research: MCD Bio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODUiO30%3D", "enroll_current": 0, "meet_times": "Th 01:30PM-03:05PM", "location": "Sinsheimer Lb 123", "instructor": "Zuniga,M.C.", "class_number": 22985, "enroll_max": 105}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__189__01", "class_type": "FLD", "course_name": "Health Sci Intrnshp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22637, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__189W__01", "class_type": "FLD", "course_name": "Human Biology DC", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODQiO30%3D", "enroll_current": 3, "meet_times": "W 05:20PM-06:55PM", "location": "Thimann Lab 101", "instructor": "Staff", "class_number": 22984, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__191__01", "class_type": "SEM", "course_name": "ACE Service Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MzkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Honig,S.E.", "class_number": 22939, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__200A__01", "class_type": "LEC", "course_name": "Critical Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTgiO30%3D", "enroll_current": 15, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Saxton,W.M.", "class_number": 21118, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__201__01", "class_type": "SEM", "course_name": "RNA Processing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Feldheim,D.A.", "class_number": 21119, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280A__01", "class_type": "SEM", "course_name": "Molec Gene Yeasts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ares,M.", "class_number": 21126, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280B__01", "class_type": "SEM", "course_name": "Chromatin Structure", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Boeger,H.H.", "class_number": 22750, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280C__01", "class_type": "SEM", "course_name": "Mammalian Brain Dev", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjYiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Chen,B.", "class_number": 22766, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280D__01", "class_type": "SEM", "course_name": "RNA Processing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Zahler,A.M.", "class_number": 21127, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280E__01", "class_type": "SEM", "course_name": "Meiotic Chrom Dynms", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjQiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Bhalla,N.", "class_number": 22864, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280F__01", "class_type": "SEM", "course_name": "Vert Neural Connect", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjgiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Feldheim,D.A.", "class_number": 21128, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280G__01", "class_type": "SEM", "course_name": "Phys Devel Brain", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTAiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ackman,J.", "class_number": 23190, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280H__01", "class_type": "SEM", "course_name": "Chromatn/Transcript", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Hartzog,G.A.", "class_number": 21129, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280I__01", "class_type": "SEM", "course_name": "EpigeneticGeneSilenc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kamakaka,R.T.", "class_number": 22755, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280J__01", "class_type": "SEM", "course_name": "Macromoleculr Cmplx", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Jurica,M.S.", "class_number": 22636, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280K__01", "class_type": "SEM", "course_name": "Cell Cycle Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzAiO30%3D", "enroll_current": 3, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kellogg,D.", "class_number": 21130, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280L__01", "class_type": "SEM", "course_name": "Development", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Hinck,L.", "class_number": 21131, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280M__01", "class_type": "SEM", "course_name": "Post-Trans Control", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanford,J.R.", "class_number": 22944, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280N__01", "class_type": "SEM", "course_name": "Noncoding RNA Immune", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Carpenter,S.", "class_number": 23191, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280O__01", "class_type": "SEM", "course_name": "Bacterial Pathogen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ottemann,K.M.", "class_number": 21133, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280P__01", "class_type": "SEM", "course_name": "QualityCtrl Gene Exp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Arribere,J.A.", "class_number": 23895, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280Q__01", "class_type": "SEM", "course_name": "Oocyte/Embry/Neuron", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Saxton,W.M.", "class_number": 22767, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280R__01", "class_type": "SEM", "course_name": "Gene reg C. elegans", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ward,J.", "class_number": 23255, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280S__01", "class_type": "SEM", "course_name": "Chrom/RNA reg", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjgiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Strome,S.", "class_number": 22768, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280T__01", "class_type": "SEM", "course_name": "Drosophila Develpmt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Tamkun,J.W.", "class_number": 21134, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280U__01", "class_type": "SEM", "course_name": "Drosophila Embryo", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sullivan,W.", "class_number": 21135, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280W__01", "class_type": "SEM", "course_name": "Membrane Proteins", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 21136, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280Y__01", "class_type": "SEM", "course_name": "Synaptic Plasticity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Zuo,Y.", "class_number": 22769, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__280Z__01", "class_type": "SEM", "course_name": "ProstaDev&CancerBio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wang,Z.", "class_number": 23121, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__288__01", "class_type": "LEC", "course_name": "Teaching Assist Train", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTYiO30%3D", "enroll_current": 14, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Strome,S.", "class_number": 23256, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__291__01", "class_type": "SEM", "course_name": "Mol Cell Devel Bio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTAiO30%3D", "enroll_current": 31, "meet_times": "M 12:00PM-01:05PM", "location": "N", "instructor": "Ward,J.", "class_number": 21150, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BIOL__292__01", "class_type": "SEM", "course_name": "MCD Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTEiO30%3D", "enroll_current": 31, "meet_times": "F 12:00PM-01:05PM", "location": "N", "instructor": "Carpenter,S.", "class_number": 21151, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__005__01", "class_type": "LEC", "course_name": "Intro to Biotech", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTAiO30%3D", "enroll_current": 35, "meet_times": "MWF 01:20PM-02:25PM", "location": "Merrill Acad 102", "instructor": "Rothwell,W.F.", "class_number": 22810, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__018__01", "class_type": "LEC", "course_name": "Sci Principles Life", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTgiO30%3D", "enroll_current": 27, "meet_times": "MWF 10:40AM-11:45AM", "location": "Earth", "instructor": "Haussler,D.", "class_number": 23658, "enroll_max": 268}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__080G__01", "class_type": "LEC", "course_name": "Bioethics 21st Cent", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMzYiO30%3D", "enroll_current": 66, "meet_times": "MW 05:20PM-06:55PM", "location": "ClassroomUnit 001", "instructor": "Staff", "class_number": 21236, "enroll_max": 171}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__110__01", "class_type": "LAB", "course_name": "Comp Bio Tools", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTQiO30%3D", "enroll_current": 75, "meet_times": "MWF 01:20PM-02:25PM", "location": "PhysSciences 110", "instructor": "Corbett-Detig,R.", "class_number": 21154, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__122H__01", "class_type": "LAB", "course_name": "Env Virology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzYiO30%3D", "enroll_current": 26, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 305", "instructor": "Bernick,D.L.", "class_number": 22976, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__129A__01", "class_type": "LEC", "course_name": "Project Des/Imp BME I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDciO30%3D", "enroll_current": 22, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 372", "instructor": "Pourmand,N.", "class_number": 23207, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__130__01", "class_type": "LEC", "course_name": "Genomes", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjAiO30%3D", "enroll_current": 47, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 130", "instructor": "Green,R.E.", "class_number": 22660, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__132__01", "class_type": "LEC", "course_name": "Evol Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzciO30%3D", "enroll_current": 12, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 101", "instructor": "Corbett-Detig,R.", "class_number": 23237, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__140__01", "class_type": "LEC", "course_name": "Bioinstrumentation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzgiO30%3D", "enroll_current": 26, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Earth", "instructor": "Pourmand,N.", "class_number": 22838, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__185__01", "class_type": "LEC", "course_name": "Tech Writing Biomol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzEiO30%3D", "enroll_current": 12, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 1 149", "instructor": "Staff", "class_number": 23771, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__205__01", "class_type": "LEC", "course_name": "BioinfoModel/Algorthm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTMiO30%3D", "enroll_current": 28, "meet_times": "MWF 02:40PM-03:45PM", "location": "J Baskin Engr 372", "instructor": "Bernick,D.L.", "class_number": 21153, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__232__01", "class_type": "LEC", "course_name": "Evol Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTEiO30%3D", "enroll_current": 12, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 101", "instructor": "Corbett-Detig,R.", "class_number": 23251, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__280B__01", "class_type": "SEM", "course_name": "Bioinform/Bioeng Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTciO30%3D", "enroll_current": 66, "meet_times": "Th 11:40AM-01:15PM", "location": "BiomedSci 200", "instructor": "Green,R.E.", "class_number": 21157, "enroll_max": 57}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281C__01", "class_type": "SEM", "course_name": "Cancer Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Stuart,J.M.", "class_number": 22959, "enroll_max": 2}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281D__01", "class_type": "SEM", "course_name": "Protein Engineering", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Dubois,R.M.", "class_number": 23122, "enroll_max": 1}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281E__01", "class_type": "SEM", "course_name": "Seminar in Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjIiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Green,R.E.", "class_number": 22962, "enroll_max": 2}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281H__01", "class_type": "SEM", "course_name": "Sem Compar Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTYiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Haussler,D.", "class_number": 22656, "enroll_max": 9}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281N__01", "class_type": "LAB", "course_name": "Transcriptomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Brooks,A.", "class_number": 23215, "enroll_max": 1}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281P__01", "class_type": "SEM", "course_name": "Nanotech/Biosensors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzAiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pourmand,N.", "class_number": 22870, "enroll_max": 6}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281R__01", "class_type": "SEM", "course_name": "Stem Cell Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kim,D.", "class_number": 23243, "enroll_max": 1}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281S__01", "class_type": "SEM", "course_name": "Sem Comput Genomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Stuart,J.M.", "class_number": 22657, "enroll_max": 1}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__BME__281V__01", "class_type": "SEM", "course_name": "Immunogenomics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Vollmers,C.", "class_number": 23135, "enroll_max": 3}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001A__01", "class_type": "LEC", "course_name": "General Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTgiO30%3D", "enroll_current": 128, "meet_times": "MWF 04:00PM-05:05PM", "location": "ClassroomUnit 002", "instructor": "Eroy-Reveles,A.A.", "class_number": 21158, "enroll_max": 250}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001A__02", "class_type": "LEC", "course_name": "General Chemistry", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNzUiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Sci ", "instructor": "Eroy-Reveles,A.A.", "class_number": 21175, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001B__01", "class_type": "LEC", "course_name": "General Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExODAiO30%3D", "enroll_current": 245, "meet_times": "MWF 01:20PM-02:25PM", "location": "ClassroomUnit 002", "instructor": "Zhang,J.Z.", "class_number": 21180, "enroll_max": 245}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001C__01", "class_type": "LEC", "course_name": "General Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExOTMiO30%3D", "enroll_current": 333, "meet_times": "MWF 12:00PM-01:05PM", "location": "Media Theater M110", "instructor": "Weiss,P.S.", "class_number": 21193, "enroll_max": 382}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001M__01", "class_type": "LAB", "course_name": "Gen Chem Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMDYiO30%3D", "enroll_current": 173, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Roland,R.E.", "class_number": 21206, "enroll_max": 180}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__001N__01", "class_type": "LAB", "course_name": "Gen Chem Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMTkiO30%3D", "enroll_current": 287, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Roland,R.E.", "class_number": 21219, "enroll_max": 288}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__008A__01", "class_type": "LEC", "course_name": "Organic Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNTAiO30%3D", "enroll_current": 390, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ClassroomUnit 002", "instructor": "Binder,C.M.", "class_number": 21250, "enroll_max": 450}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__008L__01", "class_type": "LAB", "course_name": "Organic Chem Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNjYiO30%3D", "enroll_current": 354, "meet_times": "F 10:40AM-11:45AM", "location": "ClassroomUnit 002", "instructor": "Binder,C.M.", "class_number": 21266, "enroll_max": 384}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__122__01", "class_type": "LEC", "course_name": "Instrumental Analys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTEiO30%3D", "enroll_current": 16, "meet_times": "MWF 10:40AM-11:45AM", "location": "Thimann Lab 101", "instructor": "Oliver,S.R.", "class_number": 21291, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__143__01", "class_type": "LEC", "course_name": "Org Chem Structure", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTQiO30%3D", "enroll_current": 18, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Earth", "instructor": "Singaram,B.", "class_number": 21294, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__146A__01", "class_type": "LAB", "course_name": "Adv Lab Organic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTciO30%3D", "enroll_current": 16, "meet_times": "TuTh 01:30PM-05:30PM", "location": "Thimann Lab 318", "instructor": "Binder,C.M.", "class_number": 21297, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__163A__01", "class_type": "LEC", "course_name": "Quantum Mech & Spec", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTgiO30%3D", "enroll_current": 119, "meet_times": "MWF 12:00PM-01:05PM", "location": "Kresge Clrm 321", "instructor": "Ping,Y.", "class_number": 21298, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__182__01", "class_type": "SEM", "course_name": "ACE Service Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MzgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22938, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__200A__01", "class_type": "LEC", "course_name": "Adv Biophys Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDUiO30%3D", "enroll_current": 7, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Thimann Lab 101", "instructor": "Scott,W.G.", "class_number": 21305, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__234__01", "class_type": "LEC", "course_name": "Bioinorganic Chem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDYiO30%3D", "enroll_current": 2, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 240", "instructor": "Mascharak,P.", "class_number": 21306, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__242B__01", "class_type": "LEC", "course_name": "Modern Org Syn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODciO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:50AM-11:25AM", "location": "N", "instructor": "Braslau,R.", "class_number": 23087, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__269__01", "class_type": "LEC", "course_name": "Electrochemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTgiO30%3D", "enroll_current": 12, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 141", "instructor": "Chen,S.", "class_number": 22658, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__274__01", "class_type": "SEM", "course_name": "Prosem Synth/Polymr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Braslau,R.", "class_number": 22661, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__275__01", "class_type": "SEM", "course_name": "Bio Inorganic Chem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Holman,T.R.", "class_number": 22705, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__282__01", "class_type": "SEM", "course_name": "Synthetic Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Singaram,B.", "class_number": 21307, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__284__01", "class_type": "SEM", "course_name": "Prosem Syn Org Chem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Raskatov,J.", "class_number": 21308, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__286__01", "class_type": "SEM", "course_name": "Prosem Nat Pro Chem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDkiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Crews,P.O.", "class_number": 21309, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__291__01", "class_type": "SEM", "course_name": "Chemistry Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDciO30%3D", "enroll_current": 25, "meet_times": "M 03:30PM-05:00PM", "location": "PhysSciences 240", "instructor": "Li,Y.", "class_number": 23007, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTAiO30%3D", "enroll_current": 3, "meet_times": "F 02:40PM-03:45PM", "location": "PhysSciences 240", "instructor": "Johnstone,T.C.", "class_number": 21310, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHEM__296__01", "class_type": "SEM", "course_name": "Teaching Chemistry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTEiO30%3D", "enroll_current": 5, "meet_times": "M 10:40AM-11:45AM", "location": "N", "instructor": "Roland,R.E.", "class_number": 21311, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__001__01", "class_type": "LEC", "course_name": "Chinese: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTIiO30%3D", "enroll_current": 20, "meet_times": "MWF 08:00AM-09:05AM", "location": "Hum ", "instructor": "Keenan,D.L.", "class_number": 21312, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__001__02", "class_type": "LEC", "course_name": "Chinese: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTMiO30%3D", "enroll_current": 25, "meet_times": "MWF 09:20AM-10:25AM", "location": "Hum ", "instructor": "Keenan,D.L.", "class_number": 21313, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__001__03", "class_type": "LEC", "course_name": "Chinese: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTQiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Hum ", "instructor": "Keenan,D.L.", "class_number": 21314, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__004__01", "class_type": "LEC", "course_name": "Chinese: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTUiO30%3D", "enroll_current": 7, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 165", "instructor": "Wu,T.", "class_number": 21315, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CHIN__103__01", "class_type": "SEM", "course_name": "Advanced Chinese", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTYiO30%3D", "enroll_current": 12, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 171", "instructor": "Wu,T.", "class_number": 21316, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__01", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjMiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23723, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__01", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjMiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23723, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__02", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjQiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23724, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__02", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjQiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23724, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__03", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjUiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23725, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__03", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjUiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23725, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__04", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjYiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23726, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__04", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjYiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23726, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__05", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjciO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23727, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__05", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjciO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23727, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__06", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjgiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23728, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__06", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23728, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__07", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23729, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__07", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23729, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__08", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzAiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23730, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__08", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23730, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__09", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzEiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23731, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__09", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzEiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23731, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__10", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzIiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23732, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__10", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzIiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23732, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__11", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzMiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23733, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__11", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23733, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__12", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23734, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__12", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzQiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23734, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__13", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzUiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23735, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__13", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzUiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23735, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__14", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzYiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23736, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__001__14", "class_type": "SEM", "course_name": "ALE:Intl/Global Persp", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzYiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23736, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__090__01", "class_type": "SEM", "course_name": "Intercultural Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDUiO30%3D", "enroll_current": 0, "meet_times": "Tu 03:20PM-04:55PM", "location": "Soc Sci 2 165", "instructor": "Staff", "class_number": 23005, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLNI__120__01", "class_type": "SEM", "course_name": "PAC Planning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTUiO30%3D", "enroll_current": 3, "meet_times": "M 04:00PM-05:05PM", "location": "Namaste Lounge", "instructor": "Staff", "class_number": 23015, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__01", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzciO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23737, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__01", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzciO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23737, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__02", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzgiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23738, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__02", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzgiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23738, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__03", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzkiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23739, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__03", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23739, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__04", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDAiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23740, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__04", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23740, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__05", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDEiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23741, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__05", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDEiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23741, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__06", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23742, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__06", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDIiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23742, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__07", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 161", "instructor": "Staff", "class_number": 23743, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__07", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDMiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23743, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__08", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDQiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23744, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__08", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDQiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23744, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__09", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDUiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23745, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__09", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDUiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23745, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__10", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDYiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23746, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__10", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDYiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23746, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__11", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDciO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23747, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__11", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDciO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 179", "instructor": "Staff", "class_number": 23747, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__12", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDgiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23748, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__12", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23748, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__13", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23749, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__13", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23749, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__14", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "J Baskin Engr 165", "instructor": "Staff", "class_number": 23750, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__001__14", "class_type": "SEM", "course_name": "ALE:Social Justice", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-09:10PM", "location": "9", "instructor": "Staff", "class_number": 23750, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__060__01", "class_type": "SEM", "course_name": "Slug Story Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzUiO30%3D", "enroll_current": 3, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 141", "instructor": "Majzler,R.D.", "class_number": 23935, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__095__01", "class_type": "SEM", "course_name": "Nonviolent Comm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22982, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__120__01", "class_type": "SEM", "course_name": "PAC Planning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTYiO30%3D", "enroll_current": 10, "meet_times": "M 04:00PM-05:05PM", "location": "Namaste Lounge", "instructor": "Staff", "class_number": 23016, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CLTE__135__01", "class_type": "SEM", "course_name": "Soc Just Inst & Pwr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzgiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Baskin Engr 372", "instructor": "Staff", "class_number": 23238, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__010__01", "class_type": "LEC", "course_name": "Intr To Cmmu Actvsm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTgiO30%3D", "enroll_current": 49, "meet_times": "MWF 12:00PM-01:05PM", "location": "Thim Lecture 001", "instructor": "Lopez,L.T.", "class_number": 21318, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__105A__01", "class_type": "FLD", "course_name": "Field Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzgiO30%3D", "enroll_current": 49, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pudup,M.B.", "class_number": 23338, "enroll_max": 59}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__105B__01", "class_type": "FLD", "course_name": "Field Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzkiO30%3D", "enroll_current": 49, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pudup,M.B.", "class_number": 23339, "enroll_max": 59}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__105C__01", "class_type": "FLD", "course_name": "Field Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNDAiO30%3D", "enroll_current": 49, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Pudup,M.B.", "class_number": 23340, "enroll_max": 59}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__132__01", "class_type": "LEC", "course_name": "Amer Cities Soc Chg", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjQiO30%3D", "enroll_current": 13, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Porter Acad 148", "instructor": "Pudup,M.B.", "class_number": 21324, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__149__01", "class_type": "LEC", "course_name": "Pol Econ Food & Ag", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTMiO30%3D", "enroll_current": 45, "meet_times": "MW 05:20PM-06:55PM", "location": "Porter Acad 144", "instructor": "Guthman,J.H.", "class_number": 22613, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMMU__161__01", "class_type": "LEC", "course_name": "GenderHealth&Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjEiO30%3D", "enroll_current": 44, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Porter Acad 144", "instructor": "Steiner,A.", "class_number": 21321, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__003__01", "class_type": "LEC", "course_name": "Personal Computers", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjciO30%3D", "enroll_current": 150, "meet_times": "MWF 01:20PM-02:25PM", "location": "Media Theater M110", "instructor": "Moulds,G.B.", "class_number": 21327, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__008__01", "class_type": "LEC", "course_name": "Robot Automation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjIiO30%3D", "enroll_current": 24, "meet_times": "MWF 02:40PM-03:45PM", "location": "Kresge Clrm 327", "instructor": "Staff", "class_number": 22722, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__012__01", "class_type": "LEC", "course_name": "Com Sys/Assmbly Lan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjYiO30%3D", "enroll_current": 184, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 22626, "enroll_max": 186}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__012L__01", "class_type": "LAB", "course_name": "Comp Sys/Lang Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMzIiO30%3D", "enroll_current": 186, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 21332, "enroll_max": 186}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__016__01", "class_type": "LEC", "course_name": "Appl Discrete Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNDMiO30%3D", "enroll_current": 235, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ClassroomUnit 002", "instructor": "Larrabee,T.", "class_number": 21343, "enroll_max": 240}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__080A__01", "class_type": "LEC", "course_name": "Universal Access", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDUiO30%3D", "enroll_current": 55, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Merrill Acad 102", "instructor": "Manduchi,R.", "class_number": 22745, "enroll_max": 55}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__080N__01", "class_type": "LEC", "course_name": "Intro to Networking", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTIiO30%3D", "enroll_current": 120, "meet_times": "MW 05:20PM-06:55PM", "location": "Thim Lecture 003", "instructor": "Parsa,C.L.", "class_number": 21352, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__100__01", "class_type": "LEC", "course_name": "Logic Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTciO30%3D", "enroll_current": 56, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 327", "instructor": "Schlag,M.", "class_number": 21357, "enroll_max": 57}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__100L__01", "class_type": "LAB", "course_name": "Logic Design Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTgiO30%3D", "enroll_current": 57, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Schlag,M.", "class_number": 21358, "enroll_max": 57}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__110__01", "class_type": "LEC", "course_name": "Computer Architect", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNjMiO30%3D", "enroll_current": 155, "meet_times": "MWF 04:00PM-05:05PM", "location": "Thim Lecture 003", "instructor": "Miller,E.L.", "class_number": 21363, "enroll_max": 155}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__118__01", "class_type": "LEC", "course_name": "Intro Mechatronics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjciO30%3D", "enroll_current": 56, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 114", "instructor": "Elkaim,G.H.", "class_number": 22627, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__118L__01", "class_type": "LAB", "course_name": "Intro Mechatr's Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjgiO30%3D", "enroll_current": 57, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wehner,M.", "class_number": 22628, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__121__01", "class_type": "LEC", "course_name": "Micro System Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzIiO30%3D", "enroll_current": 69, "meet_times": "MWF 04:00PM-05:05PM", "location": "Kresge Clrm 327", "instructor": "Varma,A.M.", "class_number": 21372, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__121L__01", "class_type": "LAB", "course_name": "Micro Sys Desgn Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzMiO30%3D", "enroll_current": 70, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Varma,A.M.", "class_number": 21373, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__129A__01", "class_type": "LEC", "course_name": "Capstone Project I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTEiO30%3D", "enroll_current": 76, "meet_times": "Tu 09:50AM-11:25AM", "location": "Engineer 2 180", "instructor": "Elkaim,G.H.", "class_number": 23011, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__141__01", "class_type": "LEC", "course_name": "Feedback Cntrl Syst", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MDciO30%3D", "enroll_current": 59, "meet_times": "MWF 09:20AM-10:25AM", "location": "Steven Acad 175", "instructor": "Milutinovic,D.", "class_number": 21707, "enroll_max": 85}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__149__01", "class_type": "LEC", "course_name": "Intro Cyber-Phy Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTMiO30%3D", "enroll_current": 9, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Engineer 2 194", "instructor": "Sanfelice,R.G.", "class_number": 23093, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__150__01", "class_type": "LEC", "course_name": "Intro Comp Networks", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzgiO30%3D", "enroll_current": 87, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Engineer 2 180", "instructor": "Obraczka,K.", "class_number": 21378, "enroll_max": 88}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__150L__01", "class_type": "LAB", "course_name": "Int Comp Net Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTEiO30%3D", "enroll_current": 88, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Obraczka,K.", "class_number": 22851, "enroll_max": 88}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__185__01", "class_type": "LEC", "course_name": "Tech Writ Comp Engs", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODQiO30%3D", "enroll_current": 45, "meet_times": "MW 05:20PM-06:55PM", "location": "Engineer 2 192", "instructor": "Moulds,G.B.", "class_number": 21384, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__200__01", "class_type": "SEM", "course_name": "Resrch & Teaching", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODUiO30%3D", "enroll_current": 58, "meet_times": "Th 09:50AM-11:25AM", "location": "Engineer 2 180", "instructor": "Obraczka,K.", "class_number": 21385, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__202__01", "class_type": "LEC", "course_name": "Comp Architecture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODYiO30%3D", "enroll_current": 19, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 071", "instructor": "Renau Ardevol,J.", "class_number": 21386, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__216__01", "class_type": "LEC", "course_name": "Bio-Inspired Locomotion", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDQiO30%3D", "enroll_current": 4, "meet_times": "MWF 01:20PM-02:25PM", "location": "J Baskin Engr 372", "instructor": "Teodorescu,M.S.", "class_number": 23004, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__218__01", "class_type": "LEC", "course_name": "Mechatronics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjgiO30%3D", "enroll_current": 56, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 114", "instructor": "Wehner,M.", "class_number": 22828, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__218L__01", "class_type": "LAB", "course_name": "Mechatronics Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjciO30%3D", "enroll_current": 57, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Elkaim,G.H.", "class_number": 22827, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__220__01", "class_type": "LEC", "course_name": "AdvParallelProcess", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTEiO30%3D", "enroll_current": 16, "meet_times": "MWF 02:40PM-03:45PM", "location": "Merrill Acad 002", "instructor": "Litz,H.", "class_number": 23351, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__241__01", "class_type": "LEC", "course_name": "FeedbackContrlSystm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTAiO30%3D", "enroll_current": 26, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 1 110", "instructor": "Sanfelice,R.G.", "class_number": 22710, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__249__01", "class_type": "LEC", "course_name": "Intro Cyber-Phy Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDAiO30%3D", "enroll_current": 9, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Engineer 2 194", "instructor": "Sanfelice,R.G.", "class_number": 23140, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__252A__01", "class_type": "LEC", "course_name": "Computer Networks", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODciO30%3D", "enroll_current": 40, "meet_times": "MWF 09:20AM-10:25AM", "location": "Engineer 2 194", "instructor": "Qian,C.", "class_number": 21387, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__264__01", "class_type": "LEC", "course_name": "Image Analy/Com Vis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODgiO30%3D", "enroll_current": 50, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Engineer 2 192", "instructor": "Manduchi,R.", "class_number": 21388, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280C__01", "class_type": "SEM", "course_name": "Seminar on Control", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Milutinovic,D.", "class_number": 22690, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280C__02", "class_type": "SEM", "course_name": "Seminar on Control", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTEiO30%3D", "enroll_current": 3, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanfelice,R.G.", "class_number": 22691, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280C__03", "class_type": "SEM", "course_name": "Seminar on Control", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTIiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Teodorescu,M.S.", "class_number": 22692, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280N__01", "class_type": "SEM", "course_name": "Seminar On Networks", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Obraczka,K.", "class_number": 21389, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280N__02", "class_type": "SEM", "course_name": "Seminar On Networks", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Qian,C.", "class_number": 21390, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280P__01", "class_type": "SEM", "course_name": "Parallel Processing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTEiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Renau Ardevol,J.", "class_number": 21391, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280S__01", "class_type": "SEM", "course_name": "Seminar: Comp Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Long,D.D.", "class_number": 23273, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPE__280V__01", "class_type": "SEM", "course_name": "Seminar:ComputrVision", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTMiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Manduchi,R.", "class_number": 22693, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__025__01", "class_type": "LEC", "course_name": "3D Modeling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTIiO30%3D", "enroll_current": 200, "meet_times": "MW 05:20PM-06:55PM", "location": "J Bask Aud 101", "instructor": "Staff", "class_number": 22952, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__146__01", "class_type": "LEC", "course_name": "Game AI", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTMiO30%3D", "enroll_current": 85, "meet_times": "MWF 12:00PM-01:05PM", "location": "Kresge Clrm 327", "instructor": "Staff", "class_number": 22713, "enroll_max": 85}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__147__01", "class_type": "LEC", "course_name": "Generative Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTEiO30%3D", "enroll_current": 75, "meet_times": "MWF 02:40PM-03:45PM", "location": "PhysSciences 110", "instructor": "Staff", "class_number": 23751, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__170__01", "class_type": "LEC", "course_name": "Game Design I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTMiO30%3D", "enroll_current": 96, "meet_times": "TuTh 11:40AM-01:15PM", "location": "TA 2nd Stage", "instructor": "Altice,N.", "class_number": 22813, "enroll_max": 110}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__170__01", "class_type": "LEC", "course_name": "Game Design I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTMiO30%3D", "enroll_current": 96, "meet_times": "M 05:20PM-06:55PM", "location": "J Baskin Engr 368", "instructor": "Altice,N.", "class_number": 22813, "enroll_max": 110}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__176__01", "class_type": "LEC", "course_name": "Game Systems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDEiO30%3D", "enroll_current": 155, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Oakes Acad 105", "instructor": "Altice,N.", "class_number": 23141, "enroll_max": 175}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__179__01", "class_type": "LEC", "course_name": "Game Design Practicum", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTYiO30%3D", "enroll_current": 18, "meet_times": "M 05:20PM-08:45PM", "location": "Steven Acad 175", "instructor": "Staff", "class_number": 22996, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__201__01", "class_type": "SEM", "course_name": "Intro Comp Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTYiO30%3D", "enroll_current": 14, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 159", "instructor": "Wardrip-Fruin,N.", "class_number": 23216, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__204__01", "class_type": "SEM", "course_name": "Comp Media Project", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxMzIiO30%3D", "enroll_current": 6, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 319", "instructor": "Kurniawan,S.H.", "class_number": 24132, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__206__01", "class_type": "SEM", "course_name": "Comp Media Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wardrip-Fruin,N.", "class_number": 23934, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__280K__01", "class_type": "SEM", "course_name": "ISISN Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDAiO30%3D", "enroll_current": 2, "meet_times": "W 04:00PM-05:00PM", "location": "Earth", "instructor": "Kurniawan,S.H.", "class_number": 23940, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__290A__01", "class_type": "SEM", "course_name": "Topics Comp Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzMiO30%3D", "enroll_current": 13, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 363", "instructor": "Forbes,A.", "class_number": 23233, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPM__290A__02", "class_type": "SEM", "course_name": "Topics Comp Media", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzQiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 2 171", "instructor": "Staff", "class_number": 23234, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__005J__01", "class_type": "LEC", "course_name": "Intro to Prog Java", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MDYiO30%3D", "enroll_current": 115, "meet_times": "MWF 02:40PM-03:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 21406, "enroll_max": 115}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__005P__01", "class_type": "LEC", "course_name": "Intro Prog Python", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Earth", "instructor": "Staff", "class_number": 22842, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012A__01", "class_type": "LEC", "course_name": "Intro Program (Accel)", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTIiO30%3D", "enroll_current": 52, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Media Theater M110", "instructor": "Norouzi,N.", "class_number": 21392, "enroll_max": 44}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012B__01", "class_type": "LEC", "course_name": "Intro Data Structur", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTMiO30%3D", "enroll_current": 215, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Earth", "instructor": "Comandur,S.", "class_number": 21393, "enroll_max": 215}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012B__02", "class_type": "LEC", "course_name": "Intro Data Structur", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTQiO30%3D", "enroll_current": 86, "meet_times": "MW 05:20PM-06:55PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 21394, "enroll_max": 165}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012L__01", "class_type": "LAB", "course_name": "Comp Prog Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTUiO30%3D", "enroll_current": 61, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Norouzi,N.", "class_number": 21395, "enroll_max": 59}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012M__01", "class_type": "LAB", "course_name": "Data Structures Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzgiO30%3D", "enroll_current": 221, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Comandur,S.", "class_number": 22638, "enroll_max": 235}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__012M__02", "class_type": "LAB", "course_name": "Data Structures Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NDUiO30%3D", "enroll_current": 70, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22645, "enroll_max": 180}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__101__01", "class_type": "LEC", "course_name": "Abstract Data Types", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MTciO30%3D", "enroll_current": 220, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Thim Lecture 003", "instructor": "Comandur,S.", "class_number": 21417, "enroll_max": 220}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__101__02", "class_type": "LEC", "course_name": "Abstract Data Types", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MTgiO30%3D", "enroll_current": 45, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Media Theater M110", "instructor": "Tantalo,P.", "class_number": 21418, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__102__01", "class_type": "LEC", "course_name": "Intro Algorthm Anyl", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MjQiO30%3D", "enroll_current": 195, "meet_times": "MWF 01:20PM-02:25PM", "location": "J Bask Aud 101", "instructor": "Guha Thakurta,A.", "class_number": 21424, "enroll_max": 195}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__104A__01", "class_type": "LEC", "course_name": "Fund Compiler Des 1", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MjkiO30%3D", "enroll_current": 36, "meet_times": "MW 05:20PM-06:55PM", "location": "Earth", "instructor": "Mackey,W.F.", "class_number": 21429, "enroll_max": 220}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__109__01", "class_type": "LEC", "course_name": "Adv Programming", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MzMiO30%3D", "enroll_current": 75, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Clrm 321", "instructor": "Harrison,D.C.", "class_number": 21433, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__111__01", "class_type": "LEC", "course_name": "Intro Operating Sys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MzciO30%3D", "enroll_current": 119, "meet_times": "MWF 01:20PM-02:25PM", "location": "Steven Acad 150", "instructor": "Nawab,F.", "class_number": 21437, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__111__02", "class_type": "LEC", "course_name": "Intro Operating Sys", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NDEiO30%3D", "enroll_current": 47, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Baskin Engr 152", "instructor": "Long,D.D.", "class_number": 21441, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__112__01", "class_type": "LEC", "course_name": "Compar Prog Lang", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NDUiO30%3D", "enroll_current": 242, "meet_times": "MW 07:10PM-08:45PM", "location": "Earth", "instructor": "Mackey,W.F.", "class_number": 21445, "enroll_max": 245}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__115__01", "class_type": "LEC", "course_name": "Intro Software Eng", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTAiO30%3D", "enroll_current": 120, "meet_times": "MWF 08:00AM-09:05AM", "location": "J Baskin Engr 152", "instructor": "Jullig,R.K.", "class_number": 21450, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__115__02", "class_type": "LEC", "course_name": "Intro Software Eng", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTEiO30%3D", "enroll_current": 120, "meet_times": "MWF 10:40AM-11:45AM", "location": "J Baskin Engr 152", "instructor": "Jullig,R.K.", "class_number": 21451, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__121__01", "class_type": "LEC", "course_name": "Mobile Applications", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTgiO30%3D", "enroll_current": 110, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Oakes Acad 105", "instructor": "Norouzi,N.", "class_number": 22998, "enroll_max": 110}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__128__01", "class_type": "LEC", "course_name": "Dist Sys:FileSharing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjgiO30%3D", "enroll_current": 100, "meet_times": "MWF 02:40PM-03:45PM", "location": "Thim Lecture 001", "instructor": "Alvaro,P.A.", "class_number": 22668, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__130__01", "class_type": "LEC", "course_name": "Computational Models", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTIiO30%3D", "enroll_current": 150, "meet_times": "MWF 10:40AM-11:45AM", "location": "ClassroomUnit 001", "instructor": "Bailey,D.D.", "class_number": 21452, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__142__01", "class_type": "LEC", "course_name": "Machine Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODUiO30%3D", "enroll_current": 60, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 110", "instructor": "Chaturvedi,S.", "class_number": 22685, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__160__01", "class_type": "LEC", "course_name": "Intro Comp Graphics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTYiO30%3D", "enroll_current": 68, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 110", "instructor": "Davis,J.E.", "class_number": 21456, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__160L__01", "class_type": "LAB", "course_name": "Comp Graphics Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NDgiO30%3D", "enroll_current": 70, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Davis,J.E.", "class_number": 22648, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__166A__01", "class_type": "LEC", "course_name": "Game Theory /Apps I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzIiO30%3D", "enroll_current": 46, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 110", "instructor": "Musacchio,J.T.", "class_number": 22832, "enroll_max": 55}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__180__01", "class_type": "LEC", "course_name": "Database Systems I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTciO30%3D", "enroll_current": 120, "meet_times": "MWF 09:20AM-10:25AM", "location": "J Baskin Engr 152", "instructor": "Finkelstein,S.", "class_number": 21457, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__183__01", "class_type": "LEC", "course_name": "Web Applications", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjEiO30%3D", "enroll_current": 120, "meet_times": "MWF 02:40PM-03:45PM", "location": "Oakes Acad 105", "instructor": "De Alfaro,L.", "class_number": 21461, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__185__01", "class_type": "LEC", "course_name": "Technical Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTQiO30%3D", "enroll_current": 50, "meet_times": "MWF 12:00PM-01:05PM", "location": "Engineer 2 192", "instructor": "Harrison,D.C.", "class_number": 23094, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__200__01", "class_type": "SEM", "course_name": "Research & Teaching", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjMiO30%3D", "enroll_current": 48, "meet_times": "Th 09:50AM-11:25AM", "location": "Engineer 2 180", "instructor": "Pang,A.", "class_number": 21463, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__201__01", "class_type": "LEC", "course_name": "Analysis Algorithms", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjQiO30%3D", "enroll_current": 99, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 102", "instructor": "Tantalo,P.", "class_number": 21464, "enroll_max": 114}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__217__01", "class_type": "LEC", "course_name": "Logic In Comp Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjkiO30%3D", "enroll_current": 15, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Baskin Engr 372", "instructor": "Kolaitis,P.", "class_number": 21469, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__223__01", "class_type": "LEC", "course_name": "Adv Comp Security", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzAiO30%3D", "enroll_current": 15, "meet_times": "TuTh 03:20PM-04:55PM", "location": "J Baskin Engr 372", "instructor": "Arden,O.", "class_number": 21470, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__242__01", "class_type": "LEC", "course_name": "Machine Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzEiO30%3D", "enroll_current": 76, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Merrill Acad 102", "instructor": "Helmbold,D.P.", "class_number": 21471, "enroll_max": 114}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__260__01", "class_type": "LEC", "course_name": "Computer Graphics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzciO30%3D", "enroll_current": 21, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 2 159", "instructor": "Davis,J.E.", "class_number": 21477, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__266A__01", "class_type": "LEC", "course_name": "Introduction to R", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTQiO30%3D", "enroll_current": 0, "meet_times": "Tu 09:50AM-11:25AM", "location": "J Baskin Engr 156", "instructor": "Staff", "class_number": 23254, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__278__01", "class_type": "LEC", "course_name": "Design Data Systems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjUiO30%3D", "enroll_current": 2, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 071", "instructor": "Finkelstein,S.", "class_number": 22625, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__280D__01", "class_type": "SEM", "course_name": "Seminar Databases", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Alvaro,P.A.", "class_number": 22770, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__280L__01", "class_type": "SEM", "course_name": "Sem Logic Comp Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjgiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kolaitis,P.", "class_number": 23268, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__280M__01", "class_type": "SEM", "course_name": "ML Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23192, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CMPS__280S__01", "class_type": "SEM", "course_name": "Seminar Comp Syst", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Maltzahn,C.G.", "class_number": 21478, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__01", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjkiO30%3D", "enroll_current": 1, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23569, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__01", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjkiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23569, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__02", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23570, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__02", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23570, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__03", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23571, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__03", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23571, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__04", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzIiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23572, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__04", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzIiO30%3D", "enroll_current": 1, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23572, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__05", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Acad 113", "instructor": "Staff", "class_number": 23573, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__05", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23573, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__06", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzQiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23574, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__06", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Acad 113", "instructor": "Staff", "class_number": 23574, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__07", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23575, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__07", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzUiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23575, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__08", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzYiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23576, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__08", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23576, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__09", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzciO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23577, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__09", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzciO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23577, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__10", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzgiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23578, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__10", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzgiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23578, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__11", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzkiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23579, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__11", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzkiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23579, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__12", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23580, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__12", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODAiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23580, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__13", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODEiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23581, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__13", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23581, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__14", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODIiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23582, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__14", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODIiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23582, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__15", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23583, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__15", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODMiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Cowell Acad 113", "instructor": "Staff", "class_number": 23583, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__16", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODQiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 23584, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__001__16", "class_type": "SEM", "course_name": "ALE:Imagining Justice", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODQiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23584, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__070A__01", "class_type": "STU", "course_name": "Intro Book Arts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzUiO30%3D", "enroll_current": 9, "meet_times": "TuTh 01:30PM-04:30PM", "location": "Cowell Press 123", "instructor": "Staff", "class_number": 20935, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__107__01", "class_type": "SEM", "course_name": "Trust Rules", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTciO30%3D", "enroll_current": 20, "meet_times": "Th 08:00AM-09:35AM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 23017, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__111__01", "class_type": "SEM", "course_name": "Mock Trial Workshop", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDEiO30%3D", "enroll_current": 24, "meet_times": "W 03:20PM-05:20PM", "location": "Cowell Com 132", "instructor": "Staff", "class_number": 22941, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__122__01", "class_type": "SEM", "course_name": "UN-Contemporary Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTUiO30%3D", "enroll_current": 90, "meet_times": "M 05:20PM-06:55PM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 23195, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__168__01", "class_type": "FLD", "course_name": "Social Change", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODYiO30%3D", "enroll_current": 25, "meet_times": "M 05:20PM-06:55PM", "location": "Cowell Com 134", "instructor": "Staff", "class_number": 22986, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__COWL__184A__01", "class_type": "LEC", "course_name": "Leadership & Instit", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzkiO30%3D", "enroll_current": 38, "meet_times": "M 05:20PM-06:55PM", "location": "Bay Tree Conf D", "instructor": "Staff", "class_number": 21479, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRES__010__01", "class_type": "LEC", "course_name": "Intro to CRES", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNDAiO30%3D", "enroll_current": 170, "meet_times": "MW 07:10PM-08:45PM", "location": "J Bask Aud 101", "instructor": "Mitchell,N.O.", "class_number": 23040, "enroll_max": 170}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRES__110Q__01", "class_type": "LEC", "course_name": "Black Queer Culture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDIiO30%3D", "enroll_current": 49, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 179", "instructor": "Shange-Binion,S.T.", "class_number": 23902, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__01", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "R Carson Acad 252", "instructor": "Staff", "class_number": 23585, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__01", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODUiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23585, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__02", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODYiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23586, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__02", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODYiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23586, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__03", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODciO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23587, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__03", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODciO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23587, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__04", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODgiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23588, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__04", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODgiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23588, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__05", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODkiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23589, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__05", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODkiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23589, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__06", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTAiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23590, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__06", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTAiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23590, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__07", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTEiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23591, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__07", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "R Carson Acad 252", "instructor": "Staff", "class_number": 23591, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__08", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "R Carson Acad 252", "instructor": "Staff", "class_number": 23592, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__08", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTIiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23592, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__09", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTMiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23593, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__09", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23593, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__10", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTQiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23594, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__10", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23594, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__11", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23595, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__11", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTUiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23595, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__12", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTYiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23596, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__12", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23596, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__13", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTciO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23597, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__13", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTciO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23597, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__14", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 07:10PM-08:45PM", "location": "R Carson Acad 242", "instructor": "Staff", "class_number": 23598, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__001__14", "class_type": "SEM", "course_name": "ALE:Environ/Society", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTgiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23598, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__01", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjMiO30%3D", "enroll_current": 0, "meet_times": "Tu 01:30PM-03:05PM", "location": "Porter Acad 249", "instructor": "Staff", "class_number": 23263, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__02", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjQiO30%3D", "enroll_current": 0, "meet_times": "Tu 03:20PM-04:55PM", "location": "Porter Acad 249", "instructor": "Staff", "class_number": 23264, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__03", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjUiO30%3D", "enroll_current": 3, "meet_times": "Tu 05:20PM-06:55PM", "location": "Porter Acad 241", "instructor": "Staff", "class_number": 23265, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__04", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjYiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23266, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__015__05", "class_type": "SEM", "course_name": "STEM Jump Start", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjciO30%3D", "enroll_current": 0, "meet_times": "W 05:20PM-06:55PM", "location": "Porter Acad 249", "instructor": "Staff", "class_number": 23267, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__055__01", "class_type": "FLD", "course_name": "Service Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODQiO30%3D", "enroll_current": 30, "meet_times": "M 05:20PM-06:55PM", "location": "R Carson Acad 250", "instructor": "Staff", "class_number": 23084, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__056__01", "class_type": "SEM", "course_name": "Sust Media Interns", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23030, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__090__01", "class_type": "SEM", "course_name": "Garden Internship", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTciO30%3D", "enroll_current": 13, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 21317, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__122__01", "class_type": "SEM", "course_name": "UN-Contemporary Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTYiO30%3D", "enroll_current": 90, "meet_times": "M 05:20PM-06:55PM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 23196, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__151C__01", "class_type": "LEC", "course_name": "Sust Lab Tools", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDUiO30%3D", "enroll_current": 16, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Thimann Lab 101", "instructor": "Staff", "class_number": 23245, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__152__01", "class_type": "LAB", "course_name": "IDEASS Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDciO30%3D", "enroll_current": 5, "meet_times": "MW 05:20PM-06:55PM", "location": "Porter Acad 246", "instructor": "Staff", "class_number": 23247, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__152__02", "class_type": "LAB", "course_name": "IDEASS Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDgiO30%3D", "enroll_current": 1, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Acad 246", "instructor": "Staff", "class_number": 23248, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__152__03", "class_type": "LAB", "course_name": "IDEASS Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDkiO30%3D", "enroll_current": 0, "meet_times": "Th 11:40AM-03:05PM", "location": "Porter Acad 246", "instructor": "Staff", "class_number": 23249, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__152__04", "class_type": "LAB", "course_name": "IDEASS Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23250, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRSN__162__01", "class_type": "FLD", "course_name": "Sust Int Practicum", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTciO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23057, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__01", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTkiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23659, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__02", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23660, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__03", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23661, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__04", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23662, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__05", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjMiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23663, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__06", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjQiO30%3D", "enroll_current": 1, "meet_times": "MWF 04:00PM-05:05PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23664, "enroll_max": 1}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__07", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23665, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__08", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23666, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__09", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjciO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23667, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__10", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23668, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__11", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23669, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__12", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23670, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__13", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23671, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__14", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzIiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23672, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__001__15", "class_type": "SEM", "course_name": "ALE:Emerging Technologies", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 23673, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__003L__01", "class_type": "LAB", "course_name": "Precalc Academy Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzAiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23270, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__070__01", "class_type": "LEC", "course_name": "Intro to Radio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDMiO30%3D", "enroll_current": 0, "meet_times": "Tu 03:20PM-04:55PM", "location": "Merrill Acad 002", "instructor": "Staff", "class_number": 22943, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__070L__01", "class_type": "LAB", "course_name": "Radio Production", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTgiO30%3D", "enroll_current": 0, "meet_times": "Th 03:20PM-04:55PM", "location": "Merrill Acad 002", "instructor": "Staff", "class_number": 23258, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__086__01", "class_type": "SEM", "course_name": "Pro Comm in Digital Age", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODciO30%3D", "enroll_current": 24, "meet_times": "MWF 01:20PM-02:25PM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 23187, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__088__01", "class_type": "SEM", "course_name": "ComputFuturol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjAiO30%3D", "enroll_current": 26, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23260, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__090__01", "class_type": "SEM", "course_name": "EntrepreneurshipAcad", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTkiO30%3D", "enroll_current": 22, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23199, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__092__01", "class_type": "SEM", "course_name": "Soc/Creative Entrepr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODYiO30%3D", "enroll_current": 8, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Crown Clrm 203", "instructor": "Staff", "class_number": 23886, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__CRWN__185__01", "class_type": "SEM", "course_name": "Career&Internship", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjIiO30%3D", "enroll_current": 50, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Staff", "class_number": 22662, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__210__01", "class_type": "STU", "course_name": "Project Design Studio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTciO30%3D", "enroll_current": 10, "meet_times": "W 01:20PM-04:20PM", "location": "Digital Arts 206", "instructor": "Weems,M.", "class_number": 23357, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__219__01", "class_type": "STU", "course_name": "Electronic/Artmakng", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTYiO30%3D", "enroll_current": 2, "meet_times": "F 09:20AM-12:20PM", "location": "Digital Arts 206", "instructor": "Staff", "class_number": 22616, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__220__01", "class_type": "STU", "course_name": "Intro Progrm Arts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTciO30%3D", "enroll_current": 8, "meet_times": "M 12:00PM-03:00PM", "location": "Digital Arts 206", "instructor": "Staff", "class_number": 22617, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__250A__01", "class_type": "STU", "course_name": "Collab Resrch Proj", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjMiO30%3D", "enroll_current": 2, "meet_times": "M 04:00PM-07:00PM", "location": "Digital Arts 217", "instructor": "Dunn,D.D.", "class_number": 22623, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__250B__01", "class_type": "STU", "course_name": "Collab Resrch Proj", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjQiO30%3D", "enroll_current": 5, "meet_times": "Tu 03:20PM-06:20PM", "location": "Digital Arts 206", "instructor": "Daniel,S.A.", "class_number": 22624, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__DANM__250E__01", "class_type": "SEM", "course_name": "Collab Resrch Proj", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTgiO30%3D", "enroll_current": 6, "meet_times": "Th 09:50AM-12:50PM", "location": "Digital Arts 308", "instructor": "Ruiz,S.", "class_number": 23218, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__001__01", "class_type": "LEC", "course_name": "Oceanography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzIiO30%3D", "enroll_current": 29, "meet_times": "MWF 09:20AM-10:25AM", "location": "N", "instructor": "Griggs,G.B.", "class_number": 23772, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__005__01", "class_type": "LEC", "course_name": "California Geology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODAiO30%3D", "enroll_current": 122, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Thim Lecture 003", "instructor": "Knittle,E.", "class_number": 21480, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__005L__01", "class_type": "LAB", "course_name": "Calif Geology Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODciO30%3D", "enroll_current": 16, "meet_times": "Tu 05:00PM-08:00PM", "location": "Earth", "instructor": "Knittle,E.", "class_number": 21487, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__005L__02", "class_type": "LAB", "course_name": "Calif Geology Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODgiO30%3D", "enroll_current": 11, "meet_times": "W 04:30PM-07:30PM", "location": "Earth", "instructor": "Knittle,E.", "class_number": 21488, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__005L__03", "class_type": "LAB", "course_name": "Calif Geology Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODkiO30%3D", "enroll_current": 6, "meet_times": "Th 05:15PM-08:15PM", "location": "Earth", "instructor": "Knittle,E.", "class_number": 21489, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__101__01", "class_type": "LEC", "course_name": "Invertebrate Paleo", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTUiO30%3D", "enroll_current": 28, "meet_times": "MWF 01:20PM-02:25PM", "location": "Earth", "instructor": "Clapham,M.E.", "class_number": 21495, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__101L__01", "class_type": "LAB", "course_name": "InvertebratePaleoLab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTYiO30%3D", "enroll_current": 20, "meet_times": "M 04:00PM-07:00PM", "location": "Earth", "instructor": "Clapham,M.E.", "class_number": 21496, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__101L__02", "class_type": "LAB", "course_name": "InvertebratePaleoLab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTciO30%3D", "enroll_current": 8, "meet_times": "Th 10:00AM-01:00PM", "location": "Earth", "instructor": "Clapham,M.E.", "class_number": 21497, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__109__01", "class_type": "LEC", "course_name": "Field Geology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDIiO30%3D", "enroll_current": 16, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Earth", "instructor": "Schwartz,H.L.", "class_number": 21502, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__109L__01", "class_type": "LAB", "course_name": "Field Geology Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDMiO30%3D", "enroll_current": 10, "meet_times": "W 10:30AM-01:30PM", "location": "Earth", "instructor": "Schwartz,H.L.", "class_number": 21503, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__109L__02", "class_type": "LAB", "course_name": "Field Geology Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDQiO30%3D", "enroll_current": 6, "meet_times": "W 04:00PM-07:00PM", "location": "Earth", "instructor": "Schwartz,H.L.", "class_number": 21504, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__110A__01", "class_type": "LEC", "course_name": "Evolution Of Earth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDUiO30%3D", "enroll_current": 62, "meet_times": "TuTh 11:40AM-01:15PM", "location": "N", "instructor": "Williams,Q.", "class_number": 21505, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__110L__01", "class_type": "LAB", "course_name": "Evol of Earth Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDYiO30%3D", "enroll_current": 21, "meet_times": "Tu 05:00PM-08:00PM", "location": "Earth", "instructor": "Williams,Q.", "class_number": 21506, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__110L__02", "class_type": "LAB", "course_name": "Evol of Earth Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDciO30%3D", "enroll_current": 18, "meet_times": "W 09:00AM-12:00PM", "location": "Earth", "instructor": "Williams,Q.", "class_number": 21507, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__110L__03", "class_type": "LAB", "course_name": "Evol of Earth Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDgiO30%3D", "enroll_current": 18, "meet_times": "Th 04:00PM-07:00PM", "location": "Earth", "instructor": "Williams,Q.", "class_number": 21508, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__111__01", "class_type": "LEC", "course_name": "Math in Earth Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTYiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Earth", "instructor": "Nimmo,W.H.", "class_number": 22696, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__116__01", "class_type": "LEC", "course_name": "Hydrology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDkiO30%3D", "enroll_current": 7, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Earth", "instructor": "Zimmer,M.", "class_number": 21509, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__119__01", "class_type": "LEC", "course_name": "Intro Sci Computing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTMiO30%3D", "enroll_current": 48, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 327", "instructor": "Robertson,B.E.", "class_number": 23353, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__121__01", "class_type": "LEC", "course_name": "The Atmosphere", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTYiO30%3D", "enroll_current": 12, "meet_times": "MWF 10:40AM-11:45AM", "location": "Earth", "instructor": "Feldl,N.A.", "class_number": 21516, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__135L__01", "class_type": "LAB", "course_name": "Practical Geochem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTciO30%3D", "enroll_current": 11, "meet_times": "MWF 09:20AM-10:25AM", "location": "Earth", "instructor": "Telus,M.", "class_number": 23917, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__150__01", "class_type": "LEC", "course_name": "Structural Geology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTkiO30%3D", "enroll_current": 15, "meet_times": "MWF 12:00PM-01:05PM", "location": "Earth", "instructor": "Hourigan,J.K.", "class_number": 21519, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__150L__01", "class_type": "LAB", "course_name": "Structual Geol Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjAiO30%3D", "enroll_current": 6, "meet_times": "Tu 09:00AM-12:00PM", "location": "Earth", "instructor": "Hourigan,J.K.", "class_number": 21520, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__150L__02", "class_type": "LAB", "course_name": "Structual Geol Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjEiO30%3D", "enroll_current": 9, "meet_times": "Th 02:00PM-05:00PM", "location": "Earth", "instructor": "Hourigan,J.K.", "class_number": 21521, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__160__01", "class_type": "LEC", "course_name": "Planetary Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDYiO30%3D", "enroll_current": 23, "meet_times": "MW 04:00PM-05:35PM", "location": "Earth", "instructor": "Garrick-Bethell,I.", "class_number": 22746, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__191C__01", "class_type": "LEC", "course_name": "Practical Geophysics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjciO30%3D", "enroll_current": 8, "meet_times": "MW 02:30PM-04:05PM", "location": "Earth", "instructor": "Brodsky,E.E.", "class_number": 23027, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__203__01", "class_type": "LEC", "course_name": "Intro Teaching Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjIiO30%3D", "enroll_current": 0, "meet_times": "M 02:00PM-04:00PM", "location": "Earth", "instructor": "Hourigan,J.K.", "class_number": 21522, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__204__01", "class_type": "LEC", "course_name": "EPS Foundations", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:00AM-11:00AM", "location": "Earth", "instructor": "Zhang,X.", "class_number": 22942, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__213__01", "class_type": "LEC", "course_name": "Biogeochem Cycles", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "J Baskin Engr 169", "instructor": "McCarthy,M.D.", "class_number": 22754, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__220__01", "class_type": "LEC", "course_name": "GroundWaterModeling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjMiO30%3D", "enroll_current": 2, "meet_times": "MWF 12:00PM-01:05PM", "location": "Earth", "instructor": "Fisher,A.T.", "class_number": 21523, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__290B__01", "class_type": "SEM", "course_name": "Topics Glaciology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Tulaczyk,S.M.", "class_number": 21525, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__290E__01", "class_type": "SEM", "course_name": "Topics/Planetry Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Garrick-Bethell,I.", "class_number": 21526, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjciO30%3D", "enroll_current": 9, "meet_times": "Tu 03:20PM-04:55PM", "location": "N", "instructor": "Zachos,J.C.", "class_number": 21527, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EART__292__02", "class_type": "SEM", "course_name": "Seminar", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjgiO30%3D", "enroll_current": 8, "meet_times": "F 12:00PM-01:00PM", "location": "Earth", "instructor": "Zachos,J.C.", "class_number": 21528, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__001__01", "class_type": "LEC", "course_name": "Intro Microeconomic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjkiO30%3D", "enroll_current": 112, "meet_times": "MWF 09:20AM-10:25AM", "location": "ClassroomUnit 002", "instructor": "Gonzalez,J.H.", "class_number": 21529, "enroll_max": 300}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__002__01", "class_type": "LEC", "course_name": "Intro Macroeconomic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NDIiO30%3D", "enroll_current": 172, "meet_times": "MWF 08:00AM-09:05AM", "location": "J Bask Aud 101", "instructor": "Shenoy,A.Z.", "class_number": 21542, "enroll_max": 175}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__010A__01", "class_type": "LEC", "course_name": "Econ of Accounting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NDkiO30%3D", "enroll_current": 215, "meet_times": "MWF 04:00PM-05:05PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 21549, "enroll_max": 215}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__011A__01", "class_type": "LEC", "course_name": "Math Methd for Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NjEiO30%3D", "enroll_current": 40, "meet_times": "TuTh 03:20PM-04:55PM", "location": "ClassroomUnit 001", "instructor": "Mendes,B.S.", "class_number": 21561, "enroll_max": 135}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__011B__01", "class_type": "LEC", "course_name": "Math Methds Econ II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NzEiO30%3D", "enroll_current": 103, "meet_times": "MWF 10:40AM-11:45AM", "location": "J Bask Aud 101", "instructor": "Katznelson,J.R.", "class_number": 21571, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__020__01", "class_type": "LEC", "course_name": "Econ for Non-Majors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDkiO30%3D", "enroll_current": 27, "meet_times": "MWF 01:20PM-02:25PM", "location": "Thim Lecture 001", "instructor": "Gonzalez,J.H.", "class_number": 23209, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__100A__01", "class_type": "LEC", "course_name": "Intermed Microecon", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1ODUiO30%3D", "enroll_current": 105, "meet_times": "MWF 10:40AM-11:45AM", "location": "Kresge Clrm 321", "instructor": "Lazzati,N.", "class_number": 21585, "enroll_max": 105}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__100A__02", "class_type": "LEC", "course_name": "Intermed Microecon", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1OTAiO30%3D", "enroll_current": 86, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Baskin Engr 152", "instructor": "Marion,J.", "class_number": 21590, "enroll_max": 89}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__100B__01", "class_type": "LEC", "course_name": "Intermed Macroecon", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1OTUiO30%3D", "enroll_current": 144, "meet_times": "MWF 02:40PM-03:45PM", "location": "ClassroomUnit 001", "instructor": "Saijo,H.", "class_number": 21595, "enroll_max": 147}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__105__01", "class_type": "LEC", "course_name": "Topics in Macro", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDIiO30%3D", "enroll_current": 9, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 1 149", "instructor": "Walsh,C.E.", "class_number": 21602, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__111A__01", "class_type": "LEC", "course_name": "Intermed Account I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDMiO30%3D", "enroll_current": 95, "meet_times": "TuTh 08:00AM-09:35AM", "location": "J Baskin Engr 152", "instructor": "Anderson,S.", "class_number": 21603, "enroll_max": 95}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__113__01", "class_type": "LEC", "course_name": "Intro Econometrics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDgiO30%3D", "enroll_current": 100, "meet_times": "MWF 04:00PM-05:05PM", "location": "Kresge Clrm 321", "instructor": "Bulman,G.", "class_number": 21608, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__113__02", "class_type": "LEC", "course_name": "Intro Econometrics", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MTMiO30%3D", "enroll_current": 64, "meet_times": "MWF 02:40PM-03:45PM", "location": "Kresge Clrm 321", "instructor": "Li,J.", "class_number": 21613, "enroll_max": 65}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__115__01", "class_type": "LEC", "course_name": "Intr Management Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MTgiO30%3D", "enroll_current": 65, "meet_times": "MWF 01:20PM-02:25PM", "location": "PhysSciences 114", "instructor": "Wittman,D.A.", "class_number": 21618, "enroll_max": 65}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__117B__01", "class_type": "LEC", "course_name": "Tax Factors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MjEiO30%3D", "enroll_current": 103, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 321", "instructor": "Moschetti,T.", "class_number": 21621, "enroll_max": 103}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__119__01", "class_type": "LEC", "course_name": "Advanced Accounting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjEiO30%3D", "enroll_current": 50, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Engineer 2 192", "instructor": "Staff", "class_number": 23361, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__126__01", "class_type": "LEC", "course_name": "Why Succeed/Fail", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MjUiO30%3D", "enroll_current": 150, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Bask Aud 101", "instructor": "Baden,R.B.", "class_number": 21625, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__130__01", "class_type": "LEC", "course_name": "Money & Banking", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzIiO30%3D", "enroll_current": 41, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Engineer 2 192", "instructor": "Hutchison,M.M.", "class_number": 21632, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__133__01", "class_type": "LEC", "course_name": "Security Markets", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzMiO30%3D", "enroll_current": 70, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 114", "instructor": "Pommerenke,K.", "class_number": 21633, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__136__01", "class_type": "LEC", "course_name": "Business Strategy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzYiO30%3D", "enroll_current": 70, "meet_times": "MWF 09:20AM-10:25AM", "location": "PhysSciences 110", "instructor": "Baden,R.B.", "class_number": 21636, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__140__01", "class_type": "LEC", "course_name": "International Trade", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzkiO30%3D", "enroll_current": 70, "meet_times": "MWF 04:00PM-05:05PM", "location": "PhysSciences 110", "instructor": "Meininger,A.G.", "class_number": 21639, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__143__01", "class_type": "LEC", "course_name": "InternatnlEconPolicy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDIiO30%3D", "enroll_current": 44, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Engineer 2 192", "instructor": "Hutchison,M.M.", "class_number": 21642, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__161A__01", "class_type": "LEC", "course_name": "Marketing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDMiO30%3D", "enroll_current": 100, "meet_times": "MW 05:20PM-06:55PM", "location": "Thim Lecture 001", "instructor": "Owen,S.A.", "class_number": 21643, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__166A__01", "class_type": "LEC", "course_name": "Game Theory /Apps I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjkiO30%3D", "enroll_current": 46, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 110", "instructor": "Musacchio,J.T.", "class_number": 22829, "enroll_max": 55}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__170__01", "class_type": "LEC", "course_name": "Environmental Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDQiO30%3D", "enroll_current": 18, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Cowell Acad 113", "instructor": "West,J.", "class_number": 21644, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__180__01", "class_type": "LEC", "course_name": "Labor", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDUiO30%3D", "enroll_current": 16, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 136", "instructor": "Giuliano,L.", "class_number": 21645, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__186__01", "class_type": "LEC", "course_name": "Mathematical Mthds", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDYiO30%3D", "enroll_current": 27, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Fan,J.", "class_number": 21646, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__197__01", "class_type": "LEC", "course_name": "Economic Rhetoric", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzciO30%3D", "enroll_current": 34, "meet_times": "MWF 10:40AM-11:45AM", "location": "PhysSciences 136", "instructor": "Meininger,A.G.", "class_number": 22977, "enroll_max": 34}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__197__02", "class_type": "LEC", "course_name": "Economic Rhetoric", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzgiO30%3D", "enroll_current": 34, "meet_times": "MWF 12:00PM-01:05PM", "location": "PhysSciences 136", "instructor": "Meininger,A.G.", "class_number": 22978, "enroll_max": 34}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__200__01", "class_type": "LEC", "course_name": "Microecon Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDciO30%3D", "enroll_current": 35, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 114", "instructor": "Saha,S.", "class_number": 21647, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__204A__01", "class_type": "LEC", "course_name": "Adv Microec Theor I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTAiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "J Baskin Engr 169", "instructor": "Lazzati,N.", "class_number": 21650, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__205A__01", "class_type": "LEC", "course_name": "Adv Macroec Theor I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 149", "instructor": "Kletzer,K.M.", "class_number": 21651, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__210B__01", "class_type": "LEC", "course_name": "Math Methods Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTIiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 21652, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__211A__01", "class_type": "LEC", "course_name": "Adv Econometrics I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTMiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "J Baskin Engr 169", "instructor": "Li,J.", "class_number": 21653, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__216__01", "class_type": "LEC", "course_name": "Applied Economet I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTQiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Kresge Clrm 327", "instructor": "Bulman,G.", "class_number": 21654, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__220A__01", "class_type": "LEC", "course_name": "Development Econ I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTciO30%3D", "enroll_current": 5, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 159", "instructor": "Robinson,J.M.", "class_number": 21657, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__221A__01", "class_type": "LEC", "course_name": "Adv Monetary Econ I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDAiO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Baskin Engr 169", "instructor": "Walsh,C.E.", "class_number": 22900, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__233__01", "class_type": "LEC", "course_name": "Finance I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTgiO30%3D", "enroll_current": 35, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 110", "instructor": "Pommerenke,K.", "class_number": 21658, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__241A__01", "class_type": "LEC", "course_name": "Adv Intl Finance I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjEiO30%3D", "enroll_current": 1, "meet_times": "TuTh 03:20PM-04:55PM", "location": "J Baskin Engr 169", "instructor": "Kletzer,K.M.", "class_number": 21661, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__250A__01", "class_type": "LEC", "course_name": "Public Appl Econ I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjIiO30%3D", "enroll_current": 5, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 169", "instructor": "West,J.", "class_number": 21662, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__274__01", "class_type": "SEM", "course_name": "Macro Monetary Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTUiO30%3D", "enroll_current": 0, "meet_times": "W 01:20PM-02:25PM", "location": "Engineer 2 499", "instructor": "Staff", "class_number": 22895, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__275__01", "class_type": "SEM", "course_name": "Wkshp App Microecon", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODMiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Engineer 2 499", "instructor": "Bulman,G.", "class_number": 22983, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__294A__01", "class_type": "LAB", "course_name": "Applied EconFin Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjMiO30%3D", "enroll_current": 27, "meet_times": "Tu 05:20PM-06:55PM", "location": "MingOng Cmp Lb 103", "instructor": "Saha,S.", "class_number": 21663, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ECON__294A__02", "class_type": "LAB", "course_name": "Applied EconFin Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjQiO30%3D", "enroll_current": 9, "meet_times": "Th 05:20PM-06:55PM", "location": "MingOng Cmp Lb 103", "instructor": "Saha,S.", "class_number": 21664, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__050B__01", "class_type": "SEM", "course_name": "CAL Teach 1: Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODQiO30%3D", "enroll_current": 15, "meet_times": "Tu 07:10PM-08:45PM", "location": "J Baskin Engr 160", "instructor": "Staff", "class_number": 22784, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__050C__01", "class_type": "SEM", "course_name": "CAL Teach1: Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODMiO30%3D", "enroll_current": 13, "meet_times": "Tu 05:20PM-06:55PM", "location": "J Baskin Engr 160", "instructor": "Staff", "class_number": 22783, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__060__01", "class_type": "LEC", "course_name": "Intro to Education", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4ODAiO30%3D", "enroll_current": 113, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Humn Lecture Hall", "instructor": "Mosqueda,E.", "class_number": 22880, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__104__01", "class_type": "LEC", "course_name": "Ethical Issue Teach", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDEiO30%3D", "enroll_current": 57, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Acad 148", "instructor": "Glass,R.", "class_number": 22841, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__120__01", "class_type": "SEM", "course_name": "Aesthtc Educ Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzAiO30%3D", "enroll_current": 39, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Porter Acad 148", "instructor": "Kratochvil,K.R.", "class_number": 21670, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__160__01", "class_type": "LEC", "course_name": "Educ Reform Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzEiO30%3D", "enroll_current": 59, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Porter Acad 148", "instructor": "Bartlett,L.", "class_number": 21671, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__171__01", "class_type": "SEM", "course_name": "Asian Schl & Immigra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTMiO30%3D", "enroll_current": 25, "meet_times": "MWF 01:20PM-02:25PM", "location": "Porter Acad 148", "instructor": "Gordon,J.A.", "class_number": 22893, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__180__01", "class_type": "LEC", "course_name": "Intro To Teaching", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjUiO30%3D", "enroll_current": 90, "meet_times": "MW 05:20PM-06:55PM", "location": "Kresge Clrm 321", "instructor": "Lashaw,A.", "class_number": 21665, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__200__01", "class_type": "LEC", "course_name": "Beg Student Teach", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzMiO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:00AM-10:45AM", "location": "McHenry Clrm 1253", "instructor": "Wilson,J.B.", "class_number": 21673, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__200__04", "class_type": "LEC", "course_name": "Beg Student Teach", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:30PM-07:15PM", "location": "McHenry Clrm 1253", "instructor": "Staff", "class_number": 21674, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__200__05", "class_type": "LEC", "course_name": "Beg Student Teach", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzUiO30%3D", "enroll_current": 0, "meet_times": "M 05:30PM-07:15PM", "location": "McHenry Clrm 0270", "instructor": "England,A.", "class_number": 21675, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__204__01", "class_type": "SEM", "course_name": "English Development", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDAiO30%3D", "enroll_current": 0, "meet_times": "M 02:00PM-05:00PM", "location": "McHenry Clrm 1253", "instructor": "Bunch,G.", "class_number": 22840, "enroll_max": 39}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__211__01", "class_type": "SEM", "course_name": "TopicsElemEducation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTQiO30%3D", "enroll_current": 2, "meet_times": "Th 04:00PM-05:30PM", "location": "Steven Acad 175", "instructor": "Tellez,K.T.", "class_number": 22694, "enroll_max": 68}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__212A__01", "class_type": "LEC", "course_name": "Biling&Biliteracy:A", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTYiO30%3D", "enroll_current": 0, "meet_times": "F 03:30PM-06:30PM", "location": "McHenry Clrm 0292", "instructor": "Johns,J.R.", "class_number": 22896, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__220__01", "class_type": "SEM", "course_name": "Reading & Lang Arts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzYiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:15PM", "location": "McHenry Clrm 1253", "instructor": "Scott,J.A.", "class_number": 21676, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__222__01", "class_type": "SEM", "course_name": "Math Learn & Teach", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzgiO30%3D", "enroll_current": 3, "meet_times": "TuTh 11:00AM-12:45PM", "location": "McHenry Clrm 1253", "instructor": "Wilson,J.B.", "class_number": 21678, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__226__01", "class_type": "SEM", "course_name": "English Teaching", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODAiO30%3D", "enroll_current": 0, "meet_times": "W 04:30PM-07:30PM", "location": "McHenry Clrm 0292", "instructor": "Staff", "class_number": 21680, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__228__01", "class_type": "LEC", "course_name": "Math Education", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzkiO30%3D", "enroll_current": 0, "meet_times": "Tu 02:00PM-05:00PM", "location": "McHenry Clrm 3148", "instructor": "Moschkovich,J.N.", "class_number": 21679, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__230__01", "class_type": "LEC", "course_name": "Sci Ed:Resrch/Pract", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzciO30%3D", "enroll_current": 0, "meet_times": "Tu 02:00PM-05:00PM", "location": "McHenry Clrm 0292", "instructor": "Ash,D.B.", "class_number": 21677, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__232__01", "class_type": "SEM", "course_name": "Social Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODEiO30%3D", "enroll_current": 0, "meet_times": "Tu 02:00PM-05:00PM", "location": "McHenry Clrm 0270", "instructor": "Staff", "class_number": 21681, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__235__01", "class_type": "SEM", "course_name": "Intr Educat Inquiry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzIiO30%3D", "enroll_current": 3, "meet_times": "M 02:00PM-05:00PM", "location": "McHenry Clrm 3170", "instructor": "Scott,J.A.", "class_number": 21672, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EDUC__262__01", "class_type": "SEM", "course_name": "Cultural Context Ed", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODIiO30%3D", "enroll_current": 7, "meet_times": "Tu 12:00PM-03:00PM", "location": "McHenry Clrm 3170", "instructor": "Staff", "class_number": 21682, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__080S__01", "class_type": "LEC", "course_name": "Sustn Eng/Pract", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDUiO30%3D", "enroll_current": 61, "meet_times": "MWF 12:00PM-01:05PM", "location": "Oakes Acad 105", "instructor": "Staff", "class_number": 22805, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__101__01", "class_type": "LEC", "course_name": "Intro Elec Circuits", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODMiO30%3D", "enroll_current": 74, "meet_times": "MWF 01:20PM-02:25PM", "location": "J Baskin Engr 152", "instructor": "Abrahamsson,S.", "class_number": 21683, "enroll_max": 74}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__101L__01", "class_type": "LAB", "course_name": "Intr Elec Circ Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODQiO30%3D", "enroll_current": 74, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Abrahamsson,S.", "class_number": 21684, "enroll_max": 74}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__103__01", "class_type": "LEC", "course_name": "Signals & Systems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTEiO30%3D", "enroll_current": 63, "meet_times": "MWF 02:40PM-03:45PM", "location": "J Baskin Engr 152", "instructor": "Kang,S.M.", "class_number": 21691, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__103L__01", "class_type": "LAB", "course_name": "Signals Systems Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTIiO30%3D", "enroll_current": 60, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kang,S.M.", "class_number": 22912, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__129A__01", "class_type": "LEC", "course_name": "Capstone Project I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTIiO30%3D", "enroll_current": 26, "meet_times": "MWF 12:00PM-01:05PM", "location": "Engineer 2 180", "instructor": "Petersen,S.C.", "class_number": 23012, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__129A__02", "class_type": "LEC", "course_name": "Capstone Project I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTMiO30%3D", "enroll_current": 8, "meet_times": "MWF 01:20PM-02:25PM", "location": "Engineer 2 180", "instructor": "Staff", "class_number": 23013, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__130__01", "class_type": "LEC", "course_name": "Optoelect/Photonics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTIiO30%3D", "enroll_current": 38, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Kresge Clrm 327", "instructor": "Yanik,A.", "class_number": 21692, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__130L__01", "class_type": "LAB", "course_name": "Optoelectronics Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTMiO30%3D", "enroll_current": 20, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Yanik,A.", "class_number": 21693, "enroll_max": 29}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__145__01", "class_type": "LEC", "course_name": "Props Of Materials", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTgiO30%3D", "enroll_current": 69, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 075", "instructor": "Kobayashi,N.P.", "class_number": 21698, "enroll_max": 69}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__145L__01", "class_type": "LAB", "course_name": "Props Of Matrls Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MDEiO30%3D", "enroll_current": 69, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kobayashi,N.P.", "class_number": 21701, "enroll_max": 69}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__154__01", "class_type": "LEC", "course_name": "Feedback Cntrl Syst", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTIiO30%3D", "enroll_current": 59, "meet_times": "MWF 09:20AM-10:25AM", "location": "Steven Acad 175", "instructor": "Milutinovic,D.", "class_number": 21712, "enroll_max": 85}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__172__01", "class_type": "LEC", "course_name": "Adv Analog Circuits", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjciO30%3D", "enroll_current": 12, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Engineer 2 192", "instructor": "Pedrotti,K.", "class_number": 22727, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__173__01", "class_type": "LEC", "course_name": "Hi-Spd Digtl Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzkiO30%3D", "enroll_current": 2, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 159", "instructor": "Petersen,S.C.", "class_number": 21379, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__173L__01", "class_type": "LAB", "course_name": "Hi-Spd Digtl Des Lb", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODAiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Petersen,S.C.", "class_number": 21380, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__175__01", "class_type": "LEC", "course_name": "Energy Gen Control", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjIiO30%3D", "enroll_current": 24, "meet_times": "TuTh 09:50AM-11:25AM", "location": "N", "instructor": "Parsa,L.", "class_number": 22922, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__175L__01", "class_type": "LAB", "course_name": "Energy Gen/Ctrl Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTgiO30%3D", "enroll_current": 24, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Parsa,L.", "class_number": 22918, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__216__01", "class_type": "LEC", "course_name": "Nanomaterial Devices", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzUiO30%3D", "enroll_current": 4, "meet_times": "MW 07:10PM-08:45PM", "location": "J Baskin Engr 156", "instructor": "Kobayashi,N.P.", "class_number": 22875, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__216__50", "class_type": "LEC", "course_name": "Nanomaterial Devices", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzYiO30%3D", "enroll_current": 1, "meet_times": "MW 07:10PM-08:45PM", "location": "SiliconValleyCtr", "instructor": "Kobayashi,N.P.", "class_number": 22876, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__221__01", "class_type": "LEC", "course_name": "Adv Analog Circuits", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTciO30%3D", "enroll_current": 12, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Engineer 2 192", "instructor": "Pedrotti,K.", "class_number": 21717, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__221__50", "class_type": "LEC", "course_name": "Adv Analog Circuits", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "SiliconValleyCtr", "instructor": "Pedrotti,K.", "class_number": 21718, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__227__01", "class_type": "LEC", "course_name": "Fund Semicond Phys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTgiO30%3D", "enroll_current": 6, "meet_times": "TuTh 05:20PM-06:55PM", "location": "J Baskin Engr 156", "instructor": "Yamada,T.", "class_number": 23118, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__227__50", "class_type": "LEC", "course_name": "Fund Semicond Phys", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTkiO30%3D", "enroll_current": 1, "meet_times": "TuTh 05:20PM-06:55PM", "location": "SiliconValleyCtr", "instructor": "Yamada,T.", "class_number": 23119, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__230__01", "class_type": "LEC", "course_name": "Optical Fiber Comm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTkiO30%3D", "enroll_current": 38, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Kresge Clrm 327", "instructor": "Yanik,A.", "class_number": 21719, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__241__01", "class_type": "LEC", "course_name": "FeedbackContrlSystm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTEiO30%3D", "enroll_current": 26, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 1 110", "instructor": "Sanfelice,R.G.", "class_number": 22711, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__251__01", "class_type": "LEC", "course_name": "Digital Communicatn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjAiO30%3D", "enroll_current": 5, "meet_times": "TuTh 07:10PM-08:45PM", "location": "J Baskin Engr 156", "instructor": "Friedlander,B.", "class_number": 21720, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__251__50", "class_type": "LEC", "course_name": "Digital Communicatn", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjEiO30%3D", "enroll_current": 2, "meet_times": "TuTh 07:10PM-08:45PM", "location": "SiliconValleyCtr", "instructor": "Friedlander,B.", "class_number": 21721, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__261__01", "class_type": "LEC", "course_name": "ErrorControlCoding", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjgiO30%3D", "enroll_current": 15, "meet_times": "MW 05:20PM-06:55PM", "location": "J Baskin Engr 165", "instructor": "Sadjadpour,H.R.", "class_number": 23768, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280A__01", "class_type": "SEM", "course_name": "Applied Microscopy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Abrahamsson,S.", "class_number": 23276, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280B__01", "class_type": "SEM", "course_name": "Intgr Bioelect Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Rolandi,M.A.", "class_number": 22771, "enroll_max": 6}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280N__01", "class_type": "SEM", "course_name": "Nanophotonics Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Yanik,A.", "class_number": 23189, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280O__01", "class_type": "SEM", "course_name": "Applied Optics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Schmidt,H.", "class_number": 22751, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__280Z__01", "class_type": "SEM", "course_name": "Smart Grids & Data", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Zhang,Y.", "class_number": 23277, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__290__01", "class_type": "SEM", "course_name": "EE Graduate Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTYiO30%3D", "enroll_current": 8, "meet_times": "M 10:40AM-11:45AM", "location": "Engineer 2 192", "instructor": "Abrahamsson,S.", "class_number": 22716, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__293__01", "class_type": "SEM", "course_name": "Adv Topics in EE", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDgiO30%3D", "enroll_current": 4, "meet_times": "TuTh 03:20PM-04:55PM", "location": "J Baskin Engr 156", "instructor": "Corzine,K.", "class_number": 22708, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__EE__293__50", "class_type": "SEM", "course_name": "Adv Topics in EE", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "SiliconValleyCtr", "instructor": "Corzine,K.", "class_number": 22709, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__015__01", "class_type": "FLD", "course_name": "Naturl History UCSC", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzkiO30%3D", "enroll_current": 0, "meet_times": "F 08:15AM-11:45AM", "location": "Nat Sci 2 229", "instructor": "Carle,R.D.", "class_number": 21779, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__024__01", "class_type": "LEC", "course_name": "General Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODAiO30%3D", "enroll_current": 85, "meet_times": "MWF 01:20PM-02:25PM", "location": "Humn Lecture Hall", "instructor": "Finkelstein,M.E.", "class_number": 21780, "enroll_max": 186}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__080B__01", "class_type": "LEC", "course_name": "Forecast Globl Warm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODEiO30%3D", "enroll_current": 9, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Earth", "instructor": "Loik,M.E.", "class_number": 21781, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__106A__01", "class_type": "LEC", "course_name": "Natural Hist Birds", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODIiO30%3D", "enroll_current": 25, "meet_times": "MW 08:00AM-10:25AM", "location": "ISB 221", "instructor": "Carle,R.D.", "class_number": 21782, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115A__01", "class_type": "LEC", "course_name": "GIS & Envnmtl Applc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODMiO30%3D", "enroll_current": 74, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Acad 150", "instructor": "Nereson,A.L.", "class_number": 21783, "enroll_max": 130}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__01", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODQiO30%3D", "enroll_current": 20, "meet_times": "Tu 12:00PM-03:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21784, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__02", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODUiO30%3D", "enroll_current": 13, "meet_times": "Tu 04:00PM-07:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21785, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__03", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODYiO30%3D", "enroll_current": 12, "meet_times": "W 09:00AM-12:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21786, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__04", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODciO30%3D", "enroll_current": 18, "meet_times": "W 01:00PM-04:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21787, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__05", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODgiO30%3D", "enroll_current": 6, "meet_times": "Th 12:00PM-03:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21788, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__115L__06", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODkiO30%3D", "enroll_current": 5, "meet_times": "Th 04:00PM-07:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 21789, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__120__01", "class_type": "LEC", "course_name": "Conservation Biology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTAiO30%3D", "enroll_current": 47, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 221", "instructor": "Ross,K.M.", "class_number": 21790, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__121__01", "class_type": "LEC", "course_name": "Landscape Ecology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODciO30%3D", "enroll_current": 35, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ISB 431", "instructor": "Zhu,K.", "class_number": 23887, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130A__01", "class_type": "LEC", "course_name": "Agroeco & Sust Ag", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTEiO30%3D", "enroll_current": 49, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Thim Lecture 001", "instructor": "Shennan,C.", "class_number": 21791, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130L__01", "class_type": "LAB", "course_name": "Agroeco & Sust Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTIiO30%3D", "enroll_current": 8, "meet_times": "M 08:30AM-11:30AM", "location": "Agroecology 103", "instructor": "Shennan,C.", "class_number": 21792, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130L__02", "class_type": "LAB", "course_name": "Agroeco & Sust Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTMiO30%3D", "enroll_current": 20, "meet_times": "Tu 08:30AM-11:30AM", "location": "Agroecology 103", "instructor": "Shennan,C.", "class_number": 21793, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130L__03", "class_type": "LAB", "course_name": "Agroeco & Sust Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTQiO30%3D", "enroll_current": 10, "meet_times": "W 08:30AM-11:30AM", "location": "Agroecology 103", "instructor": "Shennan,C.", "class_number": 21794, "enroll_max": 23}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__130L__04", "class_type": "LAB", "course_name": "Agroeco & Sust Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTUiO30%3D", "enroll_current": 9, "meet_times": "Th 08:30AM-11:30AM", "location": "Agroecology 103", "instructor": "Shennan,C.", "class_number": 21795, "enroll_max": 23}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__141__01", "class_type": "LEC", "course_name": "Ecological Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTYiO30%3D", "enroll_current": 35, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 431", "instructor": "Millard-Ball,A.S.", "class_number": 21796, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__145__01", "class_type": "LEC", "course_name": "Green Cities", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDYiO30%3D", "enroll_current": 35, "meet_times": "TuTh 03:20PM-04:55PM", "location": "ISB 221", "instructor": "Millard-Ball,A.S.", "class_number": 23246, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__158__01", "class_type": "SEM", "course_name": "Pol Ecol & Socl Chg", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTciO30%3D", "enroll_current": 35, "meet_times": "TuTh 05:20PM-06:55PM", "location": "ISB 221", "instructor": "Artiga-Purcell,J.A.", "class_number": 21797, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__167__01", "class_type": "LEC", "course_name": "Freshwater/Wetland", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTgiO30%3D", "enroll_current": 40, "meet_times": "MWF 10:40AM-11:45AM", "location": "ISB 221", "instructor": "Monsen,K.L.", "class_number": 21798, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__167L__01", "class_type": "LAB", "course_name": "Freshwater Eco Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDYiO30%3D", "enroll_current": 20, "meet_times": "F 01:30PM-04:30PM", "location": "Nat Sci 2 229", "instructor": "Monsen,K.L.", "class_number": 22706, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__177__01", "class_type": "SEM", "course_name": "TeachEnvironEduc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTEiO30%3D", "enroll_current": 26, "meet_times": "TuTh 08:00AM-09:35AM", "location": "ISB 221", "instructor": "Cohen,W.L.", "class_number": 22911, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__189__01", "class_type": "SEM", "course_name": "Research Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTYiO30%3D", "enroll_current": 0, "meet_times": "M 12:00PM-01:05PM", "location": "ISB 221", "instructor": "Staff", "class_number": 22756, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__196__01", "class_type": "SEM", "course_name": "Senior Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTgiO30%3D", "enroll_current": 6, "meet_times": "W 12:00PM-03:00PM", "location": "ISB 455", "instructor": "Rittelmeyer,P.F.", "class_number": 23358, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__196__02", "class_type": "SEM", "course_name": "Senior Seminar", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTkiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23359, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__201A__01", "class_type": "SEM", "course_name": "Research Approaches", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTkiO30%3D", "enroll_current": 7, "meet_times": "MW 10:10AM-11:45AM", "location": "ISB 455", "instructor": "Holl,K.D.", "class_number": 21799, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__215A__01", "class_type": "SEM", "course_name": "Gis & Envnmtl Applc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Acad 150", "instructor": "Nereson,A.L.", "class_number": 22720, "enroll_max": 130}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__215L__01", "class_type": "LAB", "course_name": "GIS & Envrn App Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjEiO30%3D", "enroll_current": 0, "meet_times": "Tu 12:00PM-03:00PM", "location": "ISB 486", "instructor": "Nereson,A.L.", "class_number": 22721, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__290__01", "class_type": "SEM", "course_name": "Interdis Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDAiO30%3D", "enroll_current": 6, "meet_times": "M 12:00PM-01:05PM", "location": "ISB 221", "instructor": "Staff", "class_number": 21800, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__290L__01", "class_type": "LAB", "course_name": "Research Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDEiO30%3D", "enroll_current": 5, "meet_times": "M 02:40PM-03:45PM", "location": "ISB 455", "instructor": "Loik,M.E.", "class_number": 21801, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__01", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDIiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Campbell,J.J.", "class_number": 21802, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__02", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Cheng,W.", "class_number": 21803, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__03", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Fairbairn,M.P.", "class_number": 21804, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__04", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDUiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Gilbert,G.S.", "class_number": 21805, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__05", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Haddad,B.M.", "class_number": 21806, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__06", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDciO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Holl,K.D.", "class_number": 21807, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__07", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Loik,M.E.", "class_number": 21808, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__08", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lu,F.E.", "class_number": 21809, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__09", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTAiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Millard-Ball,A.S.", "class_number": 21810, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__10", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTEiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Philpott,S.M.", "class_number": 21811, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__11", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Press,D.M.", "class_number": 21812, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__12", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Rajan,S.R.", "class_number": 21813, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__13", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Shennan,C.", "class_number": 21814, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__14", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wilmers,C.C.", "class_number": 21815, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__15", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTYiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Zhu,K.", "class_number": 21816, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ENVS__292__16", "class_type": "SEM", "course_name": "Research In Envs", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyOTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Kapuscinski,A.", "class_number": 24290, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ESCI__160__01", "class_type": "LEC", "course_name": "Data Analysis Envs", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyMDAiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 24200, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__020A__01", "class_type": "LEC", "course_name": "Intro Film Studies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MjAiO30%3D", "enroll_current": 98, "meet_times": "MW 04:00PM-05:35PM", "location": "Humn Lecture Hall", "instructor": "Limbrick,P.E.", "class_number": 21820, "enroll_max": 98}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__020A__01", "class_type": "LEC", "course_name": "Intro Film Studies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MjAiO30%3D", "enroll_current": 98, "meet_times": "M 05:50PM-08:50PM", "location": "Humn Lecture Hall", "instructor": "Limbrick,P.E.", "class_number": 21820, "enroll_max": 98}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__080M__01", "class_type": "LEC", "course_name": "Understanding Media", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjMiO30%3D", "enroll_current": 145, "meet_times": "TuTh 07:10PM-08:45PM", "location": "ClassroomUnit 002", "instructor": "Shanken,E.A.", "class_number": 23323, "enroll_max": 145}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__080S__01", "class_type": "LEC", "course_name": "Sp Top Film/Dig Med", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTQiO30%3D", "enroll_current": 50, "meet_times": "WF 12:50PM-02:25PM", "location": "Commun Bldg 150", "instructor": "Ruiz,S.", "class_number": 22794, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__132A__01", "class_type": "LEC", "course_name": "Internatnl Cinema", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MzEiO30%3D", "enroll_current": 70, "meet_times": "TuTh 11:40AM-02:40PM", "location": "Commun Bldg 150", "instructor": "Wang,Y.", "class_number": 21831, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__134B__01", "class_type": "LEC", "course_name": "Amer Film:1960-Pres", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MzgiO30%3D", "enroll_current": 120, "meet_times": "TuTh 03:20PM-06:20PM", "location": "J Bask Aud 101", "instructor": "Kahana,J.", "class_number": 21838, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__150__01", "class_type": "SEM", "course_name": "Screenwriting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTEiO30%3D", "enroll_current": 17, "meet_times": "F 10:40AM-02:40PM", "location": "Commun Bldg 113", "instructor": "V.,N.", "class_number": 21851, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__162__01", "class_type": "LEC", "course_name": "Film Authors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTIiO30%3D", "enroll_current": 50, "meet_times": "MW 03:30PM-06:30PM", "location": "Commun Bldg 150", "instructor": "Stamp,S.", "class_number": 21852, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__170A__01", "class_type": "STU", "course_name": "Digital Media Prod", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTMiO30%3D", "enroll_current": 16, "meet_times": "TuTh 10:45AM-01:15PM", "location": "Porter Acad 240", "instructor": "Staff", "class_number": 21853, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__170B__01", "class_type": "STU", "course_name": "Film/Video Productn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTQiO30%3D", "enroll_current": 22, "meet_times": "MW 10:40AM-01:05PM", "location": "Commun Bldg 130", "instructor": "Archer,C.M.", "class_number": 21854, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__170B__01", "class_type": "STU", "course_name": "Film/Video Productn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTQiO30%3D", "enroll_current": 22, "meet_times": "W 01:05PM-02:35PM", "location": "Commun Bldg 140", "instructor": "Archer,C.M.", "class_number": 21854, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__171A__01", "class_type": "STU", "course_name": "Prod Workshop-Sound", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTUiO30%3D", "enroll_current": 14, "meet_times": "MW 02:40PM-05:05PM", "location": "Commun Bldg 130", "instructor": "Friz,A.M.", "class_number": 21855, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__171S__01", "class_type": "STU", "course_name": "Spec Topics in Prod", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDQiO30%3D", "enroll_current": 7, "meet_times": "TuTh 03:20PM-05:50PM", "location": "Commun Bldg 113", "instructor": "Staff", "class_number": 23244, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__172__01", "class_type": "STU", "course_name": "NarrativeVideoWksp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTYiO30%3D", "enroll_current": 17, "meet_times": "Th 12:15PM-01:45PM", "location": "Commun Bldg 140", "instructor": "Archer,C.M.", "class_number": 21856, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__172__01", "class_type": "STU", "course_name": "NarrativeVideoWksp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTYiO30%3D", "enroll_current": 17, "meet_times": "TuTh 09:50AM-12:15PM", "location": "Commun Bldg 130", "instructor": "Archer,C.M.", "class_number": 21856, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__185D__01", "class_type": "LEC", "course_name": "Sound/Image Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTciO30%3D", "enroll_current": 37, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Commun Bldg 150", "instructor": "Friz,A.M.", "class_number": 21857, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__185S__01", "class_type": "LEC", "course_name": "AdvTopicFilmStudies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjIiO30%3D", "enroll_current": 30, "meet_times": "MW 10:40AM-12:15PM", "location": "Commun Bldg 150", "instructor": "Horne,J.", "class_number": 22762, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__194C__01", "class_type": "SEM", "course_name": "New Media Theor Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTgiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:30PM", "location": "Commun Bldg 121", "instructor": "Murray,S.E.", "class_number": 21858, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__200C__01", "class_type": "SEM", "course_name": "Theory/Praxis 2", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDAiO30%3D", "enroll_current": 4, "meet_times": "M 03:30PM-06:30PM", "location": "Commun Bldg 139", "instructor": "Murray,S.E.", "class_number": 22940, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__224__01", "class_type": "SEM", "course_name": "Mediating Diff", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTAiO30%3D", "enroll_current": 9, "meet_times": "Th 06:30PM-09:30PM", "location": "Commun Bldg 139", "instructor": "Wang,Y.", "class_number": 22850, "enroll_max": 9}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FILM__237__01", "class_type": "SEM", "course_name": "Graduate Critique", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTQiO30%3D", "enroll_current": 5, "meet_times": "W 12:00PM-03:00PM", "location": "Commun Bldg 139", "instructor": "Andrews,L.", "class_number": 23194, "enroll_max": 7}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__001__01", "class_type": "LEC", "course_name": "Feminist Stds Intro", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDUiO30%3D", "enroll_current": 105, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Humn Lecture Hall", "instructor": "Ochoa,M.", "class_number": 22605, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__040__01", "class_type": "LEC", "course_name": "Sexuality/Globalztn", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTIiO30%3D", "enroll_current": 40, "meet_times": "MWF 12:00PM-01:05PM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 22892, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__075__01", "class_type": "LEC", "course_name": "FeministMethodologies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Humanities 1 320", "instructor": "Wondergem,T.R.", "class_number": 23820, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__080S__01", "class_type": "LEC", "course_name": "Women In Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjUiO30%3D", "enroll_current": 95, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Music Center 101", "instructor": "Merchant,T.H.", "class_number": 22225, "enroll_max": 400}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__110Q__01", "class_type": "LEC", "course_name": "Black Queer Culture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDMiO30%3D", "enroll_current": 49, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 179", "instructor": "Shange-Binion,S.T.", "class_number": 23903, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__188__01", "class_type": "LEC", "course_name": "Topics in FMST", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzYiO30%3D", "enroll_current": 26, "meet_times": "MW 05:20PM-06:55PM", "location": "N", "instructor": "Staff", "class_number": 23236, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__194O__01", "class_type": "SEM", "course_name": "Gender/Human Rights", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjMiO30%3D", "enroll_current": 16, "meet_times": "W 03:30PM-07:00PM", "location": "Humanities 1 316", "instructor": "Atanasoski,N.", "class_number": 22923, "enroll_max": 18}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__200__01", "class_type": "SEM", "course_name": "Feminist Theories", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjkiO30%3D", "enroll_current": 11, "meet_times": "M 02:00PM-05:00PM", "location": "Humanities 1 320", "instructor": "Mitchell,N.O.", "class_number": 23029, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__203__01", "class_type": "SEM", "course_name": "Feminist Pedagogies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzkiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23939, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__204__01", "class_type": "SEM", "course_name": "Ethno Writ Soc Doc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDEiO30%3D", "enroll_current": 11, "meet_times": "Tu 03:00PM-06:00PM", "location": "KresgeAnnex B 115", "instructor": "Ochoa,M.", "class_number": 22701, "enroll_max": 11}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FMST__264__01", "class_type": "SEM", "course_name": "The Idea Of Africa", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzIiO30%3D", "enroll_current": 15, "meet_times": "W 03:00PM-06:00PM", "location": "Humanities 1 320", "instructor": "Dent,G.", "class_number": 21932, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__001__01", "class_type": "LEC", "course_name": "French: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTkiO30%3D", "enroll_current": 20, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 2 165", "instructor": "Cailloux,R.", "class_number": 21859, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__001__02", "class_type": "LEC", "course_name": "French: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjAiO30%3D", "enroll_current": 22, "meet_times": "MWF 04:00PM-05:05PM", "location": "Soc Sci 2 165", "instructor": "Rohmer,C.", "class_number": 21860, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__001__03", "class_type": "LEC", "course_name": "French: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjEiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 165", "instructor": "Rohmer,C.", "class_number": 21861, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__002__01", "class_type": "LEC", "course_name": "French: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjIiO30%3D", "enroll_current": 9, "meet_times": "MWF 04:00PM-05:05PM", "location": "Hum ", "instructor": "Hutchison,G.K.", "class_number": 21862, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__003__01", "class_type": "LEC", "course_name": "French: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjMiO30%3D", "enroll_current": 14, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 159", "instructor": "Siskin,H.", "class_number": 21863, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__004__01", "class_type": "LEC", "course_name": "French: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjQiO30%3D", "enroll_current": 18, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 1 145", "instructor": "Hutchison,G.K.", "class_number": 21864, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__005__01", "class_type": "LEC", "course_name": "French: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjUiO30%3D", "enroll_current": 9, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 159", "instructor": "Siskin,H.", "class_number": 21865, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__FREN__111__01", "class_type": "LEC", "course_name": "Stylistics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjYiO30%3D", "enroll_current": 11, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 165", "instructor": "Cailloux,R.", "class_number": 21866, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__200__50", "class_type": "STU", "course_name": "Game Design Systems", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTMiO30%3D", "enroll_current": 25, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24053, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__230__50", "class_type": "LEC", "course_name": "Game Engineering", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTQiO30%3D", "enroll_current": 19, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23214, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__235__50", "class_type": "LEC", "course_name": "Game Development I", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTQiO30%3D", "enroll_current": 14, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24054, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__280A__01", "class_type": "SEM", "course_name": "Games Proseminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTYiO30%3D", "enroll_current": 5, "meet_times": "M 04:00PM-05:05PM", "location": "Engineer 2 194", "instructor": "Staff", "class_number": 24056, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GAME__280A__50", "class_type": "SEM", "course_name": "Games Proseminar", "course_section": "50", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTUiO30%3D", "enroll_current": 17, "meet_times": "M 04:00PM-05:05PM", "location": "SiliconValleyCtr", "instructor": "Staff", "class_number": 24055, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GERM__001__01", "class_type": "LEC", "course_name": "German: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjciO30%3D", "enroll_current": 12, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 2 167", "instructor": "Roots,J.", "class_number": 21867, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GERM__001__02", "class_type": "LEC", "course_name": "German: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjgiO30%3D", "enroll_current": 14, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 2 167", "instructor": "Roots,J.", "class_number": 21868, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GERM__001__03", "class_type": "LEC", "course_name": "German: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjkiO30%3D", "enroll_current": 21, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 167", "instructor": "Roots,J.", "class_number": 21869, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GERM__004__01", "class_type": "LEC", "course_name": "German: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzAiO30%3D", "enroll_current": 10, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 1 145", "instructor": "Gavande,G.A.", "class_number": 21870, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__GREE__001__01", "class_type": "LEC", "course_name": "Elem Ancient Greek", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzEiO30%3D", "enroll_current": 9, "meet_times": "MWF 12:00PM-01:05PM", "location": "PhysSciences 140", "instructor": "Staff", "class_number": 21871, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__024__01", "class_type": "LEC", "course_name": "SE Asia Visual Cul", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTciO30%3D", "enroll_current": 75, "meet_times": "MW 05:20PM-06:55PM", "location": "Oakes Acad 105", "instructor": "Ly,B.J.", "class_number": 22897, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__040__01", "class_type": "LEC", "course_name": "Museum Cultures", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzIiO30%3D", "enroll_current": 67, "meet_times": "MWF 10:40AM-11:45AM", "location": "Oakes Acad 105", "instructor": "Gonzalez,J.A.", "class_number": 21872, "enroll_max": 72}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__045__01", "class_type": "LEC", "course_name": "Photography Now", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjUiO30%3D", "enroll_current": 68, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Earth", "instructor": "Murray,D.C.", "class_number": 22965, "enroll_max": 135}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__070__01", "class_type": "LEC", "course_name": "Pacific Islands Art", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzkiO30%3D", "enroll_current": 53, "meet_times": "MWF 09:20AM-10:25AM", "location": "Oakes Acad 105", "instructor": "Staff", "class_number": 21879, "enroll_max": 85}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__116__01", "class_type": "LEC", "course_name": "AfricanArchitecture", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTkiO30%3D", "enroll_current": 22, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 071", "instructor": "Cameron,E.L.", "class_number": 22719, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__141K__01", "class_type": "LEC", "course_name": "Activst Art 1960 On", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODEiO30%3D", "enroll_current": 50, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Steven Acad 150", "instructor": "Demos,T.", "class_number": 21881, "enroll_max": 132}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__143E__01", "class_type": "LEC", "course_name": "History of Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjAiO30%3D", "enroll_current": 64, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 2 071", "instructor": "Narath,A.", "class_number": 23120, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__160A__01", "class_type": "LEC", "course_name": "Visual Cltr: Mexico", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODAiO30%3D", "enroll_current": 69, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 105", "instructor": "Dean,C.", "class_number": 21880, "enroll_max": 140}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__180A__01", "class_type": "LEC", "course_name": "Global Contemp Art", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjAiO30%3D", "enroll_current": 22, "meet_times": "MWF 01:20PM-02:25PM", "location": "R Carson Acad 240", "instructor": "Staff", "class_number": 23760, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__191P__01", "class_type": "SEM", "course_name": "Topics Contemp Art", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjAiO30%3D", "enroll_current": 16, "meet_times": "TuTh 03:20PM-04:55PM", "location": "McHenry Clrm 1262", "instructor": "Shanken,E.A.", "class_number": 23360, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__191W__01", "class_type": "SEM", "course_name": "ArtDisasterRslience", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjEiO30%3D", "enroll_current": 7, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Acad 245", "instructor": "Parry,K.T.", "class_number": 23321, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__201A__01", "class_type": "SEM", "course_name": "Intro Visual Studies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzQiO30%3D", "enroll_current": 8, "meet_times": "M 01:00PM-04:00PM", "location": "Porter Acad 245", "instructor": "Gonzalez,J.A.", "class_number": 22874, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__204__01", "class_type": "SEM", "course_name": "Grant Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzciO30%3D", "enroll_current": 6, "meet_times": "Tu 01:00PM-02:30PM", "location": "Porter Acad 245", "instructor": "Ly,B.J.", "class_number": 23037, "enroll_max": 7}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__205__01", "class_type": "SEM", "course_name": "Grant Writing in VS", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjUiO30%3D", "enroll_current": 4, "meet_times": "Tu 02:30PM-04:00PM", "location": "Porter Acad 245", "instructor": "Ly,B.J.", "class_number": 23225, "enroll_max": 8}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HAVC__233__01", "class_type": "SEM", "course_name": "ContempArt & Vis Cltr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDYiO30%3D", "enroll_current": 17, "meet_times": "Th 01:00PM-04:00PM", "location": "Porter Acad 245", "instructor": "Murray,D.C.", "class_number": 23006, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HEBR__001__01", "class_type": "LEC", "course_name": "Hebrew: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODgiO30%3D", "enroll_current": 24, "meet_times": "MWF 09:20AM-10:25AM", "location": "J Baskin Engr 165", "instructor": "Stein-Rosen,G.", "class_number": 21888, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__010A__01", "class_type": "LEC", "course_name": "U.S. History To 1877", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4OTAiO30%3D", "enroll_current": 57, "meet_times": "MWF 09:20AM-10:25AM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 21890, "enroll_max": 57}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__011A__01", "class_type": "LEC", "course_name": "L.Amer ColonlPeriod", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDAiO30%3D", "enroll_current": 30, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 071", "instructor": "Diaz,M.E.", "class_number": 21900, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__040B__01", "class_type": "LEC", "course_name": "Modern East Asia", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTgiO30%3D", "enroll_current": 60, "meet_times": "MWF 10:40AM-11:45AM", "location": "Steven Acad 150", "instructor": "Christy,A.S.", "class_number": 23758, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__041__01", "class_type": "LEC", "course_name": "Making Mod Mid East", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDMiO30%3D", "enroll_current": 45, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Merrill Acad 102", "instructor": "Derr,J.L.", "class_number": 21903, "enroll_max": 57}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__070B__01", "class_type": "LEC", "course_name": "ModEurope 1815-pres", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4OTUiO30%3D", "enroll_current": 53, "meet_times": "MWF 09:20AM-10:25AM", "location": "Steven Acad 150", "instructor": "Thompson,B.A.", "class_number": 21895, "enroll_max": 53}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__077__01", "class_type": "LEC", "course_name": "Am Jewish History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODQiO30%3D", "enroll_current": 30, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Porter Acad 144", "instructor": "Staff", "class_number": 23284, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__100__01", "class_type": "LEC", "course_name": "His Skills & Methds", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDgiO30%3D", "enroll_current": 10, "meet_times": "TuTh 03:20PM-04:55PM", "location": "R Carson Acad 252", "instructor": "Brundage,D.T.", "class_number": 21908, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__101E__01", "class_type": "LEC", "course_name": "Global 1930s", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzUiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23335, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__110A__01", "class_type": "LEC", "course_name": "Colonial U S 1500.-1750", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTAiO30%3D", "enroll_current": 27, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Acad 144", "instructor": "Westerkamp,M.J.", "class_number": 21910, "enroll_max": 54}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__116A__01", "class_type": "SEM", "course_name": "Unchained Memory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTMiO30%3D", "enroll_current": 18, "meet_times": "MW 05:20PM-06:55PM", "location": "Merrill Acad 002", "instructor": "Jones,C.A.", "class_number": 23293, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__117__01", "class_type": "LEC", "course_name": "Wired Nation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDIiO30%3D", "enroll_current": 49, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 2 075", "instructor": "Lasar,M.", "class_number": 22742, "enroll_max": 53}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__128__01", "class_type": "LEC", "course_name": "Chicana/o History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTUiO30%3D", "enroll_current": 35, "meet_times": "TuTh 08:00AM-09:35AM", "location": "ClassroomUnit 001", "instructor": "Delgado,G.P.", "class_number": 21915, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__137A__01", "class_type": "LEC", "course_name": "Africa To 1800", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTIiO30%3D", "enroll_current": 25, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Clrm 131", "instructor": "Anthony,D.H.", "class_number": 21912, "enroll_max": 53}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__140D__01", "class_type": "LEC", "course_name": "Recent Chinese Hist", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTMiO30%3D", "enroll_current": 43, "meet_times": "MWF 02:40PM-03:45PM", "location": "Cowell Clrm 131", "instructor": "Hershatter,G.B.", "class_number": 22653, "enroll_max": 53}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__150F__01", "class_type": "LEC", "course_name": "Engendering Empires", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3ODkiO30%3D", "enroll_current": 42, "meet_times": "MW 05:20PM-06:55PM", "location": "Cowell Clrm 131", "instructor": "Aso,N.", "class_number": 23789, "enroll_max": 53}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__158A__01", "class_type": "SEM", "course_name": "Escapes: D.George", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTYiO30%3D", "enroll_current": 13, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Steven Acad 151", "instructor": "O'Malley,G.", "class_number": 23916, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__158C__01", "class_type": "LEC", "course_name": "Slavery in Atlantic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjgiO30%3D", "enroll_current": 57, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 075", "instructor": "O'Malley,G.", "class_number": 23128, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__159C__01", "class_type": "LEC", "course_name": "Temple and City", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjQiO30%3D", "enroll_current": 43, "meet_times": "TuTh 05:20PM-06:55PM", "location": "PhysSciences 110", "instructor": "Sullivan,E.A.", "class_number": 23124, "enroll_max": 53}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__167A__01", "class_type": "LEC", "course_name": "The First World War", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODgiO30%3D", "enroll_current": 53, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 2 071", "instructor": "Thompson,B.A.", "class_number": 23088, "enroll_max": 53}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__172A__01", "class_type": "LEC", "course_name": "German History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDkiO30%3D", "enroll_current": 35, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Cowell Acad 113", "instructor": "Kehler,E.H.", "class_number": 21909, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__190A__01", "class_type": "SEM", "course_name": "Latn Am Slavry/Race", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjMiO30%3D", "enroll_current": 8, "meet_times": "Th 04:00PM-07:00PM", "location": "Merrill Acad 003", "instructor": "Diaz,M.E.", "class_number": 21923, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__196H__01", "class_type": "SEM", "course_name": "Sex and the City", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTQiO30%3D", "enroll_current": 21, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 002", "instructor": "Matera,M.A.", "class_number": 23014, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__200__01", "class_type": "SEM", "course_name": "Methods & Theories", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjQiO30%3D", "enroll_current": 10, "meet_times": "M 08:30AM-11:30AM", "location": "Steven Acad 213", "instructor": "Davis,M.H.", "class_number": 21924, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__210B__01", "class_type": "SEM", "course_name": "Readings US History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjYiO30%3D", "enroll_current": 8, "meet_times": "F 12:30PM-03:30PM", "location": "Steven Acad 213", "instructor": "Brundage,D.T.", "class_number": 21926, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__230B__01", "class_type": "SEM", "course_name": "Engendering China", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjUiO30%3D", "enroll_current": 4, "meet_times": "W 09:00AM-12:00PM", "location": "Humanities 1 545", "instructor": "Hershatter,G.B.", "class_number": 21925, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__260__01", "class_type": "SEM", "course_name": "Making Space", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjgiO30%3D", "enroll_current": 14, "meet_times": "Tu 05:20PM-08:20PM", "location": "Humanities 1 545", "instructor": "Derr,J.L.", "class_number": 23028, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__280A__01", "class_type": "SEM", "course_name": "Teaching Pedagogy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjciO30%3D", "enroll_current": 11, "meet_times": "F 09:00AM-12:00PM", "location": "Steven Acad 213", "instructor": "Staff", "class_number": 21927, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__280B__01", "class_type": "SEM", "course_name": "Resrch & Grant Writ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjgiO30%3D", "enroll_current": 0, "meet_times": "F 09:00AM-12:00PM", "location": "Humanities 1 545", "instructor": "Delgado,G.P.", "class_number": 21928, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HIS__280C__01", "class_type": "SEM", "course_name": "Job Market", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjkiO30%3D", "enroll_current": 6, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Delgado,G.P.", "class_number": 21929, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__080O__01", "class_type": "LEC", "course_name": "Popular Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTQiO30%3D", "enroll_current": 114, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Merrill Acad 102", "instructor": "Staff", "class_number": 23294, "enroll_max": 114}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__120__01", "class_type": "LEC", "course_name": "What is a State?", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjUiO30%3D", "enroll_current": 60, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Porter Acad 144", "instructor": "Tomba,M.", "class_number": 23825, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__203A__01", "class_type": "SEM", "course_name": "Approach To HistCon", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzAiO30%3D", "enroll_current": 1, "meet_times": "Tu 02:00PM-05:00PM", "location": "Humanities 1 420", "instructor": "Bargu,B.", "class_number": 21930, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__226__01", "class_type": "SEM", "course_name": "Liberty/Resistance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDQiO30%3D", "enroll_current": 16, "meet_times": "W 02:00PM-05:00PM", "location": "Humanities 1 420", "instructor": "Tomba,M.", "class_number": 23804, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__232__01", "class_type": "SEM", "course_name": "Music/Social/Thought", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDMiO30%3D", "enroll_current": 9, "meet_times": "Th 09:00AM-12:00PM", "location": "Humanities 1 420", "instructor": "Porter,E.C.", "class_number": 23803, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__240__01", "class_type": "SEM", "course_name": "Univ Level Pedagogy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23566, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__HISC__264__01", "class_type": "SEM", "course_name": "The Idea Of Africa", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzEiO30%3D", "enroll_current": 15, "meet_times": "W 03:00PM-06:00PM", "location": "Humanities 1 320", "instructor": "Dent,G.", "class_number": 21931, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__001__01", "class_type": "LEC", "course_name": "Elem Italian Lang", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzUiO30%3D", "enroll_current": 18, "meet_times": "MWF 09:20AM-10:25AM", "location": "Hum ", "instructor": "Prencipe,M.A.", "class_number": 21935, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__001__02", "class_type": "LEC", "course_name": "Elem Italian Lang", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzYiO30%3D", "enroll_current": 7, "meet_times": "MWF 10:40AM-11:45AM", "location": "Hum ", "instructor": "Prencipe,M.A.", "class_number": 21936, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__001__03", "class_type": "LEC", "course_name": "Elem Italian Lang", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzciO30%3D", "enroll_current": 12, "meet_times": "MWF 12:00PM-01:05PM", "location": "Hum ", "instructor": "Centineo,G.", "class_number": 21937, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__001__04", "class_type": "LEC", "course_name": "Elem Italian Lang", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzgiO30%3D", "enroll_current": 5, "meet_times": "MWF 02:40PM-03:45PM", "location": "Hum ", "instructor": "Centineo,G.", "class_number": 21938, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__004__01", "class_type": "LEC", "course_name": "Italian: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzkiO30%3D", "enroll_current": 19, "meet_times": "MWF 01:20PM-02:25PM", "location": "Hum ", "instructor": "Centineo,G.", "class_number": 21939, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__ITAL__100__01", "class_type": "LEC", "course_name": "Adv Ital Comp/Conv", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzgiO30%3D", "enroll_current": 7, "meet_times": "MWF 08:00AM-09:05AM", "location": "Hum ", "instructor": "Prencipe,M.A.", "class_number": 23138, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__01", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDAiO30%3D", "enroll_current": 24, "meet_times": "MWF 08:00AM-09:05AM", "location": "Crown Clrm 202", "instructor": "Staff", "class_number": 21940, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__02", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDEiO30%3D", "enroll_current": 26, "meet_times": "MWF 09:20AM-10:25AM", "location": "Oakes Acad 106", "instructor": "Fujita,S.", "class_number": 21941, "enroll_max": 26}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__03", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDIiO30%3D", "enroll_current": 26, "meet_times": "MWF 10:40AM-11:45AM", "location": "Oakes Acad 106", "instructor": "Fujita,S.", "class_number": 21942, "enroll_max": 26}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__04", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDMiO30%3D", "enroll_current": 22, "meet_times": "MWF 01:20PM-02:25PM", "location": "Hum ", "instructor": "Fujita,S.", "class_number": 21943, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__05", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDQiO30%3D", "enroll_current": 26, "meet_times": "MWF 02:40PM-03:45PM", "location": "Merrill Acad 132", "instructor": "Okamoto,S.", "class_number": 21944, "enroll_max": 26}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__001__06", "class_type": "LEC", "course_name": "Japanese: First Year", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDUiO30%3D", "enroll_current": 22, "meet_times": "MWF 04:00PM-05:05PM", "location": "Hum ", "instructor": "Bohn,M.T.", "class_number": 21945, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__004__01", "class_type": "LEC", "course_name": "Japanese: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDYiO30%3D", "enroll_current": 22, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 1 145", "instructor": "Yukawa,K.", "class_number": 21946, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__004__02", "class_type": "LEC", "course_name": "Japanese: Second Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDciO30%3D", "enroll_current": 22, "meet_times": "MWF 04:00PM-05:05PM", "location": "Soc Sci 1 145", "instructor": "Yukawa,K.", "class_number": 21947, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JAPN__103__01", "class_type": "LEC", "course_name": "Advanced Japanese", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDgiO30%3D", "enroll_current": 14, "meet_times": "MWF 04:00PM-05:05PM", "location": "Merrill Acad 132", "instructor": "Okamoto,S.", "class_number": 21948, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__JWST__077__01", "class_type": "LEC", "course_name": "Am Jewish History", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODciO30%3D", "enroll_current": 30, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Porter Acad 144", "instructor": "Staff", "class_number": 23287, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__01", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23690, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__01", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23690, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__02", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23693, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__02", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTMiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23693, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__03", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Kresge Rec 159", "instructor": "Staff", "class_number": 23696, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__03", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTYiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23696, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__04", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23699, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__04", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Rec 159", "instructor": "Staff", "class_number": 23699, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__05", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDIiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23702, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__05", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23702, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__06", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDUiO30%3D", "enroll_current": 2, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23705, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__06", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDUiO30%3D", "enroll_current": 2, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23705, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__07", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23708, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__07", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDgiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23708, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__08", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTEiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23711, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__08", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTEiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23711, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__09", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTQiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23714, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__09", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTQiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23714, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__10", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTciO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23717, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__10", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTciO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23717, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__11", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjAiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23720, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__001__11", "class_type": "SEM", "course_name": "ALE:Power&Representat", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjAiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23720, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__012A__01", "class_type": "SEM", "course_name": "Service Learning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDkiO30%3D", "enroll_current": 0, "meet_times": "Tu 05:20PM-06:55PM", "location": "Kresge Acad 194", "instructor": "Staff", "class_number": 21949, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__018__01", "class_type": "FLD", "course_name": "Natural Hist Pract", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODgiO30%3D", "enroll_current": 25, "meet_times": "Tu 07:30AM-09:35AM", "location": "Kresge Acad 194", "instructor": "Carson,B.L.", "class_number": 23188, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__01", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23031, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__02", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzIiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Kresge Clrm 325", "instructor": "Staff", "class_number": 23032, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__03", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Rec 159", "instructor": "Staff", "class_number": 23033, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__04", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 167", "instructor": "Staff", "class_number": 23034, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__05", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Rec 159", "instructor": "Staff", "class_number": 23035, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__KRSG__025__06", "class_type": "SEM", "course_name": "Transfer Success", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Hum ", "instructor": "Staff", "class_number": 23036, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LAAD__210__01", "class_type": "SEM", "course_name": "OralCommunication:TAs", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDkiO30%3D", "enroll_current": 3, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Hum ", "instructor": "Staff", "class_number": 22909, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__001__01", "class_type": "LEC", "course_name": "Intro Latin Amer St", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NTAiO30%3D", "enroll_current": 91, "meet_times": "MWF 09:20AM-10:25AM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 21950, "enroll_max": 170}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__080S__01", "class_type": "LEC", "course_name": "Sexualities/Genders", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjIiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23362, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__090__01", "class_type": "LEC", "course_name": "Contemporary Brazil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzkiO30%3D", "enroll_current": 19, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 075", "instructor": "Pinho,P.", "class_number": 23239, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__100__01", "class_type": "LEC", "course_name": "Concepts/Theories LALS", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzYiO30%3D", "enroll_current": 78, "meet_times": "MWF 08:00AM-09:05AM", "location": "Steven Acad 150", "instructor": "Arredondo,G.F.", "class_number": 22776, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__122__01", "class_type": "LEC", "course_name": "Media/Nationalism", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4ODkiO30%3D", "enroll_current": 33, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 071", "instructor": "Rivas,C.M.", "class_number": 22889, "enroll_max": 48}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__130__01", "class_type": "LEC", "course_name": "Expresiones en el cine", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjQiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23224, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__143J__01", "class_type": "LEC", "course_name": "Global Politic Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDIiO30%3D", "enroll_current": 14, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Engineer 2 194", "instructor": "Staff", "class_number": 23942, "enroll_max": 48}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__171__01", "class_type": "LEC", "course_name": "BrazilBlackWhite", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTkiO30%3D", "enroll_current": 6, "meet_times": "MWF 01:20PM-02:25PM", "location": "Soc Sci 1 153", "instructor": "Pinho,P.", "class_number": 23259, "enroll_max": 48}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__172__01", "class_type": "LEC", "course_name": "VisualizingHumanRights", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDEiO30%3D", "enroll_current": 38, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 179", "instructor": "Falcon,S.M.", "class_number": 22901, "enroll_max": 38}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__180__01", "class_type": "LEC", "course_name": "Borders:Real/Imagin", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjQiO30%3D", "enroll_current": 39, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Crown Clrm 208", "instructor": "Staff", "class_number": 21964, "enroll_max": 39}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__194R__01", "class_type": "SEM", "course_name": "Violencia en Amer", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTgiO30%3D", "enroll_current": 21, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 1 145", "instructor": "Rivas,C.M.", "class_number": 22858, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__200__01", "class_type": "SEM", "course_name": "LatAm/Latina/o Stdy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjUiO30%3D", "enroll_current": 3, "meet_times": "Tu 08:15AM-11:15AM", "location": "Crown Clrm 104", "instructor": "Falcon,S.M.", "class_number": 21965, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LALS__208__01", "class_type": "SEM", "course_name": "Politics Child/Youth", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyNjAiO30%3D", "enroll_current": 6, "meet_times": "M 04:00PM-07:00PM", "location": "Crown Clrm 104", "instructor": "Taft,J.", "class_number": 24260, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LATN__001__01", "class_type": "LEC", "course_name": "Elementary Latin", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjYiO30%3D", "enroll_current": 19, "meet_times": "MWF 10:40AM-11:45AM", "location": "PhysSciences 140", "instructor": "Staff", "class_number": 21966, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LATN__001__02", "class_type": "LEC", "course_name": "Elementary Latin", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjciO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 21967, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__010__01", "class_type": "LEC", "course_name": "Intro Legal Process", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjgiO30%3D", "enroll_current": 93, "meet_times": "TuTh 05:20PM-06:55PM", "location": "ClassroomUnit 001", "instructor": "Gehring,J.S.", "class_number": 21968, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__105C__01", "class_type": "LEC", "course_name": "Modern Pol Thought", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzciO30%3D", "enroll_current": 69, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Thim Lecture 001", "instructor": "Thomas,M.C.", "class_number": 22377, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__109__01", "class_type": "LEC", "course_name": "Legal Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTQiO30%3D", "enroll_current": 50, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Cowell Clrm 131", "instructor": "Snickars,E.S.", "class_number": 22714, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__110__01", "class_type": "LEC", "course_name": "Law & Social Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTYiO30%3D", "enroll_current": 50, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 130", "instructor": "Gerston,L.", "class_number": 23356, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__111B__01", "class_type": "LEC", "course_name": "Civil Liberties", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjkiO30%3D", "enroll_current": 134, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ClassroomUnit 001", "instructor": "Beaumont,K.E.", "class_number": 22629, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__111C__01", "class_type": "LEC", "course_name": "IssuesConstitutionLaw", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjMiO30%3D", "enroll_current": 67, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 1 110", "instructor": "Coonerty,R.E.", "class_number": 22763, "enroll_max": 68}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__117__01", "class_type": "LEC", "course_name": "Sports Law Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzQiO30%3D", "enroll_current": 45, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Clrm 131", "instructor": "Gehring,J.S.", "class_number": 23274, "enroll_max": 48}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__120C__01", "class_type": "LEC", "course_name": "Capit Amer Pol Dev", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODgiO30%3D", "enroll_current": 99, "meet_times": "MWF 10:40AM-11:45AM", "location": "Thim Lecture 001", "instructor": "Bertram,E.C.", "class_number": 22388, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__128I__01", "class_type": "LEC", "course_name": "Race and Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTciO30%3D", "enroll_current": 99, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 321", "instructor": "Fukurai,H.", "class_number": 22517, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__159__01", "class_type": "LEC", "course_name": "Property and the Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzUiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 21975, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LGST__196__01", "class_type": "LEC", "course_name": "Senior Capstone", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzYiO30%3D", "enroll_current": 36, "meet_times": "TuTh 11:40AM-01:15PM", "location": "J Baskin Engr 372", "instructor": "Patton,G.", "class_number": 21976, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__050__01", "class_type": "LEC", "course_name": "Intr To Linguistics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzciO30%3D", "enroll_current": 148, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Humn Lecture Hall", "instructor": "Bennett,R.T.", "class_number": 21977, "enroll_max": 178}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__053__01", "class_type": "LEC", "course_name": "Semantics I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTEiO30%3D", "enroll_current": 67, "meet_times": "MWF 10:40AM-11:45AM", "location": "Steven Acad 175", "instructor": "Brasoveanu,A.", "class_number": 21991, "enroll_max": 67}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__080D__01", "class_type": "LEC", "course_name": "Language and Mind", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTYiO30%3D", "enroll_current": 102, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Humn Lecture Hall", "instructor": "Wagers,M.W.", "class_number": 21996, "enroll_max": 201}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__102__01", "class_type": "LEC", "course_name": "Phonology II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTciO30%3D", "enroll_current": 38, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Acad 175", "instructor": "Ito,J.", "class_number": 21997, "enroll_max": 65}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__112__01", "class_type": "LEC", "course_name": "Syntax I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5ODciO30%3D", "enroll_current": 52, "meet_times": "MWF 12:00PM-01:05PM", "location": "Cowell Clrm 131", "instructor": "Hankamer,J.", "class_number": 21987, "enroll_max": 55}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__114A__01", "class_type": "SEM", "course_name": "Syntax III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDIiO30%3D", "enroll_current": 16, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Cowell Acad 222", "instructor": "Hankamer,J.", "class_number": 22002, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__140__01", "class_type": "LEC", "course_name": "Language Change", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDMiO30%3D", "enroll_current": 15, "meet_times": "MWF 09:20AM-10:25AM", "location": "Cowell Clrm 131", "instructor": "McGuire,G.L.", "class_number": 22003, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__151__01", "class_type": "LEC", "course_name": "Phonetic Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjQiO30%3D", "enroll_current": 23, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Steven Acad 151", "instructor": "Rysling,A.J.", "class_number": 22664, "enroll_max": 28}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__154__01", "class_type": "LEC", "course_name": "Lang/Social Identity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTciO30%3D", "enroll_current": 18, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 106", "instructor": "Sichel,I.", "class_number": 22857, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__211__01", "class_type": "SEM", "course_name": "Phonology A", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Lib 102", "instructor": "Bennett,R.T.", "class_number": 22006, "enroll_max": 14}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__221__01", "class_type": "LEC", "course_name": "Syntax A", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDciO30%3D", "enroll_current": 1, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Steven Lib 102", "instructor": "Toosarvandani,M.", "class_number": 22007, "enroll_max": 14}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__229__01", "class_type": "SEM", "course_name": "Syntax Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDgiO30%3D", "enroll_current": 1, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Lib 102", "instructor": "Shlonsky,U.", "class_number": 22008, "enroll_max": 14}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__231__01", "class_type": "SEM", "course_name": "Semantics A", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDkiO30%3D", "enroll_current": 0, "meet_times": "MW 08:00AM-09:35AM", "location": "Steven Lib 102", "instructor": "Brasoveanu,A.", "class_number": 22009, "enroll_max": 14}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__240__01", "class_type": "SEM", "course_name": "Pedagogy Of Ling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Wagers,M.W.", "class_number": 22010, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LING__259__01", "class_type": "SEM", "course_name": "Phonetics Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzkiO30%3D", "enroll_current": 2, "meet_times": "MW 01:20PM-02:55PM", "location": "Steven Lib 102", "instructor": "Rysling,A.J.", "class_number": 22879, "enroll_max": 14}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__001__01", "class_type": "LEC", "course_name": "Literary Interpret", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTEiO30%3D", "enroll_current": 73, "meet_times": "TuTh 08:30AM-09:35AM", "location": "Merrill Acad 102", "instructor": "Keilen,S.", "class_number": 22011, "enroll_max": 74}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__061P__01", "class_type": "LEC", "course_name": "Reading Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTYiO30%3D", "enroll_current": 75, "meet_times": "MWF 04:00PM-05:05PM", "location": "Oakes Acad 105", "instructor": "Chen,C.S.", "class_number": 22016, "enroll_max": 75}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__061W__01", "class_type": "LEC", "course_name": "Writing & Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3ODgiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "PhysSciences 136", "instructor": "Staff", "class_number": 23788, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__061X__01", "class_type": "LEC", "course_name": "Tragedy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNDEiO30%3D", "enroll_current": 72, "meet_times": "MWF 09:20AM-10:25AM", "location": "J Bask Aud 101", "instructor": "Bassi,K.L.", "class_number": 23341, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__061Z__01", "class_type": "LEC", "course_name": "\u00a0", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDkiO30%3D", "enroll_current": 12, "meet_times": "MWF 02:40PM-03:45PM", "location": "Kresge Clrm 323", "instructor": "Aladro Font,J.", "class_number": 22049, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__080H__01", "class_type": "LEC", "course_name": "Politics of Fashion", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTkiO30%3D", "enroll_current": 125, "meet_times": "MWF 02:40PM-03:45PM", "location": "Humn Lecture Hall", "instructor": "Cooppan,V.", "class_number": 23299, "enroll_max": 125}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__01", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjkiO30%3D", "enroll_current": 13, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22029, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__01", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjkiO30%3D", "enroll_current": 13, "meet_times": "MW 05:20PM-06:55PM", "location": "Soc Sci 2 141", "instructor": "Staff", "class_number": 22029, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__02", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzAiO30%3D", "enroll_current": 13, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22030, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__02", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzAiO30%3D", "enroll_current": 13, "meet_times": "MW 05:20PM-06:55PM", "location": "Cowell Acad 223", "instructor": "Staff", "class_number": 22030, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__03", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzEiO30%3D", "enroll_current": 13, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22031, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__090__03", "class_type": "SEM", "course_name": "Intro Creative Writ", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzEiO30%3D", "enroll_current": 13, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Soc Sci 2 141", "instructor": "Staff", "class_number": 22031, "enroll_max": 13}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__091A__01", "class_type": "SEM", "course_name": "Inter Fiction Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzMiO30%3D", "enroll_current": 14, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22033, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__091A__01", "class_type": "SEM", "course_name": "Inter Fiction Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzMiO30%3D", "enroll_current": 14, "meet_times": "MW 05:20PM-06:55PM", "location": "Oakes Acad 103", "instructor": "Staff", "class_number": 22033, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__091B__01", "class_type": "SEM", "course_name": "Inter Poetry Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzQiO30%3D", "enroll_current": 14, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 141", "instructor": "Staff", "class_number": 22034, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__091B__01", "class_type": "SEM", "course_name": "Inter Poetry Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzQiO30%3D", "enroll_current": 14, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Staff", "class_number": 22034, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__120F__01", "class_type": "LEC", "course_name": "Modern Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODMiO30%3D", "enroll_current": 25, "meet_times": "MWF 01:20PM-02:25PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23683, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__125H__01", "class_type": "LEC", "course_name": "Modern Arabic Novel", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTIiO30%3D", "enroll_current": 4, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Merrill Acad 130", "instructor": "Gomez-Rivas,C.", "class_number": 23312, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__126F__01", "class_type": "LEC", "course_name": "Speculative Fiction", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDAiO30%3D", "enroll_current": 46, "meet_times": "MWF 10:40AM-11:45AM", "location": "Soc Sci 1 110", "instructor": "Chen,C.S.", "class_number": 22040, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__130D__01", "class_type": "LEC", "course_name": "Global Middle Ages", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTkiO30%3D", "enroll_current": 25, "meet_times": "MWF 10:40AM-11:45AM", "location": "R Carson Acad 250", "instructor": "Kinoshita,S.A.", "class_number": 23219, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__133I__01", "class_type": "LEC", "course_name": "Global Japanese Lit", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTMiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "Cowell Acad 113", "instructor": "Staff", "class_number": 23313, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__135E__01", "class_type": "LEC", "course_name": "Hstorical Imaginary", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTEiO30%3D", "enroll_current": 37, "meet_times": "MWF 02:40PM-03:45PM", "location": "Soc Sci 2 071", "instructor": "Gillman,S.", "class_number": 22051, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__146B__01", "class_type": "LEC", "course_name": "Victorian Literature", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjYiO30%3D", "enroll_current": 44, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 1 110", "instructor": "Fox,R.A.", "class_number": 22026, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__146F__01", "class_type": "LEC", "course_name": "Dissent in America", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTQiO30%3D", "enroll_current": 25, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 323", "instructor": "Gruesz,K.S.", "class_number": 23314, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__151G__01", "class_type": "LEC", "course_name": "Eng Drama 1576-1642", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjgiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Earth", "instructor": "Heald,A.", "class_number": 23928, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__155H__01", "class_type": "LEC", "course_name": "The Horror Film", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDMiO30%3D", "enroll_current": 50, "meet_times": "W 07:10PM-09:30PM", "location": "Soc Sci 1 110", "instructor": "Leicester,H.M.", "class_number": 22043, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__155H__01", "class_type": "LEC", "course_name": "The Horror Film", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDMiO30%3D", "enroll_current": 50, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 1 110", "instructor": "Leicester,H.M.", "class_number": 22043, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__155N__01", "class_type": "LEC", "course_name": "Cinema in India", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTUiO30%3D", "enroll_current": 13, "meet_times": "Tu 07:10PM-10:10PM", "location": "Steven Acad 150", "instructor": "Sahota,G.S.", "class_number": 23315, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__155N__01", "class_type": "LEC", "course_name": "Cinema in India", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTUiO30%3D", "enroll_current": 13, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Cowell Com 134", "instructor": "Sahota,G.S.", "class_number": 23315, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__165C__01", "class_type": "LEC", "course_name": "Mesoamerican Lit", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzgiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Kresge Clrm 323", "instructor": "Staff", "class_number": 23778, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__167E__01", "class_type": "LEC", "course_name": "Vampire in Pop Cltr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDciO30%3D", "enroll_current": 66, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Thim Lecture 001", "instructor": "Fox,R.A.", "class_number": 22947, "enroll_max": 66}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__168A__01", "class_type": "LEC", "course_name": "Cultr Islamic Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTYiO30%3D", "enroll_current": 12, "meet_times": "TuTh 01:30PM-03:05PM", "location": "N", "instructor": "Gomez-Rivas,C.", "class_number": 23316, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__169A__01", "class_type": "LEC", "course_name": "Race/Gender/Material", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTciO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "R Carson Acad 240", "instructor": "Wilson,R.V.", "class_number": 23317, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__179A__01", "class_type": "SEM", "course_name": "Adv Writing-Fiction", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzUiO30%3D", "enroll_current": 22, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Yamashita,K.T.", "class_number": 22035, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__179A__01", "class_type": "SEM", "course_name": "Adv Writing-Fiction", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzUiO30%3D", "enroll_current": 22, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 141", "instructor": "Yamashita,K.T.", "class_number": 22035, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__179B__01", "class_type": "SEM", "course_name": "Adv Writing-Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzYiO30%3D", "enroll_current": 14, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Cowell Acad 223", "instructor": "Young,G.E.", "class_number": 22036, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__179B__01", "class_type": "SEM", "course_name": "Adv Writing-Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzYiO30%3D", "enroll_current": 14, "meet_times": "Th 05:20PM-06:55PM", "location": "Humn Lecture Hall", "instructor": "Young,G.E.", "class_number": 22036, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__182J__01", "class_type": "SEM", "course_name": "Theorie", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTAiO30%3D", "enroll_current": 4, "meet_times": "MW 05:20PM-06:55PM", "location": "Hum ", "instructor": "Freccero,C.A.", "class_number": 23350, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__183B__01", "class_type": "LEC", "course_name": "Themen Literatur", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTciO30%3D", "enroll_current": 4, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Crown Clrm 104", "instructor": "Staff", "class_number": 23117, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__184D__01", "class_type": "SEM", "course_name": "Prose Authors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzgiO30%3D", "enroll_current": 6, "meet_times": "MWF 02:40PM-03:45PM", "location": "Cowell Acad 223", "instructor": "Devecka,M.J.", "class_number": 22038, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__186B__01", "class_type": "SEM", "course_name": "Roman Poetry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzkiO30%3D", "enroll_current": 6, "meet_times": "MWF 10:40AM-11:45AM", "location": "Crown Clrm 104", "instructor": "Devecka,M.J.", "class_number": 22039, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__188H__01", "class_type": "LEC", "course_name": "Erotismo y Mistica", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjAiO30%3D", "enroll_current": 19, "meet_times": "MW 05:20PM-06:55PM", "location": "Steven Acad 152", "instructor": "Aladro Font,J.", "class_number": 22620, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__189C__01", "class_type": "LEC", "course_name": "Intro a Span Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNDgiO30%3D", "enroll_current": 28, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 075", "instructor": "Smith,A.M.", "class_number": 23048, "enroll_max": 64}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__189S__01", "class_type": "LEC", "course_name": "Cultura popular", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTAiO30%3D", "enroll_current": 10, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Steven Acad 152", "instructor": "Poblete,J.E.", "class_number": 22050, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__190I__01", "class_type": "SEM", "course_name": "Individual Authors", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjEiO30%3D", "enroll_current": 14, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Hum ", "instructor": "Godzich,W.B.", "class_number": 22621, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__190I__02", "class_type": "SEM", "course_name": "Individual Authors", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjIiO30%3D", "enroll_current": 7, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 145", "instructor": "Leicester,H.M.", "class_number": 22622, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__190Y__01", "class_type": "SEM", "course_name": "Mod Jewish Lit/Cultr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTUiO30%3D", "enroll_current": 9, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 1 145", "instructor": "Thompson,B.A.", "class_number": 22995, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__200__01", "class_type": "SEM", "course_name": "Proseminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjMiO30%3D", "enroll_current": 4, "meet_times": "Tu 05:20PM-08:20PM", "location": "Humanities 1 620", "instructor": "Greene,J.", "class_number": 22023, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__201__01", "class_type": "SEM", "course_name": "Pedagogy of Literat", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjQiO30%3D", "enroll_current": 2, "meet_times": "Th 08:00AM-09:35AM", "location": "Humanities 1 620", "instructor": "Staff", "class_number": 22024, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__222__01", "class_type": "SEM", "course_name": "English Lang Lit", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjUiO30%3D", "enroll_current": 5, "meet_times": "Th 01:30PM-04:30PM", "location": "Humanities 1 620", "instructor": "Gruesz,K.S.", "class_number": 22025, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__250__01", "class_type": "SEM", "course_name": "Theory and Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTIiO30%3D", "enroll_current": 4, "meet_times": "Th 07:10PM-10:10PM", "location": "Humanities 1 620", "instructor": "Wilson,R.J.", "class_number": 22052, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__251__01", "class_type": "SEM", "course_name": "TopicsCultrlStudies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTMiO30%3D", "enroll_current": 1, "meet_times": "Tu 01:30PM-04:30PM", "location": "Humanities 1 620", "instructor": "Kinoshita,S.A.", "class_number": 22053, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__279A__01", "class_type": "SEM", "course_name": "Methods and Materials", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTIiO30%3D", "enroll_current": 7, "meet_times": "W 07:10PM-10:10PM", "location": "Humanities 1 620", "instructor": "Wilson,R.V.", "class_number": 23092, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__LIT__282D__01", "class_type": "SEM", "course_name": "Topics In Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzciO30%3D", "enroll_current": 4, "meet_times": "MW 05:20PM-06:55PM", "location": "Hum ", "instructor": "Freccero,C.A.", "class_number": 22037, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__002__01", "class_type": "LEC", "course_name": "Col Algbra/Calculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTQiO30%3D", "enroll_current": 5, "meet_times": "MWF 01:20PM-02:25PM", "location": "Sci ", "instructor": "Bhattacharya,N.", "class_number": 22054, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__002__02", "class_type": "LEC", "course_name": "Col Algbra/Calculus", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjYiO30%3D", "enroll_current": 4, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Sci ", "instructor": "Staff", "class_number": 22066, "enroll_max": 4}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__002__02", "class_type": "LEC", "course_name": "Col Algbra/Calculus", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjYiO30%3D", "enroll_current": 4, "meet_times": "MWF 12:00PM-01:05PM", "location": "Sci ", "instructor": "Staff", "class_number": 22066, "enroll_max": 4}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__002T__01", "class_type": "LAB", "course_name": "Preparatory Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTMiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:05PM", "location": "McHenry Lib 1340", "instructor": "Staff", "class_number": 23193, "enroll_max": 2}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__003__01", "class_type": "LEC", "course_name": "Precalculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjciO30%3D", "enroll_current": 15, "meet_times": "MWF 12:00PM-01:05PM", "location": "Humn Lecture Hall", "instructor": "Morales,P.", "class_number": 22067, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__003__02", "class_type": "LEC", "course_name": "Precalculus", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwODEiO30%3D", "enroll_current": 1, "meet_times": "MWF 04:00PM-05:05PM", "location": "Crown Clrm 208", "instructor": "Bhattacharya,N.", "class_number": 22081, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__011A__01", "class_type": "LEC", "course_name": "Calculus with Apps", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwODQiO30%3D", "enroll_current": 15, "meet_times": "MWF 08:00AM-09:05AM", "location": "Humn Lecture Hall", "instructor": "Morales,P.", "class_number": 22084, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__011A__02", "class_type": "LEC", "course_name": "Calculus with Apps", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwOTMiO30%3D", "enroll_current": 12, "meet_times": "MWF 09:20AM-10:25AM", "location": "Thim Lecture 003", "instructor": "Eastman,M.R.", "class_number": 22093, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__011B__01", "class_type": "LEC", "course_name": "Calculus with Apps", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMDAiO30%3D", "enroll_current": 85, "meet_times": "MWF 08:00AM-09:05AM", "location": "ClassroomUnit 001", "instructor": "Eastman,M.R.", "class_number": 22100, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__019A__01", "class_type": "LEC", "course_name": "Calc:Sci,Engin,Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMDUiO30%3D", "enroll_current": 21, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Tromba,A.J.", "class_number": 22105, "enroll_max": 68}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__019A__02", "class_type": "LEC", "course_name": "Calc:Sci,Engin,Math", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMTgiO30%3D", "enroll_current": 21, "meet_times": "MWF 12:00PM-01:05PM", "location": "ClassroomUnit 002", "instructor": "Migliore,E.T.", "class_number": 22118, "enroll_max": 68}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__019B__01", "class_type": "LEC", "course_name": "Calc:Sci,Engin,Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMzEiO30%3D", "enroll_current": 96, "meet_times": "MWF 10:40AM-11:45AM", "location": "Media Theater M110", "instructor": "Lin,L.", "class_number": 22131, "enroll_max": 153}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__020A__01", "class_type": "LEC", "course_name": "Honors Calculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzYiO30%3D", "enroll_current": 5, "meet_times": "MWF 09:20AM-10:25AM", "location": "PhysSciences 114", "instructor": "Monard,F.", "class_number": 23676, "enroll_max": 5}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__021__01", "class_type": "LEC", "course_name": "Linear Algebra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNDEiO30%3D", "enroll_current": 184, "meet_times": "MWF 10:40AM-11:45AM", "location": "Humn Lecture Hall", "instructor": "Karasiewicz,E.S.", "class_number": 22141, "enroll_max": 221}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__023A__01", "class_type": "LEC", "course_name": "Vector Calculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNTUiO30%3D", "enroll_current": 214, "meet_times": "MWF 09:20AM-10:25AM", "location": "Media Theater M110", "instructor": "Migliore,E.T.", "class_number": 22155, "enroll_max": 225}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__023B__01", "class_type": "LEC", "course_name": "Vector Calculus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNjUiO30%3D", "enroll_current": 90, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Bauerle,F.", "class_number": 22165, "enroll_max": 90}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__024__01", "class_type": "LEC", "course_name": "Ordinary Diff Equas", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzAiO30%3D", "enroll_current": 50, "meet_times": "MWF 09:20AM-10:25AM", "location": "Thim Lecture 001", "instructor": "Tamanoi,H.", "class_number": 22170, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__100__01", "class_type": "LEC", "course_name": "Intr Proof/Prb Solv", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzYiO30%3D", "enroll_current": 35, "meet_times": "MWF 12:00PM-01:05PM", "location": "PhysSciences 110", "instructor": "Tamanoi,H.", "class_number": 22176, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__101__01", "class_type": "LEC", "course_name": "Math Problm Solving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzUiO30%3D", "enroll_current": 11, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 165", "instructor": "Cooperstein,B.N.", "class_number": 22175, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__105A__01", "class_type": "LEC", "course_name": "Real Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODAiO30%3D", "enroll_current": 48, "meet_times": "MWF 01:20PM-02:25PM", "location": "Cowell Clrm 131", "instructor": "Monard,F.", "class_number": 22180, "enroll_max": 55}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__111A__01", "class_type": "LEC", "course_name": "Algebra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODMiO30%3D", "enroll_current": 54, "meet_times": "TuTh 09:50AM-11:25AM", "location": "N", "instructor": "Weissman,M.", "class_number": 22183, "enroll_max": 55}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__117__01", "class_type": "LEC", "course_name": "Adv Linear Algebra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODkiO30%3D", "enroll_current": 36, "meet_times": "MWF 12:00PM-01:05PM", "location": "PhysSciences 114", "instructor": "Suh,J.", "class_number": 22189, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__128A__01", "class_type": "LEC", "course_name": "Classical Geometry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTMiO30%3D", "enroll_current": 42, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Engineer 2 194", "instructor": "Cristofaro-Gardiner,D.", "class_number": 22193, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__134__01", "class_type": "LEC", "course_name": "Cryptography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzkiO30%3D", "enroll_current": 45, "meet_times": "MWF 09:20AM-10:25AM", "location": "PhysSciences 130", "instructor": "Boltje,R.", "class_number": 23679, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__152__01", "class_type": "LEC", "course_name": "Programming for Math", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODEiO30%3D", "enroll_current": 26, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Sci ", "instructor": "Weissman,M.", "class_number": 23281, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__02", "class_type": "IND", "course_name": "Tutorial", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Cooperstein,B.N.", "class_number": 24172, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__03", "class_type": "IND", "course_name": "Tutorial", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Cristofaro-Gardiner,D.", "class_number": 24173, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__04", "class_type": "IND", "course_name": "Tutorial", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Dasgupta,S.", "class_number": 24174, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__05", "class_type": "IND", "course_name": "Tutorial", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Dong,C.", "class_number": 24175, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__06", "class_type": "IND", "course_name": "Tutorial", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzYiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ehrhardt,T.", "class_number": 24176, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__07", "class_type": "IND", "course_name": "Tutorial", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ginzburg,V.", "class_number": 24177, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__08", "class_type": "IND", "course_name": "Tutorial", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lewis,D.K.", "class_number": 24178, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__09", "class_type": "IND", "course_name": "Tutorial", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lin,L.", "class_number": 24179, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__10", "class_type": "IND", "course_name": "Tutorial", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Monard,F.", "class_number": 24180, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__11", "class_type": "IND", "course_name": "Tutorial", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Montgomery,R.", "class_number": 24181, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__12", "class_type": "IND", "course_name": "Tutorial", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Qing,J.", "class_number": 24182, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__13", "class_type": "IND", "course_name": "Tutorial", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanders,B.", "class_number": 24183, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199__21", "class_type": "IND", "course_name": "Tutorial", "course_section": "21", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24184, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__07", "class_type": "IND", "course_name": "Tutorial", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ginzburg,V.", "class_number": 24185, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__08", "class_type": "IND", "course_name": "Tutorial", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lewis,D.K.", "class_number": 24186, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__09", "class_type": "IND", "course_name": "Tutorial", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lin,L.", "class_number": 24187, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__10", "class_type": "IND", "course_name": "Tutorial", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Monard,F.", "class_number": 24188, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__11", "class_type": "IND", "course_name": "Tutorial", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Montgomery,R.", "class_number": 24189, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__12", "class_type": "IND", "course_name": "Tutorial", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Qing,J.", "class_number": 24190, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__13", "class_type": "IND", "course_name": "Tutorial", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Sanders,B.", "class_number": 24191, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__14", "class_type": "IND", "course_name": "Tutorial", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Suh,J.", "class_number": 24199, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__15", "class_type": "IND", "course_name": "Tutorial", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTIiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Tamanoi,H.", "class_number": 24192, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__16", "class_type": "IND", "course_name": "Tutorial", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTMiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Tromba,A.J.", "class_number": 24193, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__17", "class_type": "IND", "course_name": "Tutorial", "course_section": "17", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Weissman,M.", "class_number": 24194, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__18", "class_type": "IND", "course_name": "Tutorial", "course_section": "18", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTUiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24195, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__19", "class_type": "IND", "course_name": "Tutorial", "course_section": "19", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTYiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24196, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__20", "class_type": "IND", "course_name": "Tutorial", "course_section": "20", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTciO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24197, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__199F__21", "class_type": "IND", "course_name": "Tutorial", "course_section": "21", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTgiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 24198, "enroll_max": 999}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__200__01", "class_type": "LEC", "course_name": "Algebra I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTYiO30%3D", "enroll_current": 11, "meet_times": "TuTh 09:50AM-11:25AM", "location": "McHenry Clrm 1270", "instructor": "Sanders,B.", "class_number": 22196, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__203__01", "class_type": "LEC", "course_name": "Algebra IV", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTkiO30%3D", "enroll_current": 3, "meet_times": "MW 03:20PM-04:55PM", "location": "McHenry Clrm 1270", "instructor": "Karasiewicz,E.S.", "class_number": 22659, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__204__01", "class_type": "LEC", "course_name": "Analysis I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTciO30%3D", "enroll_current": 10, "meet_times": "MW 01:30PM-03:05PM", "location": "McHenry Clrm 1270", "instructor": "Lin,L.", "class_number": 22197, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__208__01", "class_type": "LEC", "course_name": "Manifolds I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDAiO30%3D", "enroll_current": 10, "meet_times": "MW 11:40AM-01:15PM", "location": "McHenry Clrm 1279", "instructor": "Staff", "class_number": 22200, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__211__01", "class_type": "LEC", "course_name": "Algebraic Topology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTgiO30%3D", "enroll_current": 3, "meet_times": "TuTh 09:50AM-11:25AM", "location": "McHenry Clrm 1279", "instructor": "Cristofaro-Gardiner,D.", "class_number": 22198, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__213A__01", "class_type": "LEC", "course_name": "Partial Dif Eqtns I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTkiO30%3D", "enroll_current": 2, "meet_times": "MW 09:50AM-11:25AM", "location": "McHenry Clrm 1270", "instructor": "Qing,J.", "class_number": 22199, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__238__01", "class_type": "LEC", "course_name": "Ellip Func/Mod Form", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDEiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22201, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__239__01", "class_type": "LEC", "course_name": "Homological Algebra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDIiO30%3D", "enroll_current": 3, "meet_times": "MW 09:50AM-11:25AM", "location": "McHenry Clrm 1279", "instructor": "Suh,J.", "class_number": 22202, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MATH__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDMiO30%3D", "enroll_current": 2, "meet_times": "Tu 04:00PM-05:45PM", "location": "McHenry Clrm 4130", "instructor": "Staff", "class_number": 22203, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__01", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTkiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23599, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__01", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTkiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23599, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__02", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23600, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__02", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDAiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23600, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__03", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23601, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__03", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDEiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23601, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__04", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDIiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23602, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__04", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDIiO30%3D", "enroll_current": 1, "meet_times": "MWF 01:20PM-02:25PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23602, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__05", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Abrams,E.S.", "class_number": 23603, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__05", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDMiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Merrill Acad 130", "instructor": "Abrams,E.S.", "class_number": 23603, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__06", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDQiO30%3D", "enroll_current": 1, "meet_times": "MW 05:20PM-06:55PM", "location": "Merrill Acad 130", "instructor": "Bigley,M.", "class_number": 23604, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__06", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDQiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Bigley,M.", "class_number": 23604, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__07", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDUiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Dubreuil,J.", "class_number": 23605, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__07", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Merrill Acad 130", "instructor": "Dubreuil,J.", "class_number": 23605, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__08", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDYiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23606, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__08", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23606, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__09", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDciO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23607, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__09", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDciO30%3D", "enroll_current": 1, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23607, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__10", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDgiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23608, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__10", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDgiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23608, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__11", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDkiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Merrill Acad 132", "instructor": "El Dessouky,D.", "class_number": 23609, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__11", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDkiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "El Dessouky,D.", "class_number": 23609, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__12", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "El Dessouky,D.", "class_number": 23610, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__12", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTAiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Merrill Acad 132", "instructor": "El Dessouky,D.", "class_number": 23610, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__13", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23611, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__13", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTEiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23611, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__14", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Merrill Acad 130", "instructor": "Staff", "class_number": 23612, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__14", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTIiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23612, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__15", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-09:00PM", "location": "ClassroomUnit 002", "instructor": "Staff", "class_number": 23613, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__001__15", "class_type": "SEM", "course_name": "ALE:ReadOurselves/World", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23613, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__003L__01", "class_type": "LAB", "course_name": "Precalc Academy Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23269, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__085B__01", "class_type": "FLD", "course_name": "Classrm Connection", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDQiO30%3D", "enroll_current": 24, "meet_times": "Tu 07:10PM-08:45PM", "location": "Merrill Acad 130", "instructor": "Abrams,E.S.", "class_number": 22204, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__085C__01", "class_type": "FLD", "course_name": "Classrm Connection", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjQiO30%3D", "enroll_current": 24, "meet_times": "Tu 07:10PM-08:45PM", "location": "Merrill Acad 130", "instructor": "Abrams,E.S.", "class_number": 22764, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__090__01", "class_type": "SEM", "course_name": "Field:TheoryPractice", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjYiO30%3D", "enroll_current": 17, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23066, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MERR__183F__01", "class_type": "SEM", "course_name": "Focus on Africa", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjAiO30%3D", "enroll_current": 20, "meet_times": "Tu 07:10PM-08:45PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 23220, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__119__01", "class_type": "LEC", "course_name": "Microbiology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjkiO30%3D", "enroll_current": 152, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Bask Aud 101", "instructor": "Stone,V.A.", "class_number": 21069, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__119L__01", "class_type": "LAB", "course_name": "Gen Microbio Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNzUiO30%3D", "enroll_current": 40, "meet_times": "M 09:20AM-10:25AM", "location": "PhysSciences 136", "instructor": "Staff", "class_number": 21075, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__200__01", "class_type": "LEC", "course_name": "Intrdisc Appr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzIiO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:50AM-11:25AM", "location": "BiomedSci 260", "instructor": "Yildiz,F.", "class_number": 22772, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__201__01", "class_type": "LEC", "course_name": "Sources/Pollutants", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTciO30%3D", "enroll_current": 0, "meet_times": "MW 11:40AM-01:15PM", "location": "PhysSciences 450", "instructor": "Saltikov,C.W.", "class_number": 21817, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281C__01", "class_type": "SEM", "course_name": "TopicsEnvirMicrobio", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTgiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Saltikov,C.W.", "class_number": 22718, "enroll_max": 6}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281M__01", "class_type": "SEM", "course_name": "Topics Molec Toxic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Camps,M.", "class_number": 22839, "enroll_max": 6}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281O__01", "class_type": "SEM", "course_name": "Bacterial Pathogen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzIiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Ottemann,K.M.", "class_number": 21132, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281S__01", "class_type": "SEM", "course_name": "Cell&Org/Toxicants", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDYiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Smith,D.R.", "class_number": 21146, "enroll_max": 6}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281V__01", "class_type": "SEM", "course_name": "Immunity to Bacteria", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTAiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Stone,V.A.", "class_number": 22910, "enroll_max": 6}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__281Y__01", "class_type": "SEM", "course_name": "Bacterial Biofilms", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTgiO30%3D", "enroll_current": 2, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Yildiz,F.", "class_number": 21818, "enroll_max": 6}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__METX__292__01", "class_type": "SEM", "course_name": "Intro Grad Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTkiO30%3D", "enroll_current": 7, "meet_times": "Tu 12:00PM-01:00PM", "location": "PhysSciences 240", "instructor": "Yildiz,F.", "class_number": 21819, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__001C__01", "class_type": "STU", "course_name": "Concert Choir", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDUiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22205, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__002__01", "class_type": "STU", "course_name": "Univ Orchestra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDYiO30%3D", "enroll_current": 12, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Music Center 114", "instructor": "Kiesling,B.A.", "class_number": 22206, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__003__01", "class_type": "STU", "course_name": "Large Jazz Ensemble", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDciO30%3D", "enroll_current": 1, "meet_times": "W 05:20PM-06:55PM", "location": "Music Center 114", "instructor": "Staff", "class_number": 22207, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005A__01", "class_type": "STU", "course_name": "Beg W Java Gamelan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDgiO30%3D", "enroll_current": 55, "meet_times": "W 01:20PM-03:20PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22208, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005A__02", "class_type": "STU", "course_name": "Beg W Java Gamelan", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDkiO30%3D", "enroll_current": 55, "meet_times": "Th 01:00PM-03:00PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22209, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005A__03", "class_type": "STU", "course_name": "Beg W Java Gamelan", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTAiO30%3D", "enroll_current": 58, "meet_times": "Th 10:30AM-12:30PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22210, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005B__01", "class_type": "STU", "course_name": "Int W Java Gamelan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTEiO30%3D", "enroll_current": 0, "meet_times": "W 10:40AM-12:40PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22211, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__005C__01", "class_type": "STU", "course_name": "Adv W Java Gamelan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTIiO30%3D", "enroll_current": 0, "meet_times": "M 06:00PM-08:00PM", "location": "Gamelan Stu 230B", "instructor": "Sumarna,U.", "class_number": 22212, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__008A__01", "class_type": "STU", "course_name": "Balinese Gamelan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTMiO30%3D", "enroll_current": 0, "meet_times": "Tu 01:30PM-03:05PM", "location": "Gamelan Stu 230B", "instructor": "Staff", "class_number": 22213, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__008B__01", "class_type": "STU", "course_name": "Adv Balinese Gameln", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzEiO30%3D", "enroll_current": 1, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Gamelan Stu 230B", "instructor": "Staff", "class_number": 23231, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__009__01", "class_type": "STU", "course_name": "Wind Ensemble", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTQiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Music Center 114", "instructor": "Staff", "class_number": 22214, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__010__01", "class_type": "STU", "course_name": "Eurasian Ensemble", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Music Center 131", "instructor": "Merchant,T.H.", "class_number": 22826, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__011A__01", "class_type": "LEC", "course_name": "Western Classical", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTUiO30%3D", "enroll_current": 70, "meet_times": "MWF 10:40AM-11:45AM", "location": "Music Center 101", "instructor": "Treadwell,N.K.", "class_number": 22215, "enroll_max": 275}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__011B__01", "class_type": "LEC", "course_name": "Intro to Jazz", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjMiO30%3D", "enroll_current": 29, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Music Center 101", "instructor": "Hester,K.E.", "class_number": 22223, "enroll_max": 300}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__011D__01", "class_type": "LEC", "course_name": "Intr to World Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTkiO30%3D", "enroll_current": 113, "meet_times": "MWF 12:00PM-01:05PM", "location": "Music Center 101", "instructor": "Staff", "class_number": 22699, "enroll_max": 250}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__012B__01", "class_type": "STU", "course_name": "Mexican Folklorico", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjAiO30%3D", "enroll_current": 10, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Music Center 114", "instructor": "Rodriguez,R.C.", "class_number": 23320, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__030A__01", "class_type": "LEC", "course_name": "Theor, Lit, Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTYiO30%3D", "enroll_current": 0, "meet_times": "MW 09:20AM-10:25AM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22216, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__051__01", "class_type": "STU", "course_name": "Vocal Repertoire Class", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTciO30%3D", "enroll_current": 0, "meet_times": "MW 03:00PM-05:00PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22217, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__055__01", "class_type": "STU", "course_name": "NorthIndiaRhythm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzUiO30%3D", "enroll_current": 50, "meet_times": "Tu 01:30PM-03:05PM", "location": "Music Center 114", "instructor": "Staff", "class_number": 23275, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__060__01", "class_type": "STU", "course_name": "Fund Keyboard Skills", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 10:00AM-11:00AM", "location": "Music Center 134", "instructor": "Staff", "class_number": 22218, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__060__02", "class_type": "STU", "course_name": "Fund Keyboard Skills", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:00AM-12:00PM", "location": "Music Center 134", "instructor": "Staff", "class_number": 22219, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__060__03", "class_type": "STU", "course_name": "Fund Keyboard Skills", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 12:00PM-01:00PM", "location": "Music Center 134", "instructor": "Staff", "class_number": 22220, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__060__04", "class_type": "STU", "course_name": "Fund Keyboard Skills", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:00PM-02:00PM", "location": "Music Center 134", "instructor": "Staff", "class_number": 22221, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__075__01", "class_type": "LEC", "course_name": "Beg Improv Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjMiO30%3D", "enroll_current": 17, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Music Center 114", "instructor": "Hester,K.E.", "class_number": 23363, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__080C__01", "class_type": "LEC", "course_name": "Hist Electronic Mus", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjIiO30%3D", "enroll_current": 73, "meet_times": "MWF 01:20PM-02:25PM", "location": "Music Center 101", "instructor": "Staff", "class_number": 22222, "enroll_max": 250}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__080S__01", "class_type": "LEC", "course_name": "Women In Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjQiO30%3D", "enroll_current": 95, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Music Center 101", "instructor": "Merchant,T.H.", "class_number": 22224, "enroll_max": 400}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__080Z__01", "class_type": "LEC", "course_name": "Laptop Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODYiO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Music Center 131", "instructor": "Jones,D.E.", "class_number": 23086, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__081M__01", "class_type": "LEC", "course_name": "Chic/LatinMuscUSA", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjIiO30%3D", "enroll_current": 97, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Music Center 101", "instructor": "Rodriguez,R.C.", "class_number": 23322, "enroll_max": 275}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__101C__01", "class_type": "LEC", "course_name": "Hist West Art Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjciO30%3D", "enroll_current": 13, "meet_times": "MWF 10:40AM-11:45AM", "location": "Music Center 131", "instructor": "Beal,A.C.", "class_number": 22227, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__102__01", "class_type": "STU", "course_name": "University Orchestra", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Music Center 114", "instructor": "Kiesling,B.A.", "class_number": 22688, "enroll_max": 4}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__103__01", "class_type": "STU", "course_name": "Univ Concert Choir", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODUiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22785, "enroll_max": 3}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__121__01", "class_type": "LEC", "course_name": "Orchestration", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjkiO30%3D", "enroll_current": 5, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Music Center 136", "instructor": "Kim,H.K.", "class_number": 22229, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__125__01", "class_type": "STU", "course_name": "Adv Elec Sound Synt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjgiO30%3D", "enroll_current": 12, "meet_times": "MWF 04:00PM-05:05PM", "location": "Music Center 191A", "instructor": "Dunn,D.D.", "class_number": 22228, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__130__01", "class_type": "LEC", "course_name": "Harmony and Form", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjYiO30%3D", "enroll_current": 13, "meet_times": "MWF 12:00PM-01:05PM", "location": "Music Center 136", "instructor": "Staff", "class_number": 22226, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__159A__01", "class_type": "STU", "course_name": "Opera Workshop", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:30PM-06:30PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22230, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__163__01", "class_type": "STU", "course_name": "EarlyMusicEnsemble", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzEiO30%3D", "enroll_current": 0, "meet_times": "F 02:00PM-04:00PM", "location": "Music Center 128", "instructor": "Treadwell,N.K.", "class_number": 22231, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__164__01", "class_type": "STU", "course_name": "Jazz Ensembles", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Music Center 114", "instructor": "Staff", "class_number": 22232, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__166__01", "class_type": "STU", "course_name": "Chamber Singers", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 06:30PM-08:30PM", "location": "Music Center 131", "instructor": "Staff", "class_number": 22233, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__167__01", "class_type": "STU", "course_name": "Wksp Electron Music", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzQiO30%3D", "enroll_current": 8, "meet_times": "Tu 07:00PM-09:00PM", "location": "Music Center 191A", "instructor": "Staff", "class_number": 22234, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__200__01", "class_type": "SEM", "course_name": "Intro Res Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzUiO30%3D", "enroll_current": 2, "meet_times": "W 04:00PM-07:00PM", "location": "Music Center 245", "instructor": "Treadwell,N.K.", "class_number": 22235, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__201__01", "class_type": "SEM", "course_name": "History of Music Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzYiO30%3D", "enroll_current": 5, "meet_times": "W 09:00AM-12:00PM", "location": "Music Center 128", "instructor": "Miller,L.E.", "class_number": 22236, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__219__01", "class_type": "SEM", "course_name": "Technique/Composition", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTUiO30%3D", "enroll_current": 1, "meet_times": "Tu 04:00PM-07:00PM", "location": "Music Center 130", "instructor": "Polansky,L.", "class_number": 22695, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__MUSC__252__01", "class_type": "SEM", "course_name": "Current Issues Coll", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDciO30%3D", "enroll_current": 4, "meet_times": "M 01:20PM-02:50PM", "location": "Music Center 131", "instructor": "Beal,A.C.", "class_number": 22707, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__01", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDIiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23642, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__01", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDIiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23642, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__02", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDMiO30%3D", "enroll_current": 1, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23643, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__02", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDMiO30%3D", "enroll_current": 1, "meet_times": "MWF 10:40AM-11:45AM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23643, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__03", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDQiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23644, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__03", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDQiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23644, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__04", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDUiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23645, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__04", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDUiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23645, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__05", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDYiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23646, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__05", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDYiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23646, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__06", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDciO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23647, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__06", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDciO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23647, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__07", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23648, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__07", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDgiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23648, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__08", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDkiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23649, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__08", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23649, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__09", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTAiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23650, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__09", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23650, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__10", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23651, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__10", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTEiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23651, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__11", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTIiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23652, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__11", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23652, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__12", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23653, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__12", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTMiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23653, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__13", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Oakes Acad 102", "instructor": "Staff", "class_number": 23654, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__13", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTQiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23654, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__14", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 23655, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__14", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTUiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23655, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__15", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 23656, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__15", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTYiO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23656, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__16", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTciO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 23657, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__001__16", "class_type": "SEM", "course_name": "ALE:CommunicaDiversity", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTciO30%3D", "enroll_current": 0, "meet_times": "W 07:10PM-10:00PM", "location": "Media Theater M110", "instructor": "Staff", "class_number": 23657, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__073B__01", "class_type": "LEC", "course_name": "Oakes Mentoring", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjEiO30%3D", "enroll_current": 9, "meet_times": "Tu 01:30PM-03:05PM", "location": "Oakes Acad 103", "instructor": "Staff", "class_number": 23021, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__151A__01", "class_type": "SEM", "course_name": "CommunityLiteracies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjQiO30%3D", "enroll_current": 5, "meet_times": "M 05:20PM-07:20PM", "location": "Oakes Acad 102", "instructor": "Lopez,L.T.", "class_number": 23064, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OAKS__151B__01", "class_type": "FLD", "course_name": "Community Lit Field", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjUiO30%3D", "enroll_current": 6, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lopez,L.T.", "class_number": 23065, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__001__01", "class_type": "LEC", "course_name": "The Oceans", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzgiO30%3D", "enroll_current": 69, "meet_times": "MWF 01:20PM-02:25PM", "location": "Earth", "instructor": "Lamborg,C.", "class_number": 22238, "enroll_max": 190}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__080A__01", "class_type": "LEC", "course_name": "Life In The Sea", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzkiO30%3D", "enroll_current": 64, "meet_times": "MW 05:20PM-06:55PM", "location": "J Baskin Engr 152", "instructor": "Staff", "class_number": 22239, "enroll_max": 144}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__090__01", "class_type": "LEC", "course_name": "ClimateFundamentals", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMDgiO30%3D", "enroll_current": 132, "meet_times": "MWF 12:00PM-01:05PM", "location": "Thim Lecture 003", "instructor": "Edwards,C.A.", "class_number": 23108, "enroll_max": 224}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__200__01", "class_type": "LEC", "course_name": "Physical Oceanography", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDYiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "N", "instructor": "Fiechter,J.", "class_number": 22246, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__211__01", "class_type": "LEC", "course_name": "Climate Dynamics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTciO30%3D", "enroll_current": 3, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Thimann Lab 101", "instructor": "Moore,A.M.", "class_number": 22717, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__213__01", "class_type": "LEC", "course_name": "Biogeochem Cycles", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTMiO30%3D", "enroll_current": 5, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Baskin Engr 169", "instructor": "McCarthy,M.D.", "class_number": 22753, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__280__01", "class_type": "LEC", "course_name": "Marine Geology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDgiO30%3D", "enroll_current": 15, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 149", "instructor": "Ravelo,A.C.", "class_number": 22248, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__290C__01", "class_type": "SEM", "course_name": "Topics Mari Geochem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDkiO30%3D", "enroll_current": 0, "meet_times": "Tu 02:00PM-05:00PM", "location": "Earth", "instructor": "Lamborg,C.", "class_number": 22249, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTAiO30%3D", "enroll_current": 18, "meet_times": "F 10:40AM-11:45AM", "location": "Earth", "instructor": "McCarthy,M.D.", "class_number": 22250, "enroll_max": 53}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__OCEA__296__01", "class_type": "LEC", "course_name": "Teaching Ocean Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTEiO30%3D", "enroll_current": 10, "meet_times": "W 10:00AM-11:00AM", "location": "Earth", "instructor": "Edwards,C.A.", "class_number": 22251, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PBS__101__01", "class_type": "SEM", "course_name": "Learn Asst Pedagogy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDEiO30%3D", "enroll_current": 6, "meet_times": "W 02:40PM-03:45PM", "location": "J Baskin Engr 160", "instructor": "Bye,T.", "class_number": 23941, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__009__01", "class_type": "LEC", "course_name": "Intro to Logic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTIiO30%3D", "enroll_current": 96, "meet_times": "MWF 01:20PM-02:25PM", "location": "Oakes Acad 105", "instructor": "Roth,P.A.", "class_number": 22252, "enroll_max": 155}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__011__01", "class_type": "LEC", "course_name": "Intro To Philosophy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTciO30%3D", "enroll_current": 250, "meet_times": "MWF 08:00AM-09:05AM", "location": "ClassroomUnit 002", "instructor": "Otte,R.E.", "class_number": 22257, "enroll_max": 303}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__023__01", "class_type": "LEC", "course_name": "Phil Cognitive Sci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDAiO30%3D", "enroll_current": 75, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Kresge Clrm 321", "instructor": "Orlandi,N.", "class_number": 23200, "enroll_max": 88}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__080G__01", "class_type": "LEC", "course_name": "Bioethics 21st Cent", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNDMiO30%3D", "enroll_current": 66, "meet_times": "MW 05:20PM-06:55PM", "location": "ClassroomUnit 001", "instructor": "Staff", "class_number": 21243, "enroll_max": 171}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__100A__01", "class_type": "LEC", "course_name": "Ancient Greek Phil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNzkiO30%3D", "enroll_current": 33, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 075", "instructor": "Bowin,J.F.", "class_number": 22279, "enroll_max": 57}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__106__01", "class_type": "LEC", "course_name": "Kant", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODQiO30%3D", "enroll_current": 18, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Cowell Com 134", "instructor": "Stone,A.D.", "class_number": 22284, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__122__01", "class_type": "LEC", "course_name": "Metaphysics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODUiO30%3D", "enroll_current": 28, "meet_times": "MWF 10:40AM-11:45AM", "location": "Crown Clrm 208", "instructor": "Bowin,J.F.", "class_number": 22285, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__143__01", "class_type": "SEM", "course_name": "App Eth:Ethics Bowl", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjQiO30%3D", "enroll_current": 24, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 140", "instructor": "Staff", "class_number": 22964, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__190__01", "class_type": "SEM", "course_name": "Senior Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjYiO30%3D", "enroll_current": 1, "meet_times": "W 04:00PM-07:30PM", "location": "Cowell Acad 216", "instructor": "Roth,P.A.", "class_number": 23026, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__235__01", "class_type": "SEM", "course_name": "Philos Of Psycholgy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjgiO30%3D", "enroll_current": 6, "meet_times": "Tu 09:50AM-01:15PM", "location": "Humanities 1 400", "instructor": "Matherne,S.M.", "class_number": 23568, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__280__01", "class_type": "LEC", "course_name": "Grad Colloquia", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzUiO30%3D", "enroll_current": 4, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Humanities 1 400", "instructor": "Staff", "class_number": 22775, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__281__01", "class_type": "SEM", "course_name": "Pedagogy of Phil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODAiO30%3D", "enroll_current": 4, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23180, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHIL__290P__01", "class_type": "SEM", "course_name": "MajFigrs/ContmpryPhil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTMiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Humanities 1 400", "instructor": "Stone,A.D.", "class_number": 22793, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005A__01", "class_type": "STU", "course_name": "SwimmingLev 1(non-swim)", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MTkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 10:20AM-11:20AM", "location": "50 Mtr Pool", "instructor": "Wilson,J.R.", "class_number": 20819, "enroll_max": 8}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005A__02", "class_type": "STU", "course_name": "Swimming Level 1", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjAiO30%3D", "enroll_current": 0, "meet_times": "MW 10:30AM-11:30AM", "location": "50 Mtr Pool", "instructor": "Wilson,J.R.", "class_number": 20820, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005B__01", "class_type": "STU", "course_name": "Swimming Level II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjEiO30%3D", "enroll_current": 0, "meet_times": "MW 09:20AM-10:20AM", "location": "50 Mtr Pool", "instructor": "Wilson,J.R.", "class_number": 20821, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005C__01", "class_type": "STU", "course_name": "Aquat:Swim Levl III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjIiO30%3D", "enroll_current": 0, "meet_times": "MW 10:30AM-11:30AM", "location": "50 Mtr Pool", "instructor": "McCallum,J.R.", "class_number": 20822, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005G__01", "class_type": "STU", "course_name": "Swim Conditioning", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjMiO30%3D", "enroll_current": 0, "meet_times": "MW 09:20AM-10:20AM", "location": "50 Mtr Pool", "instructor": "McCallum,J.R.", "class_number": 20823, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__01", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Cowell Clrm 131", "instructor": "Shin,C.J.", "class_number": 20881, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__01", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D", "enroll_current": 0, "meet_times": "W 02:00PM-05:00PM", "location": "50 Mtr Pool", "instructor": "Shin,C.J.", "class_number": 20881, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__01", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "Ocean", "instructor": "Shin,C.J.", "class_number": 20881, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__02", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "Ocean", "instructor": "Shin,C.J.", "class_number": 23369, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__02", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D", "enroll_current": 0, "meet_times": "Th 03:00PM-06:00PM", "location": "50 Mtr Pool", "instructor": "Shin,C.J.", "class_number": 23369, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005R__02", "class_type": "STU", "course_name": "Basic Scuba Diving", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D", "enroll_current": 0, "meet_times": "Tu 07:10PM-10:00PM", "location": "Cowell Clrm 131", "instructor": "Shin,C.J.", "class_number": 23369, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005S__01", "class_type": "STU", "course_name": "AdvancedScubaDiving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MTgiO30%3D", "enroll_current": 0, "meet_times": "F 05:10PM-08:00PM", "location": "OPERS Conference 211E", "instructor": "Shin,C.J.", "class_number": 20818, "enroll_max": 18}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__005T__01", "class_type": "STU", "course_name": "Scuba Rescue Diving", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjgiO30%3D", "enroll_current": 0, "meet_times": "Tu 04:00PM-06:00PM", "location": "OPERS Conference 211E", "instructor": "Shin,C.J.", "class_number": 20868, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__01", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjQiO30%3D", "enroll_current": 6, "meet_times": "Tu 09:30AM-12:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20824, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__02", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjUiO30%3D", "enroll_current": 9, "meet_times": "W 09:30AM-12:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20825, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__03", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjYiO30%3D", "enroll_current": 5, "meet_times": "Th 09:30AM-12:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20826, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__04", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjciO30%3D", "enroll_current": 8, "meet_times": "F 09:30AM-12:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20827, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__05", "class_type": "STU", "course_name": "BegDinghySailing", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjgiO30%3D", "enroll_current": 4, "meet_times": "F 12:30PM-03:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20828, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009B__06", "class_type": "STU", "course_name": "AdaptiveBegSail", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjkiO30%3D", "enroll_current": 0, "meet_times": "Tu 01:30PM-04:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20829, "enroll_max": 4}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009C__01", "class_type": "STU", "course_name": "IntermedDinghySail", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzAiO30%3D", "enroll_current": 15, "meet_times": "Tu 12:30PM-03:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20830, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009C__02", "class_type": "STU", "course_name": "IntermedDinghySail", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzEiO30%3D", "enroll_current": 2, "meet_times": "W 12:30PM-03:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20831, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009C__03", "class_type": "STU", "course_name": "IntermedDinghySail", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzUiO30%3D", "enroll_current": 2, "meet_times": "M 12:30PM-03:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20875, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009D__01", "class_type": "STU", "course_name": "Adv Dinghy Sailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzIiO30%3D", "enroll_current": 8, "meet_times": "Th 12:30PM-03:00PM", "location": "Harbor", "instructor": "Scheer,H.L.", "class_number": 20872, "enroll_max": 8}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009H__01", "class_type": "STU", "course_name": "Basic Rowing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjYiO30%3D", "enroll_current": 5, "meet_times": "TuTh 09:45AM-11:30AM", "location": "Harbor", "instructor": "Staff", "class_number": 23366, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009H__02", "class_type": "STU", "course_name": "Basic Rowing", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzAiO30%3D", "enroll_current": 4, "meet_times": "MW 09:45AM-11:30AM", "location": "Harbor", "instructor": "Staff", "class_number": 23370, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009H__03", "class_type": "STU", "course_name": "Basic Rowing", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzEiO30%3D", "enroll_current": 0, "meet_times": "MW 08:00AM-09:45AM", "location": "Harbor", "instructor": "Staff", "class_number": 23371, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009J__01", "class_type": "STU", "course_name": "Inter/Adv Rowing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjciO30%3D", "enroll_current": 1, "meet_times": "TuTh 08:00AM-09:45AM", "location": "Harbor", "instructor": "Staff", "class_number": 23367, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009K__01", "class_type": "STU", "course_name": "Ocean Kayaking", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjMiO30%3D", "enroll_current": 12, "meet_times": "TuTh 09:00AM-11:00AM", "location": "Harbor", "instructor": "Johnston,D.L.", "class_number": 20863, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009K__02", "class_type": "STU", "course_name": "Ocean Kayaking", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjQiO30%3D", "enroll_current": 5, "meet_times": "TuTh 11:00AM-01:00PM", "location": "Harbor", "instructor": "Johnston,D.L.", "class_number": 20864, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009S__01", "class_type": "STU", "course_name": "Beg Keel Sailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjUiO30%3D", "enroll_current": 1, "meet_times": "Th 12:30PM-03:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20865, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009S__02", "class_type": "STU", "course_name": "Beg Keel Sailing", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzEiO30%3D", "enroll_current": 7, "meet_times": "W 12:30PM-03:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20871, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009T__01", "class_type": "STU", "course_name": "Inter Keel Sailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzMiO30%3D", "enroll_current": 3, "meet_times": "M 12:30PM-03:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20873, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__009X__01", "class_type": "STU", "course_name": "Adv Keel Sailing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzQiO30%3D", "enroll_current": 0, "meet_times": "M 09:30AM-12:00PM", "location": "Harbor", "instructor": "Kingon,R.L.", "class_number": 20874, "enroll_max": 4}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015B__01", "class_type": "STU", "course_name": "Basketball I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODIiO30%3D", "enroll_current": 5, "meet_times": "TuTh 09:00AM-10:00AM", "location": "West Gym", "instructor": "Kent,T.", "class_number": 20882, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015B__02", "class_type": "STU", "course_name": "Basketball I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODMiO30%3D", "enroll_current": 25, "meet_times": "TuTh 10:00AM-11:00AM", "location": "West Gym", "instructor": "Kent,T.", "class_number": 20883, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015H__01", "class_type": "STU", "course_name": "Racquetball", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzIiO30%3D", "enroll_current": 3, "meet_times": "Th 06:00PM-08:00PM", "location": "E Racquet Ct", "instructor": "Staff", "class_number": 20832, "enroll_max": 18}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015N__01", "class_type": "STU", "course_name": "Tennis I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzMiO30%3D", "enroll_current": 7, "meet_times": "TuTh 09:00AM-10:00AM", "location": "E Tennis Ct", "instructor": "Muldawer,D.A.", "class_number": 20833, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015N__02", "class_type": "STU", "course_name": "Tennis II", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzQiO30%3D", "enroll_current": 5, "meet_times": "TuTh 10:00AM-11:00AM", "location": "E Tennis Ct", "instructor": "Muldawer,D.A.", "class_number": 20834, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015N__03", "class_type": "STU", "course_name": "Tennis III", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzUiO30%3D", "enroll_current": 2, "meet_times": "TuTh 11:00AM-12:00PM", "location": "E Tennis Ct", "instructor": "Muldawer,D.A.", "class_number": 20835, "enroll_max": 24}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015T__01", "class_type": "STU", "course_name": "Volleyball I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTkiO30%3D", "enroll_current": 8, "meet_times": "MW 10:00AM-11:00AM", "location": "West Gym", "instructor": "Leon,P.J.", "class_number": 20859, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015T__02", "class_type": "STU", "course_name": "Volleyball II", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzYiO30%3D", "enroll_current": 7, "meet_times": "MW 11:00AM-12:00PM", "location": "West Gym", "instructor": "Leon,P.J.", "class_number": 20836, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__015T__03", "class_type": "STU", "course_name": "Sand Volleyball", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODkiO30%3D", "enroll_current": 9, "meet_times": "TuTh 01:30PM-03:00PM", "location": "East Field", "instructor": "Leon,P.J.", "class_number": 20889, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020A__01", "class_type": "STU", "course_name": "Ballet I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzciO30%3D", "enroll_current": 17, "meet_times": "MW 09:00AM-10:30AM", "location": "Dance Studio", "instructor": "Bergland,V.M.", "class_number": 20837, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020A__02", "class_type": "STU", "course_name": "Continuing Ballet I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzgiO30%3D", "enroll_current": 10, "meet_times": "TuTh 08:45AM-10:15AM", "location": "Dance Studio", "instructor": "Bergland,V.M.", "class_number": 20838, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020A__03", "class_type": "STU", "course_name": "Ballet II", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzkiO30%3D", "enroll_current": 7, "meet_times": "MW 10:30AM-12:00PM", "location": "Dance Studio", "instructor": "Bergland,V.M.", "class_number": 20839, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020A__04", "class_type": "STU", "course_name": "Ballet III", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDAiO30%3D", "enroll_current": 8, "meet_times": "TuTh 10:15AM-11:45AM", "location": "Dance Studio", "instructor": "Bergland,V.M.", "class_number": 20840, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020B__01", "class_type": "STU", "course_name": "Folk Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjYiO30%3D", "enroll_current": 4, "meet_times": "TuTh 12:00PM-01:00PM", "location": "Dance Studio", "instructor": "Cochlin,R.V.", "class_number": 20866, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020C__01", "class_type": "STU", "course_name": "Jazz Dance I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDEiO30%3D", "enroll_current": 10, "meet_times": "MW 03:00PM-04:30PM", "location": "Dance Studio", "instructor": "Peterson,R.E.", "class_number": 20841, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020C__02", "class_type": "STU", "course_name": "Jazz Dance II", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjkiO30%3D", "enroll_current": 14, "meet_times": "TuTh 01:30PM-03:00PM", "location": "Dance Studio", "instructor": "Peterson,R.E.", "class_number": 20869, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020C__03", "class_type": "STU", "course_name": "Jazz Dance III", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODYiO30%3D", "enroll_current": 2, "meet_times": "MW 05:00PM-06:30PM", "location": "Dance Studio", "instructor": "Peterson,R.E.", "class_number": 20886, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020D__01", "class_type": "STU", "course_name": "Modern Dance I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDIiO30%3D", "enroll_current": 6, "meet_times": "MW 01:30PM-03:00PM", "location": "Dance Studio", "instructor": "Peterson,R.E.", "class_number": 20842, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020D__02", "class_type": "STU", "course_name": "Modern Dance II/III", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDMiO30%3D", "enroll_current": 5, "meet_times": "MW 12:00PM-01:30PM", "location": "Dance Studio", "instructor": "Cochlin,R.V.", "class_number": 20843, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__020F__01", "class_type": "STU", "course_name": "Indiv Study Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDQiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "Dance Studio", "instructor": "Cochlin,R.V.", "class_number": 20844, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__025A__01", "class_type": "STU", "course_name": "Fencing:Epee", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzYiO30%3D", "enroll_current": 3, "meet_times": "TuTh 03:00PM-04:00PM", "location": "East Gym", "instructor": "Phillips,R.G.", "class_number": 20876, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__025B__01", "class_type": "STU", "course_name": "Fencing: Foil", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzciO30%3D", "enroll_current": 5, "meet_times": "TuTh 02:00PM-03:00PM", "location": "East Gym", "instructor": "Phillips,R.G.", "class_number": 20877, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__025C__01", "class_type": "STU", "course_name": "Fencing:Sabre", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzgiO30%3D", "enroll_current": 10, "meet_times": "TuTh 04:00PM-05:00PM", "location": "East Gym", "instructor": "Phillips,R.G.", "class_number": 20878, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__028K__01", "class_type": "STU", "course_name": "Soccer", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjgiO30%3D", "enroll_current": 12, "meet_times": "TuTh 10:00AM-11:45AM", "location": "East Field", "instructor": "Staff", "class_number": 23368, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__01", "class_type": "STU", "course_name": "Stretch & Strengthen", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDUiO30%3D", "enroll_current": 14, "meet_times": "TuTh 12:00PM-01:00PM", "location": "PE Activity Rm", "instructor": "Bergland,V.M.", "class_number": 20845, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__02", "class_type": "STU", "course_name": "Pilates I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjEiO30%3D", "enroll_current": 14, "meet_times": "TuTh 10:15AM-11:30AM", "location": "PE Activity Rm", "instructor": "Cochlin,R.V.", "class_number": 20861, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__03", "class_type": "STU", "course_name": "Pilates I", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjIiO30%3D", "enroll_current": 25, "meet_times": "WF 09:15AM-10:15AM", "location": "OPERS Multi Purpose", "instructor": "Mills,D.L.", "class_number": 20862, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__04", "class_type": "STU", "course_name": "Pilates I", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjciO30%3D", "enroll_current": 11, "meet_times": "WF 10:30AM-11:30AM", "location": "OPERS Multi Purpose", "instructor": "Mills,D.L.", "class_number": 20867, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__05", "class_type": "STU", "course_name": "Pilates II", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODciO30%3D", "enroll_current": 9, "meet_times": "WF 11:50AM-12:50PM", "location": "PE Activity Rm", "instructor": "Mills,D.L.", "class_number": 20887, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__06", "class_type": "STU", "course_name": "Total Body Condition", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzYiO30%3D", "enroll_current": 8, "meet_times": "TuTh 01:15PM-02:45PM", "location": "OPERS Multi Purpose", "instructor": "Blaustein,K.M.", "class_number": 23376, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__07", "class_type": "STU", "course_name": "Total Body Condition", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjQiO30%3D", "enroll_current": 19, "meet_times": "MW 01:15PM-02:45PM", "location": "OPERS Multi Purpose", "instructor": "Blaustein,K.M.", "class_number": 23824, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030G__08", "class_type": "STU", "course_name": "Total Body Condition", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTkiO30%3D", "enroll_current": 8, "meet_times": "TuTh 09:20AM-10:20AM", "location": "East Field", "instructor": "Staff", "class_number": 23919, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030H__01", "class_type": "STU", "course_name": "Tai Chi Chuan", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODAiO30%3D", "enroll_current": 5, "meet_times": "TuTh 03:00PM-04:30PM", "location": "OPERS Multi Purpose", "instructor": "Strawhacker,D.F.", "class_number": 20880, "enroll_max": 35}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030J__01", "class_type": "STU", "course_name": "Strength Training", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDciO30%3D", "enroll_current": 30, "meet_times": "MW 10:30AM-12:00PM", "location": "Fitness", "instructor": "Kent,T.", "class_number": 20847, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030J__02", "class_type": "STU", "course_name": "Strength Training", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDgiO30%3D", "enroll_current": 22, "meet_times": "MW 09:00AM-10:30AM", "location": "Fitness", "instructor": "Kent,T.", "class_number": 20848, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030J__03", "class_type": "STU", "course_name": "Cardio Strength Training", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDkiO30%3D", "enroll_current": 1, "meet_times": "TuTh 10:30AM-12:00PM", "location": "Fitness", "instructor": "Meyer,J.J.", "class_number": 20849, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030J__04", "class_type": "STU", "course_name": "Begin Strength Training", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODQiO30%3D", "enroll_current": 6, "meet_times": "TuTh 09:00AM-10:30AM", "location": "Fitness", "instructor": "Meyer,J.J.", "class_number": 20884, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__01", "class_type": "STU", "course_name": "Yoga I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTAiO30%3D", "enroll_current": 12, "meet_times": "MW 08:30AM-10:00AM", "location": "PE Activity Rm", "instructor": "Heikkinen,H.", "class_number": 20850, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__02", "class_type": "STU", "course_name": "Yoga II", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTEiO30%3D", "enroll_current": 9, "meet_times": "MW 10:15AM-11:45AM", "location": "PE Activity Rm", "instructor": "Cochlin,R.V.", "class_number": 20851, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__03", "class_type": "STU", "course_name": "Yoga I", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTIiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 20852, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__04", "class_type": "STU", "course_name": "Yoga III", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTMiO30%3D", "enroll_current": 9, "meet_times": "MW 03:15PM-04:45PM", "location": "PE Activity Rm", "instructor": "Blaustein,K.M.", "class_number": 20853, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__05", "class_type": "STU", "course_name": "Yoga II", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTQiO30%3D", "enroll_current": 11, "meet_times": "TuTh 10:00AM-11:30AM", "location": "Martial Arts", "instructor": "Blaustein,K.M.", "class_number": 20854, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__06", "class_type": "STU", "course_name": "Yoga I", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzAiO30%3D", "enroll_current": 12, "meet_times": "TuTh 08:30AM-10:00AM", "location": "Martial Arts", "instructor": "Blaustein,K.M.", "class_number": 20870, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030L__07", "class_type": "STU", "course_name": "Yoga II", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzgiO30%3D", "enroll_current": 4, "meet_times": "TuTh 03:00PM-04:30PM", "location": "PE Activity Rm", "instructor": "Blaustein,K.M.", "class_number": 23378, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__030N__01", "class_type": "STU", "course_name": "Self-Defense Basics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzkiO30%3D", "enroll_current": 16, "meet_times": "TuTh 04:30PM-06:00PM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20879, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__043A__01", "class_type": "STU", "course_name": "Aikido I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTUiO30%3D", "enroll_current": 6, "meet_times": "MW 08:30AM-10:00AM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20855, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__043A__02", "class_type": "STU", "course_name": "Aikido I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTYiO30%3D", "enroll_current": 7, "meet_times": "TuTh 01:00PM-02:30PM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20856, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__043A__03", "class_type": "STU", "course_name": "Aikido II", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTciO30%3D", "enroll_current": 5, "meet_times": "MW 10:15AM-11:45AM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20857, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__043A__04", "class_type": "STU", "course_name": "Aikido II", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTgiO30%3D", "enroll_current": 2, "meet_times": "TuTh 02:45PM-04:15PM", "location": "Martial Arts", "instructor": "Shibata,Y.", "class_number": 20858, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYE__209B__01", "class_type": "STU", "course_name": "BegDinghySail", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODUiO30%3D", "enroll_current": 1, "meet_times": "M 09:30AM-12:00PM", "location": "Harbor", "instructor": "Staff", "class_number": 20885, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005A__01", "class_type": "LEC", "course_name": "Intro Physics I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODciO30%3D", "enroll_current": 123, "meet_times": "MWF 04:00PM-05:05PM", "location": "Earth", "instructor": "Velasco Jr.,J.", "class_number": 22287, "enroll_max": 268}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005C__01", "class_type": "LEC", "course_name": "Intro Physics III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTAiO30%3D", "enroll_current": 124, "meet_times": "MWF 01:20PM-02:25PM", "location": "Thim Lecture 003", "instructor": "Nielsen,J.A.", "class_number": 22290, "enroll_max": 125}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005D__01", "class_type": "LEC", "course_name": "Intro Physics IV", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTMiO30%3D", "enroll_current": 134, "meet_times": "MWF 02:40PM-03:45PM", "location": "Thim Lecture 003", "instructor": "Jeltema,T.E.", "class_number": 22293, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__01", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTYiO30%3D", "enroll_current": 12, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22296, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__02", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTciO30%3D", "enroll_current": 12, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22297, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__03", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTgiO30%3D", "enroll_current": 12, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22298, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__04", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTkiO30%3D", "enroll_current": 12, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22299, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__05", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDAiO30%3D", "enroll_current": 12, "meet_times": "W 08:30AM-11:30AM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22300, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__06", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDEiO30%3D", "enroll_current": 12, "meet_times": "W 12:00PM-03:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22301, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__07", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDIiO30%3D", "enroll_current": 12, "meet_times": "W 06:00PM-09:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22302, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__08", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDMiO30%3D", "enroll_current": 12, "meet_times": "Th 08:30AM-11:30AM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22303, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__09", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDQiO30%3D", "enroll_current": 12, "meet_times": "Th 12:00PM-03:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22304, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__10", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDUiO30%3D", "enroll_current": 12, "meet_times": "Th 03:30PM-06:30PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22305, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005L__11", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDYiO30%3D", "enroll_current": 0, "meet_times": "Th 07:00PM-10:00PM", "location": "Thimann Lab 133", "instructor": "Staff", "class_number": 22306, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__01", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDciO30%3D", "enroll_current": 21, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 22307, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__02", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDgiO30%3D", "enroll_current": 20, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 22308, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__03", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDkiO30%3D", "enroll_current": 22, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 22309, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__04", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTAiO30%3D", "enroll_current": 22, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 22310, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__05", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzciO30%3D", "enroll_current": 21, "meet_times": "W 08:30AM-11:30AM", "location": "Thimann Lab 115", "instructor": "Staff", "class_number": 23937, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__005N__06", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxMjciO30%3D", "enroll_current": 20, "meet_times": "W 03:30PM-06:30PM", "location": "Thimann Lab 115", "instructor": "Brown,G.S.", "class_number": 24127, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006A__01", "class_type": "LEC", "course_name": "Intro Physics I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTEiO30%3D", "enroll_current": 209, "meet_times": "MWF 08:00AM-09:05AM", "location": "Earth", "instructor": "Staff", "class_number": 22311, "enroll_max": 225}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006A__02", "class_type": "LEC", "course_name": "Intro Physics I", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTQiO30%3D", "enroll_current": 213, "meet_times": "TBA To Be Arranged", "location": "Online", "instructor": "Deutsch,J.", "class_number": 22314, "enroll_max": 225}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006C__01", "class_type": "LEC", "course_name": "Intro Phys III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTciO30%3D", "enroll_current": 260, "meet_times": "MWF 09:20AM-10:25AM", "location": "Earth", "instructor": "Staff", "class_number": 22317, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__01", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjAiO30%3D", "enroll_current": 21, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22320, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__02", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjEiO30%3D", "enroll_current": 21, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22321, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__03", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjIiO30%3D", "enroll_current": 21, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22322, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__04", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjMiO30%3D", "enroll_current": 21, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22323, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__05", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjQiO30%3D", "enroll_current": 21, "meet_times": "W 08:30AM-11:30AM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22324, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__06", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjUiO30%3D", "enroll_current": 21, "meet_times": "W 12:00PM-03:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22325, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__07", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjYiO30%3D", "enroll_current": 21, "meet_times": "W 03:30PM-06:30PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22326, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__08", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjciO30%3D", "enroll_current": 21, "meet_times": "W 07:00PM-10:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22327, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__09", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjgiO30%3D", "enroll_current": 21, "meet_times": "Th 08:30AM-11:30AM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22328, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__10", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjkiO30%3D", "enroll_current": 21, "meet_times": "Th 12:00PM-03:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22329, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__11", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzAiO30%3D", "enroll_current": 20, "meet_times": "Th 03:30PM-06:30PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22330, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__12", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzEiO30%3D", "enroll_current": 21, "meet_times": "Th 07:00PM-10:00PM", "location": "Thimann Lab 127", "instructor": "Staff", "class_number": 22331, "enroll_max": 21}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__13", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzIiO30%3D", "enroll_current": 19, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22332, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__14", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzMiO30%3D", "enroll_current": 19, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22333, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__15", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzQiO30%3D", "enroll_current": 19, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22334, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__16", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "16", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzUiO30%3D", "enroll_current": 19, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22335, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__17", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "17", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzYiO30%3D", "enroll_current": 19, "meet_times": "W 12:00PM-03:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22336, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__18", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "18", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzciO30%3D", "enroll_current": 18, "meet_times": "W 03:30PM-06:30PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22337, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__19", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "19", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzgiO30%3D", "enroll_current": 18, "meet_times": "Th 08:30AM-11:30AM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22338, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__20", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "20", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzkiO30%3D", "enroll_current": 18, "meet_times": "Th 12:00PM-03:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22339, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__21", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "21", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDAiO30%3D", "enroll_current": 19, "meet_times": "Th 03:30PM-06:30PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 22340, "enroll_max": 19}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__22", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "22", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTYiO30%3D", "enroll_current": 0, "meet_times": "W 07:00PM-10:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 23856, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006L__23", "class_type": "LAB", "course_name": "Intro Phys I Lab", "course_section": "23", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTciO30%3D", "enroll_current": 0, "meet_times": "Th 07:00PM-10:00PM", "location": "Thimann Lab 397", "instructor": "Staff", "class_number": 23857, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__01", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDEiO30%3D", "enroll_current": 20, "meet_times": "Tu 08:30AM-11:30AM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22341, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__02", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDIiO30%3D", "enroll_current": 20, "meet_times": "Tu 12:00PM-03:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22342, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__03", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDMiO30%3D", "enroll_current": 20, "meet_times": "Tu 03:30PM-06:30PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22343, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__04", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDQiO30%3D", "enroll_current": 20, "meet_times": "Tu 07:00PM-10:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22344, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__05", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDUiO30%3D", "enroll_current": 20, "meet_times": "W 12:00PM-03:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22345, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__06", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDYiO30%3D", "enroll_current": 20, "meet_times": "W 03:30PM-06:30PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22346, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__07", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDciO30%3D", "enroll_current": 20, "meet_times": "W 07:00PM-10:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22347, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__08", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDgiO30%3D", "enroll_current": 19, "meet_times": "Th 08:30AM-11:30AM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22348, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__006N__09", "class_type": "LAB", "course_name": "Intro Phys III Lab", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDkiO30%3D", "enroll_current": 0, "meet_times": "Th 12:00PM-03:00PM", "location": "Thimann Lab 121", "instructor": "Staff", "class_number": 22349, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__102__01", "class_type": "LEC", "course_name": "Modern Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTIiO30%3D", "enroll_current": 13, "meet_times": "MWF 10:40AM-11:45AM", "location": "PhysSciences 110", "instructor": "Jeltema,T.E.", "class_number": 22992, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__105__01", "class_type": "LEC", "course_name": "Mechanics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTAiO30%3D", "enroll_current": 95, "meet_times": "MWF 04:00PM-05:05PM", "location": "Thim Lecture 001", "instructor": "Johnson,R.P.", "class_number": 22350, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__107__01", "class_type": "LEC", "course_name": "IntroFluidDynamics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTQiO30%3D", "enroll_current": 15, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 110", "instructor": "Brummell,N.H.", "class_number": 22354, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__116C__01", "class_type": "LEC", "course_name": "Math Method Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTUiO30%3D", "enroll_current": 94, "meet_times": "MWF 01:20PM-02:25PM", "location": "Kresge Clrm 321", "instructor": "Profumo,S.", "class_number": 22355, "enroll_max": 115}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__133__01", "class_type": "LAB", "course_name": "Intermediate Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTgiO30%3D", "enroll_current": 24, "meet_times": "TuTh 11:40AM-12:40PM", "location": "N", "instructor": "Schlesinger,Z.", "class_number": 22358, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__135A__01", "class_type": "LAB", "course_name": "Astrophys Adv Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTgiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 235", "instructor": "Brown,G.S.", "class_number": 22618, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__139B__01", "class_type": "LEC", "course_name": "Quantum Mechanics II", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjEiO30%3D", "enroll_current": 14, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ISB 231", "instructor": "Staff", "class_number": 22361, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__171__01", "class_type": "LEC", "course_name": "Genl Relativity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjIiO30%3D", "enroll_current": 19, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ISB 235", "instructor": "Dine,M.", "class_number": 22362, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__182__01", "class_type": "SEM", "course_name": "Sci Comm Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDgiO30%3D", "enroll_current": 29, "meet_times": "MW 05:20PM-07:20PM", "location": "Thimann Lab 391", "instructor": "Smith,D.M.", "class_number": 23008, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__210__01", "class_type": "LEC", "course_name": "Classical Mechanics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjQiO30%3D", "enroll_current": 5, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ISB 231", "instructor": "Shastry,S.", "class_number": 22364, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__212__01", "class_type": "LEC", "course_name": "Electromagnetism I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjUiO30%3D", "enroll_current": 5, "meet_times": "MF 09:20AM-10:55AM", "location": "ISB 231", "instructor": "Narayan,O.", "class_number": 22365, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__217__01", "class_type": "LEC", "course_name": "Quant Fld Theory I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjYiO30%3D", "enroll_current": 3, "meet_times": "TuTh 01:30PM-03:05PM", "location": "ISB 235", "instructor": "Staff", "class_number": 22366, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__221A__01", "class_type": "LEC", "course_name": "Int Particle Phys I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjciO30%3D", "enroll_current": 2, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ISB 231", "instructor": "Hance,M.", "class_number": 22367, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__231__01", "class_type": "LEC", "course_name": "Intro Condes Matter", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjgiO30%3D", "enroll_current": 2, "meet_times": "MW 12:00PM-01:35PM", "location": "ISB 231", "instructor": "Ramirez,A.P.", "class_number": 22368, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291A__01", "class_type": "SEM", "course_name": "Cosmology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjkiO30%3D", "enroll_current": 3, "meet_times": "M 12:00PM-01:05PM", "location": "ISB 102", "instructor": "Primack,J.R.", "class_number": 22369, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291C__01", "class_type": "SEM", "course_name": "Particle Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzAiO30%3D", "enroll_current": 3, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Dine,M.", "class_number": 22370, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291D__01", "class_type": "SEM", "course_name": "Exp Collider Phys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDMiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Nielsen,J.A.", "class_number": 22803, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291E__01", "class_type": "SEM", "course_name": "Applied Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDEiO30%3D", "enroll_current": 3, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Carter,S.A.", "class_number": 22801, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291F__01", "class_type": "SEM", "course_name": "Particle Astrophys", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDIiO30%3D", "enroll_current": 1, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Smith,D.M.", "class_number": 22802, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__291G__01", "class_type": "SEM", "course_name": "Cond Matter Physics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDQiO30%3D", "enroll_current": 5, "meet_times": "F 02:00PM-03:10PM", "location": "ISB 231", "instructor": "Lederman,D.", "class_number": 22804, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PHYS__292__01", "class_type": "SEM", "course_name": "Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzEiO30%3D", "enroll_current": 12, "meet_times": "Th 03:20PM-04:55PM", "location": "N", "instructor": "Johnson,R.P.", "class_number": 22371, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__003__01", "class_type": "LEC", "course_name": "Concepts/Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODYiO30%3D", "enroll_current": 35, "meet_times": "MWF 09:20AM-10:25AM", "location": "ClassroomUnit 001", "instructor": "Seth,V.", "class_number": 22786, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__021__01", "class_type": "LEC", "course_name": "Gov Golden State", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjEiO30%3D", "enroll_current": 97, "meet_times": "MWF 12:00PM-01:05PM", "location": "ClassroomUnit 001", "instructor": "Staff", "class_number": 23921, "enroll_max": 130}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__105C__01", "class_type": "LEC", "course_name": "Modern Pol Thought", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzIiO30%3D", "enroll_current": 69, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Thim Lecture 001", "instructor": "Thomas,M.C.", "class_number": 22372, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__110__01", "class_type": "LEC", "course_name": "Law & Social Issues", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODIiO30%3D", "enroll_current": 50, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 130", "instructor": "Gerston,L.", "class_number": 22382, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__111B__01", "class_type": "LEC", "course_name": "Civil Liberties", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjciO30%3D", "enroll_current": 134, "meet_times": "TuTh 09:50AM-11:25AM", "location": "ClassroomUnit 001", "instructor": "Beaumont,K.E.", "class_number": 23327, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__118__01", "class_type": "LEC", "course_name": "Pol/Critical Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjIiO30%3D", "enroll_current": 10, "meet_times": "MWF 02:40PM-03:45PM", "location": "Engineer 2 192", "instructor": "Serres,T.", "class_number": 23022, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__120C__01", "class_type": "LEC", "course_name": "Capit Amer Pol Dev", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODMiO30%3D", "enroll_current": 99, "meet_times": "MWF 10:40AM-11:45AM", "location": "Thim Lecture 001", "instructor": "Bertram,E.C.", "class_number": 22383, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__125__01", "class_type": "LEC", "course_name": "PoliticalOrganizatns", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjEiO30%3D", "enroll_current": 18, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Engineer 2 194", "instructor": "Gerston,L.", "class_number": 22761, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__128__01", "class_type": "LEC", "course_name": "AmerElecVoteBehavior", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzkiO30%3D", "enroll_current": 30, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Kresge Clrm 323", "instructor": "Springer,M.", "class_number": 23039, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__129__01", "class_type": "LEC", "course_name": "American Defense", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTMiO30%3D", "enroll_current": 30, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Kresge Clrm 323", "instructor": "Wirls,D.J.", "class_number": 22393, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__140A__01", "class_type": "LEC", "course_name": "European Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTQiO30%3D", "enroll_current": 36, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Thim Lecture 001", "instructor": "Pasotti,E.", "class_number": 22394, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__143__01", "class_type": "LEC", "course_name": "Compar Post-Communi", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTkiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "N", "instructor": "Schoenman,R.", "class_number": 22399, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__144__01", "class_type": "LEC", "course_name": "Andean Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjUiO30%3D", "enroll_current": 20, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Kresge Clrm 325", "instructor": "Eaton,K.H.", "class_number": 22925, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__160D__01", "class_type": "LEC", "course_name": "Intl Political Econ", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDIiO30%3D", "enroll_current": 69, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Thim Lecture 001", "instructor": "Schoenman,R.", "class_number": 22402, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__165__01", "class_type": "LEC", "course_name": "Global Organization", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDAiO30%3D", "enroll_current": 7, "meet_times": "TuTh 05:20PM-06:55PM", "location": "PhysSciences 130", "instructor": "Nichols,S.L.", "class_number": 22400, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__174__01", "class_type": "LEC", "course_name": "GlobPoliticalEcology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDEiO30%3D", "enroll_current": 16, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Engineer 2 194", "instructor": "Gordon,D.", "class_number": 22401, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__185__01", "class_type": "LEC", "course_name": "Political Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjMiO30%3D", "enroll_current": 43, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Cowell Clrm 131", "instructor": "Fletcher,J.", "class_number": 23123, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__186__01", "class_type": "LEC", "course_name": "GlobalHealthPolitics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjMiO30%3D", "enroll_current": 30, "meet_times": "MWF 01:20PM-02:25PM", "location": "Cowell Com 134", "instructor": "Sparke,M.B.", "class_number": 23823, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__190H__01", "class_type": "SEM", "course_name": "Substance Of Dmcrcy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDciO30%3D", "enroll_current": 10, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 363", "instructor": "Pasotti,E.", "class_number": 22407, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__190L__01", "class_type": "SEM", "course_name": "Poverty Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDgiO30%3D", "enroll_current": 15, "meet_times": "MW 05:20PM-06:55PM", "location": "Crown Clrm 203", "instructor": "Bertram,E.C.", "class_number": 22408, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__190P__01", "class_type": "SEM", "course_name": "Race:His of Concept", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDkiO30%3D", "enroll_current": 11, "meet_times": "MW 05:20PM-06:55PM", "location": "Crown Clrm 202", "instructor": "Seth,V.", "class_number": 22409, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__222__01", "class_type": "SEM", "course_name": "Conflict/Chng:Politics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjYiO30%3D", "enroll_current": 7, "meet_times": "M 03:00PM-06:00PM", "location": "Merrill Acad 134", "instructor": "Wirls,D.J.", "class_number": 22926, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__POLI__255__01", "class_type": "SEM", "course_name": "Comparative Anti-Colonialisms", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzAiO30%3D", "enroll_current": 10, "meet_times": "Tu 02:00PM-05:00PM", "location": "Merrill Acad 134", "instructor": "Thomas,M.C.", "class_number": 23770, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PORT__001A__01", "class_type": "LEC", "course_name": "Portuguese: Accel", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTAiO30%3D", "enroll_current": 18, "meet_times": "MWF 10:40AM-11:45AM", "location": "Crown Clrm 203", "instructor": "Seara,A.M.", "class_number": 22410, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PORT__060A__01", "class_type": "LEC", "course_name": "Portuguese: Accel Rom Lang", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTEiO30%3D", "enroll_current": 6, "meet_times": "MWF 12:00PM-01:05PM", "location": "Crown Clrm 203", "instructor": "Seara,A.M.", "class_number": 22411, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PORT__065B__01", "class_type": "LEC", "course_name": "Portuguese: Accel Interm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTIiO30%3D", "enroll_current": 7, "meet_times": "MW 05:20PM-06:55PM", "location": "Humanities 1 110", "instructor": "Seara,A.M.", "class_number": 22412, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__01", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTQiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23614, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__02", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTUiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23615, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__03", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTYiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23616, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__04", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTciO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23617, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__05", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTgiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23618, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__06", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTkiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23619, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__07", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23620, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__08", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23621, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__09", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23622, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__10", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjMiO30%3D", "enroll_current": 0, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23623, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__11", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjQiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Porter Din 118", "instructor": "Staff", "class_number": 23624, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__12", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "R Carson Acad 250", "instructor": "Staff", "class_number": 23625, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__13", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "R Carson Acad 250", "instructor": "Staff", "class_number": 23626, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__001__14", "class_type": "SEM", "course_name": "ALE:Arts of Reading", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjciO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "R Carson Acad 250", "instructor": "Staff", "class_number": 23627, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PRTR__041I__01", "class_type": "STU", "course_name": "Improvisation", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTUiO30%3D", "enroll_current": 20, "meet_times": "W 05:30PM-08:30PM", "location": "Porter Din 118", "instructor": "Giges,R.E.", "class_number": 22715, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__001__01", "class_type": "LEC", "course_name": "Intro Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTMiO30%3D", "enroll_current": 40, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Humn Lecture Hall", "instructor": "Majzler,R.D.", "class_number": 22413, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__010__01", "class_type": "LEC", "course_name": "Intro Develop Psych", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MzYiO30%3D", "enroll_current": 50, "meet_times": "MWF 12:00PM-01:05PM", "location": "Steven Acad 150", "instructor": "Wang,S.", "class_number": 22436, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__020A__01", "class_type": "LEC", "course_name": "Cogn: Fund Theories", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDEiO30%3D", "enroll_current": 70, "meet_times": "TuTh 07:10PM-08:45PM", "location": "J Bask Aud 101", "instructor": "Samaha,J.M.", "class_number": 22441, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__040__01", "class_type": "LEC", "course_name": "Intro Social Psych", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDgiO30%3D", "enroll_current": 85, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Acad 150", "instructor": "Pratkanis,A.R.", "class_number": 22448, "enroll_max": 85}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__100__01", "class_type": "LEC", "course_name": "Research Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MjciO30%3D", "enroll_current": 12, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Earth", "instructor": "Takayama,L.", "class_number": 22427, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__104__01", "class_type": "LEC", "course_name": "Develop in Infancy", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjEiO30%3D", "enroll_current": 26, "meet_times": "MWF 12:00PM-01:05PM", "location": "J Baskin Engr 372", "instructor": "Zhang,Y.", "class_number": 23821, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__112__01", "class_type": "LEC", "course_name": "Moral Development", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzkiO30%3D", "enroll_current": 71, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Steven Acad 150", "instructor": "Dahl,A.", "class_number": 23079, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__114__01", "class_type": "LEC", "course_name": "Devel as Cultural", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjYiO30%3D", "enroll_current": 70, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Steven Acad 150", "instructor": "Rogoff,B.", "class_number": 23226, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__119T__01", "class_type": "SEM", "course_name": "Media Contexts", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjciO30%3D", "enroll_current": 26, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Oakes Acad 106", "instructor": "Cardilla,K.S.", "class_number": 23567, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__124__01", "class_type": "LEC", "course_name": "Psych of Reading", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjgiO30%3D", "enroll_current": 26, "meet_times": "MW 05:20PM-06:55PM", "location": "R Carson Acad 242", "instructor": "Krause,P.A.", "class_number": 23828, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__125__01", "class_type": "LEC", "course_name": "Psych of Language", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDkiO30%3D", "enroll_current": 161, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Earth", "instructor": "Kawamoto,A.H.", "class_number": 22449, "enroll_max": 160}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__129__01", "class_type": "LEC", "course_name": "Learning and Memory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NTYiO30%3D", "enroll_current": 103, "meet_times": "TuTh 01:30PM-03:05PM", "location": "J Baskin Engr 152", "instructor": "Seymour,T.L.", "class_number": 22456, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__138__01", "class_type": "LEC", "course_name": "Programming CogSci", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTQiO30%3D", "enroll_current": 48, "meet_times": "MW 12:00PM-01:35PM", "location": "MingOng Cmp Lb 103", "instructor": "Seymour,T.L.", "class_number": 23054, "enroll_max": 48}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__139H__01", "class_type": "SEM", "course_name": "Weird Science", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTUiO30%3D", "enroll_current": 29, "meet_times": "MWF 12:00PM-01:05PM", "location": "Cowell Acad 113", "instructor": "Fox Tree,J.E.", "class_number": 22795, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__139K__01", "class_type": "SEM", "course_name": "Face Recognition", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjMiO30%3D", "enroll_current": 24, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Oakes Acad 106", "instructor": "Davidenko,N.", "class_number": 23023, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__140H__01", "class_type": "LEC", "course_name": "Sexual Identity/Soc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODciO30%3D", "enroll_current": 71, "meet_times": "MW 05:20PM-06:55PM", "location": "Steven Acad 150", "instructor": "Hammack,P.L.", "class_number": 22987, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__146__01", "class_type": "LEC", "course_name": "The Social Context", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjIiO30%3D", "enroll_current": 27, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 140", "instructor": "Toolis,E.E.", "class_number": 23822, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__150__01", "class_type": "LEC", "course_name": "Soc Psyc Flim-Flam", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjEiO30%3D", "enroll_current": 50, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Acad 175", "instructor": "Pratkanis,A.R.", "class_number": 22461, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__153__01", "class_type": "LEC", "course_name": "Psych of Poverty", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjIiO30%3D", "enroll_current": 100, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Kresge Clrm 321", "instructor": "Bullock,H.E.", "class_number": 22462, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__159I__01", "class_type": "SEM", "course_name": "Psyc of Immigration", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTgiO30%3D", "enroll_current": 19, "meet_times": "TuTh 03:20PM-04:55PM", "location": "N", "instructor": "Casanova,S.", "class_number": 23858, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__159R__01", "class_type": "SEM", "course_name": "AchievementDisparity", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTgiO30%3D", "enroll_current": 19, "meet_times": "MW 05:20PM-06:55PM", "location": "Oakes Acad 222", "instructor": "Covarrubias,R.G.", "class_number": 23198, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__167__01", "class_type": "LEC", "course_name": "Clinical Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjciO30%3D", "enroll_current": 103, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Steven Acad 150", "instructor": "Quinn,R.H.", "class_number": 22467, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__170__01", "class_type": "LEC", "course_name": "Abnormal Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "TBA", "instructor": "Staff", "class_number": 23896, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__171__01", "class_type": "LEC", "course_name": "Child Psychopathol", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzIiO30%3D", "enroll_current": 70, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Kresge Clrm 321", "instructor": "Staff", "class_number": 22472, "enroll_max": 70}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__172__01", "class_type": "LEC", "course_name": "Health Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyODUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Kresge Clrm 321", "instructor": "Staff", "class_number": 24285, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__175__01", "class_type": "LEC", "course_name": "Pers/Relatn/Emotion", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjYiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 23326, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__191A__01", "class_type": "SEM", "course_name": "Teaching Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzciO30%3D", "enroll_current": 7, "meet_times": "F 09:00AM-12:00PM", "location": "Soc Sci 2 104", "instructor": "Cardilla,K.S.", "class_number": 22477, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__204__01", "class_type": "SEM", "course_name": "Quant Data Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzgiO30%3D", "enroll_current": 12, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Soc Sci 2 171", "instructor": "Bonett,D.G.", "class_number": 22478, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__214B__01", "class_type": "SEM", "course_name": "Adv Multivar Techni", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODAiO30%3D", "enroll_current": 6, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 2 171", "instructor": "Bonett,D.G.", "class_number": 22480, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__224A__01", "class_type": "SEM", "course_name": "Prosem: Cogni Psy I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODEiO30%3D", "enroll_current": 5, "meet_times": "M 02:00PM-04:30PM", "location": "Soc Sci 2 363", "instructor": "Storm,B.C.", "class_number": 22481, "enroll_max": 7}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__225A__01", "class_type": "SEM", "course_name": "Intro Dev Reserch I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODIiO30%3D", "enroll_current": 2, "meet_times": "Tu 09:00AM-12:00PM", "location": "Soc Sci 2 137", "instructor": "Wang,S.", "class_number": 22482, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__230__01", "class_type": "SEM", "course_name": "Cogni Psych Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODMiO30%3D", "enroll_current": 10, "meet_times": "W 10:20AM-11:50AM", "location": "Soc Sci 2 121", "instructor": "Storm,B.C.", "class_number": 22483, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__231__01", "class_type": "SEM", "course_name": "Social Psych Sem", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODQiO30%3D", "enroll_current": 10, "meet_times": "M 10:20AM-11:50AM", "location": "Soc Sci 2 121", "instructor": "Covarrubias,R.G.", "class_number": 22484, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__242__01", "class_type": "SEM", "course_name": "Dev Psyc Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODUiO30%3D", "enroll_current": 11, "meet_times": "M 03:30PM-05:00PM", "location": "Soc Sci 2 121", "instructor": "Wang,S.", "class_number": 22485, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__244A__01", "class_type": "SEM", "course_name": "Prosem I:Lang Devel", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODYiO30%3D", "enroll_current": 4, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Soc Sci 2 137", "instructor": "Akhtar,N.N.", "class_number": 22486, "enroll_max": 7}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__PSYC__290B__01", "class_type": "SEM", "course_name": "Adv Devel Research", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODciO30%3D", "enroll_current": 3, "meet_times": "M 09:15AM-10:30AM", "location": "Soc Sci 2 221", "instructor": "Rogoff,B.", "class_number": 22487, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__RUSS__001__01", "class_type": "LEC", "course_name": "Russian: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODgiO30%3D", "enroll_current": 17, "meet_times": "MWF 09:20AM-10:25AM", "location": "J Baskin Engr 372", "instructor": "Lundblad-Janjic,J.", "class_number": 22488, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SCIC__201A__01", "class_type": "SEM", "course_name": "Reporting Sci News", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "KresgeAnnex A 118", "instructor": "Staff", "class_number": 22489, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SCIC__202__01", "class_type": "SEM", "course_name": "Writ & Edit Wrkshop", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "KresgeAnnex A 118", "instructor": "Staff", "class_number": 22490, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__200__01", "class_type": "SEM", "course_name": "Approach Social Docmt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODkiO30%3D", "enroll_current": 1, "meet_times": "W 10:00AM-01:00PM", "location": "KresgeAnnex B 115", "instructor": "Kahana,J.", "class_number": 22689, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__201A__01", "class_type": "SEM", "course_name": "Intro Doc Fld Pro", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTIiO30%3D", "enroll_current": 1, "meet_times": "Tu 10:00AM-01:00PM", "location": "Commun Bldg 139", "instructor": "Taylor,J.", "class_number": 22712, "enroll_max": 11}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__201A__01", "class_type": "SEM", "course_name": "Intro Doc Fld Pro", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTIiO30%3D", "enroll_current": 1, "meet_times": "Tu 01:00PM-02:30PM", "location": "Commun Bldg 140", "instructor": "Taylor,J.", "class_number": 22712, "enroll_max": 11}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__204__01", "class_type": "SEM", "course_name": "Ethno Writ Soc Doc", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDAiO30%3D", "enroll_current": 11, "meet_times": "Tu 03:00PM-06:00PM", "location": "KresgeAnnex B 115", "instructor": "Ochoa,M.", "class_number": 22700, "enroll_max": 11}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCD__294A__01", "class_type": "SEM", "course_name": "Prod/Anlysis/Editng", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDIiO30%3D", "enroll_current": 6, "meet_times": "W 04:00PM-07:00PM", "location": "Commun Bldg 113", "instructor": "Andrews,L.", "class_number": 22702, "enroll_max": 7}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__001__01", "class_type": "LEC", "course_name": "Intro Sociology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTMiO30%3D", "enroll_current": 80, "meet_times": "MWF 08:00AM-09:05AM", "location": "Oakes Acad 105", "instructor": "McNamara,M.B.", "class_number": 22493, "enroll_max": 80}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__003A__01", "class_type": "LEC", "course_name": "Evaluation/Evidence", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTgiO30%3D", "enroll_current": 108, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Media Theater M110", "instructor": "London,R.A.", "class_number": 22518, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__015__01", "class_type": "LEC", "course_name": "World Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MDAiO30%3D", "enroll_current": 125, "meet_times": "MWF 12:00PM-01:05PM", "location": "Earth", "instructor": "Mc Kay,S.", "class_number": 22500, "enroll_max": 150}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__030A__01", "class_type": "LAB", "course_name": "IntrGlobal InfoEnterp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MDkiO30%3D", "enroll_current": 34, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Kresge Clrm 327", "instructor": "Benner,C.", "class_number": 22509, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__105A__01", "class_type": "LEC", "course_name": "Classical Soc Theor", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MjciO30%3D", "enroll_current": 73, "meet_times": "TuTh 09:50AM-11:25AM", "location": "J Bask Aud 101", "instructor": "Angelo,H.", "class_number": 22527, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__111__01", "class_type": "LEC", "course_name": "Family & Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MzYiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 106", "instructor": "Martyna,W.", "class_number": 22536, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__127P__01", "class_type": "LEC", "course_name": "SocDrugs/Bots/Pharm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDIiO30%3D", "enroll_current": 38, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Kresge Clrm 327", "instructor": "Battle,J.", "class_number": 23242, "enroll_max": 38}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__128I__01", "class_type": "LEC", "course_name": "Race and Law", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTYiO30%3D", "enroll_current": 99, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 321", "instructor": "Fukurai,H.", "class_number": 22516, "enroll_max": 120}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__129__01", "class_type": "LEC", "course_name": "Pop Culture Studies", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjQiO30%3D", "enroll_current": 41, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Porter Acad 144", "instructor": "Mccullen,C.G.", "class_number": 23364, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__136__01", "class_type": "LEC", "course_name": "Social Psychology", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjUiO30%3D", "enroll_current": 50, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Steven Acad 175", "instructor": "McNamara,M.B.", "class_number": 23365, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__152__01", "class_type": "LEC", "course_name": "Body and Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MzkiO30%3D", "enroll_current": 39, "meet_times": "TuTh 11:40AM-01:15PM", "location": "R Carson Acad 240", "instructor": "Mccullen,C.G.", "class_number": 22539, "enroll_max": 39}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__172__01", "class_type": "LEC", "course_name": "Social Movements", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDAiO30%3D", "enroll_current": 42, "meet_times": "TuTh 03:20PM-04:55PM", "location": "R Carson Acad 240", "instructor": "Gould,D.B.", "class_number": 22540, "enroll_max": 42}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__178__01", "class_type": "LEC", "course_name": "Social Problems", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDEiO30%3D", "enroll_current": 37, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Engineer 2 192", "instructor": "McDrew,M.S.", "class_number": 22541, "enroll_max": 37}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__196G__01", "class_type": "SEM", "course_name": "GISES Proj Pract", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDUiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 140", "instructor": "Benner,C.", "class_number": 23805, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__201__01", "class_type": "SEM", "course_name": "Make Classic Theory", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDIiO30%3D", "enroll_current": 6, "meet_times": "W 04:00PM-07:00PM", "location": "R Carson Acad 301", "instructor": "Angelo,H.", "class_number": 22542, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__203__01", "class_type": "LEC", "course_name": "Sociol Methods", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDMiO30%3D", "enroll_current": 4, "meet_times": "W 09:00AM-12:00PM", "location": "R Carson Acad 301", "instructor": "Terriquez,V.", "class_number": 22543, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SOCY__290__01", "class_type": "SEM", "course_name": "Adv Socio Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDQiO30%3D", "enroll_current": 1, "meet_times": "Tu 08:30AM-11:30AM", "location": "R Carson Acad 301", "instructor": "Battle,J.", "class_number": 22544, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__001__01", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDUiO30%3D", "enroll_current": 18, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 325", "instructor": "Castillo Trelles,C.", "class_number": 22545, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__001__02", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDYiO30%3D", "enroll_current": 11, "meet_times": "MWF 10:40AM-11:45AM", "location": "Kresge Clrm 325", "instructor": "Castillo Trelles,C.", "class_number": 22546, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__001__03", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDciO30%3D", "enroll_current": 10, "meet_times": "MWF 01:20PM-02:25PM", "location": "Humanities 1 110", "instructor": "Lain,S.L.", "class_number": 22547, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__001__04", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDgiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Cowell Acad 113", "instructor": "Lang,N.W.", "class_number": 22548, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__002__01", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTAiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Oakes Acad 106", "instructor": "Castillo Trelles,C.", "class_number": 22550, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__002__02", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTEiO30%3D", "enroll_current": 16, "meet_times": "MWF 02:40PM-03:45PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 22551, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__002__03", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTIiO30%3D", "enroll_current": 14, "meet_times": "MWF 04:00PM-05:05PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 22552, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__003__01", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTQiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "R Carson Acad 250", "instructor": "Perez,A.A.", "class_number": 22554, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__003__02", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTUiO30%3D", "enroll_current": 18, "meet_times": "MWF 04:00PM-05:05PM", "location": "R Carson Acad 250", "instructor": "Perez,A.A.", "class_number": 22555, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__003__03", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTYiO30%3D", "enroll_current": 22, "meet_times": "MWF 12:00PM-01:05PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 22556, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__003__04", "class_type": "LEC", "course_name": "Spanish: First Year", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTciO30%3D", "enroll_current": 6, "meet_times": "MWF 01:20PM-02:25PM", "location": "Oakes Acad 222", "instructor": "Staff", "class_number": 22557, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__004__01", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTgiO30%3D", "enroll_current": 16, "meet_times": "MWF 12:00PM-01:05PM", "location": "R Carson Acad 250", "instructor": "Barahona,B.A.", "class_number": 22558, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__004__02", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTkiO30%3D", "enroll_current": 9, "meet_times": "MWF 01:20PM-02:25PM", "location": "R Carson Acad 250", "instructor": "Barahona,B.A.", "class_number": 22559, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__004__03", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjAiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "Steven Acad 151", "instructor": "Navarro,M.A.", "class_number": 22560, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__004__04", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjEiO30%3D", "enroll_current": 15, "meet_times": "MWF 04:00PM-05:05PM", "location": "Steven Acad 151", "instructor": "Navarro,M.A.", "class_number": 22561, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__005__01", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjIiO30%3D", "enroll_current": 20, "meet_times": "MWF 09:20AM-10:25AM", "location": "Cowell Acad 113", "instructor": "Malone,S.", "class_number": 22562, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__005M__01", "class_type": "LEC", "course_name": "Medical Spanish", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjMiO30%3D", "enroll_current": 11, "meet_times": "MWF 02:40PM-03:45PM", "location": "N", "instructor": "Lain,S.L.", "class_number": 22563, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__005M__02", "class_type": "LEC", "course_name": "Medical Spanish", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjQiO30%3D", "enroll_current": 15, "meet_times": "MWF 04:00PM-05:05PM", "location": "N", "instructor": "Staff", "class_number": 22564, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__006__01", "class_type": "LEC", "course_name": "Spanish: Second Year", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjUiO30%3D", "enroll_current": 14, "meet_times": "MWF 04:00PM-05:05PM", "location": "Merrill Acad 130", "instructor": "Barahona,B.A.", "class_number": 22565, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__105__01", "class_type": "LEC", "course_name": "Intro a Span Study", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTEiO30%3D", "enroll_current": 28, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 2 075", "instructor": "Smith,A.M.", "class_number": 23051, "enroll_max": 64}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__150__01", "class_type": "LEC", "course_name": "Intro Hispanic Ling", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTgiO30%3D", "enroll_current": 16, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Humanities 1 110", "instructor": "Zyzik,E.C.", "class_number": 22898, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__151__01", "class_type": "LEC", "course_name": "Varieties of Spanish", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTkiO30%3D", "enroll_current": 15, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Merrill Acad 132", "instructor": "Staff", "class_number": 22899, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPAN__156M__01", "class_type": "LEC", "course_name": "Mexico & Southwest", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzAiO30%3D", "enroll_current": 15, "meet_times": "MWF 01:20PM-02:25PM", "location": "Steven Acad 151", "instructor": "Navarro,M.A.", "class_number": 22570, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__004__01", "class_type": "LEC", "course_name": "SpanHeritageSpeakers", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjYiO30%3D", "enroll_current": 14, "meet_times": "MWF 09:20AM-10:25AM", "location": "Humanities 1 110", "instructor": "Staff", "class_number": 22566, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__004__02", "class_type": "LEC", "course_name": "SpanHeritageSpeakers", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjciO30%3D", "enroll_current": 11, "meet_times": "MWF 10:40AM-11:45AM", "location": "Humanities 1 110", "instructor": "Malone,S.", "class_number": 22567, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__004__03", "class_type": "LEC", "course_name": "SpanHeritageSpeakers", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjgiO30%3D", "enroll_current": 14, "meet_times": "MWF 12:00PM-01:05PM", "location": "Humanities 1 110", "instructor": "Malone,S.", "class_number": 22568, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__004__04", "class_type": "LEC", "course_name": "SpanHeritageSpeakers", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjkiO30%3D", "enroll_current": 9, "meet_times": "MWF 04:00PM-05:05PM", "location": "Humanities 1 110", "instructor": "Gonzalez Pagani,M.", "class_number": 22569, "enroll_max": 27}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__SPHS__115__01", "class_type": "LEC", "course_name": "Essay Reading/Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjgiO30%3D", "enroll_current": 13, "meet_times": "MWF 02:40PM-03:45PM", "location": "Humanities 1 110", "instructor": "Gonzalez Pagani,M.", "class_number": 23168, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__01", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23628, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__01", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjgiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23628, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__02", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjkiO30%3D", "enroll_current": 1, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23629, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__02", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjkiO30%3D", "enroll_current": 1, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23629, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__03", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzAiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23630, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__03", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23630, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__04", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzEiO30%3D", "enroll_current": 1, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23631, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__04", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzEiO30%3D", "enroll_current": 1, "meet_times": "TuTh 01:30PM-03:05PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23631, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__05", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23632, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__05", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzIiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23632, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__06", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzMiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23633, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__06", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzMiO30%3D", "enroll_current": 0, "meet_times": "MWF 09:20AM-10:25AM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23633, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__07", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzQiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23634, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__07", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzQiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23634, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__08", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzUiO30%3D", "enroll_current": 0, "meet_times": "MWF 12:00PM-01:05PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23635, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__08", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzUiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23635, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__09", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzYiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23636, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__09", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzYiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23636, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__10", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzciO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23637, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__10", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzciO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23637, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__11", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzgiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23638, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__11", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzgiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Steven Acad 152", "instructor": "Staff", "class_number": 23638, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__12", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzkiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23639, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__12", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Fire 177", "instructor": "Staff", "class_number": 23639, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__13", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDAiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23640, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__13", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Steven Fire 177", "instructor": "Staff", "class_number": 23640, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__14", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDEiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Steven Fire 177", "instructor": "Staff", "class_number": 23641, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__14", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDEiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23641, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__15", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTUiO30%3D", "enroll_current": 0, "meet_times": "M 07:10PM-08:45PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 23815, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__001__15", "class_type": "SEM", "course_name": "ALE:Self and Society", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTUiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "Steven Acad 151", "instructor": "Staff", "class_number": 23815, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__011A__01", "class_type": "LEC", "course_name": "ELP:Leadership Tools", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTciO30%3D", "enroll_current": 22, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 23217, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__080H__01", "class_type": "SEM", "course_name": "Rainbow Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzEiO30%3D", "enroll_current": 0, "meet_times": "Tu 06:00PM-08:00PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 22571, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__080H__01", "class_type": "SEM", "course_name": "Rainbow Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzEiO30%3D", "enroll_current": 0, "meet_times": "Th 07:00PM-10:00PM", "location": "Steven Event Ctr 180", "instructor": "Staff", "class_number": 22571, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__090__01", "class_type": "SEM", "course_name": "The Nuclear Pacific", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjciO30%3D", "enroll_current": 13, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Hum ", "instructor": "Staff", "class_number": 23067, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__096__01", "class_type": "SEM", "course_name": "Peer Tutoring", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjAiO30%3D", "enroll_current": 0, "meet_times": "M 05:20PM-06:55PM", "location": "Porter Acad 148", "instructor": "Staff", "class_number": 23020, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__STEV__096__02", "class_type": "SEM", "course_name": "Peer Tutoring", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTQiO30%3D", "enroll_current": 0, "meet_times": "Tu 08:00AM-09:35AM", "location": "Cowell Clrm 131", "instructor": "Staff", "class_number": 23814, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__010__01", "class_type": "LEC", "course_name": "Intro to Design", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzIiO30%3D", "enroll_current": 60, "meet_times": "TuTh 09:50AM-11:25AM", "location": "TA 2nd Stage", "instructor": "Cuthbert,D.L.", "class_number": 22572, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__012__01", "class_type": "LEC", "course_name": "Stage Management", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzMiO30%3D", "enroll_current": 24, "meet_times": "MW 04:00PM-05:35PM", "location": "TA Drama B201", "instructor": "Mountain,D.R.", "class_number": 22573, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__014__01", "class_type": "STU", "course_name": "Drawing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyODIiO30%3D", "enroll_current": 25, "meet_times": "MW 09:20AM-10:55AM", "location": "TA Studio C102", "instructor": "Edmunds,K.", "class_number": 24282, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__020__01", "class_type": "STU", "course_name": "Intr Studies Acting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzQiO30%3D", "enroll_current": 85, "meet_times": "MW 12:00PM-01:35PM", "location": "TA 2nd Stage", "instructor": "Scheie,D.", "class_number": 22574, "enroll_max": 85}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__022__01", "class_type": "STU", "course_name": "Indonesian Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODMiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "TA Mainstage A105", "instructor": "Foley,M.K.", "class_number": 22583, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__031C__01", "class_type": "STU", "course_name": "DanceStudio1:Contemp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzciO30%3D", "enroll_current": 20, "meet_times": "MW 12:00PM-01:35PM", "location": "TA Mainstage A105", "instructor": "Casel,G.", "class_number": 23777, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__036__01", "class_type": "STU", "course_name": "Intro Dance Comp", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODQiO30%3D", "enroll_current": 20, "meet_times": "TuTh 03:20PM-04:55PM", "location": "TA Mainstage A105", "instructor": "Lee,C.", "class_number": 22584, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__037__01", "class_type": "STU", "course_name": "African Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTkiO30%3D", "enroll_current": 30, "meet_times": "MW 04:00PM-05:35PM", "location": "TA Mainstage A105", "instructor": "Kone,M.", "class_number": 23859, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__040__01", "class_type": "LEC", "course_name": "Intro To Directing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODUiO30%3D", "enroll_current": 27, "meet_times": "TuTh 08:00AM-09:35AM", "location": "TA Lecture E100", "instructor": "Brandt,K.L.", "class_number": 22585, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__050__01", "class_type": "STU", "course_name": "Fundamen Production", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODYiO30%3D", "enroll_current": 100, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Parr,D.L.", "class_number": 22586, "enroll_max": 100}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__055A__01", "class_type": "STU", "course_name": "Barnstorm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzEiO30%3D", "enroll_current": 0, "meet_times": "F 04:00PM-07:00PM", "location": "Barn Theater 021", "instructor": "Cuthbert,D.L.", "class_number": 22671, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__055A__01", "class_type": "STU", "course_name": "Barnstorm", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzEiO30%3D", "enroll_current": 0, "meet_times": "MTuWTh 07:10PM-10:00PM", "location": "Barn Theater 021", "instructor": "Cuthbert,D.L.", "class_number": 22671, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__055B__01", "class_type": "STU", "course_name": "Barnstorm Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODQiO30%3D", "enroll_current": 0, "meet_times": "MTuWTh 07:10PM-10:00PM", "location": "Barn Theater 021", "instructor": "Cuthbert,D.L.", "class_number": 22684, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__055B__01", "class_type": "STU", "course_name": "Barnstorm Lab", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODQiO30%3D", "enroll_current": 0, "meet_times": "F 04:00PM-07:00PM", "location": "Barn Theater 021", "instructor": "Cuthbert,D.L.", "class_number": 22684, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__061A__01", "class_type": "LEC", "course_name": "AncientMedievalDrama", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTYiO30%3D", "enroll_current": 60, "meet_times": "TuTh 03:20PM-04:55PM", "location": "TA 2nd Stage", "instructor": "Chemers,M.M.", "class_number": 22796, "enroll_max": 60}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__080L__01", "class_type": "LEC", "course_name": "Muppet Magic", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODciO30%3D", "enroll_current": 174, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Media Theater M110", "instructor": "Armstrong,L.D.", "class_number": 22587, "enroll_max": 175}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__080U__01", "class_type": "LEC", "course_name": "Everybody Dance Now", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjEiO30%3D", "enroll_current": 187, "meet_times": "MW 09:20AM-10:55AM", "location": "TA 2nd Stage", "instructor": "Pearlman,C.", "class_number": 23261, "enroll_max": 200}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__080Z__01", "class_type": "STU", "course_name": "Indian Dance", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1OTgiO30%3D", "enroll_current": 20, "meet_times": "TuTh 11:40AM-01:15PM", "location": "TA Mainstage A105", "instructor": "Lee,C.", "class_number": 22598, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__106__01", "class_type": "STU", "course_name": "Digital Illustration", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTAiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22890, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__126__01", "class_type": "STU", "course_name": "Acting Studio III", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1OTkiO30%3D", "enroll_current": 0, "meet_times": "MW 09:20AM-10:55AM", "location": "TA Studio C100", "instructor": "Gallagher,P.M.", "class_number": 22599, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__151__01", "class_type": "STU", "course_name": "Stdy Perform Drama", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDAiO30%3D", "enroll_current": 0, "meet_times": "F 04:00PM-07:00PM", "location": "TA Mainstage", "instructor": "Scheie,D.", "class_number": 22600, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__151__01", "class_type": "STU", "course_name": "Stdy Perform Drama", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDAiO30%3D", "enroll_current": 0, "meet_times": "MTuWTh 07:10PM-10:00PM", "location": "TA Mainstage", "instructor": "Scheie,D.", "class_number": 22600, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__157__01", "class_type": "SEM", "course_name": "Playwriting", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDEiO30%3D", "enroll_current": 50, "meet_times": "TuTh 01:30PM-03:05PM", "location": "TA Lecture E100", "instructor": "Brandt,K.L.", "class_number": 22601, "enroll_max": 50}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__161C__01", "class_type": "LEC", "course_name": "Renaissance Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjkiO30%3D", "enroll_current": 20, "meet_times": "TuTh 01:30PM-03:05PM", "location": "TA Drama B201", "instructor": "Jannarone,K.M.", "class_number": 23929, "enroll_max": 32}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__161D__01", "class_type": "LEC", "course_name": "Asian Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDIiO30%3D", "enroll_current": 22, "meet_times": "TuTh 09:50AM-11:25AM", "location": "TA Lecture E100", "instructor": "Foley,M.K.", "class_number": 22602, "enroll_max": 40}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__161T__01", "class_type": "LEC", "course_name": "Women In Theater", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDMiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22603, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__185__01", "class_type": "SEM", "course_name": "Senior Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDQiO30%3D", "enroll_current": 34, "meet_times": "TuTh 11:40AM-01:15PM", "location": "TA Lecture E100", "instructor": "Edmunds,K.", "class_number": 22604, "enroll_max": 45}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__THEA__290A__01", "class_type": "SEM", "course_name": "Text Analysis", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTgiO30%3D", "enroll_current": 0, "meet_times": "M 02:00PM-05:00PM", "location": "TA Offices J101", "instructor": "Chemers,M.M.", "class_number": 23018, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__050__01", "class_type": "LEC", "course_name": "Business Inf System", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzMiO30%3D", "enroll_current": 143, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Oakes Acad 105", "instructor": "Chen,Y.", "class_number": 21933, "enroll_max": 143}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__101__01", "class_type": "SEM", "course_name": "Mgmt Of Tech Seminr", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzQiO30%3D", "enroll_current": 144, "meet_times": "Th 03:20PM-04:55PM", "location": "J Baskin Engr 152", "instructor": "Desa,S.", "class_number": 21934, "enroll_max": 144}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__105__01", "class_type": "LEC", "course_name": "Intro Mgmt of Tech I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDkiO30%3D", "enroll_current": 160, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ClassroomUnit 001", "instructor": "Desa,S.", "class_number": 22609, "enroll_max": 160}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__166A__01", "class_type": "LEC", "course_name": "Game Theory /Apps I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzUiO30%3D", "enroll_current": 46, "meet_times": "TuTh 03:20PM-04:55PM", "location": "PhysSciences 110", "instructor": "Musacchio,J.T.", "class_number": 22835, "enroll_max": 55}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__205__01", "class_type": "LEC", "course_name": "Management Tech I", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTAiO30%3D", "enroll_current": 160, "meet_times": "TuTh 11:40AM-01:15PM", "location": "ClassroomUnit 001", "instructor": "Desa,S.", "class_number": 22610, "enroll_max": 160}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__209__01", "class_type": "LEC", "course_name": "DataMining/BusAnalytics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTIiO30%3D", "enroll_current": 2, "meet_times": "TuTh 01:30PM-03:05PM", "location": "PhysSciences 136", "instructor": "Akella,R.", "class_number": 22752, "enroll_max": 30}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__280I__01", "class_type": "SEM", "course_name": "Info Retrievl/Knowl Mgnt", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Akella,R.", "class_number": 22759, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__TIM__280S__01", "class_type": "SEM", "course_name": "Seminar Topics", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjkiO30%3D", "enroll_current": 0, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Lee,D.", "class_number": 23769, "enroll_max": 10}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__UCDC__194A__01", "class_type": "FLD", "course_name": "UCDC InternResearch", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTEiO30%3D", "enroll_current": 22, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22491, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__UCDC__194B__01", "class_type": "FLD", "course_name": "UCDC Intern Seminar", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTIiO30%3D", "enroll_current": 22, "meet_times": "TBA To Be Arranged", "location": "TBA", "instructor": "Staff", "class_number": 22492, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__01", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODUiO30%3D", "enroll_current": 17, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Soc Sci 1 153", "instructor": "Archimedes,S.M.", "class_number": 23685, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__02", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODYiO30%3D", "enroll_current": 15, "meet_times": "TuTh 05:20PM-06:55PM", "location": "Soc Sci 1 153", "instructor": "Rava,A.", "class_number": 23686, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__03", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODciO30%3D", "enroll_current": 17, "meet_times": "MWF 09:20AM-10:25AM", "location": "Kresge Clrm 319", "instructor": "Flanagan,V.A.", "class_number": 23687, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__04", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODgiO30%3D", "enroll_current": 1, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Oakes Acad 101", "instructor": "King,R.Y.", "class_number": 23688, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__05", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjEiO30%3D", "enroll_current": 16, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Steven Acad 151", "instructor": "Archimedes,S.M.", "class_number": 23761, "enroll_max": 16}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__06", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjIiO30%3D", "enroll_current": 9, "meet_times": "TuTh 07:10PM-08:45PM", "location": "Steven Acad 151", "instructor": "Rava,A.", "class_number": 23762, "enroll_max": 12}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__07", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjMiO30%3D", "enroll_current": 2, "meet_times": "MWF 12:00PM-01:05PM", "location": "Merrill Acad 002", "instructor": "Thorn,D.D.", "class_number": 23763, "enroll_max": 17}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__08", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjQiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Merrill Acad 003", "instructor": "Thorn,D.D.", "class_number": 23764, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__001A__09", "class_type": "SEM", "course_name": "Intro to Composition", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjUiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Kresge Clrm 319", "instructor": "Staff", "class_number": 23765, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__01", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzIiO30%3D", "enroll_current": 25, "meet_times": "MWF 08:00AM-09:05AM", "location": "Soc Sci 2 159", "instructor": "Arthur,D.L.", "class_number": 22672, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__02", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzMiO30%3D", "enroll_current": 25, "meet_times": "MWF 09:20AM-10:25AM", "location": "Soc Sci 2 159", "instructor": "Arthur,D.L.", "class_number": 22673, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__03", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzQiO30%3D", "enroll_current": 25, "meet_times": "MWF 12:00PM-01:05PM", "location": "Soc Sci 2 165", "instructor": "Arthur,D.L.", "class_number": 22674, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__04", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzUiO30%3D", "enroll_current": 25, "meet_times": "MW 05:20PM-06:55PM", "location": "Oakes Acad 106", "instructor": "Baker,M.", "class_number": 22675, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__05", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzYiO30%3D", "enroll_current": 25, "meet_times": "MW 07:10PM-08:45PM", "location": "Oakes Acad 106", "instructor": "Baker,M.", "class_number": 22676, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__06", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzciO30%3D", "enroll_current": 25, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Oakes Acad 222", "instructor": "King,R.Y.", "class_number": 22677, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__07", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzgiO30%3D", "enroll_current": 25, "meet_times": "MWF 10:40AM-11:45AM", "location": "Hum ", "instructor": "Lunine,B.D.", "class_number": 22678, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__08", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzkiO30%3D", "enroll_current": 25, "meet_times": "MWF 02:40PM-03:45PM", "location": "Hum ", "instructor": "Newberry,E.S.", "class_number": 22679, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__09", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODAiO30%3D", "enroll_current": 24, "meet_times": "MW 05:20PM-06:55PM", "location": "Hum ", "instructor": "Newberry,E.S.", "class_number": 22680, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__10", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODEiO30%3D", "enroll_current": 25, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Hum ", "instructor": "Parmeter,S.", "class_number": 22681, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__11", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODIiO30%3D", "enroll_current": 23, "meet_times": "TuTh 05:20PM-06:55PM", "location": "R Carson Acad 250", "instructor": "Terhaar,T.L.", "class_number": 22682, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__12", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODMiO30%3D", "enroll_current": 24, "meet_times": "TuTh 03:20PM-04:55PM", "location": "R Carson Acad 250", "instructor": "Terhaar,T.L.", "class_number": 22683, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__13", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjYiO30%3D", "enroll_current": 24, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Hum ", "instructor": "Vidali,A.", "class_number": 23766, "enroll_max": 25}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__002__14", "class_type": "SEM", "course_name": "Rhetoric & Inquiry", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjciO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Steven Acad 151", "instructor": "Staff", "class_number": 23767, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__023__01", "class_type": "SEM", "course_name": "Grammar and Rhetoric", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDAiO30%3D", "enroll_current": 20, "meet_times": "MWF 10:40AM-11:45AM", "location": "Porter Acad 249", "instructor": "Daniels,R.L.", "class_number": 22740, "enroll_max": 22}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__023__02", "class_type": "SEM", "course_name": "Grammar and Rhetoric", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDEiO30%3D", "enroll_current": 0, "meet_times": "Cancelled Cancelled", "location": "TBA", "instructor": "Staff", "class_number": 22741, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__01", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDYiO30%3D", "enroll_current": 0, "meet_times": "TuTh 03:20PM-04:55PM", "location": "Cowell Acad 216", "instructor": "Bigley,M.", "class_number": 23146, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__02", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDciO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Porter Acad 249", "instructor": "Bigley,M.", "class_number": 23147, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__03", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDgiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Steven Acad 151", "instructor": "Helmer,K.A.", "class_number": 23148, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__04", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDkiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Steven Acad 151", "instructor": "Staff", "class_number": 23149, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__025__05", "class_type": "SEM", "course_name": "Writing About Place", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTAiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Merrill Acad 002", "instructor": "Staff", "class_number": 23150, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__01", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTEiO30%3D", "enroll_current": 0, "meet_times": "MW 05:20PM-06:55PM", "location": "Merrill Acad 003", "instructor": "Breakspear,A.S.", "class_number": 23151, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__02", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTIiO30%3D", "enroll_current": 0, "meet_times": "MW 07:10PM-08:45PM", "location": "Crown Clrm 201", "instructor": "Breakspear,A.S.", "class_number": 23152, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__03", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "03", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTMiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Crown Clrm 203", "instructor": "Brenner,G.A.", "class_number": 23153, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__04", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "04", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTQiO30%3D", "enroll_current": 0, "meet_times": "MWF 02:40PM-03:45PM", "location": "Crown Clrm 201", "instructor": "Cummings,S.J.", "class_number": 23154, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__05", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "05", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTUiO30%3D", "enroll_current": 0, "meet_times": "MWF 04:00PM-05:05PM", "location": "Crown Clrm 201", "instructor": "Cummings,S.J.", "class_number": 23155, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__06", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "06", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTYiO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Crown Clrm 201", "instructor": "Herrera Astua,M.", "class_number": 23156, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__07", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "07", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTciO30%3D", "enroll_current": 0, "meet_times": "TuTh 08:00AM-09:35AM", "location": "Crown Clrm 201", "instructor": "Herrera Astua,M.", "class_number": 23157, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__08", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "08", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTgiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Crown Clrm 201", "instructor": "Herrera Astua,M.", "class_number": 23158, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__09", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "09", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTkiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Merrill Acad 003", "instructor": "Sanfilippo,B.S.", "class_number": 23159, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__10", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "10", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjAiO30%3D", "enroll_current": 0, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Soc Sci 1 145", "instructor": "Cummings,S.J.", "class_number": 23160, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__11", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "11", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjEiO30%3D", "enroll_current": 1, "meet_times": "MWF 09:20AM-10:25AM", "location": "Crown Clrm 201", "instructor": "Michals,S.", "class_number": 23161, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__12", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "12", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjIiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "PhysSciences 136", "instructor": "Halk,E.L.", "class_number": 23162, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__13", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "13", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjMiO30%3D", "enroll_current": 0, "meet_times": "MWF 01:20PM-02:25PM", "location": "Crown Clrm 201", "instructor": "Brenner,G.A.", "class_number": 23163, "enroll_max": 15}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__14", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "14", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjQiO30%3D", "enroll_current": 0, "meet_times": "MWF 10:40AM-11:45AM", "location": "R Carson Acad 252", "instructor": "Wong,T.L.", "class_number": 23164, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__026__15", "class_type": "SEM", "course_name": "Writing About Lang", "course_section": "15", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjUiO30%3D", "enroll_current": 0, "meet_times": "TuTh 09:50AM-11:25AM", "location": "Merrill Acad 002", "instructor": "Staff", "class_number": 23165, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__027__01", "class_type": "SEM", "course_name": "Writing About Genre", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjYiO30%3D", "enroll_current": 13, "meet_times": "TuTh 11:40AM-01:15PM", "location": "Hum ", "instructor": "Daniels,R.L.", "class_number": 23166, "enroll_max": 20}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__027__02", "class_type": "SEM", "course_name": "Writing About Genre", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjciO30%3D", "enroll_current": 0, "meet_times": "MWF 08:00AM-09:05AM", "location": "Cowell Acad 216", "instructor": "Staff", "class_number": 23167, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__169__01", "class_type": "SEM", "course_name": "Tutoring Writing", "course_section": "01", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDciO30%3D", "enroll_current": 7, "meet_times": "MWF 10:40AM-11:45AM", "location": "Kresge Clrm 323", "instructor": "Flanagan,V.A.", "class_number": 22607, "enroll_max": 0}, -{"materials_url": "http://ucsc.verbacompare.com/comparison?id=FL18__WRIT__169__02", "class_type": "SEM", "course_name": "Tutoring Writing", "course_section": "02", "url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDgiO30%3D", "enroll_current": 8, "meet_times": "TuTh 11:40AM-01:15PM", "location": "PhysSciences 136", "instructor": "Halk,E.L.", "class_number": 22608, "enroll_max": 0} -] \ No newline at end of file diff --git a/crawlers/ucsc/out.json b/crawlers/ucsc/out.json deleted file mode 100644 index 8fe76c6..0000000 --- a/crawlers/ucsc/out.json +++ /dev/null @@ -1,1585 +0,0 @@ -[ -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"raw_content": "[u'
\\n\\n
\\n
\\n

\\n AMS 3 - 01\\xa0\\xa0 Precalculus for the Social Sciences

\\n
\\n
\\n
\\n
\\n 2018 Fall Quarter

\\n Search\\n

\\n
\\n
\\n
\\n
https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%253D


\\n Copy Link
\\n\\n Materials\\n

\\n
\\n
\\n
\\n
\\n
\\n

Class Details

\\n
\\n\\n
\\n
\\n
\\n
Career
Undergraduate
\\n
Grading
Student Option
\\n
Class Number
21723
\\n
Type
Lecture
\\n
Credits
5 units
\\n
General Education
MF
\\n
\\n
\\n
\\n
\\n
Status
\"Open\" Open
\\n
Available Seats
6
\\n
Enrollment Capacity
25
\\n
Enrolled
19
\\n
Wait List Capacity
999
\\n
Wait List Total
0
\\n
\\n
\\n
\\n
\\n
\\n\\n\\n \\n
\\n

Description

\\n
\\n Introduces mathematical functions and their uses for modeling real-life problems in the social sciences. Includes inequalities, linear and quadratic equations, functions (linear, quadratic, polynomial, rational, power, exponential, logarithmic, trigonometric), inverses, and the composition of functions. Students cannot receive credit for both this course and Mathematics 3. Mathematics 3 can substitute for this course. (Formerly Precalculus for Science and Engineering.)
\\n
\\n\\n
\\n

Enrollment Requirements

\\n
\\n Prerequisite(s): score of 200 or higher on the mathematics placement examination (MPE), or Mathematics 2.
\\n
\\n \\n
\\n

Class Notes

\\n
\\n Enroll in lecture and associated discussion section
\\n
\\n \\n
\\n

Meeting Information

\\n
\\n \\n \\n \\n \\n \\n \\n \\n\\n \\n \\n \\n \\n \\n \\n \\n
Days & TimesRoomInstructorMeeting Dates
MWF 10:40AM-11:45AMSoc Sci 2 075Garaud,P.09/27/18 - 12/07/18
\\n
\\n
\\n \\n
\\n

Associated Discussion Sections or Labs

\\n
\\n
\\n
#21724 DIS 01A
\\n
Th 08:30AM-09:35AM
\\n
Staff
\\n
Loc: PhysSciences 140
\\n
Enrl: 4 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21725 DIS 01B
\\n
M 01:20PM-02:25PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 7 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21726 DIS 01C
\\n
W 04:00PM-05:05PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 8 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n \\n
\\n
\\n \\n
\\n\\n Search
\\n\\n\\n\\n
', u'
\\n\\n
\\n
\\n
\\n
Career
Undergraduate
\\n
Grading
Student Option
\\n
Class Number
21723
\\n
Type
Lecture
\\n
Credits
5 units
\\n
General Education
MF
\\n
\\n
\\n
\\n
\\n
Status
\"Open\" Open
\\n
Available Seats
6
\\n
Enrollment Capacity
25
\\n
Enrolled
19
\\n
Wait List Capacity
999
\\n
Wait List Total
0
\\n
\\n
\\n
\\n
', u'
\\n Introduces mathematical functions and their uses for modeling real-life problems in the social sciences. Includes inequalities, linear and quadratic equations, functions (linear, quadratic, polynomial, rational, power, exponential, logarithmic, trigonometric), inverses, and the composition of functions. Students cannot receive credit for both this course and Mathematics 3. Mathematics 3 can substitute for this course. (Formerly Precalculus for Science and Engineering.)
', u'
\\n Prerequisite(s): score of 200 or higher on the mathematics placement examination (MPE), or Mathematics 2.
', u'
\\n Enroll in lecture and associated discussion section
', u'
\\n \\n \\n \\n \\n \\n \\n \\n\\n \\n \\n \\n \\n \\n \\n \\n
Days & TimesRoomInstructorMeeting Dates
MWF 10:40AM-11:45AMSoc Sci 2 075Garaud,P.09/27/18 - 12/07/18
\\n
', u'
\\n
\\n
#21724 DIS 01A
\\n
Th 08:30AM-09:35AM
\\n
Staff
\\n
Loc: PhysSciences 140
\\n
Enrl: 4 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21725 DIS 01B
\\n
M 01:20PM-02:25PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 7 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n
\\n
#21726 DIS 01C
\\n
W 04:00PM-05:05PM
\\n
Staff
\\n
Loc: J Baskin Engr 156
\\n
Enrl: 8 / 25
\\n
Wait: 0 / 999
\\n
\"Open\" Open
\\n
\\n \\n
']"} -] \ No newline at end of file diff --git a/crawlers/ucsc/output.json b/crawlers/ucsc/output.json deleted file mode 100644 index 6acf088..0000000 --- a/crawlers/ucsc/output.json +++ /dev/null @@ -1,511 +0,0 @@ -[ -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"}, -{"url": "https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D", "course_name": "Precalculus", "class_number": "21723", "course_section": "01"} \ No newline at end of file diff --git a/crawlers/ucsc/pisa.log b/crawlers/ucsc/pisa.log deleted file mode 100644 index ee5c33f..0000000 --- a/crawlers/ucsc/pisa.log +++ /dev/null @@ -1,2591 +0,0 @@ -2018-07-07 14:24:18 [scrapy.utils.log] INFO: Scrapy 1.5.0 started (bot: ucsc) -2018-07-07 14:24:18 [scrapy.utils.log] INFO: Versions: lxml 4.2.3.0, libxml2 2.9.8, cssselect 1.0.3, parsel 1.5.0, w3lib 1.19.0, Twisted 18.4.0, Python 2.7.12 (default, Dec 4 2017, 14:50:18) - [GCC 5.4.0 20160609], pyOpenSSL 18.0.0 (OpenSSL 1.1.0h 27 Mar 2018), cryptography 2.2.2, Platform Linux-4.4.0-17134-Microsoft-x86_64-with-Ubuntu-16.04-xenial -2018-07-07 14:24:18 [scrapy.crawler] INFO: Overridden settings: {'NEWSPIDER_MODULE': 'ucsc.spiders', 'FEED_URI': 'output.json', 'SPIDER_MODULES': ['ucsc.spiders'], 'BOT_NAME': 'ucsc', 'ROBOTSTXT_OBEY': True, 'FEED_FORMAT': 'json', 'LOG_FILE': 'pisa.log'} -2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled extensions: -['scrapy.extensions.feedexport.FeedExporter', - 'scrapy.extensions.memusage.MemoryUsage', - 'scrapy.extensions.logstats.LogStats', - 'scrapy.extensions.telnet.TelnetConsole', - 'scrapy.extensions.corestats.CoreStats'] -2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled downloader middlewares: -['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', - 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', - 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', - 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', - 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', - 'scrapy.downloadermiddlewares.retry.RetryMiddleware', - 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', - 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', - 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', - 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', - 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', - 'scrapy.downloadermiddlewares.stats.DownloaderStats'] -2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled spider middlewares: -['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', - 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', - 'scrapy.spidermiddlewares.referer.RefererMiddleware', - 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', - 'scrapy.spidermiddlewares.depth.DepthMiddleware'] -2018-07-07 14:24:19 [scrapy.middleware] INFO: Enabled item pipelines: -[] -2018-07-07 14:24:19 [scrapy.core.engine] INFO: Spider opened -2018-07-07 14:24:19 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) -2018-07-07 14:24:19 [scrapy.extensions.telnet] DEBUG: Telnet console listening on 127.0.0.1:6023 -2018-07-07 14:24:19 [scrapy.core.engine] DEBUG: Crawled (404) (referer: None) -2018-07-07 14:24:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) -2018-07-07 14:24:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://pisa.ucsc.edu/class_search/index.php) -2018-07-07 14:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:25 [scrapy.dupefilters] DEBUG: Filtered duplicate request: - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates) -2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:19 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 3 pages/min), scraped 295 items (at 295 items/min) -2018-07-07 14:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:58 [scrapy.crawler] INFO: Received SIGINT, shutting down gracefully. Send again to force -2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:59 [scrapy.core.engine] INFO: Closing spider (shutdown) -2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:26:00 [scrapy.crawler] INFO: Received SIGINT twice, forcing unclean shutdown -2018-07-07 14:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} -2018-07-07 14:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://pisa.ucsc.edu/class_search/index.php> -{'class_number': u'21723', - 'course_name': u'Precalculus', - 'course_section': u'01', - 'url': 'https://pisa.ucsc.edu/class_search/index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D'} diff --git a/crawlers/ucsc/pisa_index.json b/crawlers/ucsc/pisa_index.json deleted file mode 100644 index 23d6b14..0000000 --- a/crawlers/ucsc/pisa_index.json +++ /dev/null @@ -1,1584 +0,0 @@ -[ -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjMiO30%3D"], "title": ["AMS 3 - 01\u00a0\u00a0\u00a0Precalculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjciO30%3D"], "title": ["AMS 5 - 01\u00a0\u00a0\u00a0Statistics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MzUiO30%3D"], "title": ["AMS 5 - 02\u00a0\u00a0\u00a0Statistics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NDQiO30%3D"], "title": ["AMS 7 - 01\u00a0\u00a0\u00a0StatMthdsBio/Env/Hlth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NTAiO30%3D"], "title": ["AMS 7 - 02\u00a0\u00a0\u00a0StatMthdsBio/Env/Hlth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjgiO30%3D"], "title": ["AMS 7L - 01\u00a0\u00a0\u00a0StatMthdsBioEnvHlthLab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MzQiO30%3D"], "title": ["AMS 7L - 02\u00a0\u00a0\u00a0StatMthdsBioEnvHlthLab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NTYiO30%3D"], "title": ["AMS 10 - 01\u00a0\u00a0\u00a0Math Methods I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NjYiO30%3D"], "title": ["AMS 11A - 01\u00a0\u00a0\u00a0Math Methd for Econ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NzgiO30%3D"], "title": ["AMS 11B - 01\u00a0\u00a0\u00a0Math Methds Econ II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTkiO30%3D"], "title": ["AMS 80A - 01\u00a0\u00a0\u00a0Gambling and Gaming"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTMiO30%3D"], "title": ["AMS 107 - 01\u00a0\u00a0\u00a0IntroFluidDynamics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzUiO30%3D"], "title": ["AMS 114 - 01\u00a0\u00a0\u00a0Intro Dynam Systems"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzgiO30%3D"], "title": ["AMS 129 - 01\u00a0\u00a0\u00a0Foundtns Sci Comput"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NjMiO30%3D"], "title": ["AMS 131 - 01\u00a0\u00a0\u00a0Intro Prob Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NjkiO30%3D"], "title": ["AMS 131 - 02\u00a0\u00a0\u00a0Intro Prob Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzciO30%3D"], "title": ["AMS 200 - 01\u00a0\u00a0\u00a0Research/Teach AMS"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjAiO30%3D"], "title": ["AMS 203 - 01\u00a0\u00a0\u00a0Intro Prob Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjEiO30%3D"], "title": ["AMS 203 - 50\u00a0\u00a0\u00a0Intro Prob Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTIiO30%3D"], "title": ["AMS 204 - 01\u00a0\u00a0\u00a0Stat Data Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjUiO30%3D"], "title": ["AMS 211 - 01\u00a0\u00a0\u00a0Foundatn App Math"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDgiO30%3D"], "title": ["AMS 214 - 01\u00a0\u00a0\u00a0Applied Dynamic Sys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjAiO30%3D"], "title": ["AMS 217 - 01\u00a0\u00a0\u00a0Intro Fluid Dynamics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODkiO30%3D"], "title": ["AMS 229 - 01\u00a0\u00a0\u00a0Convex Optimization"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzciO30%3D"], "title": ["AMS 263 - 01\u00a0\u00a0\u00a0Stochastic Processes"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTMiO30%3D"], "title": ["AMS 266A - 01\u00a0\u00a0\u00a0Introduction to R"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzgiO30%3D"], "title": ["AMS 274 - 01\u00a0\u00a0\u00a0Gen Linear Models"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjMiO30%3D"], "title": ["AMS 280B - 01\u00a0\u00a0\u00a0Stat&AppliedMathModel"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjkiO30%3D"], "title": ["AMS 280C - 01\u00a0\u00a0\u00a0Seminar in GAFD"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4OTUiO30%3D"], "title": ["ANTH 1 - 01\u00a0\u00a0\u00a0Intro Biolog Anth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODYiO30%3D"], "title": ["ANTH 97 - 01\u00a0\u00a0\u00a0Lab Safety Practice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTYiO30%3D"], "title": ["ANTH 102A - 01\u00a0\u00a0\u00a0Human Skeletal Biol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTciO30%3D"], "title": ["ANTH 104 - 01\u00a0\u00a0\u00a0Human Var and Adapt"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzQiO30%3D"], "title": ["ANTH 110F - 01\u00a0\u00a0\u00a0Evolution Human Diet"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTciO30%3D"], "title": ["ANTH 110I - 01\u00a0\u00a0\u00a0SustainbilitySocJust"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODUiO30%3D"], "title": ["ANTH 110L - 01\u00a0\u00a0\u00a0Decolonizing Method"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDEiO30%3D"], "title": ["ANTH 110Q - 01\u00a0\u00a0\u00a0Black Queer Culture"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTgiO30%3D"], "title": ["ANTH 113 - 01\u00a0\u00a0\u00a0Tutor Writing Anth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MTgiO30%3D"], "title": ["ANTH 130A - 01\u00a0\u00a0\u00a0People of Africa"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjAiO30%3D"], "title": ["ANTH 130L - 01\u00a0\u00a0\u00a0Latin Amer Ethnogra"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjEiO30%3D"], "title": ["ANTH 139 - 01\u00a0\u00a0\u00a0Language & Culture"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjIiO30%3D"], "title": ["ANTH 146 - 01\u00a0\u00a0\u00a0Anth & Environment"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjMiO30%3D"], "title": ["ANTH 150 - 01\u00a0\u00a0\u00a0Communicating Anth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzkiO30%3D"], "title": ["ANTH 158 - 01\u00a0\u00a0\u00a0Feminist Ethnography"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjYiO30%3D"], "title": ["ANTH 170 - 01\u00a0\u00a0\u00a0His Archaeol Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzEiO30%3D"], "title": ["ANTH 179 - 01\u00a0\u00a0\u00a0Slavery in Atlantic"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjciO30%3D"], "title": ["ANTH 180 - 01\u00a0\u00a0\u00a0Ceramic Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjgiO30%3D"], "title": ["ANTH 180L - 01\u00a0\u00a0\u00a0Ceramic Analys Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODAiO30%3D"], "title": ["ANTH 194A - 01\u00a0\u00a0\u00a0Dead Persons"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDYiO30%3D"], "title": ["ANTH 194H - 01\u00a0\u00a0\u00a0Paleoanthropology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MjkiO30%3D"], "title": ["ANTH 194S - 01\u00a0\u00a0\u00a0Anthroplgy of Sound"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTEiO30%3D"], "title": ["ANTH 195A - 01\u00a0\u00a0\u00a0Senior Thesis Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzAiO30%3D"], "title": ["ANTH 200A - 01\u00a0\u00a0\u00a0Cultural Grad Core"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDciO30%3D"], "title": ["ANTH 216 - 01\u00a0\u00a0\u00a0Methods in BioAnth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzEiO30%3D"], "title": ["ANTH 228 - 01\u00a0\u00a0\u00a0Grant Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTQiO30%3D"], "title": ["ANTH 248 - 01\u00a0\u00a0\u00a0Finance/Money/Law"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzkiO30%3D"], "title": ["ANTH 270A - 01\u00a0\u00a0\u00a0Archaeol Grad Core"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjMiO30%3D"], "title": ["ANTH 272 - 01\u00a0\u00a0\u00a0Adv Archeol Research"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDMiO30%3D"], "title": ["ANTH 280 - 01\u00a0\u00a0\u00a0AdvCeramicAnalysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDQiO30%3D"], "title": ["ANTH 280L - 01\u00a0\u00a0\u00a0CeramicAnalysisLab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzIiO30%3D"], "title": ["ANTH 292 - 01\u00a0\u00a0\u00a0Graduate Colloquim"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzMiO30%3D"], "title": ["ANTH 294R - 01\u00a0\u00a0\u00a0Adv Read BioAnth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzYiO30%3D"], "title": ["APLX 80 - 01\u00a0\u00a0\u00a0Intro Applied Ling"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDUiO30%3D"], "title": ["APLX 113 - 01\u00a0\u00a0\u00a0Inter-Cultural Comm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjgiO30%3D"], "title": ["ART 10E - 01\u00a0\u00a0\u00a03D Foundation"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzciO30%3D"], "title": ["ART 20I - 01\u00a0\u00a0\u00a0Intro Photography"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzgiO30%3D"], "title": ["ART 20J - 01\u00a0\u00a0\u00a0Intro Draw/Paint"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzciO30%3D"], "title": ["ART 20K - 01\u00a0\u00a0\u00a0Intro New Media"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzYiO30%3D"], "title": ["ART 80D - 01\u00a0\u00a0\u00a0Intro Photography"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NDUiO30%3D"], "title": ["ART 80F - 01\u00a0\u00a0\u00a0Intro Digital Media"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzEiO30%3D"], "title": ["ART 106C - 01\u00a0\u00a0\u00a0StopMotionAnimation"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTIiO30%3D"], "title": ["ART 130 - 01\u00a0\u00a0\u00a0Interm/Adv Painting"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTEiO30%3D"], "title": ["ART 146T - 01\u00a0\u00a0\u00a0Digital Illustration"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjgiO30%3D"], "title": ["ART 150 - 01\u00a0\u00a0\u00a0Darkroom Practices"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODUiO30%3D"], "title": ["ART 156 - 01\u00a0\u00a0\u00a0Project Devlop Photo"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTMiO30%3D"], "title": ["ART 162A - 01\u00a0\u00a0\u00a0Intaglio I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTQiO30%3D"], "title": ["ART 163A - 01\u00a0\u00a0\u00a0Lithography I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTYiO30%3D"], "title": ["ART 180B - 01\u00a0\u00a0\u00a0Sculpture II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzUiO30%3D"], "title": ["ART 184 - 01\u00a0\u00a0\u00a03D ArtDesign:LaserCNC"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTUiO30%3D"], "title": ["ART 188 - 01\u00a0\u00a0\u00a0Int/Adv Sclpt/Fndry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTciO30%3D"], "title": ["ART 189 - 01\u00a0\u00a0\u00a0SpecialTopicsSculpture"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzQiO30%3D"], "title": ["ART 194 - 01\u00a0\u00a0\u00a0Forms and Ideas"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjkiO30%3D"], "title": ["ARTG 80G - 01\u00a0\u00a0\u00a0Vis Com Interaction"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTkiO30%3D"], "title": ["ARTG 80H - 01\u00a0\u00a0\u00a0Hist Digital Games"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTgiO30%3D"], "title": ["ARTG 80I - 01\u00a0\u00a0\u00a0Foundations of Play"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzgiO30%3D"], "title": ["ARTG 118 - 01\u00a0\u00a0\u00a0Draw/Paint Game Des"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjMiO30%3D"], "title": ["ARTG 129 - 01\u00a0\u00a0\u00a0Spec Topic Game Des"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODMiO30%3D"], "title": ["ARTG 170 - 01\u00a0\u00a0\u00a0Game Design I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODMiO30%3D"], "title": ["ARTG 170 - 01\u00a0\u00a0\u00a0Game Design I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTciO30%3D"], "title": ["ARTG 179 - 01\u00a0\u00a0\u00a0Game Design Practicum"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDIiO30%3D"], "title": ["ASTR 1 - 01\u00a0\u00a0\u00a0The Cosmos"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NTgiO30%3D"], "title": ["ASTR 2 - 01\u00a0\u00a0\u00a0Overview Universe"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjciO30%3D"], "title": ["ASTR 111 - 01\u00a0\u00a0\u00a0Order of Magnitude"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTMiO30%3D"], "title": ["ASTR 119 - 01\u00a0\u00a0\u00a0Intro Sci Computing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTkiO30%3D"], "title": ["ASTR 135A - 01\u00a0\u00a0\u00a0Astrophys Adv Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjMiO30%3D"], "title": ["ASTR 171 - 01\u00a0\u00a0\u00a0Genl Relativity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzEiO30%3D"], "title": ["ASTR 205 - 01\u00a0\u00a0\u00a0Intr Astro Research"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzIiO30%3D"], "title": ["ASTR 212 - 01\u00a0\u00a0\u00a0Dynamical Astronomy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzYiO30%3D"], "title": ["ASTR 220A - 01\u00a0\u00a0\u00a0Stel Struct & Evol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzgiO30%3D"], "title": ["ASTR 223 - 01\u00a0\u00a0\u00a0Planetary Physics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzMiO30%3D"], "title": ["ASTR 292 - 01\u00a0\u00a0\u00a0Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5NzQiO30%3D"], "title": ["BIOC 100A - 01\u00a0\u00a0\u00a0Biochemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODEiO30%3D"], "title": ["BIOC 110L - 01\u00a0\u00a0\u00a0AdvBiochemLaboratory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMDAiO30%3D"], "title": ["BIOE 20B - 01\u00a0\u00a0\u00a0Developmt & Physiol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMTAiO30%3D"], "title": ["BIOE 20C - 01\u00a0\u00a0\u00a0Ecology & Evolution"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMjAiO30%3D"], "title": ["BIOE 20C - 02\u00a0\u00a0\u00a0Ecology & Evolution"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODEiO30%3D"], "title": ["BIOE 82 - 01\u00a0\u00a0\u00a0Intro Field Res/Con"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODIiO30%3D"], "title": ["BIOE 82 - 02\u00a0\u00a0\u00a0Intro Field Res/Con"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwOTgiO30%3D"], "title": ["BIOE 107 - 01\u00a0\u00a0\u00a0Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTMiO30%3D"], "title": ["BIOE 109 - 01\u00a0\u00a0\u00a0Evolution"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDkiO30%3D"], "title": ["BIOE 124 - 01\u00a0\u00a0\u00a0Mammalogy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTAiO30%3D"], "title": ["BIOE 124L - 01\u00a0\u00a0\u00a0Mammalogy Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODgiO30%3D"], "title": ["BIOE 135 - 01\u00a0\u00a0\u00a0Plant Physiology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODkiO30%3D"], "title": ["BIOE 135L - 01\u00a0\u00a0\u00a0Plant Physiology Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTAiO30%3D"], "title": ["BIOE 135L - 02\u00a0\u00a0\u00a0Plant Physiology Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTAiO30%3D"], "title": ["BIOE 136 - 01\u00a0\u00a0\u00a0Enviro Physiology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwOTMiO30%3D"], "title": ["BIOE 140 - 01\u00a0\u00a0\u00a0Behavioral Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDkiO30%3D"], "title": ["BIOE 145 - 01\u00a0\u00a0\u00a0Plant Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTIiO30%3D"], "title": ["BIOE 145L - 01\u00a0\u00a0\u00a0Plant Ecology Field"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTIiO30%3D"], "title": ["BIOE 145L - 01\u00a0\u00a0\u00a0Plant Ecology Field"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjUiO30%3D"], "title": ["BIOE 155 - 01\u00a0\u00a0\u00a0Freshwater Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDMiO30%3D"], "title": ["BIOE 159A - 01\u00a0\u00a0\u00a0Fld Qtr:Marine Ecol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDQiO30%3D"], "title": ["BIOE 159B - 01\u00a0\u00a0\u00a0Fld Qtr:Ichthyology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDUiO30%3D"], "title": ["BIOE 159C - 01\u00a0\u00a0\u00a0Fld Qtr:Field Ecolo"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDYiO30%3D"], "title": ["BIOE 159D - 01\u00a0\u00a0\u00a0Fld Qtr:Fld Eco Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMDciO30%3D"], "title": ["BIOE 165 - 01\u00a0\u00a0\u00a0Marine Conserv Bio"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTciO30%3D"], "title": ["BIOE 172 - 01\u00a0\u00a0\u00a0Population Genetics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTgiO30%3D"], "title": ["BIOE 172L - 01\u00a0\u00a0\u00a0Popultn Genetic Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTkiO30%3D"], "title": ["BIOE 183W - 01\u00a0\u00a0\u00a0Research in EEB"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjMiO30%3D"], "title": ["BIOE 200A - 01\u00a0\u00a0\u00a0Scientific Skills"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjIiO30%3D"], "title": ["BIOE 200B - 01\u00a0\u00a0\u00a0Adv Organismal Bio"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjQiO30%3D"], "title": ["BIOE 245 - 01\u00a0\u00a0\u00a0Plant Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjUiO30%3D"], "title": ["BIOE 245L - 01\u00a0\u00a0\u00a0Field Methods Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjUiO30%3D"], "title": ["BIOE 245L - 01\u00a0\u00a0\u00a0Field Methods Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjAiO30%3D"], "title": ["BIOE 272 - 01\u00a0\u00a0\u00a0Population Genetics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjEiO30%3D"], "title": ["BIOE 272L - 01\u00a0\u00a0\u00a0Populatn Genetc Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzciO30%3D"], "title": ["BIOE 281A - 01\u00a0\u00a0\u00a0Appld Marine Ecolog"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzgiO30%3D"], "title": ["BIOE 281B - 01\u00a0\u00a0\u00a0Molecular Evolution"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzkiO30%3D"], "title": ["BIOE 281C - 01\u00a0\u00a0\u00a0Physiological Ecol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjEiO30%3D"], "title": ["BIOE 281D - 01\u00a0\u00a0\u00a0Global Chng Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjUiO30%3D"], "title": ["BIOE 281E - 01\u00a0\u00a0\u00a0Freshwater Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDAiO30%3D"], "title": ["BIOE 281F - 01\u00a0\u00a0\u00a0Ecological Res Topi"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjIiO30%3D"], "title": ["BIOE 281G - 01\u00a0\u00a0\u00a0SexualSel/Soci Behav"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTEiO30%3D"], "title": ["BIOE 281H - 01\u00a0\u00a0\u00a0Comp Marine Phys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzEiO30%3D"], "title": ["BIOE 281I - 01\u00a0\u00a0\u00a0DiseaseEco/Population"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzIiO30%3D"], "title": ["BIOE 281K - 01\u00a0\u00a0\u00a0Plant Evolution"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDEiO30%3D"], "title": ["BIOE 281L - 01\u00a0\u00a0\u00a0Behavrl & Evol Ecol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDIiO30%3D"], "title": ["BIOE 281N - 01\u00a0\u00a0\u00a0Marine Vert Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzMiO30%3D"], "title": ["BIOE 281O - 01\u00a0\u00a0\u00a0PlantWaterRelations"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDMiO30%3D"], "title": ["BIOE 281P - 01\u00a0\u00a0\u00a0Plant Population"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDQiO30%3D"], "title": ["BIOE 281Q - 01\u00a0\u00a0\u00a0Molec Evolution Gen"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDUiO30%3D"], "title": ["BIOE 281R - 01\u00a0\u00a0\u00a0Mari Eco&Evol Biol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjQiO30%3D"], "title": ["BIOE 281S - 01\u00a0\u00a0\u00a0Ancient DNA"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDciO30%3D"], "title": ["BIOE 281U - 01\u00a0\u00a0\u00a0Invertebrate Biol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDgiO30%3D"], "title": ["BIOE 281V - 01\u00a0\u00a0\u00a0Behavioral Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDkiO30%3D"], "title": ["BIOE 281W - 01\u00a0\u00a0\u00a0Exercise/Env Phys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTIiO30%3D"], "title": ["BIOE 294 - 01\u00a0\u00a0\u00a0Ecol, Evol Bio Sem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjciO30%3D"], "title": ["BIOE 295 - 01\u00a0\u00a0\u00a0Adv EEB Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODMiO30%3D"], "title": ["BIOL 15 - 01\u00a0\u00a0\u00a0Research Reports"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5ODQiO30%3D"], "title": ["BIOL 20A - 01\u00a0\u00a0\u00a0Cell & Molecular Bi"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMjEiO30%3D"], "title": ["BIOL 20L - 01\u00a0\u00a0\u00a0Experimental Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwMzciO30%3D"], "title": ["BIOL 100 - 01\u00a0\u00a0\u00a0Biochemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjkiO30%3D"], "title": ["BIOL 101L - 01\u00a0\u00a0\u00a0Molecular Bio Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjIiO30%3D"], "title": ["BIOL 102L - 01\u00a0\u00a0\u00a0Toxic RNA Lab I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjAiO30%3D"], "title": ["BIOL 103L - 01\u00a0\u00a0\u00a0Toxic RNA Lab II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNDYiO30%3D"], "title": ["BIOL 105 - 01\u00a0\u00a0\u00a0Genetics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNTkiO30%3D"], "title": ["BIOL 109L - 01\u00a0\u00a0\u00a0Yeast Molecular Gen"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjAiO30%3D"], "title": ["BIOL 110 - 01\u00a0\u00a0\u00a0Cell Biology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjciO30%3D"], "title": ["BIOL 115L - 01\u00a0\u00a0\u00a0Eukaryotc Molec Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjgiO30%3D"], "title": ["BIOL 115L - 02\u00a0\u00a0\u00a0Eukaryotc Molec Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNzgiO30%3D"], "title": ["BIOL 125 - 01\u00a0\u00a0\u00a0Intro to Neurosci"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwODMiO30%3D"], "title": ["BIOL 130 - 01\u00a0\u00a0\u00a0Human Physiology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwODgiO30%3D"], "title": ["BIOL 130L - 01\u00a0\u00a0\u00a0Human Physiolgy Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTEiO30%3D"], "title": ["BIOL 186F - 01\u00a0\u00a0\u00a0Undergrad Rsrch:MCDB"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTIiO30%3D"], "title": ["BIOL 186L - 01\u00a0\u00a0\u00a0Undergrad Rsrch MCD"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODUiO30%3D"], "title": ["BIOL 186R - 01\u00a0\u00a0\u00a0UG Research: MCD Bio"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzciO30%3D"], "title": ["BIOL 189 - 01\u00a0\u00a0\u00a0Health Sci Intrnshp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODQiO30%3D"], "title": ["BIOL 189W - 01\u00a0\u00a0\u00a0Human Biology DC"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MzkiO30%3D"], "title": ["BIOL 191 - 01\u00a0\u00a0\u00a0ACE Service Learning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTgiO30%3D"], "title": ["BIOL 200A - 01\u00a0\u00a0\u00a0Critical Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMTkiO30%3D"], "title": ["BIOL 201 - 01\u00a0\u00a0\u00a0RNA Processing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjYiO30%3D"], "title": ["BIOL 280A - 01\u00a0\u00a0\u00a0Molec Gene Yeasts"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTAiO30%3D"], "title": ["BIOL 280B - 01\u00a0\u00a0\u00a0Chromatin Structure"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjYiO30%3D"], "title": ["BIOL 280C - 01\u00a0\u00a0\u00a0Mammalian Brain Dev"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjciO30%3D"], "title": ["BIOL 280D - 01\u00a0\u00a0\u00a0RNA Processing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NjQiO30%3D"], "title": ["BIOL 280E - 01\u00a0\u00a0\u00a0Meiotic Chrom Dynms"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjgiO30%3D"], "title": ["BIOL 280F - 01\u00a0\u00a0\u00a0Vert Neural Connect"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTAiO30%3D"], "title": ["BIOL 280G - 01\u00a0\u00a0\u00a0Phys Devel Brain"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMjkiO30%3D"], "title": ["BIOL 280H - 01\u00a0\u00a0\u00a0Chromatn/Transcript"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTUiO30%3D"], "title": ["BIOL 280I - 01\u00a0\u00a0\u00a0EpigeneticGeneSilenc"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzYiO30%3D"], "title": ["BIOL 280J - 01\u00a0\u00a0\u00a0Macromoleculr Cmplx"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzAiO30%3D"], "title": ["BIOL 280K - 01\u00a0\u00a0\u00a0Cell Cycle Research"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzEiO30%3D"], "title": ["BIOL 280L - 01\u00a0\u00a0\u00a0Development"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDQiO30%3D"], "title": ["BIOL 280M - 01\u00a0\u00a0\u00a0Post-Trans Control"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTEiO30%3D"], "title": ["BIOL 280N - 01\u00a0\u00a0\u00a0Noncoding RNA Immune"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzMiO30%3D"], "title": ["BIOL 280O - 01\u00a0\u00a0\u00a0Bacterial Pathogen"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTUiO30%3D"], "title": ["BIOL 280P - 01\u00a0\u00a0\u00a0QualityCtrl Gene Exp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjciO30%3D"], "title": ["BIOL 280Q - 01\u00a0\u00a0\u00a0Oocyte/Embry/Neuron"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTUiO30%3D"], "title": ["BIOL 280R - 01\u00a0\u00a0\u00a0Gene reg C. elegans"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjgiO30%3D"], "title": ["BIOL 280S - 01\u00a0\u00a0\u00a0Chrom/RNA reg"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzQiO30%3D"], "title": ["BIOL 280T - 01\u00a0\u00a0\u00a0Drosophila Develpmt"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzUiO30%3D"], "title": ["BIOL 280U - 01\u00a0\u00a0\u00a0Drosophila Embryo"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzYiO30%3D"], "title": ["BIOL 280W - 01\u00a0\u00a0\u00a0Membrane Proteins"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjkiO30%3D"], "title": ["BIOL 280Y - 01\u00a0\u00a0\u00a0Synaptic Plasticity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjEiO30%3D"], "title": ["BIOL 280Z - 01\u00a0\u00a0\u00a0ProstaDev&CancerBio"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTYiO30%3D"], "title": ["BIOL 288 - 01\u00a0\u00a0\u00a0Teaching Assist Train"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTAiO30%3D"], "title": ["BIOL 291 - 01\u00a0\u00a0\u00a0Mol Cell Devel Bio"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTEiO30%3D"], "title": ["BIOL 292 - 01\u00a0\u00a0\u00a0MCD Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTAiO30%3D"], "title": ["BME 5 - 01\u00a0\u00a0\u00a0Intro to Biotech"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTgiO30%3D"], "title": ["BME 18 - 01\u00a0\u00a0\u00a0Sci Principles Life"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMzYiO30%3D"], "title": ["BME 80G - 01\u00a0\u00a0\u00a0Bioethics 21st Cent"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTQiO30%3D"], "title": ["BME 110 - 01\u00a0\u00a0\u00a0Comp Bio Tools"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzYiO30%3D"], "title": ["BME 122H - 01\u00a0\u00a0\u00a0Env Virology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDciO30%3D"], "title": ["BME 129A - 01\u00a0\u00a0\u00a0Project Des/Imp BME I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjAiO30%3D"], "title": ["BME 130 - 01\u00a0\u00a0\u00a0Genomes"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzciO30%3D"], "title": ["BME 132 - 01\u00a0\u00a0\u00a0Evol Genomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzgiO30%3D"], "title": ["BME 140 - 01\u00a0\u00a0\u00a0Bioinstrumentation"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzEiO30%3D"], "title": ["BME 185 - 01\u00a0\u00a0\u00a0Tech Writing Biomol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTMiO30%3D"], "title": ["BME 205 - 01\u00a0\u00a0\u00a0BioinfoModel/Algorthm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTEiO30%3D"], "title": ["BME 232 - 01\u00a0\u00a0\u00a0Evol Genomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTciO30%3D"], "title": ["BME 280B - 01\u00a0\u00a0\u00a0Bioinform/Bioeng Sem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTkiO30%3D"], "title": ["BME 281C - 01\u00a0\u00a0\u00a0Cancer Genomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjIiO30%3D"], "title": ["BME 281D - 01\u00a0\u00a0\u00a0Protein Engineering"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjIiO30%3D"], "title": ["BME 281E - 01\u00a0\u00a0\u00a0Seminar in Genomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTYiO30%3D"], "title": ["BME 281H - 01\u00a0\u00a0\u00a0Sem Compar Genomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTUiO30%3D"], "title": ["BME 281N - 01\u00a0\u00a0\u00a0Transcriptomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzAiO30%3D"], "title": ["BME 281P - 01\u00a0\u00a0\u00a0Nanotech/Biosensors"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDMiO30%3D"], "title": ["BME 281R - 01\u00a0\u00a0\u00a0Stem Cell Genomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTciO30%3D"], "title": ["BME 281S - 01\u00a0\u00a0\u00a0Sem Comput Genomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzUiO30%3D"], "title": ["BME 281V - 01\u00a0\u00a0\u00a0Immunogenomics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNTgiO30%3D"], "title": ["CHEM 1A - 01\u00a0\u00a0\u00a0General Chemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNzUiO30%3D"], "title": ["CHEM 1A - 02\u00a0\u00a0\u00a0General Chemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExODAiO30%3D"], "title": ["CHEM 1B - 01\u00a0\u00a0\u00a0General Chemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExOTMiO30%3D"], "title": ["CHEM 1C - 01\u00a0\u00a0\u00a0General Chemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMDYiO30%3D"], "title": ["CHEM 1M - 01\u00a0\u00a0\u00a0Gen Chem Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyMTkiO30%3D"], "title": ["CHEM 1N - 01\u00a0\u00a0\u00a0Gen Chem Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNTAiO30%3D"], "title": ["CHEM 8A - 01\u00a0\u00a0\u00a0Organic Chemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNjYiO30%3D"], "title": ["CHEM 8L - 01\u00a0\u00a0\u00a0Organic Chem Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTEiO30%3D"], "title": ["CHEM 122 - 01\u00a0\u00a0\u00a0Instrumental Analys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTQiO30%3D"], "title": ["CHEM 143 - 01\u00a0\u00a0\u00a0Org Chem Structure"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTciO30%3D"], "title": ["CHEM 146A - 01\u00a0\u00a0\u00a0Adv Lab Organic"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyOTgiO30%3D"], "title": ["CHEM 163A - 01\u00a0\u00a0\u00a0Quantum Mech & Spec"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MzgiO30%3D"], "title": ["CHEM 182 - 01\u00a0\u00a0\u00a0ACE Service Learning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDUiO30%3D"], "title": ["CHEM 200A - 01\u00a0\u00a0\u00a0Adv Biophys Methods"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDYiO30%3D"], "title": ["CHEM 234 - 01\u00a0\u00a0\u00a0Bioinorganic Chem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODciO30%3D"], "title": ["CHEM 242B - 01\u00a0\u00a0\u00a0Modern Org Syn"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTgiO30%3D"], "title": ["CHEM 269 - 01\u00a0\u00a0\u00a0Electrochemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjEiO30%3D"], "title": ["CHEM 274 - 01\u00a0\u00a0\u00a0Prosem Synth/Polymr"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDUiO30%3D"], "title": ["CHEM 275 - 01\u00a0\u00a0\u00a0Bio Inorganic Chem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDciO30%3D"], "title": ["CHEM 282 - 01\u00a0\u00a0\u00a0Synthetic Methods"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDgiO30%3D"], "title": ["CHEM 284 - 01\u00a0\u00a0\u00a0Prosem Syn Org Chem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMDkiO30%3D"], "title": ["CHEM 286 - 01\u00a0\u00a0\u00a0Prosem Nat Pro Chem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDciO30%3D"], "title": ["CHEM 291 - 01\u00a0\u00a0\u00a0Chemistry Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTAiO30%3D"], "title": ["CHEM 292 - 01\u00a0\u00a0\u00a0Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTEiO30%3D"], "title": ["CHEM 296 - 01\u00a0\u00a0\u00a0Teaching Chemistry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTIiO30%3D"], "title": ["CHIN 1 - 01\u00a0\u00a0\u00a0Chinese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTMiO30%3D"], "title": ["CHIN 1 - 02\u00a0\u00a0\u00a0Chinese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTQiO30%3D"], "title": ["CHIN 1 - 03\u00a0\u00a0\u00a0Chinese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTUiO30%3D"], "title": ["CHIN 4 - 01\u00a0\u00a0\u00a0Chinese: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTYiO30%3D"], "title": ["CHIN 103 - 01\u00a0\u00a0\u00a0Advanced Chinese"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjMiO30%3D"], "title": ["CLNI 1 - 01\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjMiO30%3D"], "title": ["CLNI 1 - 01\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjQiO30%3D"], "title": ["CLNI 1 - 02\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjQiO30%3D"], "title": ["CLNI 1 - 02\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjUiO30%3D"], "title": ["CLNI 1 - 03\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjUiO30%3D"], "title": ["CLNI 1 - 03\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjYiO30%3D"], "title": ["CLNI 1 - 04\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjYiO30%3D"], "title": ["CLNI 1 - 04\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjciO30%3D"], "title": ["CLNI 1 - 05\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjciO30%3D"], "title": ["CLNI 1 - 05\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjgiO30%3D"], "title": ["CLNI 1 - 06\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjgiO30%3D"], "title": ["CLNI 1 - 06\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjkiO30%3D"], "title": ["CLNI 1 - 07\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjkiO30%3D"], "title": ["CLNI 1 - 07\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzAiO30%3D"], "title": ["CLNI 1 - 08\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzAiO30%3D"], "title": ["CLNI 1 - 08\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzEiO30%3D"], "title": ["CLNI 1 - 09\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzEiO30%3D"], "title": ["CLNI 1 - 09\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzIiO30%3D"], "title": ["CLNI 1 - 10\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzIiO30%3D"], "title": ["CLNI 1 - 10\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzMiO30%3D"], "title": ["CLNI 1 - 11\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzMiO30%3D"], "title": ["CLNI 1 - 11\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzQiO30%3D"], "title": ["CLNI 1 - 12\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzQiO30%3D"], "title": ["CLNI 1 - 12\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzUiO30%3D"], "title": ["CLNI 1 - 13\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzUiO30%3D"], "title": ["CLNI 1 - 13\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzYiO30%3D"], "title": ["CLNI 1 - 14\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzYiO30%3D"], "title": ["CLNI 1 - 14\u00a0\u00a0\u00a0ALE:Intl/Global Persp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDUiO30%3D"], "title": ["CLNI 90 - 01\u00a0\u00a0\u00a0Intercultural Study"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTUiO30%3D"], "title": ["CLNI 120 - 01\u00a0\u00a0\u00a0PAC Planning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzciO30%3D"], "title": ["CLTE 1 - 01\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzciO30%3D"], "title": ["CLTE 1 - 01\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzgiO30%3D"], "title": ["CLTE 1 - 02\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzgiO30%3D"], "title": ["CLTE 1 - 02\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzkiO30%3D"], "title": ["CLTE 1 - 03\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MzkiO30%3D"], "title": ["CLTE 1 - 03\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDAiO30%3D"], "title": ["CLTE 1 - 04\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDAiO30%3D"], "title": ["CLTE 1 - 04\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDEiO30%3D"], "title": ["CLTE 1 - 05\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDEiO30%3D"], "title": ["CLTE 1 - 05\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDIiO30%3D"], "title": ["CLTE 1 - 06\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDIiO30%3D"], "title": ["CLTE 1 - 06\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDMiO30%3D"], "title": ["CLTE 1 - 07\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDMiO30%3D"], "title": ["CLTE 1 - 07\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDQiO30%3D"], "title": ["CLTE 1 - 08\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDQiO30%3D"], "title": ["CLTE 1 - 08\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDUiO30%3D"], "title": ["CLTE 1 - 09\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDUiO30%3D"], "title": ["CLTE 1 - 09\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDYiO30%3D"], "title": ["CLTE 1 - 10\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDYiO30%3D"], "title": ["CLTE 1 - 10\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDciO30%3D"], "title": ["CLTE 1 - 11\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDciO30%3D"], "title": ["CLTE 1 - 11\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDgiO30%3D"], "title": ["CLTE 1 - 12\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDgiO30%3D"], "title": ["CLTE 1 - 12\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDkiO30%3D"], "title": ["CLTE 1 - 13\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NDkiO30%3D"], "title": ["CLTE 1 - 13\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTAiO30%3D"], "title": ["CLTE 1 - 14\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTAiO30%3D"], "title": ["CLTE 1 - 14\u00a0\u00a0\u00a0ALE:Social Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzUiO30%3D"], "title": ["CLTE 60 - 01\u00a0\u00a0\u00a0Slug Story Research"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODIiO30%3D"], "title": ["CLTE 95 - 01\u00a0\u00a0\u00a0Nonviolent Comm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTYiO30%3D"], "title": ["CLTE 120 - 01\u00a0\u00a0\u00a0PAC Planning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzgiO30%3D"], "title": ["CLTE 135 - 01\u00a0\u00a0\u00a0Soc Just Inst & Pwr"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTgiO30%3D"], "title": ["CMMU 10 - 01\u00a0\u00a0\u00a0Intr To Cmmu Actvsm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzgiO30%3D"], "title": ["CMMU 105A - 01\u00a0\u00a0\u00a0Field Study"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzkiO30%3D"], "title": ["CMMU 105B - 01\u00a0\u00a0\u00a0Field Study"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNDAiO30%3D"], "title": ["CMMU 105C - 01\u00a0\u00a0\u00a0Field Study"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjQiO30%3D"], "title": ["CMMU 132 - 01\u00a0\u00a0\u00a0Amer Cities Soc Chg"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTMiO30%3D"], "title": ["CMMU 149 - 01\u00a0\u00a0\u00a0Pol Econ Food & Ag"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjEiO30%3D"], "title": ["CMMU 161 - 01\u00a0\u00a0\u00a0GenderHealth&Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMjciO30%3D"], "title": ["CMPE 3 - 01\u00a0\u00a0\u00a0Personal Computers"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjIiO30%3D"], "title": ["CMPE 8 - 01\u00a0\u00a0\u00a0Robot Automation"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjYiO30%3D"], "title": ["CMPE 12 - 01\u00a0\u00a0\u00a0Com Sys/Assmbly Lan"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMzIiO30%3D"], "title": ["CMPE 12L - 01\u00a0\u00a0\u00a0Comp Sys/Lang Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNDMiO30%3D"], "title": ["CMPE 16 - 01\u00a0\u00a0\u00a0Appl Discrete Math"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDUiO30%3D"], "title": ["CMPE 80A - 01\u00a0\u00a0\u00a0Universal Access"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTIiO30%3D"], "title": ["CMPE 80N - 01\u00a0\u00a0\u00a0Intro to Networking"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTciO30%3D"], "title": ["CMPE 100 - 01\u00a0\u00a0\u00a0Logic Design"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNTgiO30%3D"], "title": ["CMPE 100L - 01\u00a0\u00a0\u00a0Logic Design Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNjMiO30%3D"], "title": ["CMPE 110 - 01\u00a0\u00a0\u00a0Computer Architect"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjciO30%3D"], "title": ["CMPE 118 - 01\u00a0\u00a0\u00a0Intro Mechatronics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjgiO30%3D"], "title": ["CMPE 118L - 01\u00a0\u00a0\u00a0Intro Mechatr's Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzIiO30%3D"], "title": ["CMPE 121 - 01\u00a0\u00a0\u00a0Micro System Design"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzMiO30%3D"], "title": ["CMPE 121L - 01\u00a0\u00a0\u00a0Micro Sys Desgn Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTEiO30%3D"], "title": ["CMPE 129A - 01\u00a0\u00a0\u00a0Capstone Project I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MDciO30%3D"], "title": ["CMPE 141 - 01\u00a0\u00a0\u00a0Feedback Cntrl Syst"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTMiO30%3D"], "title": ["CMPE 149 - 01\u00a0\u00a0\u00a0Intro Cyber-Phy Sys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzgiO30%3D"], "title": ["CMPE 150 - 01\u00a0\u00a0\u00a0Intro Comp Networks"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTEiO30%3D"], "title": ["CMPE 150L - 01\u00a0\u00a0\u00a0Int Comp Net Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODQiO30%3D"], "title": ["CMPE 185 - 01\u00a0\u00a0\u00a0Tech Writ Comp Engs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODUiO30%3D"], "title": ["CMPE 200 - 01\u00a0\u00a0\u00a0Resrch & Teaching"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODYiO30%3D"], "title": ["CMPE 202 - 01\u00a0\u00a0\u00a0Comp Architecture"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDQiO30%3D"], "title": ["CMPE 216 - 01\u00a0\u00a0\u00a0Bio-Inspired Locomotion"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjgiO30%3D"], "title": ["CMPE 218 - 01\u00a0\u00a0\u00a0Mechatronics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjciO30%3D"], "title": ["CMPE 218L - 01\u00a0\u00a0\u00a0Mechatronics Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTEiO30%3D"], "title": ["CMPE 220 - 01\u00a0\u00a0\u00a0AdvParallelProcess"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTAiO30%3D"], "title": ["CMPE 241 - 01\u00a0\u00a0\u00a0FeedbackContrlSystm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDAiO30%3D"], "title": ["CMPE 249 - 01\u00a0\u00a0\u00a0Intro Cyber-Phy Sys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODciO30%3D"], "title": ["CMPE 252A - 01\u00a0\u00a0\u00a0Computer Networks"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODgiO30%3D"], "title": ["CMPE 264 - 01\u00a0\u00a0\u00a0Image Analy/Com Vis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTAiO30%3D"], "title": ["CMPE 280C - 01\u00a0\u00a0\u00a0Seminar on Control"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTEiO30%3D"], "title": ["CMPE 280C - 02\u00a0\u00a0\u00a0Seminar on Control"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTIiO30%3D"], "title": ["CMPE 280C - 03\u00a0\u00a0\u00a0Seminar on Control"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODkiO30%3D"], "title": ["CMPE 280N - 01\u00a0\u00a0\u00a0Seminar On Networks"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTAiO30%3D"], "title": ["CMPE 280N - 02\u00a0\u00a0\u00a0Seminar On Networks"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTEiO30%3D"], "title": ["CMPE 280P - 01\u00a0\u00a0\u00a0Parallel Processing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzMiO30%3D"], "title": ["CMPE 280S - 01\u00a0\u00a0\u00a0Seminar: Comp Sys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTMiO30%3D"], "title": ["CMPE 280V - 01\u00a0\u00a0\u00a0Seminar:ComputrVision"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NTIiO30%3D"], "title": ["CMPM 25 - 01\u00a0\u00a0\u00a03D Modeling"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTMiO30%3D"], "title": ["CMPM 146 - 01\u00a0\u00a0\u00a0Game AI"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTEiO30%3D"], "title": ["CMPM 147 - 01\u00a0\u00a0\u00a0Generative Design"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTMiO30%3D"], "title": ["CMPM 170 - 01\u00a0\u00a0\u00a0Game Design I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MTMiO30%3D"], "title": ["CMPM 170 - 01\u00a0\u00a0\u00a0Game Design I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDEiO30%3D"], "title": ["CMPM 176 - 01\u00a0\u00a0\u00a0Game Systems"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTYiO30%3D"], "title": ["CMPM 179 - 01\u00a0\u00a0\u00a0Game Design Practicum"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTYiO30%3D"], "title": ["CMPM 201 - 01\u00a0\u00a0\u00a0Intro Comp Media"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxMzIiO30%3D"], "title": ["CMPM 204 - 01\u00a0\u00a0\u00a0Comp Media Project"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzQiO30%3D"], "title": ["CMPM 206 - 01\u00a0\u00a0\u00a0Comp Media Research"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDAiO30%3D"], "title": ["CMPM 280K - 01\u00a0\u00a0\u00a0ISISN Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzMiO30%3D"], "title": ["CMPM 290A - 01\u00a0\u00a0\u00a0Topics Comp Media"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzQiO30%3D"], "title": ["CMPM 290A - 02\u00a0\u00a0\u00a0Topics Comp Media"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MDYiO30%3D"], "title": ["CMPS 5J - 01\u00a0\u00a0\u00a0Intro to Prog Java"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDIiO30%3D"], "title": ["CMPS 5P - 01\u00a0\u00a0\u00a0Intro Prog Python"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTIiO30%3D"], "title": ["CMPS 12A - 01\u00a0\u00a0\u00a0Intro Program (Accel)"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTMiO30%3D"], "title": ["CMPS 12B - 01\u00a0\u00a0\u00a0Intro Data Structur"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTQiO30%3D"], "title": ["CMPS 12B - 02\u00a0\u00a0\u00a0Intro Data Structur"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzOTUiO30%3D"], "title": ["CMPS 12L - 01\u00a0\u00a0\u00a0Comp Prog Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MzgiO30%3D"], "title": ["CMPS 12M - 01\u00a0\u00a0\u00a0Data Structures Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NDUiO30%3D"], "title": ["CMPS 12M - 02\u00a0\u00a0\u00a0Data Structures Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MTciO30%3D"], "title": ["CMPS 101 - 01\u00a0\u00a0\u00a0Abstract Data Types"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MTgiO30%3D"], "title": ["CMPS 101 - 02\u00a0\u00a0\u00a0Abstract Data Types"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MjQiO30%3D"], "title": ["CMPS 102 - 01\u00a0\u00a0\u00a0Intro Algorthm Anyl"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MjkiO30%3D"], "title": ["CMPS 104A - 01\u00a0\u00a0\u00a0Fund Compiler Des 1"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MzMiO30%3D"], "title": ["CMPS 109 - 01\u00a0\u00a0\u00a0Adv Programming"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0MzciO30%3D"], "title": ["CMPS 111 - 01\u00a0\u00a0\u00a0Intro Operating Sys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NDEiO30%3D"], "title": ["CMPS 111 - 02\u00a0\u00a0\u00a0Intro Operating Sys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NDUiO30%3D"], "title": ["CMPS 112 - 01\u00a0\u00a0\u00a0Compar Prog Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTAiO30%3D"], "title": ["CMPS 115 - 01\u00a0\u00a0\u00a0Intro Software Eng"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTEiO30%3D"], "title": ["CMPS 115 - 02\u00a0\u00a0\u00a0Intro Software Eng"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTgiO30%3D"], "title": ["CMPS 121 - 01\u00a0\u00a0\u00a0Mobile Applications"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjgiO30%3D"], "title": ["CMPS 128 - 01\u00a0\u00a0\u00a0Dist Sys:FileSharing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTIiO30%3D"], "title": ["CMPS 130 - 01\u00a0\u00a0\u00a0Computational Models"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODUiO30%3D"], "title": ["CMPS 142 - 01\u00a0\u00a0\u00a0Machine Learning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTYiO30%3D"], "title": ["CMPS 160 - 01\u00a0\u00a0\u00a0Intro Comp Graphics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NDgiO30%3D"], "title": ["CMPS 160L - 01\u00a0\u00a0\u00a0Comp Graphics Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzIiO30%3D"], "title": ["CMPS 166A - 01\u00a0\u00a0\u00a0Game Theory /Apps I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NTciO30%3D"], "title": ["CMPS 180 - 01\u00a0\u00a0\u00a0Database Systems I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjEiO30%3D"], "title": ["CMPS 183 - 01\u00a0\u00a0\u00a0Web Applications"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTQiO30%3D"], "title": ["CMPS 185 - 01\u00a0\u00a0\u00a0Technical Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjMiO30%3D"], "title": ["CMPS 200 - 01\u00a0\u00a0\u00a0Research & Teaching"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjQiO30%3D"], "title": ["CMPS 201 - 01\u00a0\u00a0\u00a0Analysis Algorithms"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NjkiO30%3D"], "title": ["CMPS 217 - 01\u00a0\u00a0\u00a0Logic In Comp Sci"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzAiO30%3D"], "title": ["CMPS 223 - 01\u00a0\u00a0\u00a0Adv Comp Security"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzEiO30%3D"], "title": ["CMPS 242 - 01\u00a0\u00a0\u00a0Machine Learning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzciO30%3D"], "title": ["CMPS 260 - 01\u00a0\u00a0\u00a0Computer Graphics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTQiO30%3D"], "title": ["CMPS 266A - 01\u00a0\u00a0\u00a0Introduction to R"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjUiO30%3D"], "title": ["CMPS 278 - 01\u00a0\u00a0\u00a0Design Data Systems"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzAiO30%3D"], "title": ["CMPS 280D - 01\u00a0\u00a0\u00a0Seminar Databases"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjgiO30%3D"], "title": ["CMPS 280L - 01\u00a0\u00a0\u00a0Sem Logic Comp Sci"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTIiO30%3D"], "title": ["CMPS 280M - 01\u00a0\u00a0\u00a0ML Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzgiO30%3D"], "title": ["CMPS 280S - 01\u00a0\u00a0\u00a0Seminar Comp Syst"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjkiO30%3D"], "title": ["COWL 1 - 01\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjkiO30%3D"], "title": ["COWL 1 - 01\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzAiO30%3D"], "title": ["COWL 1 - 02\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzAiO30%3D"], "title": ["COWL 1 - 02\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzEiO30%3D"], "title": ["COWL 1 - 03\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzEiO30%3D"], "title": ["COWL 1 - 03\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzIiO30%3D"], "title": ["COWL 1 - 04\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzIiO30%3D"], "title": ["COWL 1 - 04\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzMiO30%3D"], "title": ["COWL 1 - 05\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzMiO30%3D"], "title": ["COWL 1 - 05\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzQiO30%3D"], "title": ["COWL 1 - 06\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzQiO30%3D"], "title": ["COWL 1 - 06\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzUiO30%3D"], "title": ["COWL 1 - 07\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzUiO30%3D"], "title": ["COWL 1 - 07\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzYiO30%3D"], "title": ["COWL 1 - 08\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzYiO30%3D"], "title": ["COWL 1 - 08\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzciO30%3D"], "title": ["COWL 1 - 09\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzciO30%3D"], "title": ["COWL 1 - 09\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzgiO30%3D"], "title": ["COWL 1 - 10\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzgiO30%3D"], "title": ["COWL 1 - 10\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzkiO30%3D"], "title": ["COWL 1 - 11\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NzkiO30%3D"], "title": ["COWL 1 - 11\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODAiO30%3D"], "title": ["COWL 1 - 12\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODAiO30%3D"], "title": ["COWL 1 - 12\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODEiO30%3D"], "title": ["COWL 1 - 13\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODEiO30%3D"], "title": ["COWL 1 - 13\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODIiO30%3D"], "title": ["COWL 1 - 14\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODIiO30%3D"], "title": ["COWL 1 - 14\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODMiO30%3D"], "title": ["COWL 1 - 15\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODMiO30%3D"], "title": ["COWL 1 - 15\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODQiO30%3D"], "title": ["COWL 1 - 16\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODQiO30%3D"], "title": ["COWL 1 - 16\u00a0\u00a0\u00a0ALE:Imagining Justice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA5MzUiO30%3D"], "title": ["COWL 70A - 01\u00a0\u00a0\u00a0Intro Book Arts"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTciO30%3D"], "title": ["COWL 107 - 01\u00a0\u00a0\u00a0Trust Rules"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDEiO30%3D"], "title": ["COWL 111 - 01\u00a0\u00a0\u00a0Mock Trial Workshop"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTUiO30%3D"], "title": ["COWL 122 - 01\u00a0\u00a0\u00a0UN-Contemporary Issues"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODYiO30%3D"], "title": ["COWL 168 - 01\u00a0\u00a0\u00a0Social Change"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0NzkiO30%3D"], "title": ["COWL 184A - 01\u00a0\u00a0\u00a0Leadership & Instit"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNDAiO30%3D"], "title": ["CRES 10 - 01\u00a0\u00a0\u00a0Intro to CRES"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDIiO30%3D"], "title": ["CRES 110Q - 01\u00a0\u00a0\u00a0Black Queer Culture"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODUiO30%3D"], "title": ["CRSN 1 - 01\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODUiO30%3D"], "title": ["CRSN 1 - 01\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODYiO30%3D"], "title": ["CRSN 1 - 02\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODYiO30%3D"], "title": ["CRSN 1 - 02\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODciO30%3D"], "title": ["CRSN 1 - 03\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODciO30%3D"], "title": ["CRSN 1 - 03\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODgiO30%3D"], "title": ["CRSN 1 - 04\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODgiO30%3D"], "title": ["CRSN 1 - 04\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODkiO30%3D"], "title": ["CRSN 1 - 05\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1ODkiO30%3D"], "title": ["CRSN 1 - 05\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTAiO30%3D"], "title": ["CRSN 1 - 06\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTAiO30%3D"], "title": ["CRSN 1 - 06\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTEiO30%3D"], "title": ["CRSN 1 - 07\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTEiO30%3D"], "title": ["CRSN 1 - 07\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTIiO30%3D"], "title": ["CRSN 1 - 08\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTIiO30%3D"], "title": ["CRSN 1 - 08\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTMiO30%3D"], "title": ["CRSN 1 - 09\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTMiO30%3D"], "title": ["CRSN 1 - 09\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTQiO30%3D"], "title": ["CRSN 1 - 10\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTQiO30%3D"], "title": ["CRSN 1 - 10\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTUiO30%3D"], "title": ["CRSN 1 - 11\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTUiO30%3D"], "title": ["CRSN 1 - 11\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTYiO30%3D"], "title": ["CRSN 1 - 12\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTYiO30%3D"], "title": ["CRSN 1 - 12\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTciO30%3D"], "title": ["CRSN 1 - 13\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTciO30%3D"], "title": ["CRSN 1 - 13\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTgiO30%3D"], "title": ["CRSN 1 - 14\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTgiO30%3D"], "title": ["CRSN 1 - 14\u00a0\u00a0\u00a0ALE:Environ/Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjMiO30%3D"], "title": ["CRSN 15 - 01\u00a0\u00a0\u00a0STEM Jump Start"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjQiO30%3D"], "title": ["CRSN 15 - 02\u00a0\u00a0\u00a0STEM Jump Start"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjUiO30%3D"], "title": ["CRSN 15 - 03\u00a0\u00a0\u00a0STEM Jump Start"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjYiO30%3D"], "title": ["CRSN 15 - 04\u00a0\u00a0\u00a0STEM Jump Start"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjciO30%3D"], "title": ["CRSN 15 - 05\u00a0\u00a0\u00a0STEM Jump Start"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODQiO30%3D"], "title": ["CRSN 55 - 01\u00a0\u00a0\u00a0Service Learning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzAiO30%3D"], "title": ["CRSN 56 - 01\u00a0\u00a0\u00a0Sust Media Interns"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzMTciO30%3D"], "title": ["CRSN 90 - 01\u00a0\u00a0\u00a0Garden Internship"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTYiO30%3D"], "title": ["CRSN 122 - 01\u00a0\u00a0\u00a0UN-Contemporary Issues"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDUiO30%3D"], "title": ["CRSN 151C - 01\u00a0\u00a0\u00a0Sust Lab Tools"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDciO30%3D"], "title": ["CRSN 152 - 01\u00a0\u00a0\u00a0IDEASS Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDgiO30%3D"], "title": ["CRSN 152 - 02\u00a0\u00a0\u00a0IDEASS Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDkiO30%3D"], "title": ["CRSN 152 - 03\u00a0\u00a0\u00a0IDEASS Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTAiO30%3D"], "title": ["CRSN 152 - 04\u00a0\u00a0\u00a0IDEASS Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTciO30%3D"], "title": ["CRSN 162 - 01\u00a0\u00a0\u00a0Sust Int Practicum"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTkiO30%3D"], "title": ["CRWN 1 - 01\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjAiO30%3D"], "title": ["CRWN 1 - 02\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjEiO30%3D"], "title": ["CRWN 1 - 03\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjIiO30%3D"], "title": ["CRWN 1 - 04\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjMiO30%3D"], "title": ["CRWN 1 - 05\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjQiO30%3D"], "title": ["CRWN 1 - 06\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjUiO30%3D"], "title": ["CRWN 1 - 07\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjYiO30%3D"], "title": ["CRWN 1 - 08\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjciO30%3D"], "title": ["CRWN 1 - 09\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjgiO30%3D"], "title": ["CRWN 1 - 10\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NjkiO30%3D"], "title": ["CRWN 1 - 11\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzAiO30%3D"], "title": ["CRWN 1 - 12\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzEiO30%3D"], "title": ["CRWN 1 - 13\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzIiO30%3D"], "title": ["CRWN 1 - 14\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzMiO30%3D"], "title": ["CRWN 1 - 15\u00a0\u00a0\u00a0ALE:Emerging Technologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzAiO30%3D"], "title": ["CRWN 3L - 01\u00a0\u00a0\u00a0Precalc Academy Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDMiO30%3D"], "title": ["CRWN 70 - 01\u00a0\u00a0\u00a0Intro to Radio"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTgiO30%3D"], "title": ["CRWN 70L - 01\u00a0\u00a0\u00a0Radio Production"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODciO30%3D"], "title": ["CRWN 86 - 01\u00a0\u00a0\u00a0Pro Comm in Digital Age"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjAiO30%3D"], "title": ["CRWN 88 - 01\u00a0\u00a0\u00a0ComputFuturol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTkiO30%3D"], "title": ["CRWN 90 - 01\u00a0\u00a0\u00a0EntrepreneurshipAcad"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODYiO30%3D"], "title": ["CRWN 92 - 01\u00a0\u00a0\u00a0Soc/Creative Entrepr"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjIiO30%3D"], "title": ["CRWN 185 - 01\u00a0\u00a0\u00a0Career&Internship"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTciO30%3D"], "title": ["DANM 210 - 01\u00a0\u00a0\u00a0Project Design Studio"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTYiO30%3D"], "title": ["DANM 219 - 01\u00a0\u00a0\u00a0Electronic/Artmakng"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTciO30%3D"], "title": ["DANM 220 - 01\u00a0\u00a0\u00a0Intro Progrm Arts"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjMiO30%3D"], "title": ["DANM 250A - 01\u00a0\u00a0\u00a0Collab Resrch Proj"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjQiO30%3D"], "title": ["DANM 250B - 01\u00a0\u00a0\u00a0Collab Resrch Proj"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTgiO30%3D"], "title": ["DANM 250E - 01\u00a0\u00a0\u00a0Collab Resrch Proj"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzIiO30%3D"], "title": ["EART 1 - 01\u00a0\u00a0\u00a0Oceanography"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODAiO30%3D"], "title": ["EART 5 - 01\u00a0\u00a0\u00a0California Geology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODciO30%3D"], "title": ["EART 5L - 01\u00a0\u00a0\u00a0Calif Geology Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODgiO30%3D"], "title": ["EART 5L - 02\u00a0\u00a0\u00a0Calif Geology Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0ODkiO30%3D"], "title": ["EART 5L - 03\u00a0\u00a0\u00a0Calif Geology Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTUiO30%3D"], "title": ["EART 101 - 01\u00a0\u00a0\u00a0Invertebrate Paleo"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTYiO30%3D"], "title": ["EART 101L - 01\u00a0\u00a0\u00a0InvertebratePaleoLab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE0OTciO30%3D"], "title": ["EART 101L - 02\u00a0\u00a0\u00a0InvertebratePaleoLab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDIiO30%3D"], "title": ["EART 109 - 01\u00a0\u00a0\u00a0Field Geology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDMiO30%3D"], "title": ["EART 109L - 01\u00a0\u00a0\u00a0Field Geology Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDQiO30%3D"], "title": ["EART 109L - 02\u00a0\u00a0\u00a0Field Geology Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDUiO30%3D"], "title": ["EART 110A - 01\u00a0\u00a0\u00a0Evolution Of Earth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDYiO30%3D"], "title": ["EART 110L - 01\u00a0\u00a0\u00a0Evol of Earth Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDciO30%3D"], "title": ["EART 110L - 02\u00a0\u00a0\u00a0Evol of Earth Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDgiO30%3D"], "title": ["EART 110L - 03\u00a0\u00a0\u00a0Evol of Earth Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTYiO30%3D"], "title": ["EART 111 - 01\u00a0\u00a0\u00a0Math in Earth Science"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MDkiO30%3D"], "title": ["EART 116 - 01\u00a0\u00a0\u00a0Hydrology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTMiO30%3D"], "title": ["EART 119 - 01\u00a0\u00a0\u00a0Intro Sci Computing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTYiO30%3D"], "title": ["EART 121 - 01\u00a0\u00a0\u00a0The Atmosphere"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTciO30%3D"], "title": ["EART 135L - 01\u00a0\u00a0\u00a0Practical Geochem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MTkiO30%3D"], "title": ["EART 150 - 01\u00a0\u00a0\u00a0Structural Geology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjAiO30%3D"], "title": ["EART 150L - 01\u00a0\u00a0\u00a0Structual Geol Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjEiO30%3D"], "title": ["EART 150L - 02\u00a0\u00a0\u00a0Structual Geol Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDYiO30%3D"], "title": ["EART 160 - 01\u00a0\u00a0\u00a0Planetary Science"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjciO30%3D"], "title": ["EART 191C - 01\u00a0\u00a0\u00a0Practical Geophysics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjIiO30%3D"], "title": ["EART 203 - 01\u00a0\u00a0\u00a0Intro Teaching Sem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDIiO30%3D"], "title": ["EART 204 - 01\u00a0\u00a0\u00a0EPS Foundations"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTQiO30%3D"], "title": ["EART 213 - 01\u00a0\u00a0\u00a0Biogeochem Cycles"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjMiO30%3D"], "title": ["EART 220 - 01\u00a0\u00a0\u00a0GroundWaterModeling"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjUiO30%3D"], "title": ["EART 290B - 01\u00a0\u00a0\u00a0Topics Glaciology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjYiO30%3D"], "title": ["EART 290E - 01\u00a0\u00a0\u00a0Topics/Planetry Sci"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjciO30%3D"], "title": ["EART 292 - 01\u00a0\u00a0\u00a0Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjgiO30%3D"], "title": ["EART 292 - 02\u00a0\u00a0\u00a0Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1MjkiO30%3D"], "title": ["ECON 1 - 01\u00a0\u00a0\u00a0Intro Microeconomic"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NDIiO30%3D"], "title": ["ECON 2 - 01\u00a0\u00a0\u00a0Intro Macroeconomic"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NDkiO30%3D"], "title": ["ECON 10A - 01\u00a0\u00a0\u00a0Econ of Accounting"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NjEiO30%3D"], "title": ["ECON 11A - 01\u00a0\u00a0\u00a0Math Methd for Econ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1NzEiO30%3D"], "title": ["ECON 11B - 01\u00a0\u00a0\u00a0Math Methds Econ II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDkiO30%3D"], "title": ["ECON 20 - 01\u00a0\u00a0\u00a0Econ for Non-Majors"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1ODUiO30%3D"], "title": ["ECON 100A - 01\u00a0\u00a0\u00a0Intermed Microecon"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1OTAiO30%3D"], "title": ["ECON 100A - 02\u00a0\u00a0\u00a0Intermed Microecon"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE1OTUiO30%3D"], "title": ["ECON 100B - 01\u00a0\u00a0\u00a0Intermed Macroecon"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDIiO30%3D"], "title": ["ECON 105 - 01\u00a0\u00a0\u00a0Topics in Macro"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDMiO30%3D"], "title": ["ECON 111A - 01\u00a0\u00a0\u00a0Intermed Account I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MDgiO30%3D"], "title": ["ECON 113 - 01\u00a0\u00a0\u00a0Intro Econometrics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MTMiO30%3D"], "title": ["ECON 113 - 02\u00a0\u00a0\u00a0Intro Econometrics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MTgiO30%3D"], "title": ["ECON 115 - 01\u00a0\u00a0\u00a0Intr Management Sci"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MjEiO30%3D"], "title": ["ECON 117B - 01\u00a0\u00a0\u00a0Tax Factors"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjEiO30%3D"], "title": ["ECON 119 - 01\u00a0\u00a0\u00a0Advanced Accounting"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MjUiO30%3D"], "title": ["ECON 126 - 01\u00a0\u00a0\u00a0Why Succeed/Fail"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzIiO30%3D"], "title": ["ECON 130 - 01\u00a0\u00a0\u00a0Money & Banking"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzMiO30%3D"], "title": ["ECON 133 - 01\u00a0\u00a0\u00a0Security Markets"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzYiO30%3D"], "title": ["ECON 136 - 01\u00a0\u00a0\u00a0Business Strategy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2MzkiO30%3D"], "title": ["ECON 140 - 01\u00a0\u00a0\u00a0International Trade"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDIiO30%3D"], "title": ["ECON 143 - 01\u00a0\u00a0\u00a0InternatnlEconPolicy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDMiO30%3D"], "title": ["ECON 161A - 01\u00a0\u00a0\u00a0Marketing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjkiO30%3D"], "title": ["ECON 166A - 01\u00a0\u00a0\u00a0Game Theory /Apps I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDQiO30%3D"], "title": ["ECON 170 - 01\u00a0\u00a0\u00a0Environmental Econ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDUiO30%3D"], "title": ["ECON 180 - 01\u00a0\u00a0\u00a0Labor"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDYiO30%3D"], "title": ["ECON 186 - 01\u00a0\u00a0\u00a0Mathematical Mthds"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzciO30%3D"], "title": ["ECON 197 - 01\u00a0\u00a0\u00a0Economic Rhetoric"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NzgiO30%3D"], "title": ["ECON 197 - 02\u00a0\u00a0\u00a0Economic Rhetoric"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NDciO30%3D"], "title": ["ECON 200 - 01\u00a0\u00a0\u00a0Microecon Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTAiO30%3D"], "title": ["ECON 204A - 01\u00a0\u00a0\u00a0Adv Microec Theor I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTEiO30%3D"], "title": ["ECON 205A - 01\u00a0\u00a0\u00a0Adv Macroec Theor I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTIiO30%3D"], "title": ["ECON 210B - 01\u00a0\u00a0\u00a0Math Methods Econ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTMiO30%3D"], "title": ["ECON 211A - 01\u00a0\u00a0\u00a0Adv Econometrics I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTQiO30%3D"], "title": ["ECON 216 - 01\u00a0\u00a0\u00a0Applied Economet I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTciO30%3D"], "title": ["ECON 220A - 01\u00a0\u00a0\u00a0Development Econ I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDAiO30%3D"], "title": ["ECON 221A - 01\u00a0\u00a0\u00a0Adv Monetary Econ I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NTgiO30%3D"], "title": ["ECON 233 - 01\u00a0\u00a0\u00a0Finance I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjEiO30%3D"], "title": ["ECON 241A - 01\u00a0\u00a0\u00a0Adv Intl Finance I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjIiO30%3D"], "title": ["ECON 250A - 01\u00a0\u00a0\u00a0Public Appl Econ I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTUiO30%3D"], "title": ["ECON 274 - 01\u00a0\u00a0\u00a0Macro Monetary Econ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODMiO30%3D"], "title": ["ECON 275 - 01\u00a0\u00a0\u00a0Wkshp App Microecon"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjMiO30%3D"], "title": ["ECON 294A - 01\u00a0\u00a0\u00a0Applied EconFin Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjQiO30%3D"], "title": ["ECON 294A - 02\u00a0\u00a0\u00a0Applied EconFin Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODQiO30%3D"], "title": ["EDUC 50B - 01\u00a0\u00a0\u00a0CAL Teach 1: Math"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODMiO30%3D"], "title": ["EDUC 50C - 01\u00a0\u00a0\u00a0CAL Teach1: Science"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4ODAiO30%3D"], "title": ["EDUC 60 - 01\u00a0\u00a0\u00a0Intro to Education"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDEiO30%3D"], "title": ["EDUC 104 - 01\u00a0\u00a0\u00a0Ethical Issue Teach"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzAiO30%3D"], "title": ["EDUC 120 - 01\u00a0\u00a0\u00a0Aesthtc Educ Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzEiO30%3D"], "title": ["EDUC 160 - 01\u00a0\u00a0\u00a0Educ Reform Issues"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTMiO30%3D"], "title": ["EDUC 171 - 01\u00a0\u00a0\u00a0Asian Schl & Immigra"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NjUiO30%3D"], "title": ["EDUC 180 - 01\u00a0\u00a0\u00a0Intro To Teaching"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzMiO30%3D"], "title": ["EDUC 200 - 01\u00a0\u00a0\u00a0Beg Student Teach"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzQiO30%3D"], "title": ["EDUC 200 - 04\u00a0\u00a0\u00a0Beg Student Teach"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzUiO30%3D"], "title": ["EDUC 200 - 05\u00a0\u00a0\u00a0Beg Student Teach"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NDAiO30%3D"], "title": ["EDUC 204 - 01\u00a0\u00a0\u00a0English Development"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTQiO30%3D"], "title": ["EDUC 211 - 01\u00a0\u00a0\u00a0TopicsElemEducation"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTYiO30%3D"], "title": ["EDUC 212A - 01\u00a0\u00a0\u00a0Biling&Biliteracy:A"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzYiO30%3D"], "title": ["EDUC 220 - 01\u00a0\u00a0\u00a0Reading & Lang Arts"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzgiO30%3D"], "title": ["EDUC 222 - 01\u00a0\u00a0\u00a0Math Learn & Teach"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODAiO30%3D"], "title": ["EDUC 226 - 01\u00a0\u00a0\u00a0English Teaching"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzkiO30%3D"], "title": ["EDUC 228 - 01\u00a0\u00a0\u00a0Math Education"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzciO30%3D"], "title": ["EDUC 230 - 01\u00a0\u00a0\u00a0Sci Ed:Resrch/Pract"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODEiO30%3D"], "title": ["EDUC 232 - 01\u00a0\u00a0\u00a0Social Science"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2NzIiO30%3D"], "title": ["EDUC 235 - 01\u00a0\u00a0\u00a0Intr Educat Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODIiO30%3D"], "title": ["EDUC 262 - 01\u00a0\u00a0\u00a0Cultural Context Ed"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDUiO30%3D"], "title": ["EE 80S - 01\u00a0\u00a0\u00a0Sustn Eng/Pract"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODMiO30%3D"], "title": ["EE 101 - 01\u00a0\u00a0\u00a0Intro Elec Circuits"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2ODQiO30%3D"], "title": ["EE 101L - 01\u00a0\u00a0\u00a0Intr Elec Circ Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTEiO30%3D"], "title": ["EE 103 - 01\u00a0\u00a0\u00a0Signals & Systems"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTIiO30%3D"], "title": ["EE 103L - 01\u00a0\u00a0\u00a0Signals Systems Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTIiO30%3D"], "title": ["EE 129A - 01\u00a0\u00a0\u00a0Capstone Project I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTMiO30%3D"], "title": ["EE 129A - 02\u00a0\u00a0\u00a0Capstone Project I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTIiO30%3D"], "title": ["EE 130 - 01\u00a0\u00a0\u00a0Optoelect/Photonics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTMiO30%3D"], "title": ["EE 130L - 01\u00a0\u00a0\u00a0Optoelectronics Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE2OTgiO30%3D"], "title": ["EE 145 - 01\u00a0\u00a0\u00a0Props Of Materials"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MDEiO30%3D"], "title": ["EE 145L - 01\u00a0\u00a0\u00a0Props Of Matrls Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTIiO30%3D"], "title": ["EE 154 - 01\u00a0\u00a0\u00a0Feedback Cntrl Syst"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjciO30%3D"], "title": ["EE 172 - 01\u00a0\u00a0\u00a0Adv Analog Circuits"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzNzkiO30%3D"], "title": ["EE 173 - 01\u00a0\u00a0\u00a0Hi-Spd Digtl Design"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEzODAiO30%3D"], "title": ["EE 173L - 01\u00a0\u00a0\u00a0Hi-Spd Digtl Des Lb"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjIiO30%3D"], "title": ["EE 175 - 01\u00a0\u00a0\u00a0Energy Gen Control"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTgiO30%3D"], "title": ["EE 175L - 01\u00a0\u00a0\u00a0Energy Gen/Ctrl Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzUiO30%3D"], "title": ["EE 216 - 01\u00a0\u00a0\u00a0Nanomaterial Devices"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzYiO30%3D"], "title": ["EE 216 - 50\u00a0\u00a0\u00a0Nanomaterial Devices"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTciO30%3D"], "title": ["EE 221 - 01\u00a0\u00a0\u00a0Adv Analog Circuits"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTgiO30%3D"], "title": ["EE 221 - 50\u00a0\u00a0\u00a0Adv Analog Circuits"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTgiO30%3D"], "title": ["EE 227 - 01\u00a0\u00a0\u00a0Fund Semicond Phys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTkiO30%3D"], "title": ["EE 227 - 50\u00a0\u00a0\u00a0Fund Semicond Phys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MTkiO30%3D"], "title": ["EE 230 - 01\u00a0\u00a0\u00a0Optical Fiber Comm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTEiO30%3D"], "title": ["EE 241 - 01\u00a0\u00a0\u00a0FeedbackContrlSystm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjAiO30%3D"], "title": ["EE 251 - 01\u00a0\u00a0\u00a0Digital Communicatn"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3MjEiO30%3D"], "title": ["EE 251 - 50\u00a0\u00a0\u00a0Digital Communicatn"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjgiO30%3D"], "title": ["EE 261 - 01\u00a0\u00a0\u00a0ErrorControlCoding"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzYiO30%3D"], "title": ["EE 280A - 01\u00a0\u00a0\u00a0Applied Microscopy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzEiO30%3D"], "title": ["EE 280B - 01\u00a0\u00a0\u00a0Intgr Bioelect Sem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODkiO30%3D"], "title": ["EE 280N - 01\u00a0\u00a0\u00a0Nanophotonics Sem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTEiO30%3D"], "title": ["EE 280O - 01\u00a0\u00a0\u00a0Applied Optics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzciO30%3D"], "title": ["EE 280Z - 01\u00a0\u00a0\u00a0Smart Grids & Data"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTYiO30%3D"], "title": ["EE 290 - 01\u00a0\u00a0\u00a0EE Graduate Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDgiO30%3D"], "title": ["EE 293 - 01\u00a0\u00a0\u00a0Adv Topics in EE"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDkiO30%3D"], "title": ["EE 293 - 50\u00a0\u00a0\u00a0Adv Topics in EE"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3NzkiO30%3D"], "title": ["ENVS 15 - 01\u00a0\u00a0\u00a0Naturl History UCSC"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODAiO30%3D"], "title": ["ENVS 24 - 01\u00a0\u00a0\u00a0General Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODEiO30%3D"], "title": ["ENVS 80B - 01\u00a0\u00a0\u00a0Forecast Globl Warm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODIiO30%3D"], "title": ["ENVS 106A - 01\u00a0\u00a0\u00a0Natural Hist Birds"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODMiO30%3D"], "title": ["ENVS 115A - 01\u00a0\u00a0\u00a0GIS & Envnmtl Applc"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODQiO30%3D"], "title": ["ENVS 115L - 01\u00a0\u00a0\u00a0GIS & Envrn App Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODUiO30%3D"], "title": ["ENVS 115L - 02\u00a0\u00a0\u00a0GIS & Envrn App Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODYiO30%3D"], "title": ["ENVS 115L - 03\u00a0\u00a0\u00a0GIS & Envrn App Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODciO30%3D"], "title": ["ENVS 115L - 04\u00a0\u00a0\u00a0GIS & Envrn App Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODgiO30%3D"], "title": ["ENVS 115L - 05\u00a0\u00a0\u00a0GIS & Envrn App Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3ODkiO30%3D"], "title": ["ENVS 115L - 06\u00a0\u00a0\u00a0GIS & Envrn App Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTAiO30%3D"], "title": ["ENVS 120 - 01\u00a0\u00a0\u00a0Conservation Biology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4ODciO30%3D"], "title": ["ENVS 121 - 01\u00a0\u00a0\u00a0Landscape Ecology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTEiO30%3D"], "title": ["ENVS 130A - 01\u00a0\u00a0\u00a0Agroeco & Sust Ag"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTIiO30%3D"], "title": ["ENVS 130L - 01\u00a0\u00a0\u00a0Agroeco & Sust Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTMiO30%3D"], "title": ["ENVS 130L - 02\u00a0\u00a0\u00a0Agroeco & Sust Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTQiO30%3D"], "title": ["ENVS 130L - 03\u00a0\u00a0\u00a0Agroeco & Sust Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTUiO30%3D"], "title": ["ENVS 130L - 04\u00a0\u00a0\u00a0Agroeco & Sust Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTYiO30%3D"], "title": ["ENVS 141 - 01\u00a0\u00a0\u00a0Ecological Econ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDYiO30%3D"], "title": ["ENVS 145 - 01\u00a0\u00a0\u00a0Green Cities"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTciO30%3D"], "title": ["ENVS 158 - 01\u00a0\u00a0\u00a0Pol Ecol & Socl Chg"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTgiO30%3D"], "title": ["ENVS 167 - 01\u00a0\u00a0\u00a0Freshwater/Wetland"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDYiO30%3D"], "title": ["ENVS 167L - 01\u00a0\u00a0\u00a0Freshwater Eco Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTEiO30%3D"], "title": ["ENVS 177 - 01\u00a0\u00a0\u00a0TeachEnvironEduc"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTYiO30%3D"], "title": ["ENVS 189 - 01\u00a0\u00a0\u00a0Research Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTgiO30%3D"], "title": ["ENVS 196 - 01\u00a0\u00a0\u00a0Senior Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTkiO30%3D"], "title": ["ENVS 196 - 02\u00a0\u00a0\u00a0Senior Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE3OTkiO30%3D"], "title": ["ENVS 201A - 01\u00a0\u00a0\u00a0Research Approaches"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjAiO30%3D"], "title": ["ENVS 215A - 01\u00a0\u00a0\u00a0Gis & Envnmtl Applc"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MjEiO30%3D"], "title": ["ENVS 215L - 01\u00a0\u00a0\u00a0GIS & Envrn App Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDAiO30%3D"], "title": ["ENVS 290 - 01\u00a0\u00a0\u00a0Interdis Research"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDEiO30%3D"], "title": ["ENVS 290L - 01\u00a0\u00a0\u00a0Research Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDIiO30%3D"], "title": ["ENVS 292 - 01\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDMiO30%3D"], "title": ["ENVS 292 - 02\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDQiO30%3D"], "title": ["ENVS 292 - 03\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDUiO30%3D"], "title": ["ENVS 292 - 04\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDYiO30%3D"], "title": ["ENVS 292 - 05\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDciO30%3D"], "title": ["ENVS 292 - 06\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDgiO30%3D"], "title": ["ENVS 292 - 07\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MDkiO30%3D"], "title": ["ENVS 292 - 08\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTAiO30%3D"], "title": ["ENVS 292 - 09\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTEiO30%3D"], "title": ["ENVS 292 - 10\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTIiO30%3D"], "title": ["ENVS 292 - 11\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTMiO30%3D"], "title": ["ENVS 292 - 12\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTQiO30%3D"], "title": ["ENVS 292 - 13\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTUiO30%3D"], "title": ["ENVS 292 - 14\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTYiO30%3D"], "title": ["ENVS 292 - 15\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyOTAiO30%3D"], "title": ["ENVS 292 - 16\u00a0\u00a0\u00a0Research In Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyMDAiO30%3D"], "title": ["ESCI 160 - 01\u00a0\u00a0\u00a0Data Analysis Envs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MjAiO30%3D"], "title": ["FILM 20A - 01\u00a0\u00a0\u00a0Intro Film Studies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MjAiO30%3D"], "title": ["FILM 20A - 01\u00a0\u00a0\u00a0Intro Film Studies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjMiO30%3D"], "title": ["FILM 80M - 01\u00a0\u00a0\u00a0Understanding Media"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTQiO30%3D"], "title": ["FILM 80S - 01\u00a0\u00a0\u00a0Sp Top Film/Dig Med"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MzEiO30%3D"], "title": ["FILM 132A - 01\u00a0\u00a0\u00a0Internatnl Cinema"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MzgiO30%3D"], "title": ["FILM 134B - 01\u00a0\u00a0\u00a0Amer Film:1960-Pres"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTEiO30%3D"], "title": ["FILM 150 - 01\u00a0\u00a0\u00a0Screenwriting"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTIiO30%3D"], "title": ["FILM 162 - 01\u00a0\u00a0\u00a0Film Authors"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTMiO30%3D"], "title": ["FILM 170A - 01\u00a0\u00a0\u00a0Digital Media Prod"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTQiO30%3D"], "title": ["FILM 170B - 01\u00a0\u00a0\u00a0Film/Video Productn"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTQiO30%3D"], "title": ["FILM 170B - 01\u00a0\u00a0\u00a0Film/Video Productn"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTUiO30%3D"], "title": ["FILM 171A - 01\u00a0\u00a0\u00a0Prod Workshop-Sound"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDQiO30%3D"], "title": ["FILM 171S - 01\u00a0\u00a0\u00a0Spec Topics in Prod"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTYiO30%3D"], "title": ["FILM 172 - 01\u00a0\u00a0\u00a0NarrativeVideoWksp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTYiO30%3D"], "title": ["FILM 172 - 01\u00a0\u00a0\u00a0NarrativeVideoWksp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTciO30%3D"], "title": ["FILM 185D - 01\u00a0\u00a0\u00a0Sound/Image Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjIiO30%3D"], "title": ["FILM 185S - 01\u00a0\u00a0\u00a0AdvTopicFilmStudies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTgiO30%3D"], "title": ["FILM 194C - 01\u00a0\u00a0\u00a0New Media Theor Sem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDAiO30%3D"], "title": ["FILM 200C - 01\u00a0\u00a0\u00a0Theory/Praxis 2"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTAiO30%3D"], "title": ["FILM 224 - 01\u00a0\u00a0\u00a0Mediating Diff"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTQiO30%3D"], "title": ["FILM 237 - 01\u00a0\u00a0\u00a0Graduate Critique"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDUiO30%3D"], "title": ["FMST 1 - 01\u00a0\u00a0\u00a0Feminist Stds Intro"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTIiO30%3D"], "title": ["FMST 40 - 01\u00a0\u00a0\u00a0Sexuality/Globalztn"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjAiO30%3D"], "title": ["FMST 75 - 01\u00a0\u00a0\u00a0FeministMethodologies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjUiO30%3D"], "title": ["FMST 80S - 01\u00a0\u00a0\u00a0Women In Music"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MDMiO30%3D"], "title": ["FMST 110Q - 01\u00a0\u00a0\u00a0Black Queer Culture"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzYiO30%3D"], "title": ["FMST 188 - 01\u00a0\u00a0\u00a0Topics in FMST"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjMiO30%3D"], "title": ["FMST 194O - 01\u00a0\u00a0\u00a0Gender/Human Rights"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjkiO30%3D"], "title": ["FMST 200 - 01\u00a0\u00a0\u00a0Feminist Theories"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzkiO30%3D"], "title": ["FMST 203 - 01\u00a0\u00a0\u00a0Feminist Pedagogies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDEiO30%3D"], "title": ["FMST 204 - 01\u00a0\u00a0\u00a0Ethno Writ Soc Doc"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzIiO30%3D"], "title": ["FMST 264 - 01\u00a0\u00a0\u00a0The Idea Of Africa"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NTkiO30%3D"], "title": ["FREN 1 - 01\u00a0\u00a0\u00a0French: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjAiO30%3D"], "title": ["FREN 1 - 02\u00a0\u00a0\u00a0French: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjEiO30%3D"], "title": ["FREN 1 - 03\u00a0\u00a0\u00a0French: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjIiO30%3D"], "title": ["FREN 2 - 01\u00a0\u00a0\u00a0French: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjMiO30%3D"], "title": ["FREN 3 - 01\u00a0\u00a0\u00a0French: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjQiO30%3D"], "title": ["FREN 4 - 01\u00a0\u00a0\u00a0French: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjUiO30%3D"], "title": ["FREN 5 - 01\u00a0\u00a0\u00a0French: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjYiO30%3D"], "title": ["FREN 111 - 01\u00a0\u00a0\u00a0Stylistics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTMiO30%3D"], "title": ["GAME 200 - 50\u00a0\u00a0\u00a0Game Design Systems"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTQiO30%3D"], "title": ["GAME 230 - 50\u00a0\u00a0\u00a0Game Engineering"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTQiO30%3D"], "title": ["GAME 235 - 50\u00a0\u00a0\u00a0Game Development I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTYiO30%3D"], "title": ["GAME 280A - 01\u00a0\u00a0\u00a0Games Proseminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQwNTUiO30%3D"], "title": ["GAME 280A - 50\u00a0\u00a0\u00a0Games Proseminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjciO30%3D"], "title": ["GERM 1 - 01\u00a0\u00a0\u00a0German: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjgiO30%3D"], "title": ["GERM 1 - 02\u00a0\u00a0\u00a0German: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NjkiO30%3D"], "title": ["GERM 1 - 03\u00a0\u00a0\u00a0German: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzAiO30%3D"], "title": ["GERM 4 - 01\u00a0\u00a0\u00a0German: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzEiO30%3D"], "title": ["GREE 1 - 01\u00a0\u00a0\u00a0Elem Ancient Greek"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTciO30%3D"], "title": ["HAVC 24 - 01\u00a0\u00a0\u00a0SE Asia Visual Cul"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzIiO30%3D"], "title": ["HAVC 40 - 01\u00a0\u00a0\u00a0Museum Cultures"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjUiO30%3D"], "title": ["HAVC 45 - 01\u00a0\u00a0\u00a0Photography Now"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4NzkiO30%3D"], "title": ["HAVC 70 - 01\u00a0\u00a0\u00a0Pacific Islands Art"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTkiO30%3D"], "title": ["HAVC 116 - 01\u00a0\u00a0\u00a0AfricanArchitecture"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODEiO30%3D"], "title": ["HAVC 141K - 01\u00a0\u00a0\u00a0Activst Art 1960 On"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjAiO30%3D"], "title": ["HAVC 143E - 01\u00a0\u00a0\u00a0History of Design"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODAiO30%3D"], "title": ["HAVC 160A - 01\u00a0\u00a0\u00a0Visual Cltr: Mexico"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjAiO30%3D"], "title": ["HAVC 180A - 01\u00a0\u00a0\u00a0Global Contemp Art"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjAiO30%3D"], "title": ["HAVC 191P - 01\u00a0\u00a0\u00a0Topics Contemp Art"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjEiO30%3D"], "title": ["HAVC 191W - 01\u00a0\u00a0\u00a0ArtDisasterRslience"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzQiO30%3D"], "title": ["HAVC 201A - 01\u00a0\u00a0\u00a0Intro Visual Studies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzciO30%3D"], "title": ["HAVC 204 - 01\u00a0\u00a0\u00a0Grant Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjUiO30%3D"], "title": ["HAVC 205 - 01\u00a0\u00a0\u00a0Grant Writing in VS"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDYiO30%3D"], "title": ["HAVC 233 - 01\u00a0\u00a0\u00a0ContempArt & Vis Cltr"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4ODgiO30%3D"], "title": ["HEBR 1 - 01\u00a0\u00a0\u00a0Hebrew: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4OTAiO30%3D"], "title": ["HIS 10A - 01\u00a0\u00a0\u00a0U.S. History To 1877"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDAiO30%3D"], "title": ["HIS 11A - 01\u00a0\u00a0\u00a0L.Amer ColonlPeriod"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NTgiO30%3D"], "title": ["HIS 40B - 01\u00a0\u00a0\u00a0Modern East Asia"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDMiO30%3D"], "title": ["HIS 41 - 01\u00a0\u00a0\u00a0Making Mod Mid East"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4OTUiO30%3D"], "title": ["HIS 70B - 01\u00a0\u00a0\u00a0ModEurope 1815-pres"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODQiO30%3D"], "title": ["HIS 77 - 01\u00a0\u00a0\u00a0Am Jewish History"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDgiO30%3D"], "title": ["HIS 100 - 01\u00a0\u00a0\u00a0His Skills & Methds"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMzUiO30%3D"], "title": ["HIS 101E - 01\u00a0\u00a0\u00a0Global 1930s"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTAiO30%3D"], "title": ["HIS 110A - 01\u00a0\u00a0\u00a0Colonial U S 1500.-1750"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTMiO30%3D"], "title": ["HIS 116A - 01\u00a0\u00a0\u00a0Unchained Memory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDIiO30%3D"], "title": ["HIS 117 - 01\u00a0\u00a0\u00a0Wired Nation"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTUiO30%3D"], "title": ["HIS 128 - 01\u00a0\u00a0\u00a0Chicana/o History"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MTIiO30%3D"], "title": ["HIS 137A - 01\u00a0\u00a0\u00a0Africa To 1800"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTMiO30%3D"], "title": ["HIS 140D - 01\u00a0\u00a0\u00a0Recent Chinese Hist"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3ODkiO30%3D"], "title": ["HIS 150F - 01\u00a0\u00a0\u00a0Engendering Empires"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTYiO30%3D"], "title": ["HIS 158A - 01\u00a0\u00a0\u00a0Escapes: D.George"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjgiO30%3D"], "title": ["HIS 158C - 01\u00a0\u00a0\u00a0Slavery in Atlantic"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjQiO30%3D"], "title": ["HIS 159C - 01\u00a0\u00a0\u00a0Temple and City"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODgiO30%3D"], "title": ["HIS 167A - 01\u00a0\u00a0\u00a0The First World War"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MDkiO30%3D"], "title": ["HIS 172A - 01\u00a0\u00a0\u00a0German History"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjMiO30%3D"], "title": ["HIS 190A - 01\u00a0\u00a0\u00a0Latn Am Slavry/Race"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTQiO30%3D"], "title": ["HIS 196H - 01\u00a0\u00a0\u00a0Sex and the City"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjQiO30%3D"], "title": ["HIS 200 - 01\u00a0\u00a0\u00a0Methods & Theories"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjYiO30%3D"], "title": ["HIS 210B - 01\u00a0\u00a0\u00a0Readings US History"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjUiO30%3D"], "title": ["HIS 230B - 01\u00a0\u00a0\u00a0Engendering China"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjgiO30%3D"], "title": ["HIS 260 - 01\u00a0\u00a0\u00a0Making Space"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjciO30%3D"], "title": ["HIS 280A - 01\u00a0\u00a0\u00a0Teaching Pedagogy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjgiO30%3D"], "title": ["HIS 280B - 01\u00a0\u00a0\u00a0Resrch & Grant Writ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MjkiO30%3D"], "title": ["HIS 280C - 01\u00a0\u00a0\u00a0Job Market"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTQiO30%3D"], "title": ["HISC 80O - 01\u00a0\u00a0\u00a0Popular Music"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjUiO30%3D"], "title": ["HISC 120 - 01\u00a0\u00a0\u00a0What is a State?"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzAiO30%3D"], "title": ["HISC 203A - 01\u00a0\u00a0\u00a0Approach To HistCon"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDQiO30%3D"], "title": ["HISC 226 - 01\u00a0\u00a0\u00a0Liberty/Resistance"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDMiO30%3D"], "title": ["HISC 232 - 01\u00a0\u00a0\u00a0Music/Social/Thought"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjYiO30%3D"], "title": ["HISC 240 - 01\u00a0\u00a0\u00a0Univ Level Pedagogy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzEiO30%3D"], "title": ["HISC 264 - 01\u00a0\u00a0\u00a0The Idea Of Africa"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzUiO30%3D"], "title": ["ITAL 1 - 01\u00a0\u00a0\u00a0Elem Italian Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzYiO30%3D"], "title": ["ITAL 1 - 02\u00a0\u00a0\u00a0Elem Italian Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzciO30%3D"], "title": ["ITAL 1 - 03\u00a0\u00a0\u00a0Elem Italian Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzgiO30%3D"], "title": ["ITAL 1 - 04\u00a0\u00a0\u00a0Elem Italian Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzkiO30%3D"], "title": ["ITAL 4 - 01\u00a0\u00a0\u00a0Italian: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMzgiO30%3D"], "title": ["ITAL 100 - 01\u00a0\u00a0\u00a0Adv Ital Comp/Conv"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDAiO30%3D"], "title": ["JAPN 1 - 01\u00a0\u00a0\u00a0Japanese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDEiO30%3D"], "title": ["JAPN 1 - 02\u00a0\u00a0\u00a0Japanese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDIiO30%3D"], "title": ["JAPN 1 - 03\u00a0\u00a0\u00a0Japanese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDMiO30%3D"], "title": ["JAPN 1 - 04\u00a0\u00a0\u00a0Japanese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDQiO30%3D"], "title": ["JAPN 1 - 05\u00a0\u00a0\u00a0Japanese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDUiO30%3D"], "title": ["JAPN 1 - 06\u00a0\u00a0\u00a0Japanese: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDYiO30%3D"], "title": ["JAPN 4 - 01\u00a0\u00a0\u00a0Japanese: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDciO30%3D"], "title": ["JAPN 4 - 02\u00a0\u00a0\u00a0Japanese: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDgiO30%3D"], "title": ["JAPN 103 - 01\u00a0\u00a0\u00a0Advanced Japanese"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODciO30%3D"], "title": ["JWST 77 - 01\u00a0\u00a0\u00a0Am Jewish History"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTAiO30%3D"], "title": ["KRSG 1 - 01\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTAiO30%3D"], "title": ["KRSG 1 - 01\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTMiO30%3D"], "title": ["KRSG 1 - 02\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTMiO30%3D"], "title": ["KRSG 1 - 02\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTYiO30%3D"], "title": ["KRSG 1 - 03\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTYiO30%3D"], "title": ["KRSG 1 - 03\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTkiO30%3D"], "title": ["KRSG 1 - 04\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2OTkiO30%3D"], "title": ["KRSG 1 - 04\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDIiO30%3D"], "title": ["KRSG 1 - 05\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDIiO30%3D"], "title": ["KRSG 1 - 05\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDUiO30%3D"], "title": ["KRSG 1 - 06\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDUiO30%3D"], "title": ["KRSG 1 - 06\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDgiO30%3D"], "title": ["KRSG 1 - 07\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MDgiO30%3D"], "title": ["KRSG 1 - 07\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTEiO30%3D"], "title": ["KRSG 1 - 08\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTEiO30%3D"], "title": ["KRSG 1 - 08\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTQiO30%3D"], "title": ["KRSG 1 - 09\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTQiO30%3D"], "title": ["KRSG 1 - 09\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTciO30%3D"], "title": ["KRSG 1 - 10\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MTciO30%3D"], "title": ["KRSG 1 - 10\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjAiO30%3D"], "title": ["KRSG 1 - 11\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3MjAiO30%3D"], "title": ["KRSG 1 - 11\u00a0\u00a0\u00a0ALE:Power&Representat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NDkiO30%3D"], "title": ["KRSG 12A - 01\u00a0\u00a0\u00a0Service Learning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODgiO30%3D"], "title": ["KRSG 18 - 01\u00a0\u00a0\u00a0Natural Hist Pract"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzEiO30%3D"], "title": ["KRSG 25 - 01\u00a0\u00a0\u00a0Transfer Success"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzIiO30%3D"], "title": ["KRSG 25 - 02\u00a0\u00a0\u00a0Transfer Success"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzMiO30%3D"], "title": ["KRSG 25 - 03\u00a0\u00a0\u00a0Transfer Success"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzQiO30%3D"], "title": ["KRSG 25 - 04\u00a0\u00a0\u00a0Transfer Success"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzUiO30%3D"], "title": ["KRSG 25 - 05\u00a0\u00a0\u00a0Transfer Success"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzYiO30%3D"], "title": ["KRSG 25 - 06\u00a0\u00a0\u00a0Transfer Success"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDkiO30%3D"], "title": ["LAAD 210 - 01\u00a0\u00a0\u00a0OralCommunication:TAs"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NTAiO30%3D"], "title": ["LALS 1 - 01\u00a0\u00a0\u00a0Intro Latin Amer St"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjIiO30%3D"], "title": ["LALS 80S - 01\u00a0\u00a0\u00a0Sexualities/Genders"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzkiO30%3D"], "title": ["LALS 90 - 01\u00a0\u00a0\u00a0Contemporary Brazil"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzYiO30%3D"], "title": ["LALS 100 - 01\u00a0\u00a0\u00a0Concepts/Theories LALS"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4ODkiO30%3D"], "title": ["LALS 122 - 01\u00a0\u00a0\u00a0Media/Nationalism"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjQiO30%3D"], "title": ["LALS 130 - 01\u00a0\u00a0\u00a0Expresiones en el cine"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDIiO30%3D"], "title": ["LALS 143J - 01\u00a0\u00a0\u00a0Global Politic Econ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNTkiO30%3D"], "title": ["LALS 171 - 01\u00a0\u00a0\u00a0BrazilBlackWhite"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MDEiO30%3D"], "title": ["LALS 172 - 01\u00a0\u00a0\u00a0VisualizingHumanRights"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjQiO30%3D"], "title": ["LALS 180 - 01\u00a0\u00a0\u00a0Borders:Real/Imagin"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTgiO30%3D"], "title": ["LALS 194R - 01\u00a0\u00a0\u00a0Violencia en Amer"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjUiO30%3D"], "title": ["LALS 200 - 01\u00a0\u00a0\u00a0LatAm/Latina/o Stdy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyNjAiO30%3D"], "title": ["LALS 208 - 01\u00a0\u00a0\u00a0Politics Child/Youth"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjYiO30%3D"], "title": ["LATN 1 - 01\u00a0\u00a0\u00a0Elementary Latin"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjciO30%3D"], "title": ["LATN 1 - 02\u00a0\u00a0\u00a0Elementary Latin"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NjgiO30%3D"], "title": ["LGST 10 - 01\u00a0\u00a0\u00a0Intro Legal Process"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzciO30%3D"], "title": ["LGST 105C - 01\u00a0\u00a0\u00a0Modern Pol Thought"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTQiO30%3D"], "title": ["LGST 109 - 01\u00a0\u00a0\u00a0Legal Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTYiO30%3D"], "title": ["LGST 110 - 01\u00a0\u00a0\u00a0Law & Social Issues"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjkiO30%3D"], "title": ["LGST 111B - 01\u00a0\u00a0\u00a0Civil Liberties"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjMiO30%3D"], "title": ["LGST 111C - 01\u00a0\u00a0\u00a0IssuesConstitutionLaw"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzQiO30%3D"], "title": ["LGST 117 - 01\u00a0\u00a0\u00a0Sports Law Politics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODgiO30%3D"], "title": ["LGST 120C - 01\u00a0\u00a0\u00a0Capit Amer Pol Dev"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTciO30%3D"], "title": ["LGST 128I - 01\u00a0\u00a0\u00a0Race and Law"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzUiO30%3D"], "title": ["LGST 159 - 01\u00a0\u00a0\u00a0Property and the Law"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzYiO30%3D"], "title": ["LGST 196 - 01\u00a0\u00a0\u00a0Senior Capstone"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5NzciO30%3D"], "title": ["LING 50 - 01\u00a0\u00a0\u00a0Intr To Linguistics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTEiO30%3D"], "title": ["LING 53 - 01\u00a0\u00a0\u00a0Semantics I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTYiO30%3D"], "title": ["LING 80D - 01\u00a0\u00a0\u00a0Language and Mind"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5OTciO30%3D"], "title": ["LING 102 - 01\u00a0\u00a0\u00a0Phonology II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5ODciO30%3D"], "title": ["LING 112 - 01\u00a0\u00a0\u00a0Syntax I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDIiO30%3D"], "title": ["LING 114A - 01\u00a0\u00a0\u00a0Syntax III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDMiO30%3D"], "title": ["LING 140 - 01\u00a0\u00a0\u00a0Language Change"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NjQiO30%3D"], "title": ["LING 151 - 01\u00a0\u00a0\u00a0Phonetic Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NTciO30%3D"], "title": ["LING 154 - 01\u00a0\u00a0\u00a0Lang/Social Identity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDYiO30%3D"], "title": ["LING 211 - 01\u00a0\u00a0\u00a0Phonology A"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDciO30%3D"], "title": ["LING 221 - 01\u00a0\u00a0\u00a0Syntax A"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDgiO30%3D"], "title": ["LING 229 - 01\u00a0\u00a0\u00a0Syntax Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMDkiO30%3D"], "title": ["LING 231 - 01\u00a0\u00a0\u00a0Semantics A"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTAiO30%3D"], "title": ["LING 240 - 01\u00a0\u00a0\u00a0Pedagogy Of Ling"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4NzkiO30%3D"], "title": ["LING 259 - 01\u00a0\u00a0\u00a0Phonetics Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTEiO30%3D"], "title": ["LIT 1 - 01\u00a0\u00a0\u00a0Literary Interpret"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMTYiO30%3D"], "title": ["LIT 61P - 01\u00a0\u00a0\u00a0Reading Poetry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3ODgiO30%3D"], "title": ["LIT 61W - 01\u00a0\u00a0\u00a0Writing & Research"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNDEiO30%3D"], "title": ["LIT 61X - 01\u00a0\u00a0\u00a0Tragedy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDkiO30%3D"], "title": ["LIT 61Z - 01\u00a0\u00a0\u00a0"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyOTkiO30%3D"], "title": ["LIT 80H - 01\u00a0\u00a0\u00a0Politics of Fashion"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjkiO30%3D"], "title": ["LIT 90 - 01\u00a0\u00a0\u00a0Intro Creative Writ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjkiO30%3D"], "title": ["LIT 90 - 01\u00a0\u00a0\u00a0Intro Creative Writ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzAiO30%3D"], "title": ["LIT 90 - 02\u00a0\u00a0\u00a0Intro Creative Writ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzAiO30%3D"], "title": ["LIT 90 - 02\u00a0\u00a0\u00a0Intro Creative Writ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzEiO30%3D"], "title": ["LIT 90 - 03\u00a0\u00a0\u00a0Intro Creative Writ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzEiO30%3D"], "title": ["LIT 90 - 03\u00a0\u00a0\u00a0Intro Creative Writ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzMiO30%3D"], "title": ["LIT 91A - 01\u00a0\u00a0\u00a0Inter Fiction Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzMiO30%3D"], "title": ["LIT 91A - 01\u00a0\u00a0\u00a0Inter Fiction Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzQiO30%3D"], "title": ["LIT 91B - 01\u00a0\u00a0\u00a0Inter Poetry Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzQiO30%3D"], "title": ["LIT 91B - 01\u00a0\u00a0\u00a0Inter Poetry Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODMiO30%3D"], "title": ["LIT 120F - 01\u00a0\u00a0\u00a0Modern Poetry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTIiO30%3D"], "title": ["LIT 125H - 01\u00a0\u00a0\u00a0Modern Arabic Novel"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDAiO30%3D"], "title": ["LIT 126F - 01\u00a0\u00a0\u00a0Speculative Fiction"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTkiO30%3D"], "title": ["LIT 130D - 01\u00a0\u00a0\u00a0Global Middle Ages"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTMiO30%3D"], "title": ["LIT 133I - 01\u00a0\u00a0\u00a0Global Japanese Lit"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTEiO30%3D"], "title": ["LIT 135E - 01\u00a0\u00a0\u00a0Hstorical Imaginary"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjYiO30%3D"], "title": ["LIT 146B - 01\u00a0\u00a0\u00a0Victorian Literature"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTQiO30%3D"], "title": ["LIT 146F - 01\u00a0\u00a0\u00a0Dissent in America"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjgiO30%3D"], "title": ["LIT 151G - 01\u00a0\u00a0\u00a0Eng Drama 1576-1642"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDMiO30%3D"], "title": ["LIT 155H - 01\u00a0\u00a0\u00a0The Horror Film"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNDMiO30%3D"], "title": ["LIT 155H - 01\u00a0\u00a0\u00a0The Horror Film"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTUiO30%3D"], "title": ["LIT 155N - 01\u00a0\u00a0\u00a0Cinema in India"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTUiO30%3D"], "title": ["LIT 155N - 01\u00a0\u00a0\u00a0Cinema in India"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzgiO30%3D"], "title": ["LIT 165C - 01\u00a0\u00a0\u00a0Mesoamerican Lit"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NDciO30%3D"], "title": ["LIT 167E - 01\u00a0\u00a0\u00a0Vampire in Pop Cltr"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTYiO30%3D"], "title": ["LIT 168A - 01\u00a0\u00a0\u00a0Cultr Islamic Law"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMTciO30%3D"], "title": ["LIT 169A - 01\u00a0\u00a0\u00a0Race/Gender/Material"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzUiO30%3D"], "title": ["LIT 179A - 01\u00a0\u00a0\u00a0Adv Writing-Fiction"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzUiO30%3D"], "title": ["LIT 179A - 01\u00a0\u00a0\u00a0Adv Writing-Fiction"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzYiO30%3D"], "title": ["LIT 179B - 01\u00a0\u00a0\u00a0Adv Writing-Poetry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzYiO30%3D"], "title": ["LIT 179B - 01\u00a0\u00a0\u00a0Adv Writing-Poetry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNTAiO30%3D"], "title": ["LIT 182J - 01\u00a0\u00a0\u00a0Theorie"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMTciO30%3D"], "title": ["LIT 183B - 01\u00a0\u00a0\u00a0Themen Literatur"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzgiO30%3D"], "title": ["LIT 184D - 01\u00a0\u00a0\u00a0Prose Authors"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzkiO30%3D"], "title": ["LIT 186B - 01\u00a0\u00a0\u00a0Roman Poetry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjAiO30%3D"], "title": ["LIT 188H - 01\u00a0\u00a0\u00a0Erotismo y Mistica"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNDgiO30%3D"], "title": ["LIT 189C - 01\u00a0\u00a0\u00a0Intro a Span Study"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTAiO30%3D"], "title": ["LIT 189S - 01\u00a0\u00a0\u00a0Cultura popular"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjEiO30%3D"], "title": ["LIT 190I - 01\u00a0\u00a0\u00a0Individual Authors"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MjIiO30%3D"], "title": ["LIT 190I - 02\u00a0\u00a0\u00a0Individual Authors"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTUiO30%3D"], "title": ["LIT 190Y - 01\u00a0\u00a0\u00a0Mod Jewish Lit/Cultr"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjMiO30%3D"], "title": ["LIT 200 - 01\u00a0\u00a0\u00a0Proseminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjQiO30%3D"], "title": ["LIT 201 - 01\u00a0\u00a0\u00a0Pedagogy of Literat"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMjUiO30%3D"], "title": ["LIT 222 - 01\u00a0\u00a0\u00a0English Lang Lit"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTIiO30%3D"], "title": ["LIT 250 - 01\u00a0\u00a0\u00a0Theory and Methods"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTMiO30%3D"], "title": ["LIT 251 - 01\u00a0\u00a0\u00a0TopicsCultrlStudies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwOTIiO30%3D"], "title": ["LIT 279A - 01\u00a0\u00a0\u00a0Methods and Materials"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwMzciO30%3D"], "title": ["LIT 282D - 01\u00a0\u00a0\u00a0Topics In Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNTQiO30%3D"], "title": ["MATH 2 - 01\u00a0\u00a0\u00a0Col Algbra/Calculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjYiO30%3D"], "title": ["MATH 2 - 02\u00a0\u00a0\u00a0Col Algbra/Calculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjYiO30%3D"], "title": ["MATH 2 - 02\u00a0\u00a0\u00a0Col Algbra/Calculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTMiO30%3D"], "title": ["MATH 2T - 01\u00a0\u00a0\u00a0Preparatory Math"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwNjciO30%3D"], "title": ["MATH 3 - 01\u00a0\u00a0\u00a0Precalculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwODEiO30%3D"], "title": ["MATH 3 - 02\u00a0\u00a0\u00a0Precalculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwODQiO30%3D"], "title": ["MATH 11A - 01\u00a0\u00a0\u00a0Calculus with Apps"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIwOTMiO30%3D"], "title": ["MATH 11A - 02\u00a0\u00a0\u00a0Calculus with Apps"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMDAiO30%3D"], "title": ["MATH 11B - 01\u00a0\u00a0\u00a0Calculus with Apps"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMDUiO30%3D"], "title": ["MATH 19A - 01\u00a0\u00a0\u00a0Calc:Sci,Engin,Math"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMTgiO30%3D"], "title": ["MATH 19A - 02\u00a0\u00a0\u00a0Calc:Sci,Engin,Math"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxMzEiO30%3D"], "title": ["MATH 19B - 01\u00a0\u00a0\u00a0Calc:Sci,Engin,Math"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzYiO30%3D"], "title": ["MATH 20A - 01\u00a0\u00a0\u00a0Honors Calculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNDEiO30%3D"], "title": ["MATH 21 - 01\u00a0\u00a0\u00a0Linear Algebra"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNTUiO30%3D"], "title": ["MATH 23A - 01\u00a0\u00a0\u00a0Vector Calculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNjUiO30%3D"], "title": ["MATH 23B - 01\u00a0\u00a0\u00a0Vector Calculus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzAiO30%3D"], "title": ["MATH 24 - 01\u00a0\u00a0\u00a0Ordinary Diff Equas"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzYiO30%3D"], "title": ["MATH 100 - 01\u00a0\u00a0\u00a0Intr Proof/Prb Solv"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxNzUiO30%3D"], "title": ["MATH 101 - 01\u00a0\u00a0\u00a0Math Problm Solving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODAiO30%3D"], "title": ["MATH 105A - 01\u00a0\u00a0\u00a0Real Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODMiO30%3D"], "title": ["MATH 111A - 01\u00a0\u00a0\u00a0Algebra"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxODkiO30%3D"], "title": ["MATH 117 - 01\u00a0\u00a0\u00a0Adv Linear Algebra"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTMiO30%3D"], "title": ["MATH 128A - 01\u00a0\u00a0\u00a0Classical Geometry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NzkiO30%3D"], "title": ["MATH 134 - 01\u00a0\u00a0\u00a0Cryptography"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyODEiO30%3D"], "title": ["MATH 152 - 01\u00a0\u00a0\u00a0Programming for Math"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzIiO30%3D"], "title": ["MATH 199 - 02\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzMiO30%3D"], "title": ["MATH 199 - 03\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzQiO30%3D"], "title": ["MATH 199 - 04\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzUiO30%3D"], "title": ["MATH 199 - 05\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzYiO30%3D"], "title": ["MATH 199 - 06\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzciO30%3D"], "title": ["MATH 199 - 07\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzgiO30%3D"], "title": ["MATH 199 - 08\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxNzkiO30%3D"], "title": ["MATH 199 - 09\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODAiO30%3D"], "title": ["MATH 199 - 10\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODEiO30%3D"], "title": ["MATH 199 - 11\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODIiO30%3D"], "title": ["MATH 199 - 12\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODMiO30%3D"], "title": ["MATH 199 - 13\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODQiO30%3D"], "title": ["MATH 199 - 21\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODUiO30%3D"], "title": ["MATH 199F - 07\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODYiO30%3D"], "title": ["MATH 199F - 08\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODciO30%3D"], "title": ["MATH 199F - 09\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODgiO30%3D"], "title": ["MATH 199F - 10\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxODkiO30%3D"], "title": ["MATH 199F - 11\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTAiO30%3D"], "title": ["MATH 199F - 12\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTEiO30%3D"], "title": ["MATH 199F - 13\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTkiO30%3D"], "title": ["MATH 199F - 14\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTIiO30%3D"], "title": ["MATH 199F - 15\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTMiO30%3D"], "title": ["MATH 199F - 16\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTQiO30%3D"], "title": ["MATH 199F - 17\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTUiO30%3D"], "title": ["MATH 199F - 18\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTYiO30%3D"], "title": ["MATH 199F - 19\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTciO30%3D"], "title": ["MATH 199F - 20\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxOTgiO30%3D"], "title": ["MATH 199F - 21\u00a0\u00a0\u00a0Tutorial"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTYiO30%3D"], "title": ["MATH 200 - 01\u00a0\u00a0\u00a0Algebra I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NTkiO30%3D"], "title": ["MATH 203 - 01\u00a0\u00a0\u00a0Algebra IV"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTciO30%3D"], "title": ["MATH 204 - 01\u00a0\u00a0\u00a0Analysis I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDAiO30%3D"], "title": ["MATH 208 - 01\u00a0\u00a0\u00a0Manifolds I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTgiO30%3D"], "title": ["MATH 211 - 01\u00a0\u00a0\u00a0Algebraic Topology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIxOTkiO30%3D"], "title": ["MATH 213A - 01\u00a0\u00a0\u00a0Partial Dif Eqtns I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDEiO30%3D"], "title": ["MATH 238 - 01\u00a0\u00a0\u00a0Ellip Func/Mod Form"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDIiO30%3D"], "title": ["MATH 239 - 01\u00a0\u00a0\u00a0Homological Algebra"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDMiO30%3D"], "title": ["MATH 292 - 01\u00a0\u00a0\u00a0Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTkiO30%3D"], "title": ["MERR 1 - 01\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1OTkiO30%3D"], "title": ["MERR 1 - 01\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDAiO30%3D"], "title": ["MERR 1 - 02\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDAiO30%3D"], "title": ["MERR 1 - 02\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDEiO30%3D"], "title": ["MERR 1 - 03\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDEiO30%3D"], "title": ["MERR 1 - 03\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDIiO30%3D"], "title": ["MERR 1 - 04\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDIiO30%3D"], "title": ["MERR 1 - 04\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDMiO30%3D"], "title": ["MERR 1 - 05\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDMiO30%3D"], "title": ["MERR 1 - 05\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDQiO30%3D"], "title": ["MERR 1 - 06\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDQiO30%3D"], "title": ["MERR 1 - 06\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDUiO30%3D"], "title": ["MERR 1 - 07\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDUiO30%3D"], "title": ["MERR 1 - 07\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDYiO30%3D"], "title": ["MERR 1 - 08\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDYiO30%3D"], "title": ["MERR 1 - 08\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDciO30%3D"], "title": ["MERR 1 - 09\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDciO30%3D"], "title": ["MERR 1 - 09\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDgiO30%3D"], "title": ["MERR 1 - 10\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDgiO30%3D"], "title": ["MERR 1 - 10\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDkiO30%3D"], "title": ["MERR 1 - 11\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MDkiO30%3D"], "title": ["MERR 1 - 11\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTAiO30%3D"], "title": ["MERR 1 - 12\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTAiO30%3D"], "title": ["MERR 1 - 12\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTEiO30%3D"], "title": ["MERR 1 - 13\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTEiO30%3D"], "title": ["MERR 1 - 13\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTIiO30%3D"], "title": ["MERR 1 - 14\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTIiO30%3D"], "title": ["MERR 1 - 14\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTMiO30%3D"], "title": ["MERR 1 - 15\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTMiO30%3D"], "title": ["MERR 1 - 15\u00a0\u00a0\u00a0ALE:ReadOurselves/World"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjkiO30%3D"], "title": ["MERR 3L - 01\u00a0\u00a0\u00a0Precalc Academy Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDQiO30%3D"], "title": ["MERR 85B - 01\u00a0\u00a0\u00a0Classrm Connection"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjQiO30%3D"], "title": ["MERR 85C - 01\u00a0\u00a0\u00a0Classrm Connection"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjYiO30%3D"], "title": ["MERR 90 - 01\u00a0\u00a0\u00a0Field:TheoryPractice"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjAiO30%3D"], "title": ["MERR 183F - 01\u00a0\u00a0\u00a0Focus on Africa"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNjkiO30%3D"], "title": ["METX 119 - 01\u00a0\u00a0\u00a0Microbiology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEwNzUiO30%3D"], "title": ["METX 119L - 01\u00a0\u00a0\u00a0Gen Microbio Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzIiO30%3D"], "title": ["METX 200 - 01\u00a0\u00a0\u00a0Intrdisc Appr"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTciO30%3D"], "title": ["METX 201 - 01\u00a0\u00a0\u00a0Sources/Pollutants"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTgiO30%3D"], "title": ["METX 281C - 01\u00a0\u00a0\u00a0TopicsEnvirMicrobio"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzkiO30%3D"], "title": ["METX 281M - 01\u00a0\u00a0\u00a0Topics Molec Toxic"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExMzIiO30%3D"], "title": ["METX 281O - 01\u00a0\u00a0\u00a0Bacterial Pathogen"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjExNDYiO30%3D"], "title": ["METX 281S - 01\u00a0\u00a0\u00a0Cell&Org/Toxicants"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MTAiO30%3D"], "title": ["METX 281V - 01\u00a0\u00a0\u00a0Immunity to Bacteria"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTgiO30%3D"], "title": ["METX 281Y - 01\u00a0\u00a0\u00a0Bacterial Biofilms"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE4MTkiO30%3D"], "title": ["METX 292 - 01\u00a0\u00a0\u00a0Intro Grad Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDUiO30%3D"], "title": ["MUSC 1C - 01\u00a0\u00a0\u00a0Concert Choir"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDYiO30%3D"], "title": ["MUSC 2 - 01\u00a0\u00a0\u00a0Univ Orchestra"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDciO30%3D"], "title": ["MUSC 3 - 01\u00a0\u00a0\u00a0Large Jazz Ensemble"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDgiO30%3D"], "title": ["MUSC 5A - 01\u00a0\u00a0\u00a0Beg W Java Gamelan"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMDkiO30%3D"], "title": ["MUSC 5A - 02\u00a0\u00a0\u00a0Beg W Java Gamelan"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTAiO30%3D"], "title": ["MUSC 5A - 03\u00a0\u00a0\u00a0Beg W Java Gamelan"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTEiO30%3D"], "title": ["MUSC 5B - 01\u00a0\u00a0\u00a0Int W Java Gamelan"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTIiO30%3D"], "title": ["MUSC 5C - 01\u00a0\u00a0\u00a0Adv W Java Gamelan"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTMiO30%3D"], "title": ["MUSC 8A - 01\u00a0\u00a0\u00a0Balinese Gamelan"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMzEiO30%3D"], "title": ["MUSC 8B - 01\u00a0\u00a0\u00a0Adv Balinese Gameln"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTQiO30%3D"], "title": ["MUSC 9 - 01\u00a0\u00a0\u00a0Wind Ensemble"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MjYiO30%3D"], "title": ["MUSC 10 - 01\u00a0\u00a0\u00a0Eurasian Ensemble"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTUiO30%3D"], "title": ["MUSC 11A - 01\u00a0\u00a0\u00a0Western Classical"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjMiO30%3D"], "title": ["MUSC 11B - 01\u00a0\u00a0\u00a0Intro to Jazz"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTkiO30%3D"], "title": ["MUSC 11D - 01\u00a0\u00a0\u00a0Intr to World Music"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjAiO30%3D"], "title": ["MUSC 12B - 01\u00a0\u00a0\u00a0Mexican Folklorico"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTYiO30%3D"], "title": ["MUSC 30A - 01\u00a0\u00a0\u00a0Theor, Lit, Music"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTciO30%3D"], "title": ["MUSC 51 - 01\u00a0\u00a0\u00a0Vocal Repertoire Class"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNzUiO30%3D"], "title": ["MUSC 55 - 01\u00a0\u00a0\u00a0NorthIndiaRhythm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTgiO30%3D"], "title": ["MUSC 60 - 01\u00a0\u00a0\u00a0Fund Keyboard Skills"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMTkiO30%3D"], "title": ["MUSC 60 - 02\u00a0\u00a0\u00a0Fund Keyboard Skills"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjAiO30%3D"], "title": ["MUSC 60 - 03\u00a0\u00a0\u00a0Fund Keyboard Skills"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjEiO30%3D"], "title": ["MUSC 60 - 04\u00a0\u00a0\u00a0Fund Keyboard Skills"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjMiO30%3D"], "title": ["MUSC 75 - 01\u00a0\u00a0\u00a0Beg Improv Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjIiO30%3D"], "title": ["MUSC 80C - 01\u00a0\u00a0\u00a0Hist Electronic Mus"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjQiO30%3D"], "title": ["MUSC 80S - 01\u00a0\u00a0\u00a0Women In Music"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwODYiO30%3D"], "title": ["MUSC 80Z - 01\u00a0\u00a0\u00a0Laptop Music"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjIiO30%3D"], "title": ["MUSC 81M - 01\u00a0\u00a0\u00a0Chic/LatinMuscUSA"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjciO30%3D"], "title": ["MUSC 101C - 01\u00a0\u00a0\u00a0Hist West Art Music"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODgiO30%3D"], "title": ["MUSC 102 - 01\u00a0\u00a0\u00a0University Orchestra"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODUiO30%3D"], "title": ["MUSC 103 - 01\u00a0\u00a0\u00a0Univ Concert Choir"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjkiO30%3D"], "title": ["MUSC 121 - 01\u00a0\u00a0\u00a0Orchestration"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjgiO30%3D"], "title": ["MUSC 125 - 01\u00a0\u00a0\u00a0Adv Elec Sound Synt"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMjYiO30%3D"], "title": ["MUSC 130 - 01\u00a0\u00a0\u00a0Harmony and Form"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzAiO30%3D"], "title": ["MUSC 159A - 01\u00a0\u00a0\u00a0Opera Workshop"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzEiO30%3D"], "title": ["MUSC 163 - 01\u00a0\u00a0\u00a0EarlyMusicEnsemble"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzIiO30%3D"], "title": ["MUSC 164 - 01\u00a0\u00a0\u00a0Jazz Ensembles"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzMiO30%3D"], "title": ["MUSC 166 - 01\u00a0\u00a0\u00a0Chamber Singers"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzQiO30%3D"], "title": ["MUSC 167 - 01\u00a0\u00a0\u00a0Wksp Electron Music"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzUiO30%3D"], "title": ["MUSC 200 - 01\u00a0\u00a0\u00a0Intro Res Methods"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzYiO30%3D"], "title": ["MUSC 201 - 01\u00a0\u00a0\u00a0History of Music Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2OTUiO30%3D"], "title": ["MUSC 219 - 01\u00a0\u00a0\u00a0Technique/Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDciO30%3D"], "title": ["MUSC 252 - 01\u00a0\u00a0\u00a0Current Issues Coll"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDIiO30%3D"], "title": ["OAKS 1 - 01\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDIiO30%3D"], "title": ["OAKS 1 - 01\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDMiO30%3D"], "title": ["OAKS 1 - 02\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDMiO30%3D"], "title": ["OAKS 1 - 02\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDQiO30%3D"], "title": ["OAKS 1 - 03\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDQiO30%3D"], "title": ["OAKS 1 - 03\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDUiO30%3D"], "title": ["OAKS 1 - 04\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDUiO30%3D"], "title": ["OAKS 1 - 04\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDYiO30%3D"], "title": ["OAKS 1 - 05\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDYiO30%3D"], "title": ["OAKS 1 - 05\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDciO30%3D"], "title": ["OAKS 1 - 06\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDciO30%3D"], "title": ["OAKS 1 - 06\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDgiO30%3D"], "title": ["OAKS 1 - 07\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDgiO30%3D"], "title": ["OAKS 1 - 07\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDkiO30%3D"], "title": ["OAKS 1 - 08\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDkiO30%3D"], "title": ["OAKS 1 - 08\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTAiO30%3D"], "title": ["OAKS 1 - 09\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTAiO30%3D"], "title": ["OAKS 1 - 09\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTEiO30%3D"], "title": ["OAKS 1 - 10\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTEiO30%3D"], "title": ["OAKS 1 - 10\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTIiO30%3D"], "title": ["OAKS 1 - 11\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTIiO30%3D"], "title": ["OAKS 1 - 11\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTMiO30%3D"], "title": ["OAKS 1 - 12\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTMiO30%3D"], "title": ["OAKS 1 - 12\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTQiO30%3D"], "title": ["OAKS 1 - 13\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTQiO30%3D"], "title": ["OAKS 1 - 13\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTUiO30%3D"], "title": ["OAKS 1 - 14\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTUiO30%3D"], "title": ["OAKS 1 - 14\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTYiO30%3D"], "title": ["OAKS 1 - 15\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTYiO30%3D"], "title": ["OAKS 1 - 15\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTciO30%3D"], "title": ["OAKS 1 - 16\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NTciO30%3D"], "title": ["OAKS 1 - 16\u00a0\u00a0\u00a0ALE:CommunicaDiversity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjEiO30%3D"], "title": ["OAKS 73B - 01\u00a0\u00a0\u00a0Oakes Mentoring"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjQiO30%3D"], "title": ["OAKS 151A - 01\u00a0\u00a0\u00a0CommunityLiteracies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjUiO30%3D"], "title": ["OAKS 151B - 01\u00a0\u00a0\u00a0Community Lit Field"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzgiO30%3D"], "title": ["OCEA 1 - 01\u00a0\u00a0\u00a0The Oceans"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyMzkiO30%3D"], "title": ["OCEA 80A - 01\u00a0\u00a0\u00a0Life In The Sea"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMDgiO30%3D"], "title": ["OCEA 90 - 01\u00a0\u00a0\u00a0ClimateFundamentals"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDYiO30%3D"], "title": ["OCEA 200 - 01\u00a0\u00a0\u00a0Physical Oceanography"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTciO30%3D"], "title": ["OCEA 211 - 01\u00a0\u00a0\u00a0Climate Dynamics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTMiO30%3D"], "title": ["OCEA 213 - 01\u00a0\u00a0\u00a0Biogeochem Cycles"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDgiO30%3D"], "title": ["OCEA 280 - 01\u00a0\u00a0\u00a0Marine Geology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNDkiO30%3D"], "title": ["OCEA 290C - 01\u00a0\u00a0\u00a0Topics Mari Geochem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTAiO30%3D"], "title": ["OCEA 292 - 01\u00a0\u00a0\u00a0Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTEiO30%3D"], "title": ["OCEA 296 - 01\u00a0\u00a0\u00a0Teaching Ocean Sci"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5NDEiO30%3D"], "title": ["PBS 101 - 01\u00a0\u00a0\u00a0Learn Asst Pedagogy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTIiO30%3D"], "title": ["PHIL 9 - 01\u00a0\u00a0\u00a0Intro to Logic"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNTciO30%3D"], "title": ["PHIL 11 - 01\u00a0\u00a0\u00a0Intro To Philosophy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMDAiO30%3D"], "title": ["PHIL 23 - 01\u00a0\u00a0\u00a0Phil Cognitive Sci"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjEyNDMiO30%3D"], "title": ["PHIL 80G - 01\u00a0\u00a0\u00a0Bioethics 21st Cent"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyNzkiO30%3D"], "title": ["PHIL 100A - 01\u00a0\u00a0\u00a0Ancient Greek Phil"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODQiO30%3D"], "title": ["PHIL 106 - 01\u00a0\u00a0\u00a0Kant"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODUiO30%3D"], "title": ["PHIL 122 - 01\u00a0\u00a0\u00a0Metaphysics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5NjQiO30%3D"], "title": ["PHIL 143 - 01\u00a0\u00a0\u00a0App Eth:Ethics Bowl"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjYiO30%3D"], "title": ["PHIL 190 - 01\u00a0\u00a0\u00a0Senior Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjgiO30%3D"], "title": ["PHIL 235 - 01\u00a0\u00a0\u00a0Philos Of Psycholgy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NzUiO30%3D"], "title": ["PHIL 280 - 01\u00a0\u00a0\u00a0Grad Colloquia"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxODAiO30%3D"], "title": ["PHIL 281 - 01\u00a0\u00a0\u00a0Pedagogy of Phil"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTMiO30%3D"], "title": ["PHIL 290P - 01\u00a0\u00a0\u00a0MajFigrs/ContmpryPhil"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MTkiO30%3D"], "title": ["PHYE 5A - 01\u00a0\u00a0\u00a0SwimmingLev 1(non-swim)"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjAiO30%3D"], "title": ["PHYE 5A - 02\u00a0\u00a0\u00a0Swimming Level 1"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjEiO30%3D"], "title": ["PHYE 5B - 01\u00a0\u00a0\u00a0Swimming Level II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjIiO30%3D"], "title": ["PHYE 5C - 01\u00a0\u00a0\u00a0Aquat:Swim Levl III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjMiO30%3D"], "title": ["PHYE 5G - 01\u00a0\u00a0\u00a0Swim Conditioning"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D"], "title": ["PHYE 5R - 01\u00a0\u00a0\u00a0Basic Scuba Diving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D"], "title": ["PHYE 5R - 01\u00a0\u00a0\u00a0Basic Scuba Diving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODEiO30%3D"], "title": ["PHYE 5R - 01\u00a0\u00a0\u00a0Basic Scuba Diving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D"], "title": ["PHYE 5R - 02\u00a0\u00a0\u00a0Basic Scuba Diving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D"], "title": ["PHYE 5R - 02\u00a0\u00a0\u00a0Basic Scuba Diving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjkiO30%3D"], "title": ["PHYE 5R - 02\u00a0\u00a0\u00a0Basic Scuba Diving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MTgiO30%3D"], "title": ["PHYE 5S - 01\u00a0\u00a0\u00a0AdvancedScubaDiving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjgiO30%3D"], "title": ["PHYE 5T - 01\u00a0\u00a0\u00a0Scuba Rescue Diving"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjQiO30%3D"], "title": ["PHYE 9B - 01\u00a0\u00a0\u00a0BegDinghySailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjUiO30%3D"], "title": ["PHYE 9B - 02\u00a0\u00a0\u00a0BegDinghySailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjYiO30%3D"], "title": ["PHYE 9B - 03\u00a0\u00a0\u00a0BegDinghySailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjciO30%3D"], "title": ["PHYE 9B - 04\u00a0\u00a0\u00a0BegDinghySailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjgiO30%3D"], "title": ["PHYE 9B - 05\u00a0\u00a0\u00a0BegDinghySailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MjkiO30%3D"], "title": ["PHYE 9B - 06\u00a0\u00a0\u00a0AdaptiveBegSail"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzAiO30%3D"], "title": ["PHYE 9C - 01\u00a0\u00a0\u00a0IntermedDinghySail"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzEiO30%3D"], "title": ["PHYE 9C - 02\u00a0\u00a0\u00a0IntermedDinghySail"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzUiO30%3D"], "title": ["PHYE 9C - 03\u00a0\u00a0\u00a0IntermedDinghySail"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzIiO30%3D"], "title": ["PHYE 9D - 01\u00a0\u00a0\u00a0Adv Dinghy Sailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjYiO30%3D"], "title": ["PHYE 9H - 01\u00a0\u00a0\u00a0Basic Rowing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzAiO30%3D"], "title": ["PHYE 9H - 02\u00a0\u00a0\u00a0Basic Rowing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzEiO30%3D"], "title": ["PHYE 9H - 03\u00a0\u00a0\u00a0Basic Rowing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjciO30%3D"], "title": ["PHYE 9J - 01\u00a0\u00a0\u00a0Inter/Adv Rowing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjMiO30%3D"], "title": ["PHYE 9K - 01\u00a0\u00a0\u00a0Ocean Kayaking"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjQiO30%3D"], "title": ["PHYE 9K - 02\u00a0\u00a0\u00a0Ocean Kayaking"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjUiO30%3D"], "title": ["PHYE 9S - 01\u00a0\u00a0\u00a0Beg Keel Sailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzEiO30%3D"], "title": ["PHYE 9S - 02\u00a0\u00a0\u00a0Beg Keel Sailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzMiO30%3D"], "title": ["PHYE 9T - 01\u00a0\u00a0\u00a0Inter Keel Sailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzQiO30%3D"], "title": ["PHYE 9X - 01\u00a0\u00a0\u00a0Adv Keel Sailing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODIiO30%3D"], "title": ["PHYE 15B - 01\u00a0\u00a0\u00a0Basketball I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODMiO30%3D"], "title": ["PHYE 15B - 02\u00a0\u00a0\u00a0Basketball I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzIiO30%3D"], "title": ["PHYE 15H - 01\u00a0\u00a0\u00a0Racquetball"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzMiO30%3D"], "title": ["PHYE 15N - 01\u00a0\u00a0\u00a0Tennis I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzQiO30%3D"], "title": ["PHYE 15N - 02\u00a0\u00a0\u00a0Tennis II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzUiO30%3D"], "title": ["PHYE 15N - 03\u00a0\u00a0\u00a0Tennis III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTkiO30%3D"], "title": ["PHYE 15T - 01\u00a0\u00a0\u00a0Volleyball I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzYiO30%3D"], "title": ["PHYE 15T - 02\u00a0\u00a0\u00a0Volleyball II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODkiO30%3D"], "title": ["PHYE 15T - 03\u00a0\u00a0\u00a0Sand Volleyball"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzciO30%3D"], "title": ["PHYE 20A - 01\u00a0\u00a0\u00a0Ballet I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzgiO30%3D"], "title": ["PHYE 20A - 02\u00a0\u00a0\u00a0Continuing Ballet I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4MzkiO30%3D"], "title": ["PHYE 20A - 03\u00a0\u00a0\u00a0Ballet II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDAiO30%3D"], "title": ["PHYE 20A - 04\u00a0\u00a0\u00a0Ballet III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjYiO30%3D"], "title": ["PHYE 20B - 01\u00a0\u00a0\u00a0Folk Dance"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDEiO30%3D"], "title": ["PHYE 20C - 01\u00a0\u00a0\u00a0Jazz Dance I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjkiO30%3D"], "title": ["PHYE 20C - 02\u00a0\u00a0\u00a0Jazz Dance II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODYiO30%3D"], "title": ["PHYE 20C - 03\u00a0\u00a0\u00a0Jazz Dance III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDIiO30%3D"], "title": ["PHYE 20D - 01\u00a0\u00a0\u00a0Modern Dance I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDMiO30%3D"], "title": ["PHYE 20D - 02\u00a0\u00a0\u00a0Modern Dance II/III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDQiO30%3D"], "title": ["PHYE 20F - 01\u00a0\u00a0\u00a0Indiv Study Dance"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzYiO30%3D"], "title": ["PHYE 25A - 01\u00a0\u00a0\u00a0Fencing:Epee"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzciO30%3D"], "title": ["PHYE 25B - 01\u00a0\u00a0\u00a0Fencing: Foil"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzgiO30%3D"], "title": ["PHYE 25C - 01\u00a0\u00a0\u00a0Fencing:Sabre"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjgiO30%3D"], "title": ["PHYE 28K - 01\u00a0\u00a0\u00a0Soccer"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDUiO30%3D"], "title": ["PHYE 30G - 01\u00a0\u00a0\u00a0Stretch & Strengthen"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjEiO30%3D"], "title": ["PHYE 30G - 02\u00a0\u00a0\u00a0Pilates I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjIiO30%3D"], "title": ["PHYE 30G - 03\u00a0\u00a0\u00a0Pilates I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NjciO30%3D"], "title": ["PHYE 30G - 04\u00a0\u00a0\u00a0Pilates I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODciO30%3D"], "title": ["PHYE 30G - 05\u00a0\u00a0\u00a0Pilates II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzYiO30%3D"], "title": ["PHYE 30G - 06\u00a0\u00a0\u00a0Total Body Condition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjQiO30%3D"], "title": ["PHYE 30G - 07\u00a0\u00a0\u00a0Total Body Condition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MTkiO30%3D"], "title": ["PHYE 30G - 08\u00a0\u00a0\u00a0Total Body Condition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODAiO30%3D"], "title": ["PHYE 30H - 01\u00a0\u00a0\u00a0Tai Chi Chuan"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDciO30%3D"], "title": ["PHYE 30J - 01\u00a0\u00a0\u00a0Strength Training"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDgiO30%3D"], "title": ["PHYE 30J - 02\u00a0\u00a0\u00a0Strength Training"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NDkiO30%3D"], "title": ["PHYE 30J - 03\u00a0\u00a0\u00a0Cardio Strength Training"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODQiO30%3D"], "title": ["PHYE 30J - 04\u00a0\u00a0\u00a0Begin Strength Training"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTAiO30%3D"], "title": ["PHYE 30L - 01\u00a0\u00a0\u00a0Yoga I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTEiO30%3D"], "title": ["PHYE 30L - 02\u00a0\u00a0\u00a0Yoga II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTIiO30%3D"], "title": ["PHYE 30L - 03\u00a0\u00a0\u00a0Yoga I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTMiO30%3D"], "title": ["PHYE 30L - 04\u00a0\u00a0\u00a0Yoga III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTQiO30%3D"], "title": ["PHYE 30L - 05\u00a0\u00a0\u00a0Yoga II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzAiO30%3D"], "title": ["PHYE 30L - 06\u00a0\u00a0\u00a0Yoga I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNzgiO30%3D"], "title": ["PHYE 30L - 07\u00a0\u00a0\u00a0Yoga II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NzkiO30%3D"], "title": ["PHYE 30N - 01\u00a0\u00a0\u00a0Self-Defense Basics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTUiO30%3D"], "title": ["PHYE 43A - 01\u00a0\u00a0\u00a0Aikido I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTYiO30%3D"], "title": ["PHYE 43A - 02\u00a0\u00a0\u00a0Aikido I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTciO30%3D"], "title": ["PHYE 43A - 03\u00a0\u00a0\u00a0Aikido II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4NTgiO30%3D"], "title": ["PHYE 43A - 04\u00a0\u00a0\u00a0Aikido II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjA4ODUiO30%3D"], "title": ["PHYE 209B - 01\u00a0\u00a0\u00a0BegDinghySail"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyODciO30%3D"], "title": ["PHYS 5A - 01\u00a0\u00a0\u00a0Intro Physics I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTAiO30%3D"], "title": ["PHYS 5C - 01\u00a0\u00a0\u00a0Intro Physics III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTMiO30%3D"], "title": ["PHYS 5D - 01\u00a0\u00a0\u00a0Intro Physics IV"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTYiO30%3D"], "title": ["PHYS 5L - 01\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTciO30%3D"], "title": ["PHYS 5L - 02\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTgiO30%3D"], "title": ["PHYS 5L - 03\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIyOTkiO30%3D"], "title": ["PHYS 5L - 04\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDAiO30%3D"], "title": ["PHYS 5L - 05\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDEiO30%3D"], "title": ["PHYS 5L - 06\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDIiO30%3D"], "title": ["PHYS 5L - 07\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDMiO30%3D"], "title": ["PHYS 5L - 08\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDQiO30%3D"], "title": ["PHYS 5L - 09\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDUiO30%3D"], "title": ["PHYS 5L - 10\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDYiO30%3D"], "title": ["PHYS 5L - 11\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDciO30%3D"], "title": ["PHYS 5N - 01\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDgiO30%3D"], "title": ["PHYS 5N - 02\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMDkiO30%3D"], "title": ["PHYS 5N - 03\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTAiO30%3D"], "title": ["PHYS 5N - 04\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MzciO30%3D"], "title": ["PHYS 5N - 05\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQxMjciO30%3D"], "title": ["PHYS 5N - 06\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTEiO30%3D"], "title": ["PHYS 6A - 01\u00a0\u00a0\u00a0Intro Physics I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTQiO30%3D"], "title": ["PHYS 6A - 02\u00a0\u00a0\u00a0Intro Physics I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMTciO30%3D"], "title": ["PHYS 6C - 01\u00a0\u00a0\u00a0Intro Phys III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjAiO30%3D"], "title": ["PHYS 6L - 01\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjEiO30%3D"], "title": ["PHYS 6L - 02\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjIiO30%3D"], "title": ["PHYS 6L - 03\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjMiO30%3D"], "title": ["PHYS 6L - 04\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjQiO30%3D"], "title": ["PHYS 6L - 05\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjUiO30%3D"], "title": ["PHYS 6L - 06\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjYiO30%3D"], "title": ["PHYS 6L - 07\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjciO30%3D"], "title": ["PHYS 6L - 08\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjgiO30%3D"], "title": ["PHYS 6L - 09\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMjkiO30%3D"], "title": ["PHYS 6L - 10\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzAiO30%3D"], "title": ["PHYS 6L - 11\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzEiO30%3D"], "title": ["PHYS 6L - 12\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzIiO30%3D"], "title": ["PHYS 6L - 13\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzMiO30%3D"], "title": ["PHYS 6L - 14\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzQiO30%3D"], "title": ["PHYS 6L - 15\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzUiO30%3D"], "title": ["PHYS 6L - 16\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzYiO30%3D"], "title": ["PHYS 6L - 17\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzciO30%3D"], "title": ["PHYS 6L - 18\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzgiO30%3D"], "title": ["PHYS 6L - 19\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzMzkiO30%3D"], "title": ["PHYS 6L - 20\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDAiO30%3D"], "title": ["PHYS 6L - 21\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTYiO30%3D"], "title": ["PHYS 6L - 22\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTciO30%3D"], "title": ["PHYS 6L - 23\u00a0\u00a0\u00a0Intro Phys I Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDEiO30%3D"], "title": ["PHYS 6N - 01\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDIiO30%3D"], "title": ["PHYS 6N - 02\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDMiO30%3D"], "title": ["PHYS 6N - 03\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDQiO30%3D"], "title": ["PHYS 6N - 04\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDUiO30%3D"], "title": ["PHYS 6N - 05\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDYiO30%3D"], "title": ["PHYS 6N - 06\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDciO30%3D"], "title": ["PHYS 6N - 07\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDgiO30%3D"], "title": ["PHYS 6N - 08\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNDkiO30%3D"], "title": ["PHYS 6N - 09\u00a0\u00a0\u00a0Intro Phys III Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5OTIiO30%3D"], "title": ["PHYS 102 - 01\u00a0\u00a0\u00a0Modern Physics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTAiO30%3D"], "title": ["PHYS 105 - 01\u00a0\u00a0\u00a0Mechanics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTQiO30%3D"], "title": ["PHYS 107 - 01\u00a0\u00a0\u00a0IntroFluidDynamics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTUiO30%3D"], "title": ["PHYS 116C - 01\u00a0\u00a0\u00a0Math Method Physics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNTgiO30%3D"], "title": ["PHYS 133 - 01\u00a0\u00a0\u00a0Intermediate Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTgiO30%3D"], "title": ["PHYS 135A - 01\u00a0\u00a0\u00a0Astrophys Adv Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjEiO30%3D"], "title": ["PHYS 139B - 01\u00a0\u00a0\u00a0Quantum Mechanics II"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjIiO30%3D"], "title": ["PHYS 171 - 01\u00a0\u00a0\u00a0Genl Relativity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMDgiO30%3D"], "title": ["PHYS 182 - 01\u00a0\u00a0\u00a0Sci Comm Physics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjQiO30%3D"], "title": ["PHYS 210 - 01\u00a0\u00a0\u00a0Classical Mechanics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjUiO30%3D"], "title": ["PHYS 212 - 01\u00a0\u00a0\u00a0Electromagnetism I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjYiO30%3D"], "title": ["PHYS 217 - 01\u00a0\u00a0\u00a0Quant Fld Theory I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjciO30%3D"], "title": ["PHYS 221A - 01\u00a0\u00a0\u00a0Int Particle Phys I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjgiO30%3D"], "title": ["PHYS 231 - 01\u00a0\u00a0\u00a0Intro Condes Matter"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNjkiO30%3D"], "title": ["PHYS 291A - 01\u00a0\u00a0\u00a0Cosmology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzAiO30%3D"], "title": ["PHYS 291C - 01\u00a0\u00a0\u00a0Particle Physics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDMiO30%3D"], "title": ["PHYS 291D - 01\u00a0\u00a0\u00a0Exp Collider Phys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDEiO30%3D"], "title": ["PHYS 291E - 01\u00a0\u00a0\u00a0Applied Physics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDIiO30%3D"], "title": ["PHYS 291F - 01\u00a0\u00a0\u00a0Particle Astrophys"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MDQiO30%3D"], "title": ["PHYS 291G - 01\u00a0\u00a0\u00a0Cond Matter Physics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzEiO30%3D"], "title": ["PHYS 292 - 01\u00a0\u00a0\u00a0Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3ODYiO30%3D"], "title": ["POLI 3 - 01\u00a0\u00a0\u00a0Concepts/Politics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjEiO30%3D"], "title": ["POLI 21 - 01\u00a0\u00a0\u00a0Gov Golden State"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzNzIiO30%3D"], "title": ["POLI 105C - 01\u00a0\u00a0\u00a0Modern Pol Thought"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODIiO30%3D"], "title": ["POLI 110 - 01\u00a0\u00a0\u00a0Law & Social Issues"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjciO30%3D"], "title": ["POLI 111B - 01\u00a0\u00a0\u00a0Civil Liberties"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjIiO30%3D"], "title": ["POLI 118 - 01\u00a0\u00a0\u00a0Pol/Critical Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzODMiO30%3D"], "title": ["POLI 120C - 01\u00a0\u00a0\u00a0Capit Amer Pol Dev"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NjEiO30%3D"], "title": ["POLI 125 - 01\u00a0\u00a0\u00a0PoliticalOrganizatns"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMzkiO30%3D"], "title": ["POLI 128 - 01\u00a0\u00a0\u00a0AmerElecVoteBehavior"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTMiO30%3D"], "title": ["POLI 129 - 01\u00a0\u00a0\u00a0American Defense"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTQiO30%3D"], "title": ["POLI 140A - 01\u00a0\u00a0\u00a0European Politics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjIzOTkiO30%3D"], "title": ["POLI 143 - 01\u00a0\u00a0\u00a0Compar Post-Communi"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjUiO30%3D"], "title": ["POLI 144 - 01\u00a0\u00a0\u00a0Andean Politics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDIiO30%3D"], "title": ["POLI 160D - 01\u00a0\u00a0\u00a0Intl Political Econ"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDAiO30%3D"], "title": ["POLI 165 - 01\u00a0\u00a0\u00a0Global Organization"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDEiO30%3D"], "title": ["POLI 174 - 01\u00a0\u00a0\u00a0GlobPoliticalEcology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxMjMiO30%3D"], "title": ["POLI 185 - 01\u00a0\u00a0\u00a0Political Psychology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjMiO30%3D"], "title": ["POLI 186 - 01\u00a0\u00a0\u00a0GlobalHealthPolitics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDciO30%3D"], "title": ["POLI 190H - 01\u00a0\u00a0\u00a0Substance Of Dmcrcy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDgiO30%3D"], "title": ["POLI 190L - 01\u00a0\u00a0\u00a0Poverty Politics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MDkiO30%3D"], "title": ["POLI 190P - 01\u00a0\u00a0\u00a0Race:His of Concept"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5MjYiO30%3D"], "title": ["POLI 222 - 01\u00a0\u00a0\u00a0Conflict/Chng:Politics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzAiO30%3D"], "title": ["POLI 255 - 01\u00a0\u00a0\u00a0Comparative Anti-Colonialisms"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTAiO30%3D"], "title": ["PORT 1A - 01\u00a0\u00a0\u00a0Portuguese: Accel"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTEiO30%3D"], "title": ["PORT 60A - 01\u00a0\u00a0\u00a0Portuguese: Accel Rom Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTIiO30%3D"], "title": ["PORT 65B - 01\u00a0\u00a0\u00a0Portuguese: Accel Interm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTQiO30%3D"], "title": ["PRTR 1 - 01\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTUiO30%3D"], "title": ["PRTR 1 - 02\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTYiO30%3D"], "title": ["PRTR 1 - 03\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTciO30%3D"], "title": ["PRTR 1 - 04\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTgiO30%3D"], "title": ["PRTR 1 - 05\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MTkiO30%3D"], "title": ["PRTR 1 - 06\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjAiO30%3D"], "title": ["PRTR 1 - 07\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjEiO30%3D"], "title": ["PRTR 1 - 08\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjIiO30%3D"], "title": ["PRTR 1 - 09\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjMiO30%3D"], "title": ["PRTR 1 - 10\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjQiO30%3D"], "title": ["PRTR 1 - 11\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjUiO30%3D"], "title": ["PRTR 1 - 12\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjYiO30%3D"], "title": ["PRTR 1 - 13\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjciO30%3D"], "title": ["PRTR 1 - 14\u00a0\u00a0\u00a0ALE:Arts of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTUiO30%3D"], "title": ["PRTR 41I - 01\u00a0\u00a0\u00a0Improvisation"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MTMiO30%3D"], "title": ["PSYC 1 - 01\u00a0\u00a0\u00a0Intro Psychology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MzYiO30%3D"], "title": ["PSYC 10 - 01\u00a0\u00a0\u00a0Intro Develop Psych"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDEiO30%3D"], "title": ["PSYC 20A - 01\u00a0\u00a0\u00a0Cogn: Fund Theories"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDgiO30%3D"], "title": ["PSYC 40 - 01\u00a0\u00a0\u00a0Intro Social Psych"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0MjciO30%3D"], "title": ["PSYC 100 - 01\u00a0\u00a0\u00a0Research Methods"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjEiO30%3D"], "title": ["PSYC 104 - 01\u00a0\u00a0\u00a0Develop in Infancy"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNzkiO30%3D"], "title": ["PSYC 112 - 01\u00a0\u00a0\u00a0Moral Development"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMjYiO30%3D"], "title": ["PSYC 114 - 01\u00a0\u00a0\u00a0Devel as Cultural"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM1NjciO30%3D"], "title": ["PSYC 119T - 01\u00a0\u00a0\u00a0Media Contexts"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjgiO30%3D"], "title": ["PSYC 124 - 01\u00a0\u00a0\u00a0Psych of Reading"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NDkiO30%3D"], "title": ["PSYC 125 - 01\u00a0\u00a0\u00a0Psych of Language"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NTYiO30%3D"], "title": ["PSYC 129 - 01\u00a0\u00a0\u00a0Learning and Memory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTQiO30%3D"], "title": ["PSYC 138 - 01\u00a0\u00a0\u00a0Programming CogSci"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTUiO30%3D"], "title": ["PSYC 139H - 01\u00a0\u00a0\u00a0Weird Science"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjMiO30%3D"], "title": ["PSYC 139K - 01\u00a0\u00a0\u00a0Face Recognition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI5ODciO30%3D"], "title": ["PSYC 140H - 01\u00a0\u00a0\u00a0Sexual Identity/Soc"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MjIiO30%3D"], "title": ["PSYC 146 - 01\u00a0\u00a0\u00a0The Social Context"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjEiO30%3D"], "title": ["PSYC 150 - 01\u00a0\u00a0\u00a0Soc Psyc Flim-Flam"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjIiO30%3D"], "title": ["PSYC 153 - 01\u00a0\u00a0\u00a0Psych of Poverty"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTgiO30%3D"], "title": ["PSYC 159I - 01\u00a0\u00a0\u00a0Psyc of Immigration"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxOTgiO30%3D"], "title": ["PSYC 159R - 01\u00a0\u00a0\u00a0AchievementDisparity"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NjciO30%3D"], "title": ["PSYC 167 - 01\u00a0\u00a0\u00a0Clinical Psychology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4OTYiO30%3D"], "title": ["PSYC 170 - 01\u00a0\u00a0\u00a0Abnormal Psychology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzIiO30%3D"], "title": ["PSYC 171 - 01\u00a0\u00a0\u00a0Child Psychopathol"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyODUiO30%3D"], "title": ["PSYC 172 - 01\u00a0\u00a0\u00a0Health Psychology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzMjYiO30%3D"], "title": ["PSYC 175 - 01\u00a0\u00a0\u00a0Pers/Relatn/Emotion"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzciO30%3D"], "title": ["PSYC 191A - 01\u00a0\u00a0\u00a0Teaching Psychology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0NzgiO30%3D"], "title": ["PSYC 204 - 01\u00a0\u00a0\u00a0Quant Data Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODAiO30%3D"], "title": ["PSYC 214B - 01\u00a0\u00a0\u00a0Adv Multivar Techni"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODEiO30%3D"], "title": ["PSYC 224A - 01\u00a0\u00a0\u00a0Prosem: Cogni Psy I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODIiO30%3D"], "title": ["PSYC 225A - 01\u00a0\u00a0\u00a0Intro Dev Reserch I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODMiO30%3D"], "title": ["PSYC 230 - 01\u00a0\u00a0\u00a0Cogni Psych Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODQiO30%3D"], "title": ["PSYC 231 - 01\u00a0\u00a0\u00a0Social Psych Sem"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODUiO30%3D"], "title": ["PSYC 242 - 01\u00a0\u00a0\u00a0Dev Psyc Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODYiO30%3D"], "title": ["PSYC 244A - 01\u00a0\u00a0\u00a0Prosem I:Lang Devel"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODciO30%3D"], "title": ["PSYC 290B - 01\u00a0\u00a0\u00a0Adv Devel Research"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODgiO30%3D"], "title": ["RUSS 1 - 01\u00a0\u00a0\u00a0Russian: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0ODkiO30%3D"], "title": ["SCIC 201A - 01\u00a0\u00a0\u00a0Reporting Sci News"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTAiO30%3D"], "title": ["SCIC 202 - 01\u00a0\u00a0\u00a0Writ & Edit Wrkshop"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODkiO30%3D"], "title": ["SOCD 200 - 01\u00a0\u00a0\u00a0Approach Social Docmt"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTIiO30%3D"], "title": ["SOCD 201A - 01\u00a0\u00a0\u00a0Intro Doc Fld Pro"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MTIiO30%3D"], "title": ["SOCD 201A - 01\u00a0\u00a0\u00a0Intro Doc Fld Pro"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDAiO30%3D"], "title": ["SOCD 204 - 01\u00a0\u00a0\u00a0Ethno Writ Soc Doc"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3MDIiO30%3D"], "title": ["SOCD 294A - 01\u00a0\u00a0\u00a0Prod/Anlysis/Editng"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTMiO30%3D"], "title": ["SOCY 1 - 01\u00a0\u00a0\u00a0Intro Sociology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTgiO30%3D"], "title": ["SOCY 3A - 01\u00a0\u00a0\u00a0Evaluation/Evidence"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MDAiO30%3D"], "title": ["SOCY 15 - 01\u00a0\u00a0\u00a0World Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MDkiO30%3D"], "title": ["SOCY 30A - 01\u00a0\u00a0\u00a0IntrGlobal InfoEnterp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MjciO30%3D"], "title": ["SOCY 105A - 01\u00a0\u00a0\u00a0Classical Soc Theor"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MzYiO30%3D"], "title": ["SOCY 111 - 01\u00a0\u00a0\u00a0Family & Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNDIiO30%3D"], "title": ["SOCY 127P - 01\u00a0\u00a0\u00a0SocDrugs/Bots/Pharm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MTYiO30%3D"], "title": ["SOCY 128I - 01\u00a0\u00a0\u00a0Race and Law"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjQiO30%3D"], "title": ["SOCY 129 - 01\u00a0\u00a0\u00a0Pop Culture Studies"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMzNjUiO30%3D"], "title": ["SOCY 136 - 01\u00a0\u00a0\u00a0Social Psychology"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1MzkiO30%3D"], "title": ["SOCY 152 - 01\u00a0\u00a0\u00a0Body and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDAiO30%3D"], "title": ["SOCY 172 - 01\u00a0\u00a0\u00a0Social Movements"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDEiO30%3D"], "title": ["SOCY 178 - 01\u00a0\u00a0\u00a0Social Problems"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MDUiO30%3D"], "title": ["SOCY 196G - 01\u00a0\u00a0\u00a0GISES Proj Pract"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDIiO30%3D"], "title": ["SOCY 201 - 01\u00a0\u00a0\u00a0Make Classic Theory"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDMiO30%3D"], "title": ["SOCY 203 - 01\u00a0\u00a0\u00a0Sociol Methods"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDQiO30%3D"], "title": ["SOCY 290 - 01\u00a0\u00a0\u00a0Adv Socio Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDUiO30%3D"], "title": ["SPAN 1 - 01\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDYiO30%3D"], "title": ["SPAN 1 - 02\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDciO30%3D"], "title": ["SPAN 1 - 03\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NDgiO30%3D"], "title": ["SPAN 1 - 04\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTAiO30%3D"], "title": ["SPAN 2 - 01\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTEiO30%3D"], "title": ["SPAN 2 - 02\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTIiO30%3D"], "title": ["SPAN 2 - 03\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTQiO30%3D"], "title": ["SPAN 3 - 01\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTUiO30%3D"], "title": ["SPAN 3 - 02\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTYiO30%3D"], "title": ["SPAN 3 - 03\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTciO30%3D"], "title": ["SPAN 3 - 04\u00a0\u00a0\u00a0Spanish: First Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTgiO30%3D"], "title": ["SPAN 4 - 01\u00a0\u00a0\u00a0Spanish: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NTkiO30%3D"], "title": ["SPAN 4 - 02\u00a0\u00a0\u00a0Spanish: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjAiO30%3D"], "title": ["SPAN 4 - 03\u00a0\u00a0\u00a0Spanish: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjEiO30%3D"], "title": ["SPAN 4 - 04\u00a0\u00a0\u00a0Spanish: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjIiO30%3D"], "title": ["SPAN 5 - 01\u00a0\u00a0\u00a0Spanish: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjMiO30%3D"], "title": ["SPAN 5M - 01\u00a0\u00a0\u00a0Medical Spanish"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjQiO30%3D"], "title": ["SPAN 5M - 02\u00a0\u00a0\u00a0Medical Spanish"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjUiO30%3D"], "title": ["SPAN 6 - 01\u00a0\u00a0\u00a0Spanish: Second Year"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNTEiO30%3D"], "title": ["SPAN 105 - 01\u00a0\u00a0\u00a0Intro a Span Study"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTgiO30%3D"], "title": ["SPAN 150 - 01\u00a0\u00a0\u00a0Intro Hispanic Ling"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTkiO30%3D"], "title": ["SPAN 151 - 01\u00a0\u00a0\u00a0Varieties of Spanish"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzAiO30%3D"], "title": ["SPAN 156M - 01\u00a0\u00a0\u00a0Mexico & Southwest"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjYiO30%3D"], "title": ["SPHS 4 - 01\u00a0\u00a0\u00a0SpanHeritageSpeakers"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjciO30%3D"], "title": ["SPHS 4 - 02\u00a0\u00a0\u00a0SpanHeritageSpeakers"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjgiO30%3D"], "title": ["SPHS 4 - 03\u00a0\u00a0\u00a0SpanHeritageSpeakers"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NjkiO30%3D"], "title": ["SPHS 4 - 04\u00a0\u00a0\u00a0SpanHeritageSpeakers"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjgiO30%3D"], "title": ["SPHS 115 - 01\u00a0\u00a0\u00a0Essay Reading/Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjgiO30%3D"], "title": ["STEV 1 - 01\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjgiO30%3D"], "title": ["STEV 1 - 01\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjkiO30%3D"], "title": ["STEV 1 - 02\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MjkiO30%3D"], "title": ["STEV 1 - 02\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzAiO30%3D"], "title": ["STEV 1 - 03\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzAiO30%3D"], "title": ["STEV 1 - 03\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzEiO30%3D"], "title": ["STEV 1 - 04\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzEiO30%3D"], "title": ["STEV 1 - 04\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzIiO30%3D"], "title": ["STEV 1 - 05\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzIiO30%3D"], "title": ["STEV 1 - 05\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzMiO30%3D"], "title": ["STEV 1 - 06\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzMiO30%3D"], "title": ["STEV 1 - 06\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzQiO30%3D"], "title": ["STEV 1 - 07\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzQiO30%3D"], "title": ["STEV 1 - 07\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzUiO30%3D"], "title": ["STEV 1 - 08\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzUiO30%3D"], "title": ["STEV 1 - 08\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzYiO30%3D"], "title": ["STEV 1 - 09\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzYiO30%3D"], "title": ["STEV 1 - 09\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzciO30%3D"], "title": ["STEV 1 - 10\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzciO30%3D"], "title": ["STEV 1 - 10\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzgiO30%3D"], "title": ["STEV 1 - 11\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzgiO30%3D"], "title": ["STEV 1 - 11\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzkiO30%3D"], "title": ["STEV 1 - 12\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2MzkiO30%3D"], "title": ["STEV 1 - 12\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDAiO30%3D"], "title": ["STEV 1 - 13\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDAiO30%3D"], "title": ["STEV 1 - 13\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDEiO30%3D"], "title": ["STEV 1 - 14\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2NDEiO30%3D"], "title": ["STEV 1 - 14\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTUiO30%3D"], "title": ["STEV 1 - 15\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTUiO30%3D"], "title": ["STEV 1 - 15\u00a0\u00a0\u00a0ALE:Self and Society"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyMTciO30%3D"], "title": ["STEV 11A - 01\u00a0\u00a0\u00a0ELP:Leadership Tools"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzEiO30%3D"], "title": ["STEV 80H - 01\u00a0\u00a0\u00a0Rainbow Theater"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzEiO30%3D"], "title": ["STEV 80H - 01\u00a0\u00a0\u00a0Rainbow Theater"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwNjciO30%3D"], "title": ["STEV 90 - 01\u00a0\u00a0\u00a0The Nuclear Pacific"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMjAiO30%3D"], "title": ["STEV 96 - 01\u00a0\u00a0\u00a0Peer Tutoring"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4MTQiO30%3D"], "title": ["STEV 96 - 02\u00a0\u00a0\u00a0Peer Tutoring"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzIiO30%3D"], "title": ["THEA 10 - 01\u00a0\u00a0\u00a0Intro to Design"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzMiO30%3D"], "title": ["THEA 12 - 01\u00a0\u00a0\u00a0Stage Management"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjQyODIiO30%3D"], "title": ["THEA 14 - 01\u00a0\u00a0\u00a0Drawing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1NzQiO30%3D"], "title": ["THEA 20 - 01\u00a0\u00a0\u00a0Intr Studies Acting"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODMiO30%3D"], "title": ["THEA 22 - 01\u00a0\u00a0\u00a0Indonesian Dance"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NzciO30%3D"], "title": ["THEA 31C - 01\u00a0\u00a0\u00a0DanceStudio1:Contemp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODQiO30%3D"], "title": ["THEA 36 - 01\u00a0\u00a0\u00a0Intro Dance Comp"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM4NTkiO30%3D"], "title": ["THEA 37 - 01\u00a0\u00a0\u00a0African Dance"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODUiO30%3D"], "title": ["THEA 40 - 01\u00a0\u00a0\u00a0Intro To Directing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODYiO30%3D"], "title": ["THEA 50 - 01\u00a0\u00a0\u00a0Fundamen Production"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzEiO30%3D"], "title": ["THEA 55A - 01\u00a0\u00a0\u00a0Barnstorm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzEiO30%3D"], "title": ["THEA 55A - 01\u00a0\u00a0\u00a0Barnstorm"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODQiO30%3D"], "title": ["THEA 55B - 01\u00a0\u00a0\u00a0Barnstorm Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODQiO30%3D"], "title": ["THEA 55B - 01\u00a0\u00a0\u00a0Barnstorm Lab"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3OTYiO30%3D"], "title": ["THEA 61A - 01\u00a0\u00a0\u00a0AncientMedievalDrama"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1ODciO30%3D"], "title": ["THEA 80L - 01\u00a0\u00a0\u00a0Muppet Magic"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMyNjEiO30%3D"], "title": ["THEA 80U - 01\u00a0\u00a0\u00a0Everybody Dance Now"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1OTgiO30%3D"], "title": ["THEA 80Z - 01\u00a0\u00a0\u00a0Indian Dance"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4OTAiO30%3D"], "title": ["THEA 106 - 01\u00a0\u00a0\u00a0Digital Illustration"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI1OTkiO30%3D"], "title": ["THEA 126 - 01\u00a0\u00a0\u00a0Acting Studio III"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDAiO30%3D"], "title": ["THEA 151 - 01\u00a0\u00a0\u00a0Stdy Perform Drama"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDAiO30%3D"], "title": ["THEA 151 - 01\u00a0\u00a0\u00a0Stdy Perform Drama"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDEiO30%3D"], "title": ["THEA 157 - 01\u00a0\u00a0\u00a0Playwriting"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM5MjkiO30%3D"], "title": ["THEA 161C - 01\u00a0\u00a0\u00a0Renaissance Theater"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDIiO30%3D"], "title": ["THEA 161D - 01\u00a0\u00a0\u00a0Asian Theater"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDMiO30%3D"], "title": ["THEA 161T - 01\u00a0\u00a0\u00a0Women In Theater"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDQiO30%3D"], "title": ["THEA 185 - 01\u00a0\u00a0\u00a0Senior Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMwMTgiO30%3D"], "title": ["THEA 290A - 01\u00a0\u00a0\u00a0Text Analysis"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzMiO30%3D"], "title": ["TIM 50 - 01\u00a0\u00a0\u00a0Business Inf System"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjE5MzQiO30%3D"], "title": ["TIM 101 - 01\u00a0\u00a0\u00a0Mgmt Of Tech Seminr"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDkiO30%3D"], "title": ["TIM 105 - 01\u00a0\u00a0\u00a0Intro Mgmt of Tech I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI4MzUiO30%3D"], "title": ["TIM 166A - 01\u00a0\u00a0\u00a0Game Theory /Apps I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MTAiO30%3D"], "title": ["TIM 205 - 01\u00a0\u00a0\u00a0Management Tech I"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTIiO30%3D"], "title": ["TIM 209 - 01\u00a0\u00a0\u00a0DataMining/BusAnalytics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NTkiO30%3D"], "title": ["TIM 280I - 01\u00a0\u00a0\u00a0Info Retrievl/Knowl Mgnt"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjkiO30%3D"], "title": ["TIM 280S - 01\u00a0\u00a0\u00a0Seminar Topics"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTEiO30%3D"], "title": ["UCDC 194A - 01\u00a0\u00a0\u00a0UCDC InternResearch"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI0OTIiO30%3D"], "title": ["UCDC 194B - 01\u00a0\u00a0\u00a0UCDC Intern Seminar"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODUiO30%3D"], "title": ["WRIT 1A - 01\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODYiO30%3D"], "title": ["WRIT 1A - 02\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODciO30%3D"], "title": ["WRIT 1A - 03\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM2ODgiO30%3D"], "title": ["WRIT 1A - 04\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjEiO30%3D"], "title": ["WRIT 1A - 05\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjIiO30%3D"], "title": ["WRIT 1A - 06\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjMiO30%3D"], "title": ["WRIT 1A - 07\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjQiO30%3D"], "title": ["WRIT 1A - 08\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjUiO30%3D"], "title": ["WRIT 1A - 09\u00a0\u00a0\u00a0Intro to Composition"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzIiO30%3D"], "title": ["WRIT 2 - 01\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzMiO30%3D"], "title": ["WRIT 2 - 02\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzQiO30%3D"], "title": ["WRIT 2 - 03\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzUiO30%3D"], "title": ["WRIT 2 - 04\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzYiO30%3D"], "title": ["WRIT 2 - 05\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzciO30%3D"], "title": ["WRIT 2 - 06\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzgiO30%3D"], "title": ["WRIT 2 - 07\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2NzkiO30%3D"], "title": ["WRIT 2 - 08\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODAiO30%3D"], "title": ["WRIT 2 - 09\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODEiO30%3D"], "title": ["WRIT 2 - 10\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODIiO30%3D"], "title": ["WRIT 2 - 11\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2ODMiO30%3D"], "title": ["WRIT 2 - 12\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjYiO30%3D"], "title": ["WRIT 2 - 13\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjM3NjciO30%3D"], "title": ["WRIT 2 - 14\u00a0\u00a0\u00a0Rhetoric & Inquiry"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDAiO30%3D"], "title": ["WRIT 23 - 01\u00a0\u00a0\u00a0Grammar and Rhetoric"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI3NDEiO30%3D"], "title": ["WRIT 23 - 02\u00a0\u00a0\u00a0Grammar and Rhetoric"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDYiO30%3D"], "title": ["WRIT 25 - 01\u00a0\u00a0\u00a0Writing About Place"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDciO30%3D"], "title": ["WRIT 25 - 02\u00a0\u00a0\u00a0Writing About Place"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDgiO30%3D"], "title": ["WRIT 25 - 03\u00a0\u00a0\u00a0Writing About Place"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNDkiO30%3D"], "title": ["WRIT 25 - 04\u00a0\u00a0\u00a0Writing About Place"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTAiO30%3D"], "title": ["WRIT 25 - 05\u00a0\u00a0\u00a0Writing About Place"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTEiO30%3D"], "title": ["WRIT 26 - 01\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTIiO30%3D"], "title": ["WRIT 26 - 02\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTMiO30%3D"], "title": ["WRIT 26 - 03\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTQiO30%3D"], "title": ["WRIT 26 - 04\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTUiO30%3D"], "title": ["WRIT 26 - 05\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTYiO30%3D"], "title": ["WRIT 26 - 06\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTciO30%3D"], "title": ["WRIT 26 - 07\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTgiO30%3D"], "title": ["WRIT 26 - 08\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNTkiO30%3D"], "title": ["WRIT 26 - 09\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjAiO30%3D"], "title": ["WRIT 26 - 10\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjEiO30%3D"], "title": ["WRIT 26 - 11\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjIiO30%3D"], "title": ["WRIT 26 - 12\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjMiO30%3D"], "title": ["WRIT 26 - 13\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjQiO30%3D"], "title": ["WRIT 26 - 14\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjUiO30%3D"], "title": ["WRIT 26 - 15\u00a0\u00a0\u00a0Writing About Lang"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjYiO30%3D"], "title": ["WRIT 27 - 01\u00a0\u00a0\u00a0Writing About Genre"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjMxNjciO30%3D"], "title": ["WRIT 27 - 02\u00a0\u00a0\u00a0Writing About Genre"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDciO30%3D"], "title": ["WRIT 169 - 01\u00a0\u00a0\u00a0Tutoring Writing"]}, -{"url": ["index.php?action=detail&class_data=YToyOntzOjU6IjpTVFJNIjtzOjQ6IjIxODgiO3M6MTA6IjpDTEFTU19OQlIiO3M6NToiMjI2MDgiO30%3D"], "title": ["WRIT 169 - 02\u00a0\u00a0\u00a0Tutoring Writing"]} -] \ No newline at end of file diff --git a/crawlers/ucsc/pisa_raw_course_data_fall_2018.json b/crawlers/ucsc/pisa_raw_course_data_fall_2018.json deleted file mode 100644 index 0ef18e9..0000000 --- a/crawlers/ucsc/pisa_raw_course_data_fall_2018.json +++ /dev/null @@ -1,38014 +0,0 @@ -[{ - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Genre", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 26 or placement by examination.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Cowell Acad 216", - "enroll_current": 0, - "course_description": "Using the theme of \"Rhetoric and Genre,\" this course prepares students to transfer into the mainstream composition curriculum by training them to analyze, understand, assess, and successfully produce different genres of writing. Upon passing this course, students satisfy the Entry-level Writing Requirement (ELWR).", - "lecture_number": 23167, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 27", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23167, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23163, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Brenner,G.A.", - "class_number": 23163, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "PhysSciences 136", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23162, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Halk,E.L.", - "class_number": 23162, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "R Carson Acad 252", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23164, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Wong,T.L.", - "class_number": 23164, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 1 145", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23160, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Cummings,S.J.", - "class_number": 23160, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Genre", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 26 or placement by examination.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Hum & Soc Sci 350", - "enroll_current": 13, - "course_description": "Using the theme of \"Rhetoric and Genre,\" this course prepares students to transfer into the mainstream composition curriculum by training them to analyze, understand, assess, and successfully produce different genres of writing. Upon passing this course, students satisfy the Entry-level Writing Requirement (ELWR).", - "lecture_number": 23166, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "WRIT 27", - "gen_ed_categories": "5 units", - "instructor": "Daniels,R.L.", - "class_number": 23166, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Merrill Acad 002", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23165, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23165, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Merrill Acad 003", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23159, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Sanfilippo,B.S.", - "class_number": 23159, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23158, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Herrera Astua,M.", - "class_number": 23158, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23156, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Herrera Astua,M.", - "class_number": 23156, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Crown Clrm 201", - "enroll_current": 1, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23161, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Michals,S.", - "class_number": 23161, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23157, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Herrera Astua,M.", - "class_number": 23157, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Crown Clrm 203", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23153, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Brenner,G.A.", - "class_number": 23153, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Steven Acad 151", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23149, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23149, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Steven Acad 151", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23148, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Helmer,K.A.", - "class_number": 23148, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23155, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Cummings,S.J.", - "class_number": 23155, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Cowell Acad 216", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23146, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Bigley,M.", - "class_number": 23146, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Grammar and Rhetoric: Language for Writing", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to fourth-quarter students who have not passed the Entry Level Writing Requirement. Open to others by permission of instructor.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "Builds on writing skills gained in previous writing courses; focuses on effective language use in academic writing. Students reinforce their written English proficiency by reading, studying, practicing, and writing structures and patterns of written English.", - "lecture_number": 22741, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 23", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 22741, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23154, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Cummings,S.J.", - "class_number": 23154, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23152, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Breakspear,A.S.", - "class_number": 23152, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Hum & Soc Sci 250", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 23766, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Vidali,A.", - "class_number": 23766, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Merrill Acad 003", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23151, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Breakspear,A.S.", - "class_number": 23151, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Merrill Acad 002", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23150, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23150, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Porter Acad 249", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23147, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Bigley,M.", - "class_number": 23147, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Steven Acad 151", - "enroll_current": 0, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 23767, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23767, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "R Carson Acad 250", - "enroll_current": 24, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22683, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Terhaar,T.L.", - "class_number": 22683, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Grammar and Rhetoric: Language for Writing", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to fourth-quarter students who have not passed the Entry Level Writing Requirement. Open to others by permission of instructor.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Porter Acad 249", - "enroll_current": 20, - "course_description": "Builds on writing skills gained in previous writing courses; focuses on effective language use in academic writing. Students reinforce their written English proficiency by reading, studying, practicing, and writing structures and patterns of written English.", - "lecture_number": 22740, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 23", - "gen_ed_categories": "5 units", - "instructor": "Daniels,R.L.", - "class_number": 22740, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "R Carson Acad 250", - "enroll_current": 24, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22682, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Terhaar,T.L.", - "class_number": 22682, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Hum & Soc Sci 350", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22681, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Parmeter,S.", - "class_number": 22681, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Oakes Acad 106", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22675, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Baker,M.", - "class_number": 22675, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Hum & Soc Sci 250", - "enroll_current": 24, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22680, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Newberry,E.S.", - "class_number": 22680, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Hum & Soc Sci 250", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22678, - "credits": "5 units", - "waitlist_current": 13, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Lunine,B.D.", - "class_number": 22678, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Oakes Acad 222", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22677, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "King,R.Y.", - "class_number": 22677, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Soc Sci 2 165", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22674, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Arthur,D.L.", - "class_number": 22674, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Soc Sci 2 159", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22673, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Arthur,D.L.", - "class_number": 22673, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Soc Sci 2 159", - "enroll_current": 24, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22672, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Arthur,D.L.", - "class_number": 22672, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Oakes Acad 106", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22676, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Baker,M.", - "class_number": 22676, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Kresge Clrm 319", - "enroll_current": 0, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23765, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23765, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Merrill Acad 002", - "enroll_current": 4, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23763, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Thorn,D.D.", - "class_number": 23763, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Oakes Acad 101", - "enroll_current": 1, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23688, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "King,R.Y.", - "class_number": 23688, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Kresge Clrm 319", - "enroll_current": 17, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23687, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Flanagan,V.A.", - "class_number": 23687, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Steven Acad 151", - "enroll_current": 16, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23761, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Archimedes,S.M.", - "class_number": 23761, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 1 153", - "enroll_current": 17, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23685, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Archimedes,S.M.", - "class_number": 23685, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar Topics", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series of current research on a special topic in information systems and technology management. The theme of research presented throughout the course selected by the instructor. Topics may include, but are not limited to, knowledge planning, new product development and management of technology. Enrollment with permission of instructor. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23769, - "credits": "2 units", - "location": "TBA", - "course_name": "TIM 280S", - "gen_ed_categories": "2 units", - "instructor": "Lee,D.", - "class_number": 23769, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Merrill Acad 003", - "enroll_current": 0, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23764, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Thorn,D.D.", - "class_number": 23764, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Information Retrieval and Knowledge Management", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar series discussing advanced topics in information retrieval and knowledge management. Current research and literature are presented during each meeting. May be repeated for credit.", - "lecture_number": 22759, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "TIM 280I", - "gen_ed_categories": "2 units", - "instructor": "Akella,R.", - "class_number": 22759, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Data Mining and Business Analytics in Knowledge Services", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Students are expected to have undergraduate preparation in probability and statistics. Undergraduates may enroll with instructor approval.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "PhysSciences 136", - "enroll_current": 2, - "course_description": "Provides students with systematic methodology and analytical tools in data and text mining and business analytics. Also provides an integrated perspective and examines use of these methods in the field of knowledge services, such as online marketing, sponsored search, health care, financial services, recommender systems, etc. Includes training in the basic elements of stochastic optimization and other algorithmic approaches, such as stochastic dynamic programming, statistics, constrained optimization, and machine learning with exposure to software tools. These methods enable firms to achieve rapid, effective, and profitable optimization of knowledge-services management.", - "lecture_number": 22752, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "TIM 209", - "gen_ed_categories": "5 units", - "instructor": "Akella,R.", - "class_number": 22752, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 160, - "waitlist_max": 999, - "class_number": 22610, - "class_type": "LEC", - "course_description": "Addresses technological, strategic, marketing, financial methods, and analytical tools for management of technology in an integrated manner that enables the cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project.", - "course_name": "TIM 205", - "course_title": "Management of Technology I", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to juniors, seniors, and graduate students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22610, - "instructor": "Desa,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in Conjunction with TIM 105", - "enroll_current": 160, - "waitlist_current": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 07:10PM-08:45PM", - "location": "Steven Acad 151", - "enroll_current": 9, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23762, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Rava,A.", - "class_number": 23762, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "enroll_max": 55, - "waitlist_max": 999, - "class_number": 22835, - "class_type": "LEC", - "course_description": "Introduces modern game theory, including applications in social science, biology, and engineering. Topics include extensive form, strategic form, mixed strategies, incomplete information, repeated games, evolutionary games, and simulation techniques.", - "course_name": "TIM 166A", - "course_title": "Game Theory and Applications I", - "location": "PhysSciences 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Applied Math and Statistics 5 or 7 or Economics 113; and Economics 11B, Applied Math and Statistics 11B, or Mathematics 11B or 19B. Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 22835, - "instructor": "Musacchio,J.T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as CMPS 166A and ECON 166A.", - "enroll_current": 46, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "UCDC Internship Research Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 22, - "course_description": "Weekly seminar that focuses on the production of a major research paper or equivalent scholarly undertaking connected to an internship in Washington, D.C., government, non-profit, or private institution. Seminar stresses institutional analysis, the development of bibliographic expertise in the use of Washington-based resources, and participant-observer skills. Required for and enrollment is restricted to students participating in the UCDC Program. (Formerly Social Sciences 194A.)", - "credits": "5 units", - "waitlist_current": 0, - "course_name": "UCDC 194A", - "gen_ed_categories": "5 units", - "lecture_number": 22491, - "class_number": 22491, - "class_type": "FLD", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Soc Sci 1 153", - "enroll_current": 15, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23686, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Rava,A.", - "class_number": 23686, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Senior Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; course 160.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "TA Lecture E100", - "enroll_current": 34, - "course_description": "A required seminar for majors involving readings and discussions of important texts in dance, design, and drama.", - "lecture_number": 22604, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "THEA 185", - "gen_ed_categories": "5 units", - "instructor": "Edmunds,K.", - "class_number": 22604, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "grading_options": "Pass/Not Pass", - "term": "2018 Fall Quarter", - "course_title": "UCDC Internship Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 22, - "course_description": "A 30- to 36-hour-per-week internship in a Washington, D.C., government, non-profit, or private institution. Required for and enrollment is restricted to UCDC program participants. (Formerly Social Sciences 194B, UCDC Internship and Internship Seminar.) May be repeated for credit.", - "credits": "7 units", - "waitlist_current": 0, - "course_name": "UCDC 194B", - "gen_ed_categories": "7 units", - "lecture_number": 22492, - "class_number": 22492, - "class_type": "FLD", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Hum & Soc Sci 250", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22679, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Newberry,E.S.", - "class_number": 22679, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 160, - "waitlist_max": 999, - "class_number": 22609, - "class_type": "LEC", - "course_description": "An in-depth examination of technological, strategic, marketing, and financial methods and analytical tools for the management of technology to enable cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project. (Formerly Management of Technology I.)", - "course_name": "TIM 105", - "course_title": "Introduction to Management of Technology I", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19B or 11B or Applied Mathematics and Statistics 11B or Economics 11B.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22609, - "instructor": "Desa,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in Conjunction with TIM 205", - "enroll_current": 160, - "waitlist_current": 27 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Women in Theater", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Explores female playwrights from textual, historical, and multicultural perspectives. Progresses from Trifles (1916) through the Harlem Renaissance, Broadway's Lillian Hellman, and today's post-feminist theatrical explosion in lectures, films, dramatizations, and award-winning playwrights' visits.", - "enroll_max": 0, - "lecture_number": 22603, - "credits": "5 units", - "location": "N/A", - "course_name": "THEA 161T", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 22603, - "class_type": "LEC", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Asian Theater: An Anthropological Approach", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 22, - "course_description": "Art serves simultaneously to educate its audience to the group's traditional values and to test new ideas. Indian, Indonesian, and Japanese forms are studied in relation to their cultural context. Through videotapes, lecture demonstrations, performances, and scenework, students explore the forms.", - "enroll_max": 40, - "lecture_number": 22602, - "credits": "5 units", - "location": "TA Lecture E100", - "course_name": "THEA 161D", - "gen_ed_categories": "5 units", - "instructor": "Foley,M.K.", - "class_number": 22602, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theater and Drama of the Renaissance", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 20, - "course_description": "Examines selected plays from the Renaissance (1580-1680, Italy, Spain, England, and France) from a theatrical viewpoint. Covers Renaissance theater buildings and related critical materials. (Formerly The Theater and Drama of Renaissance Europe.)", - "enroll_max": 32, - "lecture_number": 23929, - "credits": "5 units", - "location": "TA Drama B201", - "course_name": "THEA 161C", - "gen_ed_categories": "5 units", - "instructor": "Jannarone,K.M.", - "class_number": 23929, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Business Information Systems", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 143, - "course_description": "Addresses the use of information systems (IS) within a business enterprise. Subjects include computer hardware and software concepts, system design and implementation, telecommunications, data management, transaction-based systems, management information systems, and the use of IS to compete. Intended for technology and information management and business management economics majors.", - "enroll_max": 143, - "lecture_number": 21933, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "TIM 50", - "gen_ed_categories": "5 units", - "instructor": "Chen,Y.", - "class_number": 21933, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Management of Technology Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Th 03:20PM-04:55PM", - "enroll_current": 144, - "course_description": "Uses weekly talks by leading industry practitioners and university researchers to provide in-depth exposure to the management of technology. Topics covered include product development, operations, strategy, finance, and marketing for technologies such as software and information systems. May be repeated for credit.", - "enroll_max": 144, - "lecture_number": 21934, - "credits": "2 units", - "location": "J Baskin Engr 152", - "course_name": "TIM 101", - "gen_ed_categories": "2 units", - "instructor": "Desa,S.", - "class_number": 21934, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 44 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Text Analysis", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students in theater arts.", - "meet_times": "M 02:00PM-05:00PM", - "location": "TA Offices J101", - "enroll_current": 0, - "course_description": "Presents a range of performance blueprints (texts, scores, libretti, etc.), and introduces key methodologies for translating text into performance. A final paper required. May be repeated for credit.", - "lecture_number": 23018, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "THEA 290A", - "gen_ed_categories": "5 units", - "instructor": "Chemers,M.M.", - "class_number": 23018, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Playwriting", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "TA Lecture E100", - "enroll_current": 50, - "course_description": "Students are given the opportunity to write their own scripts and refine them as the result of class discussion and scenework with actors. Work is on specific problems involving such elements as the structuring of a plot or the development of character. May be repeated for credit.", - "lecture_number": 22601, - "credits": "5 units", - "waitlist_current": 6, - "course_name": "THEA 157", - "gen_ed_categories": "5 units", - "instructor": "Brandt,K.L.", - "class_number": 22601, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ancient and Medieval Drama", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 60, - "course_description": "Ancient enmities; horrific acts of parricide; monumental errors; suffering and contrition. This course examines the enormous appeal of the ancient Greek tragic and comic visions from their inception through their enthusiastic adaptation by the Romans and on into the Middle Ages. For comparison purposes, Greek and Roman dramas are studied back-to-back with the contemporary non-Western dramatic forms of Noh and ancient Sanskrit drama.", - "enroll_max": 60, - "lecture_number": 22796, - "credits": "5 units", - "location": "TA 2nd Stage", - "course_name": "THEA 61A", - "gen_ed_categories": "5 units", - "instructor": "Chemers,M.M.", - "class_number": 22796, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Everybody Dance Now!", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 09:20AM-10:55AM", - "enroll_current": 188, - "course_description": "Examines dance as a primary mode of human communication and expression. Through readings and the viewing of recorded and live performances, students compare and contrast dance traditions of the world. May be repeated for credit.", - "enroll_max": 200, - "lecture_number": 23261, - "credits": "5 units", - "location": "TA 2nd Stage", - "course_name": "THEA 80U", - "gen_ed_categories": "5 units", - "instructor": "Pearlman,C.", - "class_number": 23261, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Muppet Magic: Jim Henson's Art", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 175, - "course_description": "The artistic and social impact of the Muppets on American puppetry, children's television, and Hollywood film is explored through viewings, guest lectures, and analysis. Henson's legacy in artistic innovation, mainstreaming of puppet theater for adult audiences, and establishment of puppetry in media and marketing are also explored.", - "enroll_max": 175, - "lecture_number": 22587, - "credits": "5 units", - "location": "Media Theater M110", - "course_name": "THEA 80L", - "gen_ed_categories": "5 units", - "instructor": "Armstrong,L.D.", - "class_number": 22587, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Directing", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 27, - "course_description": "An overview of the analytical and creative processes that inform the director's work. Close examination of texts, concepts, and selected directors and directorial choices.", - "enroll_max": 40, - "lecture_number": 22585, - "credits": "5 units", - "location": "TA Lecture E100", - "course_name": "THEA 40", - "gen_ed_categories": "5 units", - "instructor": "Brandt,K.L.", - "class_number": 22585, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Stage Management", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 04:00PM-05:35PM", - "enroll_current": 24, - "course_description": "Designed to acquaint students with the complexities of staging productions from the audition process to final performance. Directing, lighting, scenic production, sound, cueing, and personnel management are aspects that will be touched upon in class. Students are billed a materials fee. (Formerly", - "enroll_max": 25, - "lecture_number": 22573, - "credits": "5 units", - "location": "TA Drama B201", - "course_name": "THEA 12", - "gen_ed_categories": "5 units", - "instructor": "Mountain,D.R.", - "class_number": 22573, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Experiential Leadership Program Core Course: Tools for Leadership and Conflict Resolution", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 22, - "course_description": "Experiential Leadership Program certificate course where students gain skills and confidence to lead groups; develop a leadership mindset; build tools for communication, conflict resolution, and receiving feedback; cultivate an inclusive and welcoming environment. Course includes one-day high ropes adventure team-building field activity. Students are billed for a materials fee.", - "credits": "2 units", - "waitlist_current": 9, - "course_name": "STEV 11A", - "gen_ed_categories": "2 units", - "lecture_number": 23217, - "class_number": 23217, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Theater Design and Technology", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 60, - "course_description": "Addresses imagination and creativity. Using the framework of theater production, students explore the process of translating a script into a performance. Topics include visual literacy, creative problem solving, establishing effective working teams, tear sheets, storyboarding, drawing, sound and color theory. This course is a prerequisite for all upper-division design courses.", - "enroll_max": 60, - "lecture_number": 22572, - "credits": "5 units", - "location": "TA 2nd Stage", - "course_name": "THEA 10", - "gen_ed_categories": "5 units", - "instructor": "Cuthbert,D.L.", - "class_number": 22572, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Steven Fire 177", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23641, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23641, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theory and Practice of Peer-Guided Learning for Tutors and Learning Assistants", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "Tu 08:00AM-09:35AM", - "enroll_current": 0, - "course_description": "Provides first-time tutors and supplemental-instruction learning assistants with the theoretical background and practical interactive teaching and learning strategies essential for planning, implementing, and evaluating effective peer-guided learning. (Formerly Education 96.)", - "enroll_max": 50, - "lecture_number": 23814, - "credits": "2 units", - "location": "Cowell Clrm 131", - "course_name": "STEV 96", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23814, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theory and Practice of Peer-Guided Learning for Tutors and Learning Assistants", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "M 05:20PM-06:55PM", - "enroll_current": 0, - "course_description": "Provides first-time tutors and supplemental-instruction learning assistants with the theoretical background and practical interactive teaching and learning strategies essential for planning, implementing, and evaluating effective peer-guided learning. (Formerly Education 96.)", - "enroll_max": 50, - "lecture_number": 23020, - "credits": "2 units", - "location": "Porter Acad 148", - "course_name": "STEV 96", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23020, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Nuclear Pacific", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Hum & Soc Sci 250", - "enroll_current": 13, - "course_description": "Examines the history of nuclear weapons and nuclear power in the Pacific region from 1945 to 2013. Students do research on nuclear science, medicine, energy, and weapons testing and their social, political, demographic, and environmental impacts.", - "lecture_number": 23067, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 90", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23067, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rainbow Theater: An Introduction to Multicultural Theater", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 06:00PM-08:00PM", - "enroll_current": 0, - "course_description": "Introduction to Asian American, Chicano/Latino, and African American plays through reading of major authors, discussion of social and historical context of their work, and development of a production of a one-act play from each cultural group. In-depth examination of key historical context of these three cultural groups. Video presentations followed by class discussion. Enrollment by audition. May be repeated for credit.", - "enroll_max": 0, - "lecture_number": 22571, - "credits": "5 units", - "location": "Steven Event Ctr 180", - "course_name": "STEV 80H", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22571, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Steven Acad 151", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23815, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23815, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Steven Fire 177", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23640, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23640, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23635, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23635, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Steven Fire 177", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23639, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23639, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23634, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23634, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Steven Acad 152", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23631, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23631, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23636, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23636, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23633, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23633, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23638, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23638, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23637, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23637, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23632, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23632, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23630, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23630, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Steven Acad 152", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23629, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23629, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23628, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23628, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Spanish for Heritage Speakers", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Humanities 1 110", - "enroll_current": 14, - "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", - "lecture_number": 22568, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 4", - "gen_ed_categories": "5 units", - "instructor": "Malone,S.", - "class_number": 22568, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Spanish for Heritage Speakers", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Humanities 1 110", - "enroll_current": 12, - "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", - "lecture_number": 22567, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 4", - "gen_ed_categories": "5 units", - "instructor": "Malone,S.", - "class_number": 22567, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Hispanic Linguistics: Introduction to Hispanic Linguistics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Linguistics 50; and Spanish 6 or Spanish for Heritage Speakers 6 or equivalent Spanish proficiency.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Humanities 1 110", - "enroll_current": 16, - "course_description": "Taught in Spanish. Students learn the major properties of the Spanish language from a linguistics perspective. Topics covered include: phonetics/phonology, morphology, and syntax. (Formerly Languages 150.)", - "lecture_number": 22898, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 150", - "gen_ed_categories": "5 units", - "instructor": "Zyzik,E.C.", - "class_number": 22898, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "El ensayo lectura, analisis y redaccion", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; Spanish 6 or Spanish for Heritage Speakers 6. Enrollment restricted to sophomore, junior, and senior Spanish studies majors.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Humanities 1 110", - "enroll_current": 13, - "course_description": "Centers on three areas: essay reading, essay analysis and interpretation, and essay writing. Student read representative essays by Latin American writers, analyze their discourse structure, and apply the lessons learned to their own writing.", - "lecture_number": 23168, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 115", - "gen_ed_categories": "5 units", - "instructor": "Gonzalez Pagani,M.", - "class_number": 23168, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 5 or 5M or placement into Spanish 6 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Merrill Acad 130", - "enroll_current": 14, - "course_description": "Increases oral and written proficiency using authentic reading materials which focus on such topics as social class, ethnicity, education, religion, economic, and political developments in the Spanish-speaking world.", - "lecture_number": 22565, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 6", - "gen_ed_categories": "5 units", - "instructor": "Barahona,B.A.", - "class_number": 22565, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Spanish for Heritage Speakers", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Humanities 1 110", - "enroll_current": 9, - "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", - "lecture_number": 22569, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 4", - "gen_ed_categories": "5 units", - "instructor": "Gonzalez Pagani,M.", - "class_number": 22569, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Hispanic Linguistics: Varieties of Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 150. Enrollment is restricted to senior Spanish studies majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Merrill Acad 132", - "enroll_current": 15, - "course_description": "Taught in Spanish. Explores the linguistic variety of the Spanish language in the Iberian Peninsula, the former Spanish colonies, and the Americas from a descriptive, synchronic perspective. Issues of languages in contact, variation in speech communities, and bilingualism are also introduced.", - "lecture_number": 22899, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 151", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22899, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 4 or placement into Spanish 5 via the online Spanish Placement Examination.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Cowell Acad 113", - "enroll_current": 20, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various socio-political and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22562, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 5", - "gen_ed_categories": "5 units", - "instructor": "Malone,S.", - "class_number": 22562, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 64, - "waitlist_max": 999, - "class_number": 23051, - "class_type": "LEC", - "course_description": "Speaking, reading, and writing proficiency in Spanish is required. Explores the social, cultural, economic, and political changes that connect Latin America, Spain, and the United States Latina/o communities. Critical approach designations: Geographies, Power and Subjectivities. Distribution requirement: Global.", - "course_name": "SPAN 105", - "course_title": "Introducci\ufffdn a Spanish Studies", - "location": "Soc Sci 2 075", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 6 or Spanish for Heritage Speakers 6 or permission of instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 23051, - "instructor": "Smith,A.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section; also offered as LIT 189C.", - "enroll_current": 28, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Medical Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 4; or Spanish for Heritage Speakers 4, or 5, or 6; or placement into Spanish 5 via the online Spanish Placement Examination. Enrollment is restricted to health sciences and human biology majors.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "N. Sci Annex 103", - "enroll_current": 15, - "course_description": "Students learn medical vocabulary, useful expressions, suitable grammatical structures, and cultural background to be able to interact with Spanish-speaking patients and doctors. Medical Spanish fulfills language requirement for the health sciences and human biology majors.", - "lecture_number": 22564, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 5M", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22564, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mexico and the Southwest", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 6 or Spanish for Heritage Speakers 6 or equivalent Spanish proficiency.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Steven Acad 151", - "enroll_current": 14, - "course_description": "An interdisciplinary survey of the cultural history of the Mexican people in both Mexico and the U.S. Southwest. Topics include literature, art, folklore, oral tradition, music, politics, as well as \"everyday\" cultural manifestations. Conducted in Spanish. May be counted toward fulfillment of upper-division major requirements for Latin American and Latino studies and language studies. (Formerly Spanish for Spanish Speakers 125.)", - "lecture_number": 22570, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 156M", - "gen_ed_categories": "5 units", - "instructor": "Navarro,M.A.", - "class_number": 22570, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Steven Acad 151", - "enroll_current": 15, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22561, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 4", - "gen_ed_categories": "5 units", - "instructor": "Navarro,M.A.", - "class_number": 22561, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Oakes Acad 222", - "enroll_current": 6, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22557, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 3", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22557, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Oakes Acad 222", - "enroll_current": 22, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22556, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 3", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22556, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "R Carson Acad 250", - "enroll_current": 18, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22555, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 3", - "gen_ed_categories": "5 units", - "instructor": "Perez,A.A.", - "class_number": 22555, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Medical Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 4; or Spanish for Heritage Speakers 4, or 5, or 6; or placement into Spanish 5 via the online Spanish Placement Examination. Enrollment is restricted to health sciences and human biology majors.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "N. Sci Annex 103", - "enroll_current": 11, - "course_description": "Students learn medical vocabulary, useful expressions, suitable grammatical structures, and cultural background to be able to interact with Spanish-speaking patients and doctors. Medical Spanish fulfills language requirement for the health sciences and human biology majors.", - "lecture_number": 22563, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 5M", - "gen_ed_categories": "5 units", - "instructor": "Lain,S.L.", - "class_number": 22563, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Spanish for Heritage Speakers", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Humanities 1 110", - "enroll_current": 14, - "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", - "lecture_number": 22566, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 4", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22566, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Kresge Acad 194", - "enroll_current": 25, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22550, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 2", - "gen_ed_categories": "5 units", - "instructor": "Castillo Trelles,C.", - "class_number": 22550, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Oakes Acad 222", - "enroll_current": 16, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22551, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 2", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22551, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Steven Acad 151", - "enroll_current": 25, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22560, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 4", - "gen_ed_categories": "5 units", - "instructor": "Navarro,M.A.", - "class_number": 22560, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "R Carson Acad 250", - "enroll_current": 9, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22559, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 4", - "gen_ed_categories": "5 units", - "instructor": "Barahona,B.A.", - "class_number": 22559, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Kresge Clrm 325", - "enroll_current": 11, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22546, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 1", - "gen_ed_categories": "5 units", - "instructor": "Castillo Trelles,C.", - "class_number": 22546, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "R Carson Acad 250", - "enroll_current": 16, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22558, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 4", - "gen_ed_categories": "5 units", - "instructor": "Barahona,B.A.", - "class_number": 22558, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "R Carson Acad 250", - "enroll_current": 25, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22554, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "SPAN 3", - "gen_ed_categories": "5 units", - "instructor": "Perez,A.A.", - "class_number": 22554, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sociological Methods", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students in sociology and by permission number.", - "meet_times": "W 09:00AM-12:00PM", - "location": "R Carson Acad 301", - "enroll_current": 4, - "course_description": "Approaches methods as a series of conscious and strategic choices for doing various kinds of research. Introduces students to the epistemological questions of method in social sciences; to key issues in \"technique,\" particularly control, reliability, and validity; and to good examples of social research.", - "lecture_number": 22543, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 203", - "gen_ed_categories": "5 units", - "instructor": "Terriquez,V.", - "class_number": 22543, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Oakes Acad 222", - "enroll_current": 15, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22552, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 2", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22552, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Cowell Acad 113", - "enroll_current": 0, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22548, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 1", - "gen_ed_categories": "5 units", - "instructor": "Lang,N.W.", - "class_number": 22548, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Humanities 1 110", - "enroll_current": 10, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22547, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 1", - "gen_ed_categories": "5 units", - "instructor": "Lain,S.L.", - "class_number": 22547, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Making of Classical Theory", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students in sociology and by permission number.", - "meet_times": "W 04:00PM-07:00PM", - "location": "R Carson Acad 301", - "enroll_current": 6, - "course_description": "Examines the establishment of \"theory\" in the discipline of sociology. Introduces students to close readings and analysis of a core selection of social theory. Problematizes the construction, maintenance, and reproduction of a theoretical canon in sociology.", - "lecture_number": 22542, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 201", - "gen_ed_categories": "5 units", - "instructor": "Angelo,H.", - "class_number": 22542, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Kresge Clrm 325", - "enroll_current": 18, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22545, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 1", - "gen_ed_categories": "5 units", - "instructor": "Castillo Trelles,C.", - "class_number": 22545, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sociology of Social Problems", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Engineer 2 192", - "enroll_current": 37, - "course_description": "Views \"problems\" in society not as given but as social constructs. Examines the ways in which conditions in society become identified and defined as problems and consequences that follow from such a process.", - "lecture_number": 22541, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 178", - "gen_ed_categories": "5 units", - "instructor": "McDrew,M.S.", - "class_number": 22541, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 37 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Body and Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior majors and minors and proposed majors and minors in sociology, global information and enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "R Carson Acad 240", - "enroll_current": 39, - "course_description": "Critically examines the place of the human body in contemporary society. Focuses on the social and cultural construction of bodies, including how they are gendered, racialized, sexualized, politicized, represented, colonized, contained, controlled, and inscribed. Discusses relationship between embodiment, lived experiences, and social action. Focuses on body politics in Western society and culture, especially the United States.", - "lecture_number": 22539, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "SOCY 152", - "gen_ed_categories": "5 units", - "instructor": "Mccullen,C.G.", - "class_number": 22539, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 39 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Social Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior sociology majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Steven Acad 175", - "enroll_current": 50, - "course_description": "Major theories and concepts in sociological study of social psychology. Topics include identity and social interaction, deviance, sociology of emotions, social narratives, and the social construction of reality.", - "lecture_number": 23365, - "credits": "5 units", - "waitlist_current": 12, - "course_name": "SOCY 136", - "gen_ed_categories": "5 units", - "instructor": "McNamara,M.B.", - "class_number": 23365, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Family and Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Oakes Acad 106", - "enroll_current": 20, - "course_description": "Focuses on the interaction between family and society by considering the historical and social influences on family life and by examining how the family unit affects the social world. Readings draw on theory, history, and ethnographic materials.", - "lecture_number": 22536, - "credits": "5 units", - "waitlist_current": 9, - "course_name": "SOCY 111", - "gen_ed_categories": "5 units", - "instructor": "Martyna,W.", - "class_number": 22536, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sociology of Drugs, Botanicals and Pharmaceuticals", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or 10 or 15; or by permission of the instructor.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Kresge Clrm 327", - "enroll_current": 38, - "course_description": "Engages the social, historical, and economic trajectories of the drugs, illicit and licit, botanical and pharmaceutical within U.S. society. Through an examination of case studies, and other texts of encounter, explores how international, state, and local actors mediate as interlocutors between globalized interests, local knowledges, and the molecules we have increasingly come to know, ingest, and incorporate. Enrollment restricted to junior and senior sociology, biology, biochemistry and molecular biology, community studies, Latin American/sociology combined, and global information and social enterprise majors, proposed majors, and minors.", - "lecture_number": 23242, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "SOCY 127P", - "gen_ed_categories": "5 units", - "instructor": "Battle,J.", - "class_number": 23242, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 38 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Global Information and Social Enterprise Studies", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lab and associated secondary lab", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 34, - "course_description": "The first class in a three-quarter sequence that prepares students for designing social justice and sustainability projects using social-enterprise methodologies to transfer information and communications technologies (ICT) to community and non-governmental organizations. Tuesday's class topics include globalization, info-exclusion, social justice, information revolution, global civil-society networks, social entrepreneurship, and organizational assessment. Thursday's technical laboratory teaches students to develop practical ICT skills for working solidarity with community organizations in areas such as web design, graphic design, and digital networking.", - "enroll_max": 60, - "lecture_number": 22509, - "credits": "5 units", - "location": "Kresge Clrm 327", - "course_name": "SOCY 30A", - "gen_ed_categories": "5 units", - "instructor": "Benner,C.", - "class_number": 22509, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sociology of Social Movements", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "R Carson Acad 240", - "enroll_current": 42, - "course_description": "Through readings on social movements that span the 20th century, course examines the causes of popular mobilizations, their potential for rapid social change, and the theories developed to understand and explain their role in modern social life.", - "lecture_number": 22540, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 172", - "gen_ed_categories": "5 units", - "instructor": "Gould,D.B.", - "class_number": 22540, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 42 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Project Practicum: Global Information and Social Enterprise", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 30C or 107B.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "PhysSciences 140", - "enroll_current": 20, - "course_description": "Project practicum and evaluation are required for completion of major or minor in global information and social enterprise studies (GISES). Projects require approval in advance by the director of GISES. Completed projects must be uploaded electronically on the website or archive of the Everett Program. May be repeated for credit.", - "lecture_number": 23805, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 196G", - "gen_ed_categories": "5 units", - "instructor": "Benner,C.", - "class_number": 23805, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Popular Culture and Cultural Studies", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 105A or 105B. Enrollment is restricted to junior and senior majors and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Porter Acad 144", - "enroll_current": 41, - "course_description": "Examines the hidden politics of popular pleasure, studying the workings of domination and transgression in popular culture and everyday life. Explores not only media representations but cultural practices as well. Examines both cultural production and consumption. Considers how hegemonic discourses render the politics of resistance invisible. (Formerly", - "lecture_number": 23364, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "SOCY 129", - "gen_ed_categories": "5 units", - "instructor": "Mccullen,C.G.", - "class_number": 23364, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 22516, - "class_type": "LEC", - "course_description": "An introduction to comparative and historical analyses of the relation between race and law in the U.S. Emphasis on examinations of continuous colonial policies and structural mechanisms that help maintain and perpetuate racial inequality in law, criminal justice, and jury trials. (Formerly Race and Justice)", - "course_name": "SOCY 128I", - "course_title": "Race and Law", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment restricted to sophomore, junior, and senior majors, proposed majors, and minors in legal studies, sociology, community studies, Latin American/sociology combined, global information and social enterprise, and critical race and ethnic studies.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 22516, - "instructor": "Fukurai,H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 128I.", - "enroll_current": 99, - "waitlist_current": 10 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 22527, - "class_type": "LEC", - "course_description": "This intensive survey course examines the intellectual origins of the sociological tradition, focusing on changing conceptions of social order, social change, and the trends observed in the development of Western civilization in the modern era. Readings are all taken from original texts and include many of the classical works in social theory with special emphasis on the ideas of Marx, Weber, and Durkheim, which constitute the core of the discipline. Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements.", - "course_name": "SOCY 105A", - "course_title": "Classical Social Theory", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22527, - "instructor": "Angelo,H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 72, - "waitlist_current": 0 - }, { - "enroll_max": 11, - "waitlist_max": 0, - "class_number": 22700, - "class_type": "SEM", - "course_description": "Graduate-level advanced seminar explores ways that seeing, hearing, and knowing are influenced by culture, power, race, and other factors. Readings emphasize how documentary subjects are constituted and known, addressing questions of epistemology, social constructivism, objectivity, and method. (Formerly Ways of Seeing and Hearing.)", - "course_name": "SOCD 204", - "course_title": "Ethnographic Writing and Social Documentation", - "location": "KresgeAnnex B 115", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 03:00PM-06:00PM", - "credits": "5 units", - "lecture_number": 22700, - "instructor": "Ochoa,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as FMST 204", - "enroll_current": 11, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "World Society", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 126, - "course_description": "Introduction to comparative and historical sociology. Focuses on the global integration of human society. Examines social changes such as industrialization, globalization, colonial rule, and the rise of Islamic fundamentalism. Uses social theory (including ideas from Marx, Weber, and Adam Smith) to explore the making of institutions like the nation-state, the World Trade Organization, the World Bank, and the International Monetary Fund. Fulfills lower-division major requirement.", - "enroll_max": 150, - "lecture_number": 22500, - "credits": "5 units", - "location": "Earth&Marine B206", - "course_name": "SOCY 15", - "gen_ed_categories": "5 units", - "instructor": "Mc Kay,S.", - "class_number": 22500, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 2 - }, { - "enroll_max": 150, - "waitlist_max": 999, - "class_number": 22518, - "class_type": "LEC", - "course_description": "Introduces students to major types of date and data analysis used in sociology. Designed to give students a foundation in understanding social science research articles, reports, and media reports used in political and policy debates. Topics include: general principles of research design, measurement, inductive and deductive modes of reasoning, experimental design, field work and ethnographic design, and reading and understanding basic quantitative forms of data and analysis. (Formerly course 103B, The Logic and Methods of Social Inquiry.)", - "course_name": "SOCY 3A", - "course_title": "The Evaluation of Evidence", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 22518, - "instructor": "London,R.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 108, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Sociology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 80, - "course_description": "A systematic study of social groups ranging in size from small to social institutions to entire societies. Organized around the themes of social interaction, social inequality, and social change. Fulfills lower-division major requirement.", - "enroll_max": 80, - "lecture_number": 22493, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "SOCY 1", - "gen_ed_categories": "5 units", - "instructor": "McNamara,M.B.", - "class_number": 22493, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Production/Analysis/Editing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to social documentation graduate students.", - "meet_times": "W 04:00PM-07:00PM", - "location": "Commun Bldg 113", - "enroll_current": 6, - "course_description": "Workshop seminar oriented toward actual fieldwork, production, and preparation for editing of the thesis project in the student's chosen genre. Techniques of collection and recording, analysis, preparation, and editing taught.", - "lecture_number": 22702, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCD 294A", - "gen_ed_categories": "5 units", - "instructor": "Andrews,L.", - "class_number": 22702, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 7 - }, { - "grading_options": "Multi-Term Course", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Developmental Research and Writing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 09:15AM-10:30AM", - "location": "Soc Sci 2 221", - "enroll_current": 3, - "course_description": "Tailored to graduate students' interests among topics involving research and scholarship in sociocultural approaches to development, methods for research design, data collection, coding, and analysis, and preparing and reviewing grant proposals and journal manuscripts. Multiple-term course; students receive 6 credits in the third quarter of attendance; the performance evaluation and grade submitted for the final quarter applies to all three quarters. May be repeated for credit.", - "lecture_number": 22487, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PSYC 290B", - "gen_ed_categories": "2 units", - "instructor": "Rogoff,B.", - "class_number": 22487, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Russian", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 17, - "course_description": "Aural comprehension, speaking, reading, and writing. Recitation and laboratory. Elementary sequence (1-2-3) begins in the fall quarter only. (Formerly Instruction in the Russian Language.)", - "enroll_max": 30, - "lecture_number": 22488, - "credits": "5 units", - "location": "J Baskin Engr 372", - "course_name": "RUSS 1", - "gen_ed_categories": "5 units", - "instructor": "Lundblad-Janjic,J.", - "class_number": 22488, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar I: Cognitive and Language Development", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Soc Sci 2 137", - "enroll_current": 4, - "course_description": "Explores major theories and research in the fields of cognitive development and language development. Begins with classic theorists, such as Piaget and Vygotsky, and proceeds to theories and research on topics of current interest.", - "lecture_number": 22486, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 244A", - "gen_ed_categories": "5 units", - "instructor": "Akhtar,N.N.", - "class_number": 22486, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Research in Developmental Psychology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", - "meet_times": "M 03:30PM-05:00PM", - "location": "Soc Sci 2 121", - "enroll_current": 11, - "course_description": "Seminar to study, critique, and develop research in developmental psychology. May be repeated for credit.", - "lecture_number": 22485, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 242", - "gen_ed_categories": "5 units", - "instructor": "Wang,S.", - "class_number": 22485, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing and Editing Workshop", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students formally accepted into the writing track of the Science Communication Program.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "KresgeAnnex A 118", - "enroll_current": 0, - "course_description": "Theory and practice of writing and editing articles on scientific, medical, environmental, and technological subjects for newspapers, magazines, and special publications directed at non-technical readers. May be repeated for credit.", - "lecture_number": 22490, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SCIC 202", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22490, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Research in Cognitive Psychology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", - "meet_times": "W 10:20AM-11:50AM", - "location": "Soc Sci 2 121", - "enroll_current": 10, - "course_description": "Colloquium series to study and critique research in cognitive psychology and cognitive science. May be repeated for credit.", - "lecture_number": 22483, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 230", - "gen_ed_categories": "5 units", - "instructor": "Storm,B.C.", - "class_number": 22483, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Documentary Field Production and Editing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to social documentation graduate students.", - "meet_times": "Tu 10:00AM-01:00PM", - "location": "Commun Bldg 139", - "enroll_current": 1, - "course_description": "Designed to provide supplemental instruction on specific topical and/or technical matters related to social documentation. Topics include technical standards and innovations within the field of social documentation, documentary subjects, location production, and/or the work of individual professional documentarians. (Formerly course 290, Special Topics in Social Documentation.) May be repeated for credit.", - "lecture_number": 22712, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCD 201A", - "gen_ed_categories": "5 units", - "instructor": "Taylor,J.", - "class_number": 22712, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 11 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar: Cognitive I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", - "meet_times": "M 02:00PM-04:30PM", - "location": "Soc Sci 2 363", - "enroll_current": 5, - "course_description": "A proseminar reviewing current topics in cognitive psychology, designed to introduce new graduate students to the field.", - "lecture_number": 22481, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 224A", - "gen_ed_categories": "5 units", - "instructor": "Storm,B.C.", - "class_number": 22481, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Multivariate Techniques for Psychology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 214A.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 2 171", - "enroll_current": 6, - "course_description": "Introduces factor analysis and structural equation modeling (SEM). Develop skills in defining, estimating, testing, and critiquing models. Topics include the rationale of SEM, model identification, goodness of fit, and estimation. Learn how to use relevant software packages (R, SAS, LISREL, EQS, or AMOS) to conduct exploratory and confirmatory factor analyses and latent variable path analyses.", - "lecture_number": 22480, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 214B", - "gen_ed_categories": "5 units", - "instructor": "Bonett,D.G.", - "class_number": 22480, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Topics in Sociological Analysis", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "Tu 08:30AM-11:30AM", - "enroll_current": 1, - "course_description": "The topics to be analyzed each year vary with the instructor but focus upon a specific research area. Enrollment restricted to graduate students by consent of the instructor. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22544, - "credits": "5 units", - "location": "R Carson Acad 301", - "course_name": "SOCY 290", - "gen_ed_categories": "5 units", - "instructor": "Battle,J.", - "class_number": 22544, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Approaches to Social Documentation", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 10:00AM-01:00PM", - "location": "KresgeAnnex B 115", - "enroll_current": 1, - "course_description": "Comprehensive review and analysis of documentary strategies aimed at societal critique and social change, evaluating changes in argument, evidence, and process over development of the discipline.", - "lecture_number": 22689, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCD 200", - "gen_ed_categories": "5 units", - "instructor": "Kahana,J.", - "class_number": 22689, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Research in Social Psychology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", - "meet_times": "M 10:20AM-11:50AM", - "location": "Soc Sci 2 121", - "enroll_current": 10, - "course_description": "Seminar to study, critique, and develop research in social psychology. May be repeated for credit.", - "lecture_number": 22484, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 231", - "gen_ed_categories": "5 units", - "instructor": "Covarrubias,R.G.", - "class_number": 22484, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Reporting and Writing Science News", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students formally accepted into the writing track of the Science Communication Program.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "KresgeAnnex A 118", - "enroll_current": 0, - "course_description": "A survey of the conventions of newspaper journalism and the special application of those conventions to scientific and technological subjects.", - "lecture_number": 22489, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SCIC 201A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22489, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Multi-Term Course", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Developmental Research I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students or with instructor's permission.", - "meet_times": "Tu 09:00AM-12:00PM", - "location": "Soc Sci 2 137", - "enroll_current": 2, - "course_description": "Examines the rationale and techniques of research in developmental psychology. Topics include theories and paradigms in developmental psychology; translating theoretical ideas into researchable hypotheses; diversity issues in sampling; and conducting ethical research. Multiple-term course; students receive 6 credits in the second quarter of attendance; the grade and evaluation submitted for the final quarter applies to both quarters.", - "lecture_number": 22482, - "credits": "3 units", - "waitlist_current": 1, - "course_name": "PSYC 225A", - "gen_ed_categories": "3 units", - "instructor": "Wang,S.", - "class_number": 22482, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Quantitative Data Analysis", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 2 171", - "enroll_current": 12, - "course_description": "Intermediate statistical methods widely used in psychology (e.g., ANOVA, ANCOVA, multiplecomparisons, repeated-measures) and corresponding SPSS or R programs.", - "lecture_number": 22478, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 204", - "gen_ed_categories": "5 units", - "instructor": "Bonett,D.G.", - "class_number": 22478, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Health Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 3 or 100.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Kresge Clrm 321", - "enroll_current": 0, - "course_description": "Course examines the psychological aspects of health, illness and healing. Focuses primarily on etiology, treatment and prevention; specific topics include stress and the immune response, social support, compliance, health beliefs, and the healing relationship. (Formerly course 140C.)", - "lecture_number": 24285, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 172", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 24285, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22467, - "class_type": "LEC", - "course_description": "Serves as an in-depth introduction to the field of clinical psychology. Covers issues of clinical assessment, interviewing, testing, and a range of therapeutic modalities.", - "course_name": "PSYC 167", - "course_title": "Clinical Psychology", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100; course 170 is recommended as preparation. Enrollment is restricted to psychology majors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22467, - "instructor": "Quinn,R.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 103, - "waitlist_current": 33 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Teaching Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Pre-enroll at the Psychology Department Office 273 Social Sciences 2. Advance preparation required.", - "meet_times": "F 09:00AM-12:00PM", - "enroll_current": 7, - "course_description": "Students lead discussion groups and provide one-to-one tutoring for courses 1 or 3 or 100. Admission requires essay describing interest in becoming a course assistant, copies of psychology evaluations, and a letter of recommendation from a psychology faculty member; completion of some upper-division psychology courses prior to enrollment in this course. Prerequisite(s): course 3 or 100. Enrollment restricted to psychology majors. (Formerly \"Introduction to Psychology.\")", - "enroll_max": 0, - "lecture_number": 22477, - "credits": "5 units", - "location": "Soc Sci 2 104", - "course_name": "PSYC 191A", - "gen_ed_categories": "5 units", - "instructor": "Cardilla,K.S.", - "class_number": 22477, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Personality, Relationships, and Emotions", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3 or 100. Courses 10 and 60 recommended as preparation.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "Explores the reciprocal development of personalities and emotions/emotion regulation in the context of close relationships.", - "lecture_number": 23326, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 175", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 23326, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 22472, - "class_type": "LEC", - "course_description": "A critical and intensive exploration of a wide variety of specific disorders within their biological, developmental, and social contexts. Concepts of psychopathology in childhood, major and minor diagnostic systems, and a variety of theories of etiology are explored. General intervention strategies and a wide range of specific psychotherapy systems for treatment are closely examined and demonstrated.", - "course_name": "PSYC 171", - "course_title": "Childhood Psychopathology", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 3 or 100; and course 10. Course 170 strongly recommended.", - "meet_times": "TuTh 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 22472, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 70, - "waitlist_current": 15 - }, { - "enroll_max": 0, - "waitlist_max": 0, - "class_number": 23896, - "class_type": "LEC", - "course_description": "Survey of theory, research, and intervention in human psychopathology. Covers psychological, biological, developmental, and socio-cultural approaches.", - "course_name": "PSYC 170", - "course_title": "Abnormal Psychology", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100; course 60 highly recommended as preparation.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 23896, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 0, - "waitlist_current": 23 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Achievement Disparities: A Social Psychological Perspective", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100, and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior psychology majors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Oakes Acad 222", - "enroll_current": 19, - "course_description": "In this interactive seminar, we draw on research and theories in social and cultural psychology to examine persisting disparities in education and achievement for varying social groups (e.g., race/ethnicity, gender, social class) and to identify intervention strategies for reducing these disparities. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", - "lecture_number": 23198, - "credits": "5 units", - "waitlist_current": 4, - "course_name": "PSYC 159R", - "gen_ed_categories": "5 units", - "instructor": "Covarrubias,R.G.", - "class_number": 23198, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Psychology of Immigration", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior psychology majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "N. Sci Annex 102", - "enroll_current": 19, - "course_description": "Provides an overview of the social and cultural psychological study of immigrants in the United States. Examines the migration/immigration process; immigrants' social identities; schooling of immigrant youth; and impact of policy on the well-being of immigrants. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", - "lecture_number": 23858, - "credits": "5 units", - "waitlist_current": 5, - "course_name": "PSYC 159I", - "gen_ed_categories": "5 units", - "instructor": "Casanova,S.", - "class_number": 23858, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22462, - "class_type": "LEC", - "course_description": "Examines how social class shapes attitudes, beliefs, and behaviors. Emphasis is placed on structural barriers and their impact on the well-being of low-income groups. Strategies for reducing classist discrimination, improving interclass relations, and strengthening social policy are discussed.", - "course_name": "PSYC 153", - "course_title": "The Psychology of Poverty and Social Class", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite: course 3 or 100, or anthropology, community studies, economics, legal studies, politics, sociology, or feminist studies majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22462, - "instructor": "Bullock,H.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 100, - "waitlist_current": 17 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 22987, - "class_type": "LEC", - "course_description": "Addresses sexual and gender identity diversity in social, historical, and political context. Highlights current social justice issues and cultural ideologies related to sexual and gender identity diversity. Discusses social and scientific activism for sexual liberation; gay and lesbian identities and communities; sexuality beyond binaries and categories (e.g., bisexuality, pansexuality); asexuality; kink/fetish; transgender identities and sexualities; sexual fluidity and heteroflexibility; and queer sexual ethics and politics.", - "course_name": "PSYC 140H", - "course_title": "Sexual Identity and Society", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 22987, - "instructor": "Hammack,P.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 71, - "waitlist_current": 10 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22456, - "class_type": "LEC", - "course_description": "Examines basic theories, models, methods, and research findings in human memory. Both traditional and nontraditional topics are covered.", - "course_name": "PSYC 129", - "course_title": "Human Learning and Memory", - "location": "J Baskin Engr 152", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22456, - "instructor": "Seymour,T.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 103, - "waitlist_current": 26 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Weird Science", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements and course 3 or 100. Enrollment is restricted to senior psychology and cognitive science majors.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Cowell Acad 113", - "enroll_current": 29, - "course_description": "Explores the relationship between science and pseudoscience from a cognitive psychological perspective, including discussion of collection and selection of data, statistical assessment of data, cognitive illusions, memory distortions, reasoning, and decision-making. Also highlights the dissemination of scientific knowledge. Satisfies seminar requirement. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement. (Formerly course 134.)", - "lecture_number": 22795, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "PSYC 139H", - "gen_ed_categories": "5 units", - "instructor": "Fox Tree,J.E.", - "class_number": 22795, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Social Psychology of Flimflam", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology majors.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Steven Acad 175", - "enroll_current": 50, - "course_description": "Why do we believe strange things? This course investigates such flimflams as beliefs in the Loch Ness Monster, quack health care, and racial superiority to illustrate the underlying social psychological principles that lead us to adopt weird attitudes.", - "lecture_number": 22461, - "credits": "5 units", - "waitlist_current": 25, - "course_name": "PSYC 150", - "gen_ed_categories": "5 units", - "instructor": "Pratkanis,A.R.", - "class_number": 22461, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "enroll_max": 160, - "waitlist_max": 999, - "class_number": 22449, - "class_type": "LEC", - "course_description": "An analysis of human communication as a function of psychological, linguistic, and social factors. Focuses on language comprehension and production, including the processing of sounds, words, syntax, semantics, pragmatics, and dialogue.", - "course_name": "PSYC 125", - "course_title": "The Psychology of Language", - "location": "Earth&Marine B206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", - "meet_times": "TuTh 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 22449, - "instructor": "Kawamoto,A.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 160, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Psychology of Reading", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "R Carson Acad 242", - "enroll_current": 26, - "course_description": "Focuses on the cognitive processes that underlie reading in adults. Additional topics include different writing systems, learning to read, and reading deficits. Recommended for upper-division students.", - "lecture_number": 23828, - "credits": "5 units", - "waitlist_current": 12, - "course_name": "PSYC 124", - "gen_ed_categories": "5 units", - "instructor": "Krause,P.A.", - "class_number": 23828, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Face Recognition", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 1 or 20 or 20A; and course 3 or 100. Enrollment is restricted to senior cognitive science, neuroscience, and psychology majors.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Oakes Acad 106", - "enroll_current": 24, - "course_description": "To navigate our social world, we need to extract a wealth of information from faces, including identity, expression, gaze, age, and gender. This seminar reviews current topics in face-recognition research, from cognitive, neuroscience, developmental, social, and computational perspectives. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", - "lecture_number": 23023, - "credits": "5 units", - "waitlist_current": 11, - "course_name": "PSYC 139K", - "gen_ed_categories": "5 units", - "instructor": "Davidenko,N.", - "class_number": 23023, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Social Context", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "PhysSciences 140", - "enroll_current": 27, - "course_description": "A systematic analysis of the social and contextual determinants of human behavior, with special attention given to concepts of situational control, social comparison, role and attribution theories, as well as the macrodeterminants of behavior: cultural, historical, and sociopolitical context.", - "lecture_number": 23822, - "credits": "5 units", - "waitlist_current": 5, - "course_name": "PSYC 146", - "gen_ed_categories": "5 units", - "instructor": "Toolis,E.E.", - "class_number": 23822, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Media Contexts of Adolescent and Young Adult Development", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, course 10, and course 3 or 100. Course 102 is recommended. Enrollment is restricted to senior psychology majors.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Oakes Acad 106", - "enroll_current": 26, - "course_description": "Focuses on the role of media in adolescents' and young adults' identity development, friendships, and peer relationships. Topics include: globalization; physical/body image; friendships and peer acceptance; and educational and career goals. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", - "lecture_number": 23567, - "credits": "5 units", - "waitlist_current": 8, - "course_name": "PSYC 119T", - "gen_ed_categories": "5 units", - "instructor": "Cardilla,K.S.", - "class_number": 23567, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "enroll_max": 48, - "waitlist_max": 999, - "class_number": 23054, - "class_type": "LEC", - "course_description": "Offers a practical introduction to computer programming for psychology and cognitive science students. Students learn simple and effective techniques for collecting, parsing, and analyzing behavioral data from behavioral experiments. Students create programs to present visual stimuli, collect keyboard responses, and then write response time and accuracy to datafiles on disk. Students then write new programs to extract information from the datafiles, perform statistical analysis, and present summaries of the findings. Students learn to use the Python programming language for cross-platform application development. No previous programming experience is necessary.", - "course_name": "PSYC 138", - "course_title": "Computer Programming for the Cognitive Sciences", - "location": "MingOng Cmp Lb 103", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or 20A or 20B, and 100. Enrollment is restricted to psychology and cognitive science majors.", - "meet_times": "MW 12:00PM-01:35PM", - "credits": "5 units", - "lecture_number": 23054, - "instructor": "Seymour,T.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 48, - "waitlist_current": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Development in Infancy", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 3 or 100, and 10. Enrollment is restricted to psychology and cognitive science majors.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "J Baskin Engr 372", - "enroll_current": 26, - "course_description": "Focuses on psychological development in infancy. Presents research on perceptual, cognitive, and social-emotional development during the first two years of life. (Formerly course 101.)", - "lecture_number": 23821, - "credits": "5 units", - "waitlist_current": 14, - "course_name": "PSYC 104", - "gen_ed_categories": "5 units", - "instructor": "Zhang,Y.", - "class_number": 23821, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 23226, - "class_type": "LEC", - "course_description": "Examines interdisciplinary theory, research, and methods of studying the cultural basis of human development, and variations and similarities in human lives and practices in the United States and worldwide cultural communities.", - "course_name": "PSYC 114", - "course_title": "Human Development as a Cultural Process", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 10 and 100.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 23226, - "instructor": "Rogoff,B.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 69, - "waitlist_current": 3 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 23079, - "class_type": "LEC", - "course_description": "How and why do children develop into moral beings? This course covers key theories and empirical research about the cognitive, emotional, and behavioral aspects of moral development, including psychoanalytic, behaviorist, constructivist, nativist, and evolutionary approaches.", - "course_name": "PSYC 112", - "course_title": "Moral Development", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 10 and 100.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 23079, - "instructor": "Dahl,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 70, - "waitlist_current": 46 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cognition: Fundamental Theories", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 07:10PM-08:45PM", - "enroll_current": 70, - "course_description": "Introduces basic concepts in cognitive psychology with a focus on theoretical explanations of cognitive functioning. Topics include perception, attention, memory, concepts, language, visual cognition, executive functions, and reasoning processes. (Formerly course 20, Introduction to Cognitive Psychology.)", - "enroll_max": 70, - "lecture_number": 22441, - "credits": "5 units", - "location": "J Bask Aud 101", - "course_name": "PSYC 20A", - "gen_ed_categories": "5 units", - "instructor": "Samaha,J.M.", - "class_number": 22441, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 52 - }, { - "enroll_max": 12, - "waitlist_max": 999, - "class_number": 22427, - "class_type": "LEC", - "course_description": "An introduction to research methods used to investigate human psychology. Course emphasizes critical thinking, designing and conducting research, analyzing and interpreting data, and writing a professional research report.", - "course_name": "PSYC 100", - "course_title": "Research Methods in Psychology", - "location": "Earth&Marine B206", - "grading_options": "Student Option", - "gen_ed_categories": "7 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Entry Level Writing and Composition requirements; Applied Mathematics and Statistics 2 or 3 or 6, or Mathematics 3 or higher level Mathematics course; and course 2 or Applied Mathematics and Statistics 5 or 7/7L.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "7 units", - "lecture_number": 22427, - "instructor": "Takayama,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 12, - "waitlist_current": 130 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Social Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 85, - "course_description": "An analysis of contemporary research in social psychology and of what that research can teach us about the world we live in. Problems of conformity, propaganda, prejudice, attraction, and aggression. Focuses on a person's relationship with other people, how he or she influences them and is influenced by them.", - "enroll_max": 85, - "lecture_number": 22448, - "credits": "5 units", - "location": "Steven Acad 150", - "course_name": "PSYC 40", - "gen_ed_categories": "5 units", - "instructor": "Pratkanis,A.R.", - "class_number": 22448, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 6 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 22436, - "class_type": "LEC", - "course_description": "Addresses psychological development from conception through adolescence. Provides an overview of developmental psychology.", - "course_name": "PSYC 10", - "course_title": "Introduction to Developmental Psychology", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1; Applied Mathematics and Statistics 3 or 6, or Math 3 or higher Mathematics courses; and course 2 or Applied Mathematics and Statistics 5 or 7/7L.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 22436, - "instructor": "Wang,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 50, - "waitlist_current": 110 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 07:10PM-08:45PM", - "enroll_current": 40, - "course_description": "Introduces prospective majors to the scientific study of behavior and mental processes and also provides an overview for non-majors. Emphasizes social, cognitive, developmental, and personality psychology and their interrelations.", - "enroll_max": 40, - "lecture_number": 22413, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "PSYC 1", - "gen_ed_categories": "5 units", - "instructor": "Cardilla,K.S.", - "class_number": 22413, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 48 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "R Carson Acad 250", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23627, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23627, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "R Carson Acad 250", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23626, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23626, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23620, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23620, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "R Carson Acad 250", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23625, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23625, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23624, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23624, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23623, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23623, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23622, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23622, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23621, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23621, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23619, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23619, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23618, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23618, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23617, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23617, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23615, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23615, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Accelerated Intermediate Portuguese", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 65A, or by consent of instructor.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Humanities 1 110", - "enroll_current": 7, - "course_description": "Sequential to course 65A, completes second-year accelerated instruction. A systematic grammar review is combined with literacy and cultural readings, while communicative exercises focus on improving students' ability to understand and hold sustained conversations. Students expand their vocabulary and knowledge of Brazil and other Portuguese-speaking cultures through films, popular music, and other culturally authentic materials.", - "lecture_number": 22412, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PORT 65B", - "gen_ed_categories": "5 units", - "instructor": "Seara,A.M.", - "class_number": 22412, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Accelerated Portuguese for Speakers of Romance Languages", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 4 or Spanish for Heritage Speakers 4 or Spanish for Spanish Speakers 61 or French 4 or Italian 4 or Spanish Placement Examination score of 50 or by consent of instructor.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Crown Clrm 203", - "enroll_current": 6, - "course_description": "The first quarter of accelerated first-year instruction (60A-B). Designed for students with four quarters of college-level Spanish, French, Italian, or Catalan, and native speakers of these Romance languages (including heritage speakers of Portuguese). Emphasizes all language skills, including cultural competence. (Formerly Advanced Beginning and Intermediate Portuguese.)", - "lecture_number": 22411, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PORT 60A", - "gen_ed_categories": "5 units", - "instructor": "Seara,A.M.", - "class_number": 22411, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Race: History of a Concept", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to senior politics and Latin American and Latino studies/politics combined majors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Crown Clrm 202", - "enroll_current": 12, - "course_description": "Examines how we came, by the late 19th century, to classify humanity into racial categories. In an effort to trace emergence of this very modern phenomenon, explores historical shifts that informed Europe's representation of cultural difference from the writings of ancient Greeks to the social Darwinism of 19th-century Britain.", - "lecture_number": 22409, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 190P", - "gen_ed_categories": "5 units", - "instructor": "Seth,V.", - "class_number": 22409, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23616, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23616, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23614, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23614, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Accelerated Portuguese", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 18, - "course_description": "This course is the first quarter of an accelerated two-quarter series (1A-B), which, taken together, are equivalent to first-year instruction. This intensive class requires no background in the Romance languages, and emphasizes all language skills, including cultural competence. (Formerly Intensive Elementary Portuguese.)", - "enroll_max": 30, - "lecture_number": 22410, - "credits": "5 units", - "location": "Crown Clrm 203", - "course_name": "PORT 1A", - "gen_ed_categories": "5 units", - "instructor": "Seara,A.M.", - "class_number": 22410, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Substance of Democracy", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to senior politics and combined politics/Latin American and Latino studies majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 2 363", - "enroll_current": 10, - "course_description": "What is democracy? How can we identify it? How do we understand and identify political participation? What are the factors behind it? What role does protest have in democratic politics? These and similar questions are addressed in this course that focuses on topics of democratic politics in the United States and abroad.", - "lecture_number": 22407, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 190H", - "gen_ed_categories": "5 units", - "instructor": "Pasotti,E.", - "class_number": 22407, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Political Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and combined politics and Latin America and Latino studies majors during first and second pass enrollment.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Cowell Clrm 131", - "enroll_current": 42, - "course_description": "Provides a broad introduction to the growing interdisciplinary field of political psychology. Focuses on and critically analyzes classic and contemporary psychological perspectives, primarily through original sources. Draws upon theoretical ideas and experimental results to understand political actors, events, and processes.", - "lecture_number": 23123, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 185", - "gen_ed_categories": "5 units", - "instructor": "Fletcher,J.", - "class_number": 23123, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Organization", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "PhysSciences 130", - "enroll_current": 7, - "course_description": "Addresses whether and how global organizations are changing the international system. Examines multilateral institutions, regional organizations, and nonstate actors. Overriding aim is to discern whether these global organizations are affecting the purported primacy of the state.", - "lecture_number": 22400, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 165", - "gen_ed_categories": "5 units", - "instructor": "Nichols,S.L.", - "class_number": 22400, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Political Ecology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Engineer 2 194", - "enroll_current": 16, - "course_description": "Explores the global dimensions of complex environmental issues such as climate change, biodiversity, deforestation, and fisheries: how they are produced, how they manifest, and how they are governed in response.", - "lecture_number": 22401, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 174", - "gen_ed_categories": "5 units", - "instructor": "Gordon,D.", - "class_number": 22401, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Conflict and Change in American Politics and Policy", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 03:00PM-06:00PM", - "location": "Merrill Acad 134", - "enroll_current": 7, - "course_description": "Explores the dynamic and contested interaction between politics and policy in the U.S. context, through examining the historical development of key contemporary policy debates and political conflicts. Introduces recent scholarship, drawing on history, sociology, and political economy that has challenged traditional behavioralist approaches to understanding American politics and policy development.", - "lecture_number": 22926, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 222", - "gen_ed_categories": "5 units", - "instructor": "Wirls,D.J.", - "class_number": 22926, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Poverty Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to senior politics and Latin American and Latino studies/politics combined majors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Crown Clrm 203", - "enroll_current": 15, - "course_description": "Examines theoretical, historical, and contemporary sources of poverty policies in the United States. Explores competing theories of the causes of poverty and the consequences of social provision. Focuses on successive historical reform efforts and contemporary dilemmas of race and urban poverty, gender and family poverty, work, and the politics of welfare reform.", - "lecture_number": 22408, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 190L", - "gen_ed_categories": "5 units", - "instructor": "Bertram,E.C.", - "class_number": 22408, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Comparative Anti-Colonialisms", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 02:00PM-05:00PM", - "location": "Merrill Acad 134", - "enroll_current": 11, - "course_description": "Political thought of anti-colonial movements in comparative, historical perspective, including 18th- to 20th-Century European colonies of America and Asia. Focuses both on the contemporary political thought of these movements as well as on historiographical approaches of secondary literature.", - "lecture_number": 23770, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 255", - "gen_ed_categories": "5 units", - "instructor": "Thomas,M.C.", - "class_number": 23770, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Health Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics majors during first and second pass enrollment.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Cowell Com 134", - "enroll_current": 30, - "course_description": "Examines the politics surrounding both global health problems and policy responses.Traces the evolving interrelationships between these problems and policies from colonial health to the impacts of austerity on postcolonial health systems to today's globally targeted responses.", - "lecture_number": 23823, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 186", - "gen_ed_categories": "5 units", - "instructor": "Sparke,M.B.", - "class_number": 23823, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22402, - "class_type": "LEC", - "course_description": "Introduction to the politics of international economic relations. Examines the history of the international political economy, the theories that seek to explain it, and contemporary issues such as trade policy, globalization, and the financial crisis. (Formerly course 176.)", - "course_name": "POLI 160D", - "course_title": "International Political Economy", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22402, - "instructor": "Schoenman,R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 70, - "waitlist_current": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Comparative Post-Communist Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "N. Sci Annex 101", - "enroll_current": 21, - "course_description": "Comparative study of revolutionary transformations of East European, Soviet, and former Soviet nations to post-Communist political orders. Focus on reemergence of political society, social and economic problems of transition, and maintenance of many cultural norms and authority patterns associated with previous regime.", - "lecture_number": 22399, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 143", - "gen_ed_categories": "5 units", - "instructor": "Schoenman,R.", - "class_number": 22399, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22394, - "class_type": "LEC", - "course_description": "Explores the political and economic systems of advanced industrialized societies. In addition to specific comparisons between the countries of western Europe and the United States, covers important themes and challenges, including immigration, globalization, and the crisis of the welfare state. (Formerly Politics of Advanced Industrialized Societies.)", - "course_name": "POLI 140A", - "course_title": "European Politics", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 07:10PM-08:45PM", - "credits": "5 units", - "lecture_number": 22394, - "instructor": "Pasotti,E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 36, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Policies and Politics of American Defense", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Kresge Clrm 323", - "enroll_current": 30, - "course_description": "Examines the evolution of the policy and politics of American national security, from the Cold War to the present. Content of military policy explored with analytic focus on formation of policy and interactions between military policies and domestic policies.", - "lecture_number": 22393, - "credits": "5 units", - "waitlist_current": 4, - "course_name": "POLI 129", - "gen_ed_categories": "5 units", - "instructor": "Wirls,D.J.", - "class_number": 22393, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Contemporary Political and Critical Theory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Engineer 2 192", - "enroll_current": 11, - "course_description": "Course uses a multidisciplinary approach to the study of politics through significant contemporary authors and approaches in critical theory. Topics include: democracy action, violence, subjectivity, identity, power and resistance, the body, political economy, and post-colonialism.", - "lecture_number": 23022, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 118", - "gen_ed_categories": "5 units", - "instructor": "Serres,T.", - "class_number": 23022, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22372, - "class_type": "LEC", - "course_description": "Studies in 19th- and early 20th-century theory, centering on the themes of capitalism, labor, alienation, culture, freedom, and morality. Authors studied include J. S. Mill, Marx, Nietzsche, Foucault, Hegel, Fanon, and Weber.", - "course_name": "POLI 105C", - "course_title": "Modern Political Thought", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 22372, - "instructor": "Thomas,M.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also taught as LGST 105C.", - "enroll_current": 70, - "waitlist_current": 6 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 22382, - "class_type": "LEC", - "course_description": "Examines current problems in law as it intersects with politics and society. Readings are drawn from legal and political philosophy, social science, and judicial opinions.", - "course_name": "POLI 110", - "course_title": "Law and Social Issues", - "location": "PhysSciences 130", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics, legal studies, and Latin American and Latino studies/politics combined majors during first and second pass enrollment only.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 22382, - "instructor": "Gerston,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as LGST 110.", - "enroll_current": 50, - "waitlist_current": 18 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Governing the Golden State", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 98, - "course_description": "Introduces key principles for understanding state politics in California and how power is mobilized for transformative change. Analyzes distinctive features of California's political development and culture in the governance of enduring social problems and policy dilemmas.", - "enroll_max": 130, - "lecture_number": 23921, - "credits": "5 units", - "location": "ClassroomUnit 001", - "course_name": "POLI 21", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23921, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Andean Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Kresge Clrm 325", - "enroll_current": 20, - "course_description": "Examines similar political trends in four Andean countries: Bolivia, Colombia, Ecuador, and Peru. Trends include mobilization of indigenous populations, breakdown of traditional party systems, and reconstruction efforts in post-conflict environments. Students who have taken prior courses in Latin American politics, including course 140C, will be best prepared for this course.", - "lecture_number": 22925, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 144", - "gen_ed_categories": "5 units", - "instructor": "Eaton,K.H.", - "class_number": 22925, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Political Organizations in American Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Engineer 2 194", - "enroll_current": 18, - "course_description": "Introduces the literature on interest groups and attempts to answer the question: Do such groups promote or hinder American democracy? Class readings and lectures review and assess the participation of interest groups in the electoral process and in Congress, the executive branch, and the courts. Pays particular attention to the role business and environmental groups play in American politics and policy.", - "lecture_number": 22761, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 125", - "gen_ed_categories": "5 units", - "instructor": "Gerston,L.", - "class_number": 22761, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "enroll_max": 150, - "waitlist_max": 999, - "class_number": 23327, - "class_type": "LEC", - "course_description": "Explores the status of American civil liberties as provided by the Bill of Rights. Particular attention will be given to issues of concern relating to the aftermath of 9/11, including issues relating to detainees, freedom of information requests, wiretapping authority, watch lists, profiling, and creation of a domestic intelligence agency.", - "course_name": "POLI 111B", - "course_title": "Civil Liberties", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to legal studies and politics majors during first- and second-pass enrollment only.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 23327, - "instructor": "Beaumont,K.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 111B.", - "enroll_current": 134, - "waitlist_current": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Condensed Matter Physics Research Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "F 02:00PM-03:10PM", - "location": "ISB 231", - "enroll_current": 5, - "course_description": "Weekly seminar series covering topics of current interest in condensed matter physics. Local and external speakers discuss their work. May be repeated for credit.", - "lecture_number": 22804, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291G", - "gen_ed_categories": "2 units", - "instructor": "Lederman,D.", - "class_number": 22804, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Keywords: Concepts in Politics", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 35, - "course_description": "Introduces key concepts in political discourse and key debates generated by contested terms such as \"powers,\" \"ideology,\" and \"multiculturalism.\" Students read from canonical texts, feminist scholarship, historical materials, and contemporary cultural and postmodernist writings.", - "enroll_max": 50, - "lecture_number": 22786, - "credits": "5 units", - "location": "ClassroomUnit 001", - "course_name": "POLI 3", - "gen_ed_categories": "5 units", - "instructor": "Seth,V.", - "class_number": 22786, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "Th 03:20PM-04:55PM", - "location": "N. Sci Annex 101", - "enroll_current": 13, - "course_description": "Weekly seminar attended by faculty and graduate students. Directed at all physics graduate students who have not taken and passed the qualifying examination for the Ph.D. program.", - "lecture_number": 22371, - "credits": "0 units", - "waitlist_current": 0, - "course_name": "PHYS 292", - "gen_ed_categories": "0 units", - "instructor": "Johnson,R.P.", - "class_number": 22371, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 60 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22383, - "class_type": "LEC", - "course_description": "Examines the relationship between state and economy in the U.S. from the 1880s to the present, and provides a theoretical and historical introduction to the study of politics and markets. Focus is on moments of crisis and choice in U.S. political economy, with an emphasis on the rise of regulation, the development of the welfare state, and changes in employment policies.", - "course_name": "POLI 120C", - "course_title": "State and Capitalism in American Political Development", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 22383, - "instructor": "Bertram,E.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 120C.", - "enroll_current": 99, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "American Elections and Voting Behavior", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics majors and Latin America and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Kresge Clrm 323", - "enroll_current": 30, - "course_description": "Introduces key concepts pertaining to voting, elections, and political behavior in the United States. Several topics are covered, such as campaigns, electoral institutions, reform, political participation (including but not limited to voting), presidential and congressional elections, partisan identification, and polling.", - "lecture_number": 23039, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "POLI 128", - "gen_ed_categories": "5 units", - "instructor": "Springer,M.", - "class_number": 23039, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Experimental High-Energy and Particle Astrophysics Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Survey of current research in experimental high-energy and particle astrophysics. Recent observations and development in instrumentation for x-rays, gamma rays, and neutrinos, and evidence for dark matter and other new particles. Students lead discussion of recent papers. May be repeated for credit.", - "lecture_number": 22802, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291F", - "gen_ed_categories": "2 units", - "instructor": "Smith,D.M.", - "class_number": 22802, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Applied Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 3, - "course_description": "Intensive research seminar on applied physics and related topics in materials science, including semiconductor devices, optoelectronics, molecular electronics, magnetic materials, nanotechnology, biosensors, and medical physics. Students may present their own research results. May be repeated for credit.", - "lecture_number": 22801, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291E", - "gen_ed_categories": "2 units", - "instructor": "Carter,S.A.", - "class_number": 22801, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cosmology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "M 12:00PM-01:05PM", - "location": "ISB 102", - "enroll_current": 3, - "course_description": "Intensive research seminar on cosmology and related topics in astrophysics: nature of dark matter; origin of cosmological inhomogeneities and other initial conditions of the big bang; origin and evolution of galaxies and large scale structure in the universe. May be repeated for credit.", - "lecture_number": 22369, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291A", - "gen_ed_categories": "2 units", - "instructor": "Primack,J.R.", - "class_number": 22369, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Experimental High-Energy Collider Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar on current results in experimental high-energy particle physics. Topics follow recently published results, including design of experiments, development of particle detector technology, and experimental results from new particle searches, quantum chromodynamics, and properties of heavy flavor quarks. May be repeated for credit.", - "lecture_number": 22803, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291D", - "gen_ed_categories": "2 units", - "instructor": "Nielsen,J.A.", - "class_number": 22803, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Electromagnetism I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "MF 09:20AM-10:55AM", - "location": "ISB 231", - "enroll_current": 6, - "course_description": "Electrostatics and magnetostatics, boundary value problems with spherical and cylindrical symmetry, multipole expansion, dielectric media, magnetic materials, electromagnetic properties of materials, time-varying electromagnetic fields, Maxwell's equations, conservation laws, plane electromagnetic waves and propagation, waveguides and resonant cavities.", - "lecture_number": 22365, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 212", - "gen_ed_categories": "5 units", - "instructor": "Narayan,O.", - "class_number": 22365, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Developments in Theoretical Particle Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 218. Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 3, - "course_description": "Seminar on the current literature of elementary particle physics, ranging from strong and weak interaction phenomenology to Higgs physics, supersymmetry, and superstring theory. Students may present their own research results. May be repeated for credit.", - "lecture_number": 22370, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291C", - "gen_ed_categories": "2 units", - "instructor": "Dine,M.", - "class_number": 22370, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Classical Mechanics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "ISB 231", - "enroll_current": 6, - "course_description": "Generalized coordinates, calculus of variations, Lagrange's equations with constraints, Hamilton's equations, applications to particle dynamics including charged particles in an electromagnetic field, applications to continuum mechanics including fluids and electromagnetic fields, introduction to nonlinear dynamics.", - "lecture_number": 22364, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 210", - "gen_ed_categories": "5 units", - "instructor": "Shastry,S.", - "class_number": 22364, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Scientific Communication for Physicists", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 133 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to junior and senior majors in physics, astrophysics, applied physics, or physics education.", - "meet_times": "MW 05:20PM-07:20PM", - "location": "Thimann Lab 391", - "enroll_current": 29, - "course_description": "Explores the communication of physics to a wide range of audiences, including writing articles from the popular to the peer-reviewed level; critically analyzing the communication of scientific discoveries in the media; structuring the physics senior thesis; writing grant applications; assembling a personal statement for job and graduate school application; and assembling and critiquing oral presentations.", - "lecture_number": 23008, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "PHYS 182", - "gen_ed_categories": "5 units", - "instructor": "Smith,D.M.", - "class_number": 23008, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Quantum Mechanics II", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 101B or 102, and 139A and 116ABC.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "ISB 231", - "enroll_current": 14, - "course_description": "Approximation methods in nonrelativistic quantum mechanics: time-independent perturbation theory (non-degenerate and degenerate) and addition of angular momenta; variational methods; the WKB approximation; time-dependent perturbation theory and radiation theory; scattering theory. (Formerly Quantum Mechanics.)", - "lecture_number": 22361, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 139B", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22361, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 22362, - "class_type": "LEC", - "course_description": "Special relativity is reviewed. Curved space-time, including the metric and geodesics, are illustrated with simple examples. The Einstein equations are solved for cases of high symmetry. Black-hole physics and cosmology are discussed, including recent developments.", - "course_name": "PHYS 171", - "course_title": "General Relativity, Black Holes, and Cosmology", - "location": "ISB 235", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 105, 110A, 110B, and 116A/B.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22362, - "instructor": "Dine,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ASTR 171", - "enroll_current": 19, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mathematical Methods in Physics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 116A and 116B and Mathematics 23A and 23B.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Kresge Clrm 321", - "enroll_current": 94, - "course_description": "Fourier series and transforms, Dirac-delta function, Green's functions, series solutions of ordinary equations, Legendre polynomials, Bessel functions, sets of orthogonal functions, and partial differential equations.", - "lecture_number": 22355, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 116C", - "gen_ed_categories": "5 units", - "instructor": "Profumo,S.", - "class_number": 22355, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 115 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Quantum Field Theory I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 216 or exception by permission of the instructor. Enrollment is restricted to graduate students or by permission of the instructor.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "ISB 235", - "enroll_current": 3, - "course_description": "Lorentz invariance in quantum theory, Dirac and Klein-Gordon equations, the relativistic hydrogen atom, Green functions and canonical approach to field theory, quantum electrodynamics, Feynman diagrams for scattering processes, symmetries and Ward identities. Students learn to perform calculations of scattering and decay of particles in field theory.", - "lecture_number": 22366, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 217", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22366, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Condensed Matter Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 216 or equivalent course or by permission of the instructor. Enrollment is restricted to graduate students only, or by permission of instructor.", - "meet_times": "MW 12:00PM-01:35PM", - "location": "ISB 231", - "enroll_current": 2, - "course_description": "Crystal structures, reciprocal lattice, crystal bonding, phonons (including specific heat), band theory of electrons, free electron model, electron-electron and electron-phonon interactions, transport theory.", - "lecture_number": 22368, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 231", - "gen_ed_categories": "5 units", - "instructor": "Ramirez,A.P.", - "class_number": 22368, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Modern Physics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L, and 5B/M, and 5C/N and 5D; or 6A/L, and 6B/M, and 6C/N, and 5D; or equivalent.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "PhysSciences 110", - "enroll_current": 13, - "course_description": "Topics in quantum physics including the Schrodinger equation; angular momentum and spin; the Pauli exclusion principle; and quantum statistics. Applications in multi-electron atoms and molecules, and in solid-state, nuclear, and particle physics.", - "lecture_number": 22992, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 102", - "gen_ed_categories": "5 units", - "instructor": "Jeltema,T.E.", - "class_number": 22992, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 80 - }, { - "enroll_max": 0, - "waitlist_max": 999, - "class_number": 22358, - "class_type": "LAB", - "course_description": "Demonstration of phenomena of classical and modern physics. Development of a familiarity with experimental methods. Special experimental projects may be undertaken by students in this laboratory.", - "course_name": "PHYS 133", - "course_title": "Intermediate Laboratory", - "location": "N. Sci Annex 103", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5C and 5D and one from Computer Science 5J, or 5P, or 12A, or Astronomy and Astrophysics119, or by permission of the instructor. Enrollment is restricted to physics, applied physics, and astrophysics majors and physics minors.", - "meet_times": "TuTh 11:40AM-12:40PM", - "credits": "5 units", - "lecture_number": 22358, - "instructor": "Schlesinger,Z.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lab and associated secondary lab", - "enroll_current": 24, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 22618, - "class_type": "LAB", - "course_description": "Introduction to techniques of modern observational astrophysics at optical and radio wavelengths through hands-on experiments. Intended primarily for juniors and seniors majoring or minoring in astrophysics. Offered in some academic years as single-term course 135 in fall, depending on astronomical conditions.", - "course_name": "PHYS 135A", - "course_title": "Astrophysics Advanced Laboratory", - "location": "ISB 235", - "grading_options": "Multi-Term Course", - "gen_ed_categories": "3 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 133 and at least one astronomy course. Enrollment is restricted to physics (astrophysics) majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "3 units", - "lecture_number": 22618, - "instructor": "Brown,G.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ASTR 135A", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Particle Physics I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 217 or concurrent enrollment. Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "ISB 231", - "enroll_current": 2, - "course_description": "First quarter of a two-quarter graduate level introduction to particle physics, including the following topics: discrete symmetries, quark model, particle classification, masses and magnetic moments, passage of radiation through matter, detector technology, accelerator physics, Feynman calculus, and electron-positron annihilation.", - "lecture_number": 22367, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 221A", - "gen_ed_categories": "5 units", - "instructor": "Hance,M.", - "class_number": 22367, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mechanics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and 116A-B; concurrent enrollment in course 116C is required.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Thim Lecture 001", - "enroll_current": 95, - "course_description": "Particle dynamics in one, two, and three dimensions. Conservation laws. Small oscillations, Fourier series and Fourier integral solutions. Phase diagrams and nonlinear motions, Lagrange's equations, and Hamiltonian dynamics.", - "lecture_number": 22350, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 105", - "gen_ed_categories": "5 units", - "instructor": "Johnson,R.P.", - "class_number": 22350, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 100 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Th 12:00PM-03:00PM", - "location": "Thimann Lab 121", - "enroll_current": 0, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22349, - "credits": "1 units", - "waitlist_current": 5, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22349, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Th 08:30AM-11:30AM", - "location": "Thimann Lab 121", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22348, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22348, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "W 07:00PM-10:00PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22347, - "credits": "1 units", - "waitlist_current": 2, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22347, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22342, - "credits": "1 units", - "waitlist_current": 5, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22342, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 45, - "waitlist_max": 999, - "class_number": 22354, - "class_type": "LEC", - "course_description": "Covers fundamental topics in fluid dynamics: Euler and Lagrange descriptions of continuum dynamics; conservation laws for inviscid and viscous flows; potential flows; exact solutions of the Navier-Stokes equation; boundary layer theory; gravity waves. Students cannot receive credit for this course and Applied Mathematics and Statistics 217.", - "course_name": "PHYS 107", - "course_title": "Introduction to Fluid Dynamics", - "location": "Soc Sci 1 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 107 or Physics 116C or Earth and Planetary Sciences 111.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22354, - "instructor": "Brummell,N.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as AMS 107. Taught in conjunction with AMS 217.", - "enroll_current": 15, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "W 03:30PM-06:30PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22346, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22346, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22345, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22345, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22341, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22341, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22344, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22344, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22343, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22343, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "20", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 12:00PM-03:00PM", - "location": "Thimann Lab 397", - "enroll_current": 18, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22339, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22339, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "18", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 03:30PM-06:30PM", - "location": "Thimann Lab 397", - "enroll_current": 18, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22337, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22337, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "17", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22336, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22336, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "21", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 03:30PM-06:30PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22340, - "credits": "1 units", - "waitlist_current": 2, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22340, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "23", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 07:00PM-10:00PM", - "location": "Thimann Lab 397", - "enroll_current": 0, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 23857, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 23857, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "22", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 07:00PM-10:00PM", - "location": "Thimann Lab 397", - "enroll_current": 0, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 23856, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 23856, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "19", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 08:30AM-11:30AM", - "location": "Thimann Lab 397", - "enroll_current": 18, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22338, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22338, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "16", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22335, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22335, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22333, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22333, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22334, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22334, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22332, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22332, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 03:30PM-06:30PM", - "location": "Thimann Lab 127", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22330, - "credits": "1 units", - "waitlist_current": 2, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22330, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 07:00PM-10:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22331, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22331, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22325, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22325, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 07:00PM-10:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22327, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22327, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 08:30AM-11:30AM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22328, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22328, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 12:00PM-03:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22329, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22329, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 08:30AM-11:30AM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22324, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22324, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 03:30PM-06:30PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22326, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22326, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22322, - "credits": "1 units", - "waitlist_current": 4, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22322, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics III", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L or 6A/L, and Mathematics 11B or 19B or 20B or Applied Mathematics and Statistics 15B.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Earth&Marine B206", - "enroll_current": 260, - "course_description": "Introduction to electricity and magnetism. Elementary circuits; Maxwell's equations; electromagnetic radiation; interference and polarization of light.", - "lecture_number": 22317, - "credits": "5 units", - "waitlist_current": 38, - "course_name": "PHYS 6C", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22317, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "enroll_max": 225, - "waitlist_max": 999, - "class_number": 22314, - "class_type": "LEC", - "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", - "course_name": "PHYS 6A", - "course_title": "Introductory Physics I", - "location": "Online", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A. Concurrent enrollment in course 6L required.", - "meet_times": "TBA TBA", - "credits": "5 units", - "lecture_number": 22314, - "instructor": "Deutsch,J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "This class taught online.", - "enroll_current": 213, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22320, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22320, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "W 08:30AM-11:30AM", - "location": "Thimann Lab 115", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 23937, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 23937, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22323, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22323, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L. Concurrent enrollment in 5C is required. Courses 5B/M recommended.", - "meet_times": "W 03:30PM-06:30PM", - "location": "Thimann Lab 115", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 24127, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Brown,G.S.", - "class_number": 24127, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A. Concurrent enrollment in course 6L required.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Earth&Marine B206", - "enroll_current": 209, - "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", - "lecture_number": 22311, - "credits": "5 units", - "waitlist_current": 8, - "course_name": "PHYS 6A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22311, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 225 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 115", - "enroll_current": 22, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 22310, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22310, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 115", - "enroll_current": 22, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 22309, - "credits": "1 units", - "waitlist_current": 2, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22309, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 115", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 22308, - "credits": "1 units", - "waitlist_current": 7, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22308, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22321, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22321, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Th 12:00PM-03:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22304, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22304, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 115", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 22307, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22307, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Th 07:00PM-10:00PM", - "location": "Thimann Lab 133", - "enroll_current": 0, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22306, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22306, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Th 03:30PM-06:30PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22305, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22305, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "W 06:00PM-09:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22302, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22302, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22301, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22301, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "W 08:30AM-11:30AM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22300, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22300, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22299, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22299, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Th 08:30AM-11:30AM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22303, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22303, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22296, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22296, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics IV", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A and 5L, or 6A and 6L; and course 5B or 6B; and Mathematics 19B or 20B.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Thim Lecture 003", - "enroll_current": 134, - "course_description": "Introduces temperature, heat, thermal conductivity, diffusion, ideal gases, laws of thermodynamics, heat engines, and kinetic theory. Introduces the special theory of relativity and the equivalence principle. Includes the photoelectric effect, the Compton effect, matter waves, atomic spectra, and the Bohr model.", - "lecture_number": 22293, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 5D", - "gen_ed_categories": "5 units", - "instructor": "Jeltema,T.E.", - "class_number": 22293, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 200 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A; concurrent enrollment in course 5L is required.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Earth&Marine B206", - "enroll_current": 123, - "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", - "lecture_number": 22287, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "PHYS 5A", - "gen_ed_categories": "5 units", - "instructor": "Velasco Jr.,J.", - "class_number": 22287, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 268 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22297, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22297, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22298, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22298, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics III", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B. Concurrent enrollment in course 5N is required.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Thim Lecture 003", - "enroll_current": 124, - "course_description": "Introduction to electricity and magnetism. Electromagnetic radiation, Maxwell's equations.", - "lecture_number": 22290, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 5C", - "gen_ed_categories": "5 units", - "instructor": "Nielsen,J.A.", - "class_number": 22290, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 125 - }[{ - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Genre", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 26 or placement by examination.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Cowell Acad 216", - "enroll_current": 0, - "course_description": "Using the theme of \"Rhetoric and Genre,\" this course prepares students to transfer into the mainstream composition curriculum by training them to analyze, understand, assess, and successfully produce different genres of writing. Upon passing this course, students satisfy the Entry-level Writing Requirement (ELWR).", - "lecture_number": 23167, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 27", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23167, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "R Carson Acad 252", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23164, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Wong,T.L.", - "class_number": 23164, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Genre", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 26 or placement by examination.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Hum & Soc Sci 350", - "enroll_current": 13, - "course_description": "Using the theme of \"Rhetoric and Genre,\" this course prepares students to transfer into the mainstream composition curriculum by training them to analyze, understand, assess, and successfully produce different genres of writing. Upon passing this course, students satisfy the Entry-level Writing Requirement (ELWR).", - "lecture_number": 23166, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "WRIT 27", - "gen_ed_categories": "5 units", - "instructor": "Daniels,R.L.", - "class_number": 23166, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 1 145", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23160, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Cummings,S.J.", - "class_number": 23160, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "PhysSciences 136", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23162, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Halk,E.L.", - "class_number": 23162, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Crown Clrm 201", - "enroll_current": 1, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23161, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Michals,S.", - "class_number": 23161, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Merrill Acad 003", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23159, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Sanfilippo,B.S.", - "class_number": 23159, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23157, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Herrera Astua,M.", - "class_number": 23157, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Merrill Acad 002", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23165, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23165, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23163, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Brenner,G.A.", - "class_number": 23163, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23158, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Herrera Astua,M.", - "class_number": 23158, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23156, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Herrera Astua,M.", - "class_number": 23156, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23155, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Cummings,S.J.", - "class_number": 23155, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23154, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Cummings,S.J.", - "class_number": 23154, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Crown Clrm 203", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23153, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Brenner,G.A.", - "class_number": 23153, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Merrill Acad 002", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23150, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23150, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Steven Acad 151", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23148, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Helmer,K.A.", - "class_number": 23148, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Porter Acad 249", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23147, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Bigley,M.", - "class_number": 23147, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Cowell Acad 216", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23146, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Bigley,M.", - "class_number": 23146, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Grammar and Rhetoric: Language for Writing", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to fourth-quarter students who have not passed the Entry Level Writing Requirement. Open to others by permission of instructor.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "Builds on writing skills gained in previous writing courses; focuses on effective language use in academic writing. Students reinforce their written English proficiency by reading, studying, practicing, and writing structures and patterns of written English.", - "lecture_number": 22741, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 23", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 22741, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Crown Clrm 201", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23152, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Breakspear,A.S.", - "class_number": 23152, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Place", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): AWPE for Multilingual Students (AWPE-ELL) score of 2-3.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Steven Acad 151", - "enroll_current": 0, - "course_description": "Students explore the UCSC discourse community including classroom culture, then widen their lens to include the larger Santa Cruz community. Writing moves beyond the paragraph level to include oral communication and presentation skills.", - "lecture_number": 23149, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 25", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23149, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "R Carson Acad 250", - "enroll_current": 24, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22682, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Terhaar,T.L.", - "class_number": 22682, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing About Language", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 25 or AWPE for Multilingual Students (AWPE-ELL) score of 4-5.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Merrill Acad 003", - "enroll_current": 0, - "course_description": "Students explore language acquisition and how to best optimize their own language learning by engaging in a primary research project. Through the research project, students learn to use academic discourse conventions in their own writing.", - "lecture_number": 23151, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 26", - "gen_ed_categories": "5 units", - "instructor": "Breakspear,A.S.", - "class_number": 23151, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Grammar and Rhetoric: Language for Writing", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to fourth-quarter students who have not passed the Entry Level Writing Requirement. Open to others by permission of instructor.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Porter Acad 249", - "enroll_current": 20, - "course_description": "Builds on writing skills gained in previous writing courses; focuses on effective language use in academic writing. Students reinforce their written English proficiency by reading, studying, practicing, and writing structures and patterns of written English.", - "lecture_number": 22740, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 23", - "gen_ed_categories": "5 units", - "instructor": "Daniels,R.L.", - "class_number": 22740, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Hum & Soc Sci 250", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22679, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Newberry,E.S.", - "class_number": 22679, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Hum & Soc Sci 250", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 23766, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Vidali,A.", - "class_number": 23766, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Oakes Acad 222", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22677, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "King,R.Y.", - "class_number": 22677, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Steven Acad 151", - "enroll_current": 0, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 23767, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23767, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Oakes Acad 106", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22676, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Baker,M.", - "class_number": 22676, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "R Carson Acad 250", - "enroll_current": 24, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22683, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Terhaar,T.L.", - "class_number": 22683, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Hum & Soc Sci 350", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22681, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Parmeter,S.", - "class_number": 22681, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Hum & Soc Sci 250", - "enroll_current": 24, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22680, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Newberry,E.S.", - "class_number": 22680, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Hum & Soc Sci 250", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22678, - "credits": "5 units", - "waitlist_current": 13, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Lunine,B.D.", - "class_number": 22678, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Oakes Acad 106", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22675, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Baker,M.", - "class_number": 22675, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Soc Sci 2 165", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22674, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Arthur,D.L.", - "class_number": 22674, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Soc Sci 2 159", - "enroll_current": 25, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22673, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Arthur,D.L.", - "class_number": 22673, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Kresge Clrm 319", - "enroll_current": 0, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23765, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23765, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Merrill Acad 002", - "enroll_current": 4, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23763, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Thorn,D.D.", - "class_number": 23763, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Steven Acad 151", - "enroll_current": 16, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23761, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Archimedes,S.M.", - "class_number": 23761, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Merrill Acad 003", - "enroll_current": 0, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23764, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Thorn,D.D.", - "class_number": 23764, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 07:10PM-08:45PM", - "location": "Steven Acad 151", - "enroll_current": 9, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23762, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Rava,A.", - "class_number": 23762, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhetoric and Inquiry", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College 1 and satisfaction of the Entry Level Writing; or College 80A, 80D, or 80F and satisfaction of the C1 requirement. Enrollment is restricted to frosh, sophomore and junior students.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Soc Sci 2 159", - "enroll_current": 24, - "course_description": "Provides declarative knowledge about writing, with a special focus on writing from research, composing in multiple genres, and transferring knowledge about writing to new contexts.", - "lecture_number": 22672, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 2", - "gen_ed_categories": "5 units", - "instructor": "Arthur,D.L.", - "class_number": 22672, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Oakes Acad 101", - "enroll_current": 1, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23688, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "King,R.Y.", - "class_number": 23688, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar Topics", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series of current research on a special topic in information systems and technology management. The theme of research presented throughout the course selected by the instructor. Topics may include, but are not limited to, knowledge planning, new product development and management of technology. Enrollment with permission of instructor. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23769, - "credits": "2 units", - "location": "TBA", - "course_name": "TIM 280S", - "gen_ed_categories": "2 units", - "instructor": "Lee,D.", - "class_number": 23769, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Kresge Clrm 319", - "enroll_current": 17, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23687, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Flanagan,V.A.", - "class_number": 23687, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Soc Sci 1 153", - "enroll_current": 15, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23686, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Rava,A.", - "class_number": 23686, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Information Retrieval and Knowledge Management", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar series discussing advanced topics in information retrieval and knowledge management. Current research and literature are presented during each meeting. May be repeated for credit.", - "lecture_number": 22759, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "TIM 280I", - "gen_ed_categories": "2 units", - "instructor": "Akella,R.", - "class_number": 22759, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Data Mining and Business Analytics in Knowledge Services", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Students are expected to have undergraduate preparation in probability and statistics. Undergraduates may enroll with instructor approval.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "PhysSciences 136", - "enroll_current": 2, - "course_description": "Provides students with systematic methodology and analytical tools in data and text mining and business analytics. Also provides an integrated perspective and examines use of these methods in the field of knowledge services, such as online marketing, sponsored search, health care, financial services, recommender systems, etc. Includes training in the basic elements of stochastic optimization and other algorithmic approaches, such as stochastic dynamic programming, statistics, constrained optimization, and machine learning with exposure to software tools. These methods enable firms to achieve rapid, effective, and profitable optimization of knowledge-services management.", - "lecture_number": 22752, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "TIM 209", - "gen_ed_categories": "5 units", - "instructor": "Akella,R.", - "class_number": 22752, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 160, - "waitlist_max": 999, - "class_number": 22610, - "class_type": "LEC", - "course_description": "Addresses technological, strategic, marketing, financial methods, and analytical tools for management of technology in an integrated manner that enables the cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project.", - "course_name": "TIM 205", - "course_title": "Management of Technology I", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to juniors, seniors, and graduate students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22610, - "instructor": "Desa,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in Conjunction with TIM 105", - "enroll_current": 160, - "waitlist_current": 27 - }, { - "enroll_max": 55, - "waitlist_max": 999, - "class_number": 22835, - "class_type": "LEC", - "course_description": "Introduces modern game theory, including applications in social science, biology, and engineering. Topics include extensive form, strategic form, mixed strategies, incomplete information, repeated games, evolutionary games, and simulation techniques.", - "course_name": "TIM 166A", - "course_title": "Game Theory and Applications I", - "location": "PhysSciences 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Applied Math and Statistics 5 or 7 or Economics 113; and Economics 11B, Applied Math and Statistics 11B, or Mathematics 11B or 19B. Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 22835, - "instructor": "Musacchio,J.T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as CMPS 166A and ECON 166A.", - "enroll_current": 46, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Composition", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Writing 27 or satisfaction of the Entry Level Writing Requirement by permission. Enrollment is restricted to first-year students and sophomores.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 1 153", - "enroll_current": 17, - "course_description": "Provides declarative knowledge and procedural knowledge about writing, with a special focus on genre, genre conventions, and rhetorical situation. Provides opportunities for composing in a number of genres. (Formerly Writing 1)", - "lecture_number": 23685, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "WRIT 1A", - "gen_ed_categories": "5 units", - "instructor": "Archimedes,S.M.", - "class_number": 23685, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "enroll_max": 160, - "waitlist_max": 999, - "class_number": 22609, - "class_type": "LEC", - "course_description": "An in-depth examination of technological, strategic, marketing, and financial methods and analytical tools for the management of technology to enable cost-effective and rapid development of profitable and high quality technologies. Includes case studies and a comprehensive project. (Formerly Management of Technology I.)", - "course_name": "TIM 105", - "course_title": "Introduction to Management of Technology I", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19B or 11B or Applied Mathematics and Statistics 11B or Economics 11B.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22609, - "instructor": "Desa,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in Conjunction with TIM 205", - "enroll_current": 160, - "waitlist_current": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Management of Technology Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Th 03:20PM-04:55PM", - "enroll_current": 144, - "course_description": "Uses weekly talks by leading industry practitioners and university researchers to provide in-depth exposure to the management of technology. Topics covered include product development, operations, strategy, finance, and marketing for technologies such as software and information systems. May be repeated for credit.", - "enroll_max": 144, - "lecture_number": 21934, - "credits": "2 units", - "location": "J Baskin Engr 152", - "course_name": "TIM 101", - "gen_ed_categories": "2 units", - "instructor": "Desa,S.", - "class_number": 21934, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 44 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Asian Theater: An Anthropological Approach", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 22, - "course_description": "Art serves simultaneously to educate its audience to the group's traditional values and to test new ideas. Indian, Indonesian, and Japanese forms are studied in relation to their cultural context. Through videotapes, lecture demonstrations, performances, and scenework, students explore the forms.", - "enroll_max": 40, - "lecture_number": 22602, - "credits": "5 units", - "location": "TA Lecture E100", - "course_name": "THEA 161D", - "gen_ed_categories": "5 units", - "instructor": "Foley,M.K.", - "class_number": 22602, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Text Analysis", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students in theater arts.", - "meet_times": "M 02:00PM-05:00PM", - "location": "TA Offices J101", - "enroll_current": 0, - "course_description": "Presents a range of performance blueprints (texts, scores, libretti, etc.), and introduces key methodologies for translating text into performance. A final paper required. May be repeated for credit.", - "lecture_number": 23018, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "THEA 290A", - "gen_ed_categories": "5 units", - "instructor": "Chemers,M.M.", - "class_number": 23018, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "UCDC Internship Research Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 22, - "course_description": "Weekly seminar that focuses on the production of a major research paper or equivalent scholarly undertaking connected to an internship in Washington, D.C., government, non-profit, or private institution. Seminar stresses institutional analysis, the development of bibliographic expertise in the use of Washington-based resources, and participant-observer skills. Required for and enrollment is restricted to students participating in the UCDC Program. (Formerly Social Sciences 194A.)", - "credits": "5 units", - "waitlist_current": 0, - "course_name": "UCDC 194A", - "gen_ed_categories": "5 units", - "lecture_number": 22491, - "class_number": 22491, - "class_type": "FLD", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Business Information Systems", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 143, - "course_description": "Addresses the use of information systems (IS) within a business enterprise. Subjects include computer hardware and software concepts, system design and implementation, telecommunications, data management, transaction-based systems, management information systems, and the use of IS to compete. Intended for technology and information management and business management economics majors.", - "enroll_max": 143, - "lecture_number": 21933, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "TIM 50", - "gen_ed_categories": "5 units", - "instructor": "Chen,Y.", - "class_number": 21933, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 27 - }, { - "grading_options": "Pass/Not Pass", - "term": "2018 Fall Quarter", - "course_title": "UCDC Internship Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 22, - "course_description": "A 30- to 36-hour-per-week internship in a Washington, D.C., government, non-profit, or private institution. Required for and enrollment is restricted to UCDC program participants. (Formerly Social Sciences 194B, UCDC Internship and Internship Seminar.) May be repeated for credit.", - "credits": "7 units", - "waitlist_current": 0, - "course_name": "UCDC 194B", - "gen_ed_categories": "7 units", - "lecture_number": 22492, - "class_number": 22492, - "class_type": "FLD", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Playwriting", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "TA Lecture E100", - "enroll_current": 50, - "course_description": "Students are given the opportunity to write their own scripts and refine them as the result of class discussion and scenework with actors. Work is on specific problems involving such elements as the structuring of a plot or the development of character. May be repeated for credit.", - "lecture_number": 22601, - "credits": "5 units", - "waitlist_current": 6, - "course_name": "THEA 157", - "gen_ed_categories": "5 units", - "instructor": "Brandt,K.L.", - "class_number": 22601, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Studies in Performance (Drama)", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Admission by audition. Contact", - "meet_times": "MTuWTh 07:10PM-10:00PM", - "enroll_current": 0, - "course_description": "Studies in theater, taken in connection with participation in a Theater Arts Department sponsored production. Enrollment is limited to those persons chosen to take part in a particular production. Admission by audition; audition schedule to be announced at first class meeting. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 22600, - "credits": "5 units", - "location": "TA Mainstage", - "course_name": "THEA 151", - "gen_ed_categories": "5 units", - "instructor": "Scheie,D.", - "class_number": 22600, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Acting Studio III", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Admission by audition at first class meeting. Contact", - "meet_times": "MW 09:20AM-10:55AM", - "enroll_current": 0, - "course_description": "Individual work on acting skills and problems, with emphasis on individual interpretation and scene work with other students. Courses 21 and 124 are recommended as preparation. Admission is by audition at the first class meeting (see the department office or theater.ucsc.edu for more information). May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 22599, - "credits": "5 units", - "location": "TA Studio C100", - "course_name": "THEA 126", - "gen_ed_categories": "5 units", - "instructor": "Gallagher,P.M.", - "class_number": 22599, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Senior Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; course 160.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "TA Lecture E100", - "enroll_current": 34, - "course_description": "A required seminar for majors involving readings and discussions of important texts in dance, design, and drama.", - "lecture_number": 22604, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "THEA 185", - "gen_ed_categories": "5 units", - "instructor": "Edmunds,K.", - "class_number": 22604, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Digital Illustration", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Admission by permission of instructor. Contact Prof. Bar\ufffdn-Nussbaum ASAP:", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Introduces digital rendering techniques using the Adobe Creative Suite. Using Adobe Creative Suite, students solve design problems. Enrollment by permission of the instructor. Application form available from baron@ucsc.edu.", - "enroll_max": 40, - "lecture_number": 22890, - "credits": "5 units", - "location": "N/A", - "course_name": "THEA 106", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 22890, - "class_type": "fixme (Studio)", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Everybody Dance Now!", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 09:20AM-10:55AM", - "enroll_current": 188, - "course_description": "Examines dance as a primary mode of human communication and expression. Through readings and the viewing of recorded and live performances, students compare and contrast dance traditions of the world. May be repeated for credit.", - "enroll_max": 200, - "lecture_number": 23261, - "credits": "5 units", - "location": "TA 2nd Stage", - "course_name": "THEA 80U", - "gen_ed_categories": "5 units", - "instructor": "Pearlman,C.", - "class_number": 23261, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Muppet Magic: Jim Henson's Art", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 175, - "course_description": "The artistic and social impact of the Muppets on American puppetry, children's television, and Hollywood film is explored through viewings, guest lectures, and analysis. Henson's legacy in artistic innovation, mainstreaming of puppet theater for adult audiences, and establishment of puppetry in media and marketing are also explored.", - "enroll_max": 175, - "lecture_number": 22587, - "credits": "5 units", - "location": "Media Theater M110", - "course_name": "THEA 80L", - "gen_ed_categories": "5 units", - "instructor": "Armstrong,L.D.", - "class_number": 22587, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Women in Theater", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Explores female playwrights from textual, historical, and multicultural perspectives. Progresses from Trifles (1916) through the Harlem Renaissance, Broadway's Lillian Hellman, and today's post-feminist theatrical explosion in lectures, films, dramatizations, and award-winning playwrights' visits.", - "enroll_max": 0, - "lecture_number": 22603, - "credits": "5 units", - "location": "N/A", - "course_name": "THEA 161T", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 22603, - "class_type": "LEC", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theater and Drama of the Renaissance", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 20, - "course_description": "Examines selected plays from the Renaissance (1580-1680, Italy, Spain, England, and France) from a theatrical viewpoint. Covers Renaissance theater buildings and related critical materials. (Formerly The Theater and Drama of Renaissance Europe.)", - "enroll_max": 32, - "lecture_number": 23929, - "credits": "5 units", - "location": "TA Drama B201", - "course_name": "THEA 161C", - "gen_ed_categories": "5 units", - "instructor": "Jannarone,K.M.", - "class_number": 23929, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Indian Dance", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 19, - "course_description": "Study of Indian classical dance through embodied training and theoretical engagement. Training in the foundational elements of abstract rhythmic dance, including drum syllables and associated steps, and introduction to abhinaya (storytelling). Students are billed a materials fee.", - "enroll_max": 20, - "lecture_number": 22598, - "credits": "5 units", - "location": "TA Mainstage A105", - "course_name": "THEA 80Z", - "gen_ed_categories": "5 units", - "instructor": "Lee,C.", - "class_number": 22598, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ancient and Medieval Drama", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 60, - "course_description": "Ancient enmities; horrific acts of parricide; monumental errors; suffering and contrition. This course examines the enormous appeal of the ancient Greek tragic and comic visions from their inception through their enthusiastic adaptation by the Romans and on into the Middle Ages. For comparison purposes, Greek and Roman dramas are studied back-to-back with the contemporary non-Western dramatic forms of Noh and ancient Sanskrit drama.", - "enroll_max": 60, - "lecture_number": 22796, - "credits": "5 units", - "location": "TA 2nd Stage", - "course_name": "THEA 61A", - "gen_ed_categories": "5 units", - "instructor": "Chemers,M.M.", - "class_number": 22796, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Workshop in Performance: Barnstorm", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Admission by audition. Contact", - "meet_times": "MTuWTh 07:10PM-10:00PM", - "enroll_current": 0, - "course_description": "Process-oriented investigation of practical theater production by working in and on productions in the Barnstorm season. Requires a total of 150 hours working backstage or onstage. Admission by audition at first class meeting; see department office for more information. May be repeated for credit.", - "enroll_max": 50, - "lecture_number": 22671, - "credits": "5 units", - "location": "Barn Theater 021", - "course_name": "THEA 55A", - "gen_ed_categories": "5 units", - "instructor": "Cuthbert,D.L.", - "class_number": 22671, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "African Dance", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 04:00PM-05:35PM", - "enroll_current": 30, - "course_description": "A griot (musician-entertainer from western Africa) from Burkina Faso teaches \"The African Journey,\" which emphasizes dance as combined in Africa, including singing, history, oral tradition, and storytelling. Students are billed a materials fee.", - "enroll_max": 30, - "lecture_number": 23859, - "credits": "5 units", - "location": "TA Mainstage A105", - "course_name": "THEA 37", - "gen_ed_categories": "5 units", - "instructor": "Kone,M.", - "class_number": 23859, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Directing", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 27, - "course_description": "An overview of the analytical and creative processes that inform the director's work. Close examination of texts, concepts, and selected directors and directorial choices.", - "enroll_max": 40, - "lecture_number": 22585, - "credits": "5 units", - "location": "TA Lecture E100", - "course_name": "THEA 40", - "gen_ed_categories": "5 units", - "instructor": "Brandt,K.L.", - "class_number": 22585, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance Studio I:Contemporary Forms and Practices", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 12:00PM-01:35PM", - "enroll_current": 20, - "course_description": "Intensive instruction in developing the dancer's physical instrument. Intended for students who have had previous experience with dance and/or fundamental movement training. Combines somatic practice with various movement theories and applications. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 23777, - "credits": "5 units", - "location": "TA Mainstage A105", - "course_name": "THEA 31C", - "gen_ed_categories": "5 units", - "instructor": "Casel,G.", - "class_number": 23777, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 8 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Drawing", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 09:20AM-10:55AM", - "enroll_current": 25, - "course_description": "A fundamental course in drawing from still life, the figure, and in the landscape. The approach is from the tonal and volumetric aspects of the object. Color is introduced as the course progresses. Instruction fashioned to the individual needs of the student. The inexperienced are welcomed as well as the experienced. Students are billed a materials fee.", - "enroll_max": 25, - "lecture_number": 24282, - "credits": "5 units", - "location": "TA Studio C102", - "course_name": "THEA 14", - "gen_ed_categories": "5 units", - "instructor": "Edmunds,K.", - "class_number": 24282, - "class_type": "fixme (Studio)", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamentals of Theater Production", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Mandatory first meeting: Wed, October 3, 9:00 am in the Theater Arts Mainstage. During this meeting students will receive further information about the course and have an opportunity to sign up for a section. Contact the instructor for more info:", - "meet_times": "TBA TBA", - "enroll_current": 100, - "course_description": "Work is on various aspects of theatrical production, including scenery, lighting, costumes, sound, stage management, and video documentation. Satisfies the department's technical experience requirement. May be repeated for credit.", - "enroll_max": 100, - "lecture_number": 22586, - "credits": "2 units", - "location": "TBA", - "course_name": "THEA 50", - "gen_ed_categories": "2 units", - "instructor": "Parr,D.L.", - "class_number": 22586, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Workshop in Performance: Barnstorm Lab", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Admission by audition. Contact", - "meet_times": "MTuWTh 07:10PM-10:00PM", - "enroll_current": 0, - "course_description": "Process-oriented investigation of practical theater production by working in and on productions in the Barnstorm season. Requires a total of 50 hours working backstage or onstage. Admission by audition at first class meeting; see department office for more information. May be repeated for credit.", - "enroll_max": 30, - "lecture_number": 22684, - "credits": "2 units", - "location": "Barn Theater 021", - "course_name": "THEA 55B", - "gen_ed_categories": "2 units", - "instructor": "Cuthbert,D.L.", - "class_number": 22684, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theory and Practice of Peer-Guided Learning for Tutors and Learning Assistants", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "Tu 08:00AM-09:35AM", - "enroll_current": 0, - "course_description": "Provides first-time tutors and supplemental-instruction learning assistants with the theoretical background and practical interactive teaching and learning strategies essential for planning, implementing, and evaluating effective peer-guided learning. (Formerly Education 96.)", - "enroll_max": 50, - "lecture_number": 23814, - "credits": "2 units", - "location": "Cowell Clrm 131", - "course_name": "STEV 96", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23814, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Dance Composition", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 20, - "course_description": "Introduces dance improvisation and choreographic practice. Observation and recognition of personal movement patterns and discovering new sources for creative material. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 22584, - "credits": "5 units", - "location": "TA Mainstage A105", - "course_name": "THEA 36", - "gen_ed_categories": "5 units", - "instructor": "Lee,C.", - "class_number": 22584, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 4 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Indonesian Dance and Drama", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 20, - "course_description": "Students learn the basic movement repertoire of the specific characters of the Indonesian dance-drama/puppetry tradition over the quarter with explication of how these types operate in their own cultural context. Course culminates in an open showing of scene work. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 22583, - "credits": "5 units", - "location": "TA Mainstage A105", - "course_name": "THEA 22", - "gen_ed_categories": "5 units", - "instructor": "Foley,M.K.", - "class_number": 22583, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rainbow Theater: An Introduction to Multicultural Theater", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 06:00PM-08:00PM", - "enroll_current": 0, - "course_description": "Introduction to Asian American, Chicano/Latino, and African American plays through reading of major authors, discussion of social and historical context of their work, and development of a production of a one-act play from each cultural group. In-depth examination of key historical context of these three cultural groups. Video presentations followed by class discussion. Enrollment by audition. May be repeated for credit.", - "enroll_max": 0, - "lecture_number": 22571, - "credits": "5 units", - "location": "Steven Event Ctr 180", - "course_name": "STEV 80H", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22571, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Studies in Acting", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in studio and associated secondary studio.", - "meet_times": "MW 12:00PM-01:35PM", - "enroll_current": 85, - "course_description": "Introduction to basic acting skills and the problems of performance. Concentrates on expanding a range of expression and ability to respond to and analyze dramatic text. Designed for students with little or no experience in acting.", - "enroll_max": 85, - "lecture_number": 22574, - "credits": "5 units", - "location": "TA 2nd Stage", - "course_name": "THEA 20", - "gen_ed_categories": "5 units", - "instructor": "Scheie,D.", - "class_number": 22574, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Stage Management", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 04:00PM-05:35PM", - "enroll_current": 24, - "course_description": "Designed to acquaint students with the complexities of staging productions from the audition process to final performance. Directing, lighting, scenic production, sound, cueing, and personnel management are aspects that will be touched upon in class. Students are billed a materials fee. (Formerly", - "enroll_max": 25, - "lecture_number": 22573, - "credits": "5 units", - "location": "TA Drama B201", - "course_name": "THEA 12", - "gen_ed_categories": "5 units", - "instructor": "Mountain,D.R.", - "class_number": 22573, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Theater Design and Technology", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 60, - "course_description": "Addresses imagination and creativity. Using the framework of theater production, students explore the process of translating a script into a performance. Topics include visual literacy, creative problem solving, establishing effective working teams, tear sheets, storyboarding, drawing, sound and color theory. This course is a prerequisite for all upper-division design courses.", - "enroll_max": 60, - "lecture_number": 22572, - "credits": "5 units", - "location": "TA 2nd Stage", - "course_name": "THEA 10", - "gen_ed_categories": "5 units", - "instructor": "Cuthbert,D.L.", - "class_number": 22572, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Experiential Leadership Program Core Course: Tools for Leadership and Conflict Resolution", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 22, - "course_description": "Experiential Leadership Program certificate course where students gain skills and confidence to lead groups; develop a leadership mindset; build tools for communication, conflict resolution, and receiving feedback; cultivate an inclusive and welcoming environment. Course includes one-day high ropes adventure team-building field activity. Students are billed for a materials fee.", - "credits": "2 units", - "waitlist_current": 9, - "course_name": "STEV 11A", - "gen_ed_categories": "2 units", - "lecture_number": 23217, - "class_number": 23217, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Steven Fire 177", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23641, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23641, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23638, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23638, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theory and Practice of Peer-Guided Learning for Tutors and Learning Assistants", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "M 05:20PM-06:55PM", - "enroll_current": 0, - "course_description": "Provides first-time tutors and supplemental-instruction learning assistants with the theoretical background and practical interactive teaching and learning strategies essential for planning, implementing, and evaluating effective peer-guided learning. (Formerly Education 96.)", - "enroll_max": 50, - "lecture_number": 23020, - "credits": "2 units", - "location": "Porter Acad 148", - "course_name": "STEV 96", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23020, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Steven Fire 177", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23639, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23639, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23637, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23637, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23636, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23636, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Steven Fire 177", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23640, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23640, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23635, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23635, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Nuclear Pacific", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Hum & Soc Sci 250", - "enroll_current": 13, - "course_description": "Examines the history of nuclear weapons and nuclear power in the Pacific region from 1945 to 2013. Students do research on nuclear science, medicine, energy, and weapons testing and their social, political, demographic, and environmental impacts.", - "lecture_number": 23067, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 90", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23067, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23630, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23630, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Steven Acad 151", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23815, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23815, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23634, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23634, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Steven Acad 152", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23631, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23631, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23633, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23633, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23632, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23632, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Steven Acad 152", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23629, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23629, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Spanish for Heritage Speakers", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Humanities 1 110", - "enroll_current": 14, - "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", - "lecture_number": 22566, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 4", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22566, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Self and Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Steven Acad 152", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the roots of modern society using diverse religious texts and major classical and modern philosophical works.", - "lecture_number": 23628, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "STEV 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23628, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "El ensayo lectura, analisis y redaccion", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; Spanish 6 or Spanish for Heritage Speakers 6. Enrollment restricted to sophomore, junior, and senior Spanish studies majors.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Humanities 1 110", - "enroll_current": 13, - "course_description": "Centers on three areas: essay reading, essay analysis and interpretation, and essay writing. Student read representative essays by Latin American writers, analyze their discourse structure, and apply the lessons learned to their own writing.", - "lecture_number": 23168, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 115", - "gen_ed_categories": "5 units", - "instructor": "Gonzalez Pagani,M.", - "class_number": 23168, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Spanish for Heritage Speakers", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Humanities 1 110", - "enroll_current": 9, - "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", - "lecture_number": 22569, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 4", - "gen_ed_categories": "5 units", - "instructor": "Gonzalez Pagani,M.", - "class_number": 22569, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Spanish for Heritage Speakers", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Humanities 1 110", - "enroll_current": 14, - "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", - "lecture_number": 22568, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 4", - "gen_ed_categories": "5 units", - "instructor": "Malone,S.", - "class_number": 22568, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Medical Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 4; or Spanish for Heritage Speakers 4, or 5, or 6; or placement into Spanish 5 via the online Spanish Placement Examination. Enrollment is restricted to health sciences and human biology majors.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "N. Sci Annex 103", - "enroll_current": 15, - "course_description": "Students learn medical vocabulary, useful expressions, suitable grammatical structures, and cultural background to be able to interact with Spanish-speaking patients and doctors. Medical Spanish fulfills language requirement for the health sciences and human biology majors.", - "lecture_number": 22564, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 5M", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22564, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Spanish for Heritage Speakers", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish for Heritage Speakers 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Humanities 1 110", - "enroll_current": 12, - "course_description": "Deals with orthography, lexicon development, morphology, syntax, and other linguistic topics as applied to the development of all language skills (listening, reading, speaking, and writing). Emphasizes reading and writing about well-known and pivotal authentic texts of varying genres and formats from the Spanish-speaking world. Emphasis is on the United States, Mexico, and Spain. Students need to use the self-placement questionnaire posted on the Language Program web page.", - "lecture_number": 22567, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPHS 4", - "gen_ed_categories": "5 units", - "instructor": "Malone,S.", - "class_number": 22567, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mexico and the Southwest", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 6 or Spanish for Heritage Speakers 6 or equivalent Spanish proficiency.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Steven Acad 151", - "enroll_current": 14, - "course_description": "An interdisciplinary survey of the cultural history of the Mexican people in both Mexico and the U.S. Southwest. Topics include literature, art, folklore, oral tradition, music, politics, as well as \"everyday\" cultural manifestations. Conducted in Spanish. May be counted toward fulfillment of upper-division major requirements for Latin American and Latino studies and language studies. (Formerly Spanish for Spanish Speakers 125.)", - "lecture_number": 22570, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 156M", - "gen_ed_categories": "5 units", - "instructor": "Navarro,M.A.", - "class_number": 22570, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Hispanic Linguistics: Varieties of Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 150. Enrollment is restricted to senior Spanish studies majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Merrill Acad 132", - "enroll_current": 15, - "course_description": "Taught in Spanish. Explores the linguistic variety of the Spanish language in the Iberian Peninsula, the former Spanish colonies, and the Americas from a descriptive, synchronic perspective. Issues of languages in contact, variation in speech communities, and bilingualism are also introduced.", - "lecture_number": 22899, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 151", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22899, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Hispanic Linguistics: Introduction to Hispanic Linguistics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Linguistics 50; and Spanish 6 or Spanish for Heritage Speakers 6 or equivalent Spanish proficiency.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Humanities 1 110", - "enroll_current": 16, - "course_description": "Taught in Spanish. Students learn the major properties of the Spanish language from a linguistics perspective. Topics covered include: phonetics/phonology, morphology, and syntax. (Formerly Languages 150.)", - "lecture_number": 22898, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 150", - "gen_ed_categories": "5 units", - "instructor": "Zyzik,E.C.", - "class_number": 22898, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Steven Acad 151", - "enroll_current": 15, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22561, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 4", - "gen_ed_categories": "5 units", - "instructor": "Navarro,M.A.", - "class_number": 22561, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 64, - "waitlist_max": 999, - "class_number": 23051, - "class_type": "LEC", - "course_description": "Speaking, reading, and writing proficiency in Spanish is required. Explores the social, cultural, economic, and political changes that connect Latin America, Spain, and the United States Latina/o communities. Critical approach designations: Geographies, Power and Subjectivities. Distribution requirement: Global.", - "course_name": "SPAN 105", - "course_title": "Introducci\ufffdn a Spanish Studies", - "location": "Soc Sci 2 075", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 6 or Spanish for Heritage Speakers 6 or permission of instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 23051, - "instructor": "Smith,A.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section; also offered as LIT 189C.", - "enroll_current": 28, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 5 or 5M or placement into Spanish 6 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Merrill Acad 130", - "enroll_current": 14, - "course_description": "Increases oral and written proficiency using authentic reading materials which focus on such topics as social class, ethnicity, education, religion, economic, and political developments in the Spanish-speaking world.", - "lecture_number": 22565, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 6", - "gen_ed_categories": "5 units", - "instructor": "Barahona,B.A.", - "class_number": 22565, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Medical Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 4; or Spanish for Heritage Speakers 4, or 5, or 6; or placement into Spanish 5 via the online Spanish Placement Examination. Enrollment is restricted to health sciences and human biology majors.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "N. Sci Annex 103", - "enroll_current": 11, - "course_description": "Students learn medical vocabulary, useful expressions, suitable grammatical structures, and cultural background to be able to interact with Spanish-speaking patients and doctors. Medical Spanish fulfills language requirement for the health sciences and human biology majors.", - "lecture_number": 22563, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 5M", - "gen_ed_categories": "5 units", - "instructor": "Lain,S.L.", - "class_number": 22563, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 27 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Steven Acad 151", - "enroll_current": 25, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22560, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 4", - "gen_ed_categories": "5 units", - "instructor": "Navarro,M.A.", - "class_number": 22560, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "R Carson Acad 250", - "enroll_current": 9, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22559, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 4", - "gen_ed_categories": "5 units", - "instructor": "Barahona,B.A.", - "class_number": 22559, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement into Spanish 4 via the online Spanish Placement Examination.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "R Carson Acad 250", - "enroll_current": 16, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various sociopolitical and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22558, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 4", - "gen_ed_categories": "5 units", - "instructor": "Barahona,B.A.", - "class_number": 22558, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Oakes Acad 222", - "enroll_current": 22, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22556, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 3", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22556, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "R Carson Acad 250", - "enroll_current": 25, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22554, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "SPAN 3", - "gen_ed_categories": "5 units", - "instructor": "Perez,A.A.", - "class_number": 22554, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Kresge Acad 194", - "enroll_current": 25, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22550, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 2", - "gen_ed_categories": "5 units", - "instructor": "Castillo Trelles,C.", - "class_number": 22550, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "R Carson Acad 250", - "enroll_current": 18, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22555, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 3", - "gen_ed_categories": "5 units", - "instructor": "Perez,A.A.", - "class_number": 22555, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Kresge Clrm 325", - "enroll_current": 11, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22546, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 1", - "gen_ed_categories": "5 units", - "instructor": "Castillo Trelles,C.", - "class_number": 22546, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Humanities 1 110", - "enroll_current": 10, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22547, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 1", - "gen_ed_categories": "5 units", - "instructor": "Lain,S.L.", - "class_number": 22547, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 4 or placement into Spanish 5 via the online Spanish Placement Examination.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Cowell Acad 113", - "enroll_current": 20, - "course_description": "Includes comprehensive grammar review, composition, readings, and discussion. Reading and audiovisual material deal with various socio-political and cultural issues in the Spanish-speaking world. Classes are conducted in Spanish.", - "lecture_number": 22562, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 5", - "gen_ed_categories": "5 units", - "instructor": "Malone,S.", - "class_number": 22562, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Topics in Sociological Analysis", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "Tu 08:30AM-11:30AM", - "enroll_current": 1, - "course_description": "The topics to be analyzed each year vary with the instructor but focus upon a specific research area. Enrollment restricted to graduate students by consent of the instructor. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22544, - "credits": "5 units", - "location": "R Carson Acad 301", - "course_name": "SOCY 290", - "gen_ed_categories": "5 units", - "instructor": "Battle,J.", - "class_number": 22544, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sociological Methods", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students in sociology and by permission number.", - "meet_times": "W 09:00AM-12:00PM", - "location": "R Carson Acad 301", - "enroll_current": 4, - "course_description": "Approaches methods as a series of conscious and strategic choices for doing various kinds of research. Introduces students to the epistemological questions of method in social sciences; to key issues in \"technique,\" particularly control, reliability, and validity; and to good examples of social research.", - "lecture_number": 22543, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 203", - "gen_ed_categories": "5 units", - "instructor": "Terriquez,V.", - "class_number": 22543, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Oakes Acad 222", - "enroll_current": 15, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22552, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 2", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22552, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Making of Classical Theory", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students in sociology and by permission number.", - "meet_times": "W 04:00PM-07:00PM", - "location": "R Carson Acad 301", - "enroll_current": 6, - "course_description": "Examines the establishment of \"theory\" in the discipline of sociology. Introduces students to close readings and analysis of a core selection of social theory. Problematizes the construction, maintenance, and reproduction of a theoretical canon in sociology.", - "lecture_number": 22542, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 201", - "gen_ed_categories": "5 units", - "instructor": "Angelo,H.", - "class_number": 22542, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Project Practicum: Global Information and Social Enterprise", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 30C or 107B.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "PhysSciences 140", - "enroll_current": 20, - "course_description": "Project practicum and evaluation are required for completion of major or minor in global information and social enterprise studies (GISES). Projects require approval in advance by the director of GISES. Completed projects must be uploaded electronically on the website or archive of the Everett Program. May be repeated for credit.", - "lecture_number": 23805, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 196G", - "gen_ed_categories": "5 units", - "instructor": "Benner,C.", - "class_number": 23805, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sociology of Social Movements", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "R Carson Acad 240", - "enroll_current": 42, - "course_description": "Through readings on social movements that span the 20th century, course examines the causes of popular mobilizations, their potential for rapid social change, and the theories developed to understand and explain their role in modern social life.", - "lecture_number": 22540, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 172", - "gen_ed_categories": "5 units", - "instructor": "Gould,D.B.", - "class_number": 22540, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 42 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or placement into Spanish 2 via the online Spanish Placement Examination.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Oakes Acad 222", - "enroll_current": 16, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22551, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 2", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22551, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Body and Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior majors and minors and proposed majors and minors in sociology, global information and enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "R Carson Acad 240", - "enroll_current": 39, - "course_description": "Critically examines the place of the human body in contemporary society. Focuses on the social and cultural construction of bodies, including how they are gendered, racialized, sexualized, politicized, represented, colonized, contained, controlled, and inscribed. Discusses relationship between embodiment, lived experiences, and social action. Focuses on body politics in Western society and culture, especially the United States.", - "lecture_number": 22539, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "SOCY 152", - "gen_ed_categories": "5 units", - "instructor": "Mccullen,C.G.", - "class_number": 22539, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 39 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sociology of Social Problems", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Engineer 2 192", - "enroll_current": 37, - "course_description": "Views \"problems\" in society not as given but as social constructs. Examines the ways in which conditions in society become identified and defined as problems and consequences that follow from such a process.", - "lecture_number": 22541, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCY 178", - "gen_ed_categories": "5 units", - "instructor": "McDrew,M.S.", - "class_number": 22541, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 37 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Social Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior sociology majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Steven Acad 175", - "enroll_current": 50, - "course_description": "Major theories and concepts in sociological study of social psychology. Topics include identity and social interaction, deviance, sociology of emotions, social narratives, and the social construction of reality.", - "lecture_number": 23365, - "credits": "5 units", - "waitlist_current": 12, - "course_name": "SOCY 136", - "gen_ed_categories": "5 units", - "instructor": "McNamara,M.B.", - "class_number": 23365, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sociology of Drugs, Botanicals and Pharmaceuticals", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or 10 or 15; or by permission of the instructor.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Kresge Clrm 327", - "enroll_current": 38, - "course_description": "Engages the social, historical, and economic trajectories of the drugs, illicit and licit, botanical and pharmaceutical within U.S. society. Through an examination of case studies, and other texts of encounter, explores how international, state, and local actors mediate as interlocutors between globalized interests, local knowledges, and the molecules we have increasingly come to know, ingest, and incorporate. Enrollment restricted to junior and senior sociology, biology, biochemistry and molecular biology, community studies, Latin American/sociology combined, and global information and social enterprise majors, proposed majors, and minors.", - "lecture_number": 23242, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "SOCY 127P", - "gen_ed_categories": "5 units", - "instructor": "Battle,J.", - "class_number": 23242, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 38 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Kresge Clrm 325", - "enroll_current": 18, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22545, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 1", - "gen_ed_categories": "5 units", - "instructor": "Castillo Trelles,C.", - "class_number": 22545, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Placement into Spanish 1 via the online Spanish Placement Examination.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Cowell Acad 113", - "enroll_current": 0, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22548, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 1", - "gen_ed_categories": "5 units", - "instructor": "Lang,N.W.", - "class_number": 22548, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Spanish", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement into Spanish 3 via the online Spanish Placement Examination.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Oakes Acad 222", - "enroll_current": 6, - "course_description": "The first-year program is aimed at developing proficiency in Spanish. Listening, speaking, reading, and writing are addressed through classroom practice and supplemented by language laboratory work. Classes are taught entirely in Spanish and are held three days a week. (Formerly Instruction in the Spanish Language.)", - "lecture_number": 22557, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SPAN 3", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22557, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Popular Culture and Cultural Studies", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 105A or 105B. Enrollment is restricted to junior and senior majors and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Porter Acad 144", - "enroll_current": 41, - "course_description": "Examines the hidden politics of popular pleasure, studying the workings of domination and transgression in popular culture and everyday life. Explores not only media representations but cultural practices as well. Examines both cultural production and consumption. Considers how hegemonic discourses render the politics of resistance invisible. (Formerly", - "lecture_number": 23364, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "SOCY 129", - "gen_ed_categories": "5 units", - "instructor": "Mccullen,C.G.", - "class_number": 23364, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 22516, - "class_type": "LEC", - "course_description": "An introduction to comparative and historical analyses of the relation between race and law in the U.S. Emphasis on examinations of continuous colonial policies and structural mechanisms that help maintain and perpetuate racial inequality in law, criminal justice, and jury trials. (Formerly Race and Justice)", - "course_name": "SOCY 128I", - "course_title": "Race and Law", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment restricted to sophomore, junior, and senior majors, proposed majors, and minors in legal studies, sociology, community studies, Latin American/sociology combined, global information and social enterprise, and critical race and ethnic studies.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 22516, - "instructor": "Fukurai,H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 128I.", - "enroll_current": 99, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Family and Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Oakes Acad 106", - "enroll_current": 20, - "course_description": "Focuses on the interaction between family and society by considering the historical and social influences on family life and by examining how the family unit affects the social world. Readings draw on theory, history, and ethnographic materials.", - "lecture_number": 22536, - "credits": "5 units", - "waitlist_current": 9, - "course_name": "SOCY 111", - "gen_ed_categories": "5 units", - "instructor": "Martyna,W.", - "class_number": 22536, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Global Information and Social Enterprise Studies", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lab and associated secondary lab", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 34, - "course_description": "The first class in a three-quarter sequence that prepares students for designing social justice and sustainability projects using social-enterprise methodologies to transfer information and communications technologies (ICT) to community and non-governmental organizations. Tuesday's class topics include globalization, info-exclusion, social justice, information revolution, global civil-society networks, social entrepreneurship, and organizational assessment. Thursday's technical laboratory teaches students to develop practical ICT skills for working solidarity with community organizations in areas such as web design, graphic design, and digital networking.", - "enroll_max": 60, - "lecture_number": 22509, - "credits": "5 units", - "location": "Kresge Clrm 327", - "course_name": "SOCY 30A", - "gen_ed_categories": "5 units", - "instructor": "Benner,C.", - "class_number": 22509, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "World Society", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 126, - "course_description": "Introduction to comparative and historical sociology. Focuses on the global integration of human society. Examines social changes such as industrialization, globalization, colonial rule, and the rise of Islamic fundamentalism. Uses social theory (including ideas from Marx, Weber, and Adam Smith) to explore the making of institutions like the nation-state, the World Trade Organization, the World Bank, and the International Monetary Fund. Fulfills lower-division major requirement.", - "enroll_max": 150, - "lecture_number": 22500, - "credits": "5 units", - "location": "Earth&Marine B206", - "course_name": "SOCY 15", - "gen_ed_categories": "5 units", - "instructor": "Mc Kay,S.", - "class_number": 22500, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 2 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 22527, - "class_type": "LEC", - "course_description": "This intensive survey course examines the intellectual origins of the sociological tradition, focusing on changing conceptions of social order, social change, and the trends observed in the development of Western civilization in the modern era. Readings are all taken from original texts and include many of the classical works in social theory with special emphasis on the ideas of Marx, Weber, and Durkheim, which constitute the core of the discipline. Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements.", - "course_name": "SOCY 105A", - "course_title": "Classical Social Theory", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22527, - "instructor": "Angelo,H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 72, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Production/Analysis/Editing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to social documentation graduate students.", - "meet_times": "W 04:00PM-07:00PM", - "location": "Commun Bldg 113", - "enroll_current": 6, - "course_description": "Workshop seminar oriented toward actual fieldwork, production, and preparation for editing of the thesis project in the student's chosen genre. Techniques of collection and recording, analysis, preparation, and editing taught.", - "lecture_number": 22702, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCD 294A", - "gen_ed_categories": "5 units", - "instructor": "Andrews,L.", - "class_number": 22702, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Documentary Field Production and Editing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to social documentation graduate students.", - "meet_times": "Tu 10:00AM-01:00PM", - "location": "Commun Bldg 139", - "enroll_current": 1, - "course_description": "Designed to provide supplemental instruction on specific topical and/or technical matters related to social documentation. Topics include technical standards and innovations within the field of social documentation, documentary subjects, location production, and/or the work of individual professional documentarians. (Formerly course 290, Special Topics in Social Documentation.) May be repeated for credit.", - "lecture_number": 22712, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCD 201A", - "gen_ed_categories": "5 units", - "instructor": "Taylor,J.", - "class_number": 22712, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 11 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing and Editing Workshop", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students formally accepted into the writing track of the Science Communication Program.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "KresgeAnnex A 118", - "enroll_current": 0, - "course_description": "Theory and practice of writing and editing articles on scientific, medical, environmental, and technological subjects for newspapers, magazines, and special publications directed at non-technical readers. May be repeated for credit.", - "lecture_number": 22490, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SCIC 202", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22490, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Reporting and Writing Science News", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students formally accepted into the writing track of the Science Communication Program.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "KresgeAnnex A 118", - "enroll_current": 0, - "course_description": "A survey of the conventions of newspaper journalism and the special application of those conventions to scientific and technological subjects.", - "lecture_number": 22489, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SCIC 201A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22489, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 11, - "waitlist_max": 0, - "class_number": 22700, - "class_type": "SEM", - "course_description": "Graduate-level advanced seminar explores ways that seeing, hearing, and knowing are influenced by culture, power, race, and other factors. Readings emphasize how documentary subjects are constituted and known, addressing questions of epistemology, social constructivism, objectivity, and method. (Formerly Ways of Seeing and Hearing.)", - "course_name": "SOCD 204", - "course_title": "Ethnographic Writing and Social Documentation", - "location": "KresgeAnnex B 115", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 03:00PM-06:00PM", - "credits": "5 units", - "lecture_number": 22700, - "instructor": "Ochoa,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as FMST 204", - "enroll_current": 11, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Sociology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 80, - "course_description": "A systematic study of social groups ranging in size from small to social institutions to entire societies. Organized around the themes of social interaction, social inequality, and social change. Fulfills lower-division major requirement.", - "enroll_max": 80, - "lecture_number": 22493, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "SOCY 1", - "gen_ed_categories": "5 units", - "instructor": "McNamara,M.B.", - "class_number": 22493, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 6 - }, { - "enroll_max": 150, - "waitlist_max": 999, - "class_number": 22518, - "class_type": "LEC", - "course_description": "Introduces students to major types of date and data analysis used in sociology. Designed to give students a foundation in understanding social science research articles, reports, and media reports used in political and policy debates. Topics include: general principles of research design, measurement, inductive and deductive modes of reasoning, experimental design, field work and ethnographic design, and reading and understanding basic quantitative forms of data and analysis. (Formerly course 103B, The Logic and Methods of Social Inquiry.)", - "course_name": "SOCY 3A", - "course_title": "The Evaluation of Evidence", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to majors, proposed majors, and minors in sociology, global information and social enterprise, and Latin American studies/sociology combined.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 22518, - "instructor": "London,R.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 108, - "waitlist_current": 1 - }, { - "grading_options": "Multi-Term Course", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Developmental Research and Writing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 09:15AM-10:30AM", - "location": "Soc Sci 2 221", - "enroll_current": 3, - "course_description": "Tailored to graduate students' interests among topics involving research and scholarship in sociocultural approaches to development, methods for research design, data collection, coding, and analysis, and preparing and reviewing grant proposals and journal manuscripts. Multiple-term course; students receive 6 credits in the third quarter of attendance; the performance evaluation and grade submitted for the final quarter applies to all three quarters. May be repeated for credit.", - "lecture_number": 22487, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PSYC 290B", - "gen_ed_categories": "2 units", - "instructor": "Rogoff,B.", - "class_number": 22487, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Approaches to Social Documentation", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 10:00AM-01:00PM", - "location": "KresgeAnnex B 115", - "enroll_current": 1, - "course_description": "Comprehensive review and analysis of documentary strategies aimed at societal critique and social change, evaluating changes in argument, evidence, and process over development of the discipline.", - "lecture_number": 22689, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "SOCD 200", - "gen_ed_categories": "5 units", - "instructor": "Kahana,J.", - "class_number": 22689, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Russian", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 17, - "course_description": "Aural comprehension, speaking, reading, and writing. Recitation and laboratory. Elementary sequence (1-2-3) begins in the fall quarter only. (Formerly Instruction in the Russian Language.)", - "enroll_max": 30, - "lecture_number": 22488, - "credits": "5 units", - "location": "J Baskin Engr 372", - "course_name": "RUSS 1", - "gen_ed_categories": "5 units", - "instructor": "Lundblad-Janjic,J.", - "class_number": 22488, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar I: Cognitive and Language Development", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Soc Sci 2 137", - "enroll_current": 4, - "course_description": "Explores major theories and research in the fields of cognitive development and language development. Begins with classic theorists, such as Piaget and Vygotsky, and proceeds to theories and research on topics of current interest.", - "lecture_number": 22486, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 244A", - "gen_ed_categories": "5 units", - "instructor": "Akhtar,N.N.", - "class_number": 22486, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Research in Developmental Psychology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", - "meet_times": "M 03:30PM-05:00PM", - "location": "Soc Sci 2 121", - "enroll_current": 11, - "course_description": "Seminar to study, critique, and develop research in developmental psychology. May be repeated for credit.", - "lecture_number": 22485, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 242", - "gen_ed_categories": "5 units", - "instructor": "Wang,S.", - "class_number": 22485, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Multivariate Techniques for Psychology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 214A.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 2 171", - "enroll_current": 6, - "course_description": "Introduces factor analysis and structural equation modeling (SEM). Develop skills in defining, estimating, testing, and critiquing models. Topics include the rationale of SEM, model identification, goodness of fit, and estimation. Learn how to use relevant software packages (R, SAS, LISREL, EQS, or AMOS) to conduct exploratory and confirmatory factor analyses and latent variable path analyses.", - "lecture_number": 22480, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 214B", - "gen_ed_categories": "5 units", - "instructor": "Bonett,D.G.", - "class_number": 22480, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Research in Cognitive Psychology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", - "meet_times": "W 10:20AM-11:50AM", - "location": "Soc Sci 2 121", - "enroll_current": 10, - "course_description": "Colloquium series to study and critique research in cognitive psychology and cognitive science. May be repeated for credit.", - "lecture_number": 22483, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 230", - "gen_ed_categories": "5 units", - "instructor": "Storm,B.C.", - "class_number": 22483, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Research in Social Psychology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", - "meet_times": "M 10:20AM-11:50AM", - "location": "Soc Sci 2 121", - "enroll_current": 10, - "course_description": "Seminar to study, critique, and develop research in social psychology. May be repeated for credit.", - "lecture_number": 22484, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 231", - "gen_ed_categories": "5 units", - "instructor": "Covarrubias,R.G.", - "class_number": 22484, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar: Cognitive I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students.", - "meet_times": "M 02:00PM-04:30PM", - "location": "Soc Sci 2 363", - "enroll_current": 5, - "course_description": "A proseminar reviewing current topics in cognitive psychology, designed to introduce new graduate students to the field.", - "lecture_number": 22481, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 224A", - "gen_ed_categories": "5 units", - "instructor": "Storm,B.C.", - "class_number": 22481, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Teaching Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Pre-enroll at the Psychology Department Office 273 Social Sciences 2. Advance preparation required.", - "meet_times": "F 09:00AM-12:00PM", - "enroll_current": 7, - "course_description": "Students lead discussion groups and provide one-to-one tutoring for courses 1 or 3 or 100. Admission requires essay describing interest in becoming a course assistant, copies of psychology evaluations, and a letter of recommendation from a psychology faculty member; completion of some upper-division psychology courses prior to enrollment in this course. Prerequisite(s): course 3 or 100. Enrollment restricted to psychology majors. (Formerly \"Introduction to Psychology.\")", - "enroll_max": 0, - "lecture_number": 22477, - "credits": "5 units", - "location": "Soc Sci 2 104", - "course_name": "PSYC 191A", - "gen_ed_categories": "5 units", - "instructor": "Cardilla,K.S.", - "class_number": 22477, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 0, - "waitlist_max": 0, - "class_number": 23896, - "class_type": "LEC", - "course_description": "Survey of theory, research, and intervention in human psychopathology. Covers psychological, biological, developmental, and socio-cultural approaches.", - "course_name": "PSYC 170", - "course_title": "Abnormal Psychology", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100; course 60 highly recommended as preparation.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 23896, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 0, - "waitlist_current": 23 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Personality, Relationships, and Emotions", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3 or 100. Courses 10 and 60 recommended as preparation.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "Explores the reciprocal development of personalities and emotions/emotion regulation in the context of close relationships.", - "lecture_number": 23326, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 175", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 23326, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "grading_options": "Multi-Term Course", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Developmental Research I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to psychology graduate students or with instructor's permission.", - "meet_times": "Tu 09:00AM-12:00PM", - "location": "Soc Sci 2 137", - "enroll_current": 2, - "course_description": "Examines the rationale and techniques of research in developmental psychology. Topics include theories and paradigms in developmental psychology; translating theoretical ideas into researchable hypotheses; diversity issues in sampling; and conducting ethical research. Multiple-term course; students receive 6 credits in the second quarter of attendance; the grade and evaluation submitted for the final quarter applies to both quarters.", - "lecture_number": 22482, - "credits": "3 units", - "waitlist_current": 1, - "course_name": "PSYC 225A", - "gen_ed_categories": "3 units", - "instructor": "Wang,S.", - "class_number": 22482, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Psychology of Immigration", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior psychology majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "N. Sci Annex 102", - "enroll_current": 19, - "course_description": "Provides an overview of the social and cultural psychological study of immigrants in the United States. Examines the migration/immigration process; immigrants' social identities; schooling of immigrant youth; and impact of policy on the well-being of immigrants. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", - "lecture_number": 23858, - "credits": "5 units", - "waitlist_current": 5, - "course_name": "PSYC 159I", - "gen_ed_categories": "5 units", - "instructor": "Casanova,S.", - "class_number": 23858, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Quantitative Data Analysis", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 2 171", - "enroll_current": 12, - "course_description": "Intermediate statistical methods widely used in psychology (e.g., ANOVA, ANCOVA, multiplecomparisons, repeated-measures) and corresponding SPSS or R programs.", - "lecture_number": 22478, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 204", - "gen_ed_categories": "5 units", - "instructor": "Bonett,D.G.", - "class_number": 22478, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22462, - "class_type": "LEC", - "course_description": "Examines how social class shapes attitudes, beliefs, and behaviors. Emphasis is placed on structural barriers and their impact on the well-being of low-income groups. Strategies for reducing classist discrimination, improving interclass relations, and strengthening social policy are discussed.", - "course_name": "PSYC 153", - "course_title": "The Psychology of Poverty and Social Class", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite: course 3 or 100, or anthropology, community studies, economics, legal studies, politics, sociology, or feminist studies majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22462, - "instructor": "Bullock,H.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 100, - "waitlist_current": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Health Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 3 or 100.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Kresge Clrm 321", - "enroll_current": 0, - "course_description": "Course examines the psychological aspects of health, illness and healing. Focuses primarily on etiology, treatment and prevention; specific topics include stress and the immune response, social support, compliance, health beliefs, and the healing relationship. (Formerly course 140C.)", - "lecture_number": 24285, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PSYC 172", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 24285, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 22472, - "class_type": "LEC", - "course_description": "A critical and intensive exploration of a wide variety of specific disorders within their biological, developmental, and social contexts. Concepts of psychopathology in childhood, major and minor diagnostic systems, and a variety of theories of etiology are explored. General intervention strategies and a wide range of specific psychotherapy systems for treatment are closely examined and demonstrated.", - "course_name": "PSYC 171", - "course_title": "Childhood Psychopathology", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 3 or 100; and course 10. Course 170 strongly recommended.", - "meet_times": "TuTh 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 22472, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 70, - "waitlist_current": 15 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22467, - "class_type": "LEC", - "course_description": "Serves as an in-depth introduction to the field of clinical psychology. Covers issues of clinical assessment, interviewing, testing, and a range of therapeutic modalities.", - "course_name": "PSYC 167", - "course_title": "Clinical Psychology", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100; course 170 is recommended as preparation. Enrollment is restricted to psychology majors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22467, - "instructor": "Quinn,R.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 103, - "waitlist_current": 33 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Weird Science", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements and course 3 or 100. Enrollment is restricted to senior psychology and cognitive science majors.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Cowell Acad 113", - "enroll_current": 29, - "course_description": "Explores the relationship between science and pseudoscience from a cognitive psychological perspective, including discussion of collection and selection of data, statistical assessment of data, cognitive illusions, memory distortions, reasoning, and decision-making. Also highlights the dissemination of scientific knowledge. Satisfies seminar requirement. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement. (Formerly course 134.)", - "lecture_number": 22795, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "PSYC 139H", - "gen_ed_categories": "5 units", - "instructor": "Fox Tree,J.E.", - "class_number": 22795, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Achievement Disparities: A Social Psychological Perspective", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100, and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior psychology majors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Oakes Acad 222", - "enroll_current": 19, - "course_description": "In this interactive seminar, we draw on research and theories in social and cultural psychology to examine persisting disparities in education and achievement for varying social groups (e.g., race/ethnicity, gender, social class) and to identify intervention strategies for reducing these disparities. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", - "lecture_number": 23198, - "credits": "5 units", - "waitlist_current": 4, - "course_name": "PSYC 159R", - "gen_ed_categories": "5 units", - "instructor": "Covarrubias,R.G.", - "class_number": 23198, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Social Psychology of Flimflam", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology majors.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Steven Acad 175", - "enroll_current": 50, - "course_description": "Why do we believe strange things? This course investigates such flimflams as beliefs in the Loch Ness Monster, quack health care, and racial superiority to illustrate the underlying social psychological principles that lead us to adopt weird attitudes.", - "lecture_number": 22461, - "credits": "5 units", - "waitlist_current": 25, - "course_name": "PSYC 150", - "gen_ed_categories": "5 units", - "instructor": "Pratkanis,A.R.", - "class_number": 22461, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Social Context", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "PhysSciences 140", - "enroll_current": 27, - "course_description": "A systematic analysis of the social and contextual determinants of human behavior, with special attention given to concepts of situational control, social comparison, role and attribution theories, as well as the macrodeterminants of behavior: cultural, historical, and sociopolitical context.", - "lecture_number": 23822, - "credits": "5 units", - "waitlist_current": 5, - "course_name": "PSYC 146", - "gen_ed_categories": "5 units", - "instructor": "Toolis,E.E.", - "class_number": 23822, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 22987, - "class_type": "LEC", - "course_description": "Addresses sexual and gender identity diversity in social, historical, and political context. Highlights current social justice issues and cultural ideologies related to sexual and gender identity diversity. Discusses social and scientific activism for sexual liberation; gay and lesbian identities and communities; sexuality beyond binaries and categories (e.g., bisexuality, pansexuality); asexuality; kink/fetish; transgender identities and sexualities; sexual fluidity and heteroflexibility; and queer sexual ethics and politics.", - "course_name": "PSYC 140H", - "course_title": "Sexual Identity and Society", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 22987, - "instructor": "Hammack,P.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 71, - "waitlist_current": 10 - }, { - "enroll_max": 48, - "waitlist_max": 999, - "class_number": 23054, - "class_type": "LEC", - "course_description": "Offers a practical introduction to computer programming for psychology and cognitive science students. Students learn simple and effective techniques for collecting, parsing, and analyzing behavioral data from behavioral experiments. Students create programs to present visual stimuli, collect keyboard responses, and then write response time and accuracy to datafiles on disk. Students then write new programs to extract information from the datafiles, perform statistical analysis, and present summaries of the findings. Students learn to use the Python programming language for cross-platform application development. No previous programming experience is necessary.", - "course_name": "PSYC 138", - "course_title": "Computer Programming for the Cognitive Sciences", - "location": "MingOng Cmp Lb 103", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or 20A or 20B, and 100. Enrollment is restricted to psychology and cognitive science majors.", - "meet_times": "MW 12:00PM-01:35PM", - "credits": "5 units", - "lecture_number": 23054, - "instructor": "Seymour,T.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 48, - "waitlist_current": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Media Contexts of Adolescent and Young Adult Development", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, course 10, and course 3 or 100. Course 102 is recommended. Enrollment is restricted to senior psychology majors.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Oakes Acad 106", - "enroll_current": 26, - "course_description": "Focuses on the role of media in adolescents' and young adults' identity development, friendships, and peer relationships. Topics include: globalization; physical/body image; friendships and peer acceptance; and educational and career goals. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", - "lecture_number": 23567, - "credits": "5 units", - "waitlist_current": 8, - "course_name": "PSYC 119T", - "gen_ed_categories": "5 units", - "instructor": "Cardilla,K.S.", - "class_number": 23567, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22456, - "class_type": "LEC", - "course_description": "Examines basic theories, models, methods, and research findings in human memory. Both traditional and nontraditional topics are covered.", - "course_name": "PSYC 129", - "course_title": "Human Learning and Memory", - "location": "J Baskin Engr 152", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22456, - "instructor": "Seymour,T.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 103, - "waitlist_current": 26 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 23079, - "class_type": "LEC", - "course_description": "How and why do children develop into moral beings? This course covers key theories and empirical research about the cognitive, emotional, and behavioral aspects of moral development, including psychoanalytic, behaviorist, constructivist, nativist, and evolutionary approaches.", - "course_name": "PSYC 112", - "course_title": "Moral Development", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 10 and 100.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 23079, - "instructor": "Dahl,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 70, - "waitlist_current": 46 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 23226, - "class_type": "LEC", - "course_description": "Examines interdisciplinary theory, research, and methods of studying the cultural basis of human development, and variations and similarities in human lives and practices in the United States and worldwide cultural communities.", - "course_name": "PSYC 114", - "course_title": "Human Development as a Cultural Process", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 10 and 100.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 23226, - "instructor": "Rogoff,B.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 69, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Face Recognition", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 1 or 20 or 20A; and course 3 or 100. Enrollment is restricted to senior cognitive science, neuroscience, and psychology majors.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Oakes Acad 106", - "enroll_current": 24, - "course_description": "To navigate our social world, we need to extract a wealth of information from faces, including identity, expression, gaze, age, and gender. This seminar reviews current topics in face-recognition research, from cognitive, neuroscience, developmental, social, and computational perspectives. Satisfies the senior seminar requirement. Satisfies the senior comprehensive requirement.", - "lecture_number": 23023, - "credits": "5 units", - "waitlist_current": 11, - "course_name": "PSYC 139K", - "gen_ed_categories": "5 units", - "instructor": "Davidenko,N.", - "class_number": 23023, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Development in Infancy", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 3 or 100, and 10. Enrollment is restricted to psychology and cognitive science majors.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "J Baskin Engr 372", - "enroll_current": 26, - "course_description": "Focuses on psychological development in infancy. Presents research on perceptual, cognitive, and social-emotional development during the first two years of life. (Formerly course 101.)", - "lecture_number": 23821, - "credits": "5 units", - "waitlist_current": 14, - "course_name": "PSYC 104", - "gen_ed_categories": "5 units", - "instructor": "Zhang,Y.", - "class_number": 23821, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 160, - "waitlist_max": 999, - "class_number": 22449, - "class_type": "LEC", - "course_description": "An analysis of human communication as a function of psychological, linguistic, and social factors. Focuses on language comprehension and production, including the processing of sounds, words, syntax, semantics, pragmatics, and dialogue.", - "course_name": "PSYC 125", - "course_title": "The Psychology of Language", - "location": "Earth&Marine B206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", - "meet_times": "TuTh 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 22449, - "instructor": "Kawamoto,A.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 160, - "waitlist_current": 7 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 22436, - "class_type": "LEC", - "course_description": "Addresses psychological development from conception through adolescence. Provides an overview of developmental psychology.", - "course_name": "PSYC 10", - "course_title": "Introduction to Developmental Psychology", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1; Applied Mathematics and Statistics 3 or 6, or Math 3 or higher Mathematics courses; and course 2 or Applied Mathematics and Statistics 5 or 7/7L.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 22436, - "instructor": "Wang,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 50, - "waitlist_current": 110 - }, { - "enroll_max": 12, - "waitlist_max": 999, - "class_number": 22427, - "class_type": "LEC", - "course_description": "An introduction to research methods used to investigate human psychology. Course emphasizes critical thinking, designing and conducting research, analyzing and interpreting data, and writing a professional research report.", - "course_name": "PSYC 100", - "course_title": "Research Methods in Psychology", - "location": "Earth&Marine B206", - "grading_options": "Student Option", - "gen_ed_categories": "7 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Entry Level Writing and Composition requirements; Applied Mathematics and Statistics 2 or 3 or 6, or Mathematics 3 or higher level Mathematics course; and course 2 or Applied Mathematics and Statistics 5 or 7/7L.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "7 units", - "lecture_number": 22427, - "instructor": "Takayama,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 12, - "waitlist_current": 130 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Social Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 85, - "course_description": "An analysis of contemporary research in social psychology and of what that research can teach us about the world we live in. Problems of conformity, propaganda, prejudice, attraction, and aggression. Focuses on a person's relationship with other people, how he or she influences them and is influenced by them.", - "enroll_max": 85, - "lecture_number": 22448, - "credits": "5 units", - "location": "Steven Acad 150", - "course_name": "PSYC 40", - "gen_ed_categories": "5 units", - "instructor": "Pratkanis,A.R.", - "class_number": 22448, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cognition: Fundamental Theories", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 07:10PM-08:45PM", - "enroll_current": 70, - "course_description": "Introduces basic concepts in cognitive psychology with a focus on theoretical explanations of cognitive functioning. Topics include perception, attention, memory, concepts, language, visual cognition, executive functions, and reasoning processes. (Formerly course 20, Introduction to Cognitive Psychology.)", - "enroll_max": 70, - "lecture_number": 22441, - "credits": "5 units", - "location": "J Bask Aud 101", - "course_name": "PSYC 20A", - "gen_ed_categories": "5 units", - "instructor": "Samaha,J.M.", - "class_number": 22441, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 52 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Psychology of Reading", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100. Enrollment is restricted to psychology and cognitive science majors and minors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "R Carson Acad 242", - "enroll_current": 26, - "course_description": "Focuses on the cognitive processes that underlie reading in adults. Additional topics include different writing systems, learning to read, and reading deficits. Recommended for upper-division students.", - "lecture_number": 23828, - "credits": "5 units", - "waitlist_current": 12, - "course_name": "PSYC 124", - "gen_ed_categories": "5 units", - "instructor": "Krause,P.A.", - "class_number": 23828, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 07:10PM-08:45PM", - "enroll_current": 40, - "course_description": "Introduces prospective majors to the scientific study of behavior and mental processes and also provides an overview for non-majors. Emphasizes social, cognitive, developmental, and personality psychology and their interrelations.", - "enroll_max": 40, - "lecture_number": 22413, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "PSYC 1", - "gen_ed_categories": "5 units", - "instructor": "Cardilla,K.S.", - "class_number": 22413, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 48 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "R Carson Acad 250", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23626, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23626, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Improvisation", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "W 05:30PM-08:30PM", - "enroll_current": 20, - "course_description": "Theory and practice of improvisation in the performing arts with an emphasis on acting improvisation techniques. Readings and films develop a theoretical and historical understanding of spontaneous invention on stage. Students attend area theater improvisational performances. (Formerly course 80I.)", - "enroll_max": 20, - "lecture_number": 22715, - "credits": "5 units", - "location": "Porter Din 118", - "course_name": "PRTR 41I", - "gen_ed_categories": "5 units", - "instructor": "Giges,R.E.", - "class_number": 22715, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "R Carson Acad 250", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23627, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23627, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23620, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23620, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23623, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23623, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23621, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23621, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23617, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23617, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "R Carson Acad 250", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23625, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23625, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23622, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23622, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23619, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23619, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23615, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23615, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23614, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23614, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Accelerated Intermediate Portuguese", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 65A, or by consent of instructor.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Humanities 1 110", - "enroll_current": 7, - "course_description": "Sequential to course 65A, completes second-year accelerated instruction. A systematic grammar review is combined with literacy and cultural readings, while communicative exercises focus on improving students' ability to understand and hold sustained conversations. Students expand their vocabulary and knowledge of Brazil and other Portuguese-speaking cultures through films, popular music, and other culturally authentic materials.", - "lecture_number": 22412, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PORT 65B", - "gen_ed_categories": "5 units", - "instructor": "Seara,A.M.", - "class_number": 22412, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Comparative Anti-Colonialisms", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 02:00PM-05:00PM", - "location": "Merrill Acad 134", - "enroll_current": 11, - "course_description": "Political thought of anti-colonial movements in comparative, historical perspective, including 18th- to 20th-Century European colonies of America and Asia. Focuses both on the contemporary political thought of these movements as well as on historiographical approaches of secondary literature.", - "lecture_number": 23770, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 255", - "gen_ed_categories": "5 units", - "instructor": "Thomas,M.C.", - "class_number": 23770, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23616, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23616, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Race: History of a Concept", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to senior politics and Latin American and Latino studies/politics combined majors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Crown Clrm 202", - "enroll_current": 12, - "course_description": "Examines how we came, by the late 19th century, to classify humanity into racial categories. In an effort to trace emergence of this very modern phenomenon, explores historical shifts that informed Europe's representation of cultural difference from the writings of ancient Greeks to the social Darwinism of 19th-century Britain.", - "lecture_number": 22409, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 190P", - "gen_ed_categories": "5 units", - "instructor": "Seth,V.", - "class_number": 22409, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23618, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23618, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Arts of Reading", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Porter Din 118", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages Porter's intellectual tradition of investigating the contribution the arts and humanities make to a good life, a just society, and a flourishing world.", - "lecture_number": 23624, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PRTR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23624, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Accelerated Portuguese for Speakers of Romance Languages", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 4 or Spanish for Heritage Speakers 4 or Spanish for Spanish Speakers 61 or French 4 or Italian 4 or Spanish Placement Examination score of 50 or by consent of instructor.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Crown Clrm 203", - "enroll_current": 6, - "course_description": "The first quarter of accelerated first-year instruction (60A-B). Designed for students with four quarters of college-level Spanish, French, Italian, or Catalan, and native speakers of these Romance languages (including heritage speakers of Portuguese). Emphasizes all language skills, including cultural competence. (Formerly Advanced Beginning and Intermediate Portuguese.)", - "lecture_number": 22411, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PORT 60A", - "gen_ed_categories": "5 units", - "instructor": "Seara,A.M.", - "class_number": 22411, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Accelerated Portuguese", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 18, - "course_description": "This course is the first quarter of an accelerated two-quarter series (1A-B), which, taken together, are equivalent to first-year instruction. This intensive class requires no background in the Romance languages, and emphasizes all language skills, including cultural competence. (Formerly Intensive Elementary Portuguese.)", - "enroll_max": 30, - "lecture_number": 22410, - "credits": "5 units", - "location": "Crown Clrm 203", - "course_name": "PORT 1A", - "gen_ed_categories": "5 units", - "instructor": "Seara,A.M.", - "class_number": 22410, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Conflict and Change in American Politics and Policy", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 03:00PM-06:00PM", - "location": "Merrill Acad 134", - "enroll_current": 7, - "course_description": "Explores the dynamic and contested interaction between politics and policy in the U.S. context, through examining the historical development of key contemporary policy debates and political conflicts. Introduces recent scholarship, drawing on history, sociology, and political economy that has challenged traditional behavioralist approaches to understanding American politics and policy development.", - "lecture_number": 22926, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 222", - "gen_ed_categories": "5 units", - "instructor": "Wirls,D.J.", - "class_number": 22926, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Poverty Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to senior politics and Latin American and Latino studies/politics combined majors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Crown Clrm 203", - "enroll_current": 15, - "course_description": "Examines theoretical, historical, and contemporary sources of poverty policies in the United States. Explores competing theories of the causes of poverty and the consequences of social provision. Focuses on successive historical reform efforts and contemporary dilemmas of race and urban poverty, gender and family poverty, work, and the politics of welfare reform.", - "lecture_number": 22408, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 190L", - "gen_ed_categories": "5 units", - "instructor": "Bertram,E.C.", - "class_number": 22408, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Substance of Democracy", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to senior politics and combined politics/Latin American and Latino studies majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 2 363", - "enroll_current": 10, - "course_description": "What is democracy? How can we identify it? How do we understand and identify political participation? What are the factors behind it? What role does protest have in democratic politics? These and similar questions are addressed in this course that focuses on topics of democratic politics in the United States and abroad.", - "lecture_number": 22407, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 190H", - "gen_ed_categories": "5 units", - "instructor": "Pasotti,E.", - "class_number": 22407, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Political Psychology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and combined politics and Latin America and Latino studies majors during first and second pass enrollment.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Cowell Clrm 131", - "enroll_current": 42, - "course_description": "Provides a broad introduction to the growing interdisciplinary field of political psychology. Focuses on and critically analyzes classic and contemporary psychological perspectives, primarily through original sources. Draws upon theoretical ideas and experimental results to understand political actors, events, and processes.", - "lecture_number": 23123, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 185", - "gen_ed_categories": "5 units", - "instructor": "Fletcher,J.", - "class_number": 23123, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Organization", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "PhysSciences 130", - "enroll_current": 7, - "course_description": "Addresses whether and how global organizations are changing the international system. Examines multilateral institutions, regional organizations, and nonstate actors. Overriding aim is to discern whether these global organizations are affecting the purported primacy of the state.", - "lecture_number": 22400, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 165", - "gen_ed_categories": "5 units", - "instructor": "Nichols,S.L.", - "class_number": 22400, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Andean Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Kresge Clrm 325", - "enroll_current": 20, - "course_description": "Examines similar political trends in four Andean countries: Bolivia, Colombia, Ecuador, and Peru. Trends include mobilization of indigenous populations, breakdown of traditional party systems, and reconstruction efforts in post-conflict environments. Students who have taken prior courses in Latin American politics, including course 140C, will be best prepared for this course.", - "lecture_number": 22925, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 144", - "gen_ed_categories": "5 units", - "instructor": "Eaton,K.H.", - "class_number": 22925, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22402, - "class_type": "LEC", - "course_description": "Introduction to the politics of international economic relations. Examines the history of the international political economy, the theories that seek to explain it, and contemporary issues such as trade policy, globalization, and the financial crisis. (Formerly course 176.)", - "course_name": "POLI 160D", - "course_title": "International Political Economy", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22402, - "instructor": "Schoenman,R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 70, - "waitlist_current": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Policies and Politics of American Defense", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Kresge Clrm 323", - "enroll_current": 30, - "course_description": "Examines the evolution of the policy and politics of American national security, from the Cold War to the present. Content of military policy explored with analytic focus on formation of policy and interactions between military policies and domestic policies.", - "lecture_number": 22393, - "credits": "5 units", - "waitlist_current": 4, - "course_name": "POLI 129", - "gen_ed_categories": "5 units", - "instructor": "Wirls,D.J.", - "class_number": 22393, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "American Elections and Voting Behavior", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics majors and Latin America and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Kresge Clrm 323", - "enroll_current": 30, - "course_description": "Introduces key concepts pertaining to voting, elections, and political behavior in the United States. Several topics are covered, such as campaigns, electoral institutions, reform, political participation (including but not limited to voting), presidential and congressional elections, partisan identification, and polling.", - "lecture_number": 23039, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "POLI 128", - "gen_ed_categories": "5 units", - "instructor": "Springer,M.", - "class_number": 23039, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Political Ecology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Engineer 2 194", - "enroll_current": 16, - "course_description": "Explores the global dimensions of complex environmental issues such as climate change, biodiversity, deforestation, and fisheries: how they are produced, how they manifest, and how they are governed in response.", - "lecture_number": 22401, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 174", - "gen_ed_categories": "5 units", - "instructor": "Gordon,D.", - "class_number": 22401, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22383, - "class_type": "LEC", - "course_description": "Examines the relationship between state and economy in the U.S. from the 1880s to the present, and provides a theoretical and historical introduction to the study of politics and markets. Focus is on moments of crisis and choice in U.S. political economy, with an emphasis on the rise of regulation, the development of the welfare state, and changes in employment policies.", - "course_name": "POLI 120C", - "course_title": "State and Capitalism in American Political Development", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 22383, - "instructor": "Bertram,E.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 120C.", - "enroll_current": 99, - "waitlist_current": 10 - }, { - "enroll_max": 150, - "waitlist_max": 999, - "class_number": 23327, - "class_type": "LEC", - "course_description": "Explores the status of American civil liberties as provided by the Bill of Rights. Particular attention will be given to issues of concern relating to the aftermath of 9/11, including issues relating to detainees, freedom of information requests, wiretapping authority, watch lists, profiling, and creation of a domestic intelligence agency.", - "course_name": "POLI 111B", - "course_title": "Civil Liberties", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to legal studies and politics majors during first- and second-pass enrollment only.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 23327, - "instructor": "Beaumont,K.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as LGST 111B.", - "enroll_current": 134, - "waitlist_current": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Health Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics majors during first and second pass enrollment.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Cowell Com 134", - "enroll_current": 30, - "course_description": "Examines the politics surrounding both global health problems and policy responses.Traces the evolving interrelationships between these problems and policies from colonial health to the impacts of austerity on postcolonial health systems to today's globally targeted responses.", - "lecture_number": 23823, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 186", - "gen_ed_categories": "5 units", - "instructor": "Sparke,M.B.", - "class_number": 23823, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Comparative Post-Communist Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "N. Sci Annex 101", - "enroll_current": 21, - "course_description": "Comparative study of revolutionary transformations of East European, Soviet, and former Soviet nations to post-Communist political orders. Focus on reemergence of political society, social and economic problems of transition, and maintenance of many cultural norms and authority patterns associated with previous regime.", - "lecture_number": 22399, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 143", - "gen_ed_categories": "5 units", - "instructor": "Schoenman,R.", - "class_number": 22399, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Political Organizations in American Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Engineer 2 194", - "enroll_current": 18, - "course_description": "Introduces the literature on interest groups and attempts to answer the question: Do such groups promote or hinder American democracy? Class readings and lectures review and assess the participation of interest groups in the electoral process and in Congress, the executive branch, and the courts. Pays particular attention to the role business and environmental groups play in American politics and policy.", - "lecture_number": 22761, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 125", - "gen_ed_categories": "5 units", - "instructor": "Gerston,L.", - "class_number": 22761, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22394, - "class_type": "LEC", - "course_description": "Explores the political and economic systems of advanced industrialized societies. In addition to specific comparisons between the countries of western Europe and the United States, covers important themes and challenges, including immigration, globalization, and the crisis of the welfare state. (Formerly Politics of Advanced Industrialized Societies.)", - "course_name": "POLI 140A", - "course_title": "European Politics", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 07:10PM-08:45PM", - "credits": "5 units", - "lecture_number": 22394, - "instructor": "Pasotti,E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 36, - "waitlist_current": 0 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22372, - "class_type": "LEC", - "course_description": "Studies in 19th- and early 20th-century theory, centering on the themes of capitalism, labor, alienation, culture, freedom, and morality. Authors studied include J. S. Mill, Marx, Nietzsche, Foucault, Hegel, Fanon, and Weber.", - "course_name": "POLI 105C", - "course_title": "Modern Political Thought", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 22372, - "instructor": "Thomas,M.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also taught as LGST 105C.", - "enroll_current": 70, - "waitlist_current": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Governing the Golden State", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 98, - "course_description": "Introduces key principles for understanding state politics in California and how power is mobilized for transformative change. Analyzes distinctive features of California's political development and culture in the governance of enduring social problems and policy dilemmas.", - "enroll_max": 130, - "lecture_number": 23921, - "credits": "5 units", - "location": "ClassroomUnit 001", - "course_name": "POLI 21", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23921, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Experimental High-Energy and Particle Astrophysics Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Survey of current research in experimental high-energy and particle astrophysics. Recent observations and development in instrumentation for x-rays, gamma rays, and neutrinos, and evidence for dark matter and other new particles. Students lead discussion of recent papers. May be repeated for credit.", - "lecture_number": 22802, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291F", - "gen_ed_categories": "2 units", - "instructor": "Smith,D.M.", - "class_number": 22802, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Applied Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 3, - "course_description": "Intensive research seminar on applied physics and related topics in materials science, including semiconductor devices, optoelectronics, molecular electronics, magnetic materials, nanotechnology, biosensors, and medical physics. Students may present their own research results. May be repeated for credit.", - "lecture_number": 22801, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291E", - "gen_ed_categories": "2 units", - "instructor": "Carter,S.A.", - "class_number": 22801, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Keywords: Concepts in Politics", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 35, - "course_description": "Introduces key concepts in political discourse and key debates generated by contested terms such as \"powers,\" \"ideology,\" and \"multiculturalism.\" Students read from canonical texts, feminist scholarship, historical materials, and contemporary cultural and postmodernist writings.", - "enroll_max": 50, - "lecture_number": 22786, - "credits": "5 units", - "location": "ClassroomUnit 001", - "course_name": "POLI 3", - "gen_ed_categories": "5 units", - "instructor": "Seth,V.", - "class_number": 22786, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Condensed Matter Physics Research Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "F 02:00PM-03:10PM", - "location": "ISB 231", - "enroll_current": 5, - "course_description": "Weekly seminar series covering topics of current interest in condensed matter physics. Local and external speakers discuss their work. May be repeated for credit.", - "lecture_number": 22804, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291G", - "gen_ed_categories": "2 units", - "instructor": "Lederman,D.", - "class_number": 22804, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cosmology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "M 12:00PM-01:05PM", - "location": "ISB 102", - "enroll_current": 3, - "course_description": "Intensive research seminar on cosmology and related topics in astrophysics: nature of dark matter; origin of cosmological inhomogeneities and other initial conditions of the big bang; origin and evolution of galaxies and large scale structure in the universe. May be repeated for credit.", - "lecture_number": 22369, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291A", - "gen_ed_categories": "2 units", - "instructor": "Primack,J.R.", - "class_number": 22369, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Condensed Matter Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 216 or equivalent course or by permission of the instructor. Enrollment is restricted to graduate students only, or by permission of instructor.", - "meet_times": "MW 12:00PM-01:35PM", - "location": "ISB 231", - "enroll_current": 2, - "course_description": "Crystal structures, reciprocal lattice, crystal bonding, phonons (including specific heat), band theory of electrons, free electron model, electron-electron and electron-phonon interactions, transport theory.", - "lecture_number": 22368, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 231", - "gen_ed_categories": "5 units", - "instructor": "Ramirez,A.P.", - "class_number": 22368, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Contemporary Political and Critical Theory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics and Latin American and Latino studies/politics combined majors during first and second pass enrollment.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Engineer 2 192", - "enroll_current": 11, - "course_description": "Course uses a multidisciplinary approach to the study of politics through significant contemporary authors and approaches in critical theory. Topics include: democracy action, violence, subjectivity, identity, power and resistance, the body, political economy, and post-colonialism.", - "lecture_number": 23022, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "POLI 118", - "gen_ed_categories": "5 units", - "instructor": "Serres,T.", - "class_number": 23022, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Quantum Field Theory I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 216 or exception by permission of the instructor. Enrollment is restricted to graduate students or by permission of the instructor.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "ISB 235", - "enroll_current": 3, - "course_description": "Lorentz invariance in quantum theory, Dirac and Klein-Gordon equations, the relativistic hydrogen atom, Green functions and canonical approach to field theory, quantum electrodynamics, Feynman diagrams for scattering processes, symmetries and Ward identities. Students learn to perform calculations of scattering and decay of particles in field theory.", - "lecture_number": 22366, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 217", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22366, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Electromagnetism I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "MF 09:20AM-10:55AM", - "location": "ISB 231", - "enroll_current": 6, - "course_description": "Electrostatics and magnetostatics, boundary value problems with spherical and cylindrical symmetry, multipole expansion, dielectric media, magnetic materials, electromagnetic properties of materials, time-varying electromagnetic fields, Maxwell's equations, conservation laws, plane electromagnetic waves and propagation, waveguides and resonant cavities.", - "lecture_number": 22365, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 212", - "gen_ed_categories": "5 units", - "instructor": "Narayan,O.", - "class_number": 22365, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Developments in Theoretical Particle Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 218. Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 3, - "course_description": "Seminar on the current literature of elementary particle physics, ranging from strong and weak interaction phenomenology to Higgs physics, supersymmetry, and superstring theory. Students may present their own research results. May be repeated for credit.", - "lecture_number": 22370, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291C", - "gen_ed_categories": "2 units", - "instructor": "Dine,M.", - "class_number": 22370, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Classical Mechanics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "ISB 231", - "enroll_current": 6, - "course_description": "Generalized coordinates, calculus of variations, Lagrange's equations with constraints, Hamilton's equations, applications to particle dynamics including charged particles in an electromagnetic field, applications to continuum mechanics including fluids and electromagnetic fields, introduction to nonlinear dynamics.", - "lecture_number": 22364, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 210", - "gen_ed_categories": "5 units", - "instructor": "Shastry,S.", - "class_number": 22364, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "Th 03:20PM-04:55PM", - "location": "N. Sci Annex 101", - "enroll_current": 13, - "course_description": "Weekly seminar attended by faculty and graduate students. Directed at all physics graduate students who have not taken and passed the qualifying examination for the Ph.D. program.", - "lecture_number": 22371, - "credits": "0 units", - "waitlist_current": 0, - "course_name": "PHYS 292", - "gen_ed_categories": "0 units", - "instructor": "Johnson,R.P.", - "class_number": 22371, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 60 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 22382, - "class_type": "LEC", - "course_description": "Examines current problems in law as it intersects with politics and society. Readings are drawn from legal and political philosophy, social science, and judicial opinions.", - "course_name": "POLI 110", - "course_title": "Law and Social Issues", - "location": "PhysSciences 130", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics, legal studies, and Latin American and Latino studies/politics combined majors during first and second pass enrollment only.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 22382, - "instructor": "Gerston,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as LGST 110.", - "enroll_current": 50, - "waitlist_current": 18 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 22362, - "class_type": "LEC", - "course_description": "Special relativity is reviewed. Curved space-time, including the metric and geodesics, are illustrated with simple examples. The Einstein equations are solved for cases of high symmetry. Black-hole physics and cosmology are discussed, including recent developments.", - "course_name": "PHYS 171", - "course_title": "General Relativity, Black Holes, and Cosmology", - "location": "ISB 235", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 105, 110A, 110B, and 116A/B.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22362, - "instructor": "Dine,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ASTR 171", - "enroll_current": 19, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Experimental High-Energy Collider Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar on current results in experimental high-energy particle physics. Topics follow recently published results, including design of experiments, development of particle detector technology, and experimental results from new particle searches, quantum chromodynamics, and properties of heavy flavor quarks. May be repeated for credit.", - "lecture_number": 22803, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHYS 291D", - "gen_ed_categories": "2 units", - "instructor": "Nielsen,J.A.", - "class_number": 22803, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Particle Physics I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 217 or concurrent enrollment. Enrollment is restricted to graduate students only, except by permission of instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "ISB 231", - "enroll_current": 2, - "course_description": "First quarter of a two-quarter graduate level introduction to particle physics, including the following topics: discrete symmetries, quark model, particle classification, masses and magnetic moments, passage of radiation through matter, detector technology, accelerator physics, Feynman calculus, and electron-positron annihilation.", - "lecture_number": 22367, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 221A", - "gen_ed_categories": "5 units", - "instructor": "Hance,M.", - "class_number": 22367, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Scientific Communication for Physicists", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 133 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to junior and senior majors in physics, astrophysics, applied physics, or physics education.", - "meet_times": "MW 05:20PM-07:20PM", - "location": "Thimann Lab 391", - "enroll_current": 29, - "course_description": "Explores the communication of physics to a wide range of audiences, including writing articles from the popular to the peer-reviewed level; critically analyzing the communication of scientific discoveries in the media; structuring the physics senior thesis; writing grant applications; assembling a personal statement for job and graduate school application; and assembling and critiquing oral presentations.", - "lecture_number": 23008, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "PHYS 182", - "gen_ed_categories": "5 units", - "instructor": "Smith,D.M.", - "class_number": 23008, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Quantum Mechanics II", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 101B or 102, and 139A and 116ABC.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "ISB 231", - "enroll_current": 14, - "course_description": "Approximation methods in nonrelativistic quantum mechanics: time-independent perturbation theory (non-degenerate and degenerate) and addition of angular momenta; variational methods; the WKB approximation; time-dependent perturbation theory and radiation theory; scattering theory. (Formerly Quantum Mechanics.)", - "lecture_number": 22361, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 139B", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22361, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 22618, - "class_type": "LAB", - "course_description": "Introduction to techniques of modern observational astrophysics at optical and radio wavelengths through hands-on experiments. Intended primarily for juniors and seniors majoring or minoring in astrophysics. Offered in some academic years as single-term course 135 in fall, depending on astronomical conditions.", - "course_name": "PHYS 135A", - "course_title": "Astrophysics Advanced Laboratory", - "location": "ISB 235", - "grading_options": "Multi-Term Course", - "gen_ed_categories": "3 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 133 and at least one astronomy course. Enrollment is restricted to physics (astrophysics) majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "3 units", - "lecture_number": 22618, - "instructor": "Brown,G.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ASTR 135A", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "enroll_max": 0, - "waitlist_max": 999, - "class_number": 22358, - "class_type": "LAB", - "course_description": "Demonstration of phenomena of classical and modern physics. Development of a familiarity with experimental methods. Special experimental projects may be undertaken by students in this laboratory.", - "course_name": "PHYS 133", - "course_title": "Intermediate Laboratory", - "location": "N. Sci Annex 103", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5C and 5D and one from Computer Science 5J, or 5P, or 12A, or Astronomy and Astrophysics119, or by permission of the instructor. Enrollment is restricted to physics, applied physics, and astrophysics majors and physics minors.", - "meet_times": "TuTh 11:40AM-12:40PM", - "credits": "5 units", - "lecture_number": 22358, - "instructor": "Schlesinger,Z.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lab and associated secondary lab", - "enroll_current": 24, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mathematical Methods in Physics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 116A and 116B and Mathematics 23A and 23B.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Kresge Clrm 321", - "enroll_current": 94, - "course_description": "Fourier series and transforms, Dirac-delta function, Green's functions, series solutions of ordinary equations, Legendre polynomials, Bessel functions, sets of orthogonal functions, and partial differential equations.", - "lecture_number": 22355, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 116C", - "gen_ed_categories": "5 units", - "instructor": "Profumo,S.", - "class_number": 22355, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 115 - }, { - "enroll_max": 45, - "waitlist_max": 999, - "class_number": 22354, - "class_type": "LEC", - "course_description": "Covers fundamental topics in fluid dynamics: Euler and Lagrange descriptions of continuum dynamics; conservation laws for inviscid and viscous flows; potential flows; exact solutions of the Navier-Stokes equation; boundary layer theory; gravity waves. Students cannot receive credit for this course and Applied Mathematics and Statistics 217.", - "course_name": "PHYS 107", - "course_title": "Introduction to Fluid Dynamics", - "location": "Soc Sci 1 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 107 or Physics 116C or Earth and Planetary Sciences 111.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22354, - "instructor": "Brummell,N.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as AMS 107. Taught in conjunction with AMS 217.", - "enroll_current": 15, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mechanics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and 116A-B; concurrent enrollment in course 116C is required.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Thim Lecture 001", - "enroll_current": 95, - "course_description": "Particle dynamics in one, two, and three dimensions. Conservation laws. Small oscillations, Fourier series and Fourier integral solutions. Phase diagrams and nonlinear motions, Lagrange's equations, and Hamiltonian dynamics.", - "lecture_number": 22350, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 105", - "gen_ed_categories": "5 units", - "instructor": "Johnson,R.P.", - "class_number": 22350, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 100 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Th 12:00PM-03:00PM", - "location": "Thimann Lab 121", - "enroll_current": 0, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22349, - "credits": "1 units", - "waitlist_current": 5, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22349, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Modern Physics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L, and 5B/M, and 5C/N and 5D; or 6A/L, and 6B/M, and 6C/N, and 5D; or equivalent.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "PhysSciences 110", - "enroll_current": 13, - "course_description": "Topics in quantum physics including the Schrodinger equation; angular momentum and spin; the Pauli exclusion principle; and quantum statistics. Applications in multi-electron atoms and molecules, and in solid-state, nuclear, and particle physics.", - "lecture_number": 22992, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 102", - "gen_ed_categories": "5 units", - "instructor": "Jeltema,T.E.", - "class_number": 22992, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 80 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22343, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22343, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22342, - "credits": "1 units", - "waitlist_current": 5, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22342, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Th 08:30AM-11:30AM", - "location": "Thimann Lab 121", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22348, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22348, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22345, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22345, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22341, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22341, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "23", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 07:00PM-10:00PM", - "location": "Thimann Lab 397", - "enroll_current": 0, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 23857, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 23857, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "W 07:00PM-10:00PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22347, - "credits": "1 units", - "waitlist_current": 2, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22347, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "W 03:30PM-06:30PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22346, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22346, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 6A and 6L or courses 5A and 5L; previous or concurrent enrollment in course 6C; courses 6B and 6M are recommended.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 121", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6C. One three-hour laboratory session per week.", - "lecture_number": 22344, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 6N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22344, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "22", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 07:00PM-10:00PM", - "location": "Thimann Lab 397", - "enroll_current": 0, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 23856, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 23856, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "21", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 03:30PM-06:30PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22340, - "credits": "1 units", - "waitlist_current": 2, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22340, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "20", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 12:00PM-03:00PM", - "location": "Thimann Lab 397", - "enroll_current": 18, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22339, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22339, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "19", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 08:30AM-11:30AM", - "location": "Thimann Lab 397", - "enroll_current": 18, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22338, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22338, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "18", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 03:30PM-06:30PM", - "location": "Thimann Lab 397", - "enroll_current": 18, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22337, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22337, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "17", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22336, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22336, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22333, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22333, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 03:30PM-06:30PM", - "location": "Thimann Lab 127", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22330, - "credits": "1 units", - "waitlist_current": 2, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22330, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 12:00PM-03:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22329, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22329, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "16", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22335, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22335, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 03:30PM-06:30PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22326, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22326, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22325, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22325, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22334, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22334, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 397", - "enroll_current": 19, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22332, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22332, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 07:00PM-10:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22331, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22331, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22321, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22321, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22320, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22320, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Th 08:30AM-11:30AM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22328, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22328, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 07:00PM-10:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22327, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22327, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A. Concurrent enrollment in course 6L required.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Earth&Marine B206", - "enroll_current": 209, - "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", - "lecture_number": 22311, - "credits": "5 units", - "waitlist_current": 8, - "course_name": "PHYS 6A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22311, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 225 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22322, - "credits": "1 units", - "waitlist_current": 4, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22322, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics III", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L or 6A/L, and Mathematics 11B or 19B or 20B or Applied Mathematics and Statistics 15B.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Earth&Marine B206", - "enroll_current": 260, - "course_description": "Introduction to electricity and magnetism. Elementary circuits; Maxwell's equations; electromagnetic radiation; interference and polarization of light.", - "lecture_number": 22317, - "credits": "5 units", - "waitlist_current": 38, - "course_name": "PHYS 6C", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22317, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "W 08:30AM-11:30AM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22324, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22324, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "enroll_max": 225, - "waitlist_max": 999, - "class_number": 22314, - "class_type": "LEC", - "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", - "course_name": "PHYS 6A", - "course_title": "Introductory Physics I", - "location": "Online", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A. Concurrent enrollment in course 6L required.", - "meet_times": "TBA TBA", - "credits": "5 units", - "lecture_number": 22314, - "instructor": "Deutsch,J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "This class taught online.", - "enroll_current": 213, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L. Concurrent enrollment in 5C is required. Courses 5B/M recommended.", - "meet_times": "W 03:30PM-06:30PM", - "location": "Thimann Lab 115", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 24127, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Brown,G.S.", - "class_number": 24127, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "W 08:30AM-11:30AM", - "location": "Thimann Lab 115", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 23937, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 23937, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 115", - "enroll_current": 20, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 22308, - "credits": "1 units", - "waitlist_current": 7, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22308, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 115", - "enroll_current": 22, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 22310, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22310, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Physics Laboratory", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 15A.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 127", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 6A. One three-hour laboratory session per week.", - "lecture_number": 22323, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 6L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22323, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Th 07:00PM-10:00PM", - "location": "Thimann Lab 133", - "enroll_current": 0, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22306, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22306, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Th 03:30PM-06:30PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22305, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22305, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Th 12:00PM-03:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22304, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22304, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "W 06:00PM-09:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22302, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22302, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22301, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22301, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Tu 07:00PM-10:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22299, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22299, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22298, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22298, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22297, - "credits": "1 units", - "waitlist_current": 3, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22297, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics IV", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A and 5L, or 6A and 6L; and course 5B or 6B; and Mathematics 19B or 20B.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Thim Lecture 003", - "enroll_current": 134, - "course_description": "Introduces temperature, heat, thermal conductivity, diffusion, ideal gases, laws of thermodynamics, heat engines, and kinetic theory. Introduces the special theory of relativity and the equivalence principle. Includes the photoelectric effect, the Compton effect, matter waves, atomic spectra, and the Bohr model.", - "lecture_number": 22293, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 5D", - "gen_ed_categories": "5 units", - "instructor": "Jeltema,T.E.", - "class_number": 22293, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 200 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics III", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B. Concurrent enrollment in course 5N is required.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Thim Lecture 003", - "enroll_current": 124, - "course_description": "Introduction to electricity and magnetism. Electromagnetic radiation, Maxwell's equations.", - "lecture_number": 22290, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHYS 5C", - "gen_ed_categories": "5 units", - "instructor": "Nielsen,J.A.", - "class_number": 22290, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 125 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "W 08:30AM-11:30AM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22300, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22300, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22296, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22296, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Martial Arts: Aikido", - "course_section": "04", - "career_type": "Undergraduate", - "class_notes": "Sections 43A 03-04 are for students who have had some Aikido experience.", - "meet_times": "TuTh 02:45PM-04:15PM", - "enroll_current": 2, - "course_description": "Coeducational. A nonviolent, noncompetitive Japanese martial art emphasizing mind-body harmony, balance, relaxation, and the understanding of vital energy. Aikido self-defense techniques aim toward the creative resolution of conflict and the growth of the individual. Sections offered at beginning and experienced levels. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20858, - "credits": "0 units", - "location": "Martial Arts", - "course_name": "PHYE 43A", - "gen_ed_categories": "0 units", - "instructor": "Shibata,Y.", - "class_number": 20858, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "Tu 08:30AM-11:30AM", - "location": "Thimann Lab 115", - "enroll_current": 21, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 22307, - "credits": "1 units", - "waitlist_current": 1, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22307, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A.", - "meet_times": "Th 08:30AM-11:30AM", - "location": "Thimann Lab 133", - "enroll_current": 12, - "course_description": "Laboratory sequence illustrating topics covered in course 5A. One three-hour laboratory session per week.", - "lecture_number": 22303, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "PHYS 5L", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22303, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5A/L and Mathematics 19B or 20B.", - "meet_times": "Tu 03:30PM-06:30PM", - "location": "Thimann Lab 115", - "enroll_current": 22, - "course_description": "Laboratory sequence illustrating topics covered in course 5C. One three-hour laboratory session per week.", - "lecture_number": 22309, - "credits": "1 units", - "waitlist_current": 2, - "course_name": "PHYS 5N", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22309, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Physics I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 20A; concurrent enrollment in course 5L is required.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Earth&Marine B206", - "enroll_current": 123, - "course_description": "Elementary mechanics. Vectors, Newton's laws, inverse square force laws, work and energy, conservation of momentum and energy, and oscillations.", - "lecture_number": 22287, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "PHYS 5A", - "gen_ed_categories": "5 units", - "instructor": "Velasco Jr.,J.", - "class_number": 22287, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 268 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 20885, - "class_type": "fixme (Studio)", - "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee.", - "course_name": "PHYE 209B", - "course_title": "Boating: Graduate Beginning Dinghy Sailing", - "location": "Harbor", - "grading_options": "Satisfactory/Unsatisfactory", - "gen_ed_categories": "0 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisites(s): swimming ability. Enrollment is restricted to graduate students.", - "meet_times": "M 09:30AM-12:00PM", - "credits": "0 units", - "lecture_number": 20885, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "First meeting of 209B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", - "enroll_current": 1, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Martial Arts: Aikido", - "course_section": "03", - "career_type": "Undergraduate", - "class_notes": "Sections 43A 03-04 are for students who have had some Aikido experience.", - "meet_times": "MW 10:15AM-11:45AM", - "enroll_current": 5, - "course_description": "Coeducational. A nonviolent, noncompetitive Japanese martial art emphasizing mind-body harmony, balance, relaxation, and the understanding of vital energy. Aikido self-defense techniques aim toward the creative resolution of conflict and the growth of the individual. Sections offered at beginning and experienced levels. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20857, - "credits": "0 units", - "location": "Martial Arts", - "course_name": "PHYE 43A", - "gen_ed_categories": "0 units", - "instructor": "Shibata,Y.", - "class_number": 20857, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Yoga Exercises", - "course_section": "07", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:00PM-04:30PM", - "enroll_current": 4, - "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 23378, - "credits": "0 units", - "location": "PE Activity Rm", - "course_name": "PHYE 30L", - "gen_ed_categories": "0 units", - "instructor": "Blaustein,K.M.", - "class_number": 23378, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Self-Defense Basics", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "No Martial Arts experience required.", - "meet_times": "TuTh 04:30PM-06:00PM", - "enroll_current": 17, - "course_description": "Self-defense is a simple, effective approach to maximize personal safety requiring no prior skill, knowledge, or physical fitness. Practice includes basic physical and verbal assertiveness skills appropriate for a wide range of situations including acquaintance and stranger assaults. Physical conditioning is an integral part of the course. Students are billed a materials fee.", - "enroll_max": 25, - "lecture_number": 20879, - "credits": "0 units", - "location": "Martial Arts", - "course_name": "PHYE 30N", - "gen_ed_categories": "0 units", - "instructor": "Shibata,Y.", - "class_number": 20879, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Yoga Exercises", - "course_section": "06", - "career_type": "Undergraduate", - "meet_times": "TuTh 08:30AM-10:00AM", - "enroll_current": 12, - "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20870, - "credits": "0 units", - "location": "Martial Arts", - "course_name": "PHYE 30L", - "gen_ed_categories": "0 units", - "instructor": "Blaustein,K.M.", - "class_number": 20870, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Yoga Exercises", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MW 10:15AM-11:45AM", - "enroll_current": 9, - "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 20851, - "credits": "0 units", - "location": "PE Activity Rm", - "course_name": "PHYE 30L", - "gen_ed_categories": "0 units", - "instructor": "Cochlin,R.V.", - "class_number": 20851, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Martial Arts: Aikido", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 08:30AM-10:00AM", - "enroll_current": 6, - "course_description": "Coeducational. A nonviolent, noncompetitive Japanese martial art emphasizing mind-body harmony, balance, relaxation, and the understanding of vital energy. Aikido self-defense techniques aim toward the creative resolution of conflict and the growth of the individual. Sections offered at beginning and experienced levels. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20855, - "credits": "0 units", - "location": "Martial Arts", - "course_name": "PHYE 43A", - "gen_ed_categories": "0 units", - "instructor": "Shibata,Y.", - "class_number": 20855, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Yoga Exercises", - "course_section": "05", - "career_type": "Undergraduate", - "meet_times": "TuTh 10:00AM-11:30AM", - "enroll_current": 11, - "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20854, - "credits": "0 units", - "location": "Martial Arts", - "course_name": "PHYE 30L", - "gen_ed_categories": "0 units", - "instructor": "Blaustein,K.M.", - "class_number": 20854, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Martial Arts: Aikido", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:00PM-02:30PM", - "enroll_current": 7, - "course_description": "Coeducational. A nonviolent, noncompetitive Japanese martial art emphasizing mind-body harmony, balance, relaxation, and the understanding of vital energy. Aikido self-defense techniques aim toward the creative resolution of conflict and the growth of the individual. Sections offered at beginning and experienced levels. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20856, - "credits": "0 units", - "location": "Martial Arts", - "course_name": "PHYE 43A", - "gen_ed_categories": "0 units", - "instructor": "Shibata,Y.", - "class_number": 20856, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Yoga Exercises", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20852, - "credits": "0 units", - "location": "N/A", - "course_name": "PHYE 30L", - "gen_ed_categories": "0 units", - "instructor": "N/A", - "class_number": 20852, - "class_type": "fixme (Studio)", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Strength Training", - "course_section": "04", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:00AM-10:30AM", - "enroll_current": 7, - "course_description": "Coeducational. An introduction to safe and effective methods of weight training and other personal conditioning activities. Topics covered include proper weight-training techniques, care of body and equipment, and elementary exercise physiology. Students pay a course fee.", - "enroll_max": 30, - "lecture_number": 20884, - "credits": "0 units", - "location": "Fitness/Wellness", - "course_name": "PHYE 30J", - "gen_ed_categories": "0 units", - "instructor": "Meyer,J.J.", - "class_number": 20884, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Yoga Exercises", - "course_section": "04", - "career_type": "Undergraduate", - "meet_times": "MW 03:15PM-04:45PM", - "enroll_current": 9, - "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 20853, - "credits": "0 units", - "location": "PE Activity Rm", - "course_name": "PHYE 30L", - "gen_ed_categories": "0 units", - "instructor": "Blaustein,K.M.", - "class_number": 20853, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Yoga Exercises", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 08:30AM-10:00AM", - "enroll_current": 12, - "course_description": "Coeducational. Sections offered at beginning, continuing beginning, and advanced beginning levels of Hatha Yoga. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20850, - "credits": "0 units", - "location": "PE Activity Rm", - "course_name": "PHYE 30L", - "gen_ed_categories": "0 units", - "instructor": "Heikkinen,H.", - "class_number": 20850, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Strength Training", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 10:30AM-12:00PM", - "enroll_current": 29, - "course_description": "Coeducational. An introduction to safe and effective methods of weight training and other personal conditioning activities. Topics covered include proper weight-training techniques, care of body and equipment, and elementary exercise physiology. Students pay a course fee.", - "enroll_max": 30, - "lecture_number": 20847, - "credits": "0 units", - "location": "Fitness/Wellness", - "course_name": "PHYE 30J", - "gen_ed_categories": "0 units", - "instructor": "Kent,T.", - "class_number": 20847, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Strength Training", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "TuTh 10:30AM-12:00PM", - "enroll_current": 0, - "course_description": "Coeducational. An introduction to safe and effective methods of weight training and other personal conditioning activities. Topics covered include proper weight-training techniques, care of body and equipment, and elementary exercise physiology. Students pay a course fee.", - "enroll_max": 30, - "lecture_number": 20849, - "credits": "0 units", - "location": "Fitness/Wellness", - "course_name": "PHYE 30J", - "gen_ed_categories": "0 units", - "instructor": "Meyer,J.J.", - "class_number": 20849, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Physical Conditioning", - "course_section": "05", - "career_type": "Undergraduate", - "meet_times": "WF 11:50AM-12:50PM", - "enroll_current": 9, - "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 20887, - "credits": "0 units", - "location": "PE Activity Rm", - "course_name": "PHYE 30G", - "gen_ed_categories": "0 units", - "instructor": "Mills,D.L.", - "class_number": 20887, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Strength Training", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MW 09:00AM-10:30AM", - "enroll_current": 24, - "course_description": "Coeducational. An introduction to safe and effective methods of weight training and other personal conditioning activities. Topics covered include proper weight-training techniques, care of body and equipment, and elementary exercise physiology. Students pay a course fee.", - "enroll_max": 30, - "lecture_number": 20848, - "credits": "0 units", - "location": "Fitness/Wellness", - "course_name": "PHYE 30J", - "gen_ed_categories": "0 units", - "instructor": "Kent,T.", - "class_number": 20848, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: T'ai Chi Ch'uan", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:00PM-04:30PM", - "enroll_current": 5, - "course_description": "Through balanced movement and breath control, T'ai Chi Ch'uan attempts to forestall many processes of aging by cultivating greater strength of body, mind, and spirit. Students pay a course fee.", - "enroll_max": 35, - "lecture_number": 20880, - "credits": "0 units", - "location": "OPERS Multi Purpose", - "course_name": "PHYE 30H", - "gen_ed_categories": "0 units", - "instructor": "Strawhacker,D.F.", - "class_number": 20880, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Physical Conditioning", - "course_section": "08", - "career_type": "Undergraduate", - "class_notes": "Learn and apply theories of fitness through practice with a focus on improving the individual's overall physical conditioning and aerobic capacity. Experience an improvement in cardiovascular endurance, strength, flexibility, energy level, and overall well-being.", - "meet_times": "TuTh 09:20AM-10:20AM", - "enroll_current": 9, - "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 23919, - "credits": "0 units", - "location": "East Field", - "course_name": "PHYE 30G", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 23919, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Physical Conditioning", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 12:00PM-01:00PM", - "enroll_current": 14, - "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 20845, - "credits": "0 units", - "location": "PE Activity Rm", - "course_name": "PHYE 30G", - "gen_ed_categories": "0 units", - "instructor": "Bergland,V.M.", - "class_number": 20845, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Physical Conditioning", - "course_section": "07", - "career_type": "Undergraduate", - "meet_times": "MW 01:15PM-02:45PM", - "enroll_current": 18, - "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", - "enroll_max": 30, - "lecture_number": 23824, - "credits": "0 units", - "location": "OPERS Multi Purpose", - "course_name": "PHYE 30G", - "gen_ed_categories": "0 units", - "instructor": "Blaustein,K.M.", - "class_number": 23824, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Physical Conditioning", - "course_section": "06", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:15PM-02:45PM", - "enroll_current": 10, - "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", - "enroll_max": 30, - "lecture_number": 23376, - "credits": "0 units", - "location": "OPERS Multi Purpose", - "course_name": "PHYE 30G", - "gen_ed_categories": "0 units", - "instructor": "Blaustein,K.M.", - "class_number": 23376, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Physical Conditioning", - "course_section": "04", - "career_type": "Undergraduate", - "meet_times": "WF 10:30AM-11:30AM", - "enroll_current": 11, - "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20867, - "credits": "0 units", - "location": "OPERS Multi Purpose", - "course_name": "PHYE 30G", - "gen_ed_categories": "0 units", - "instructor": "Mills,D.L.", - "class_number": 20867, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Physical Conditioning", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "WF 09:15AM-10:15AM", - "enroll_current": 25, - "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20862, - "credits": "0 units", - "location": "OPERS Multi Purpose", - "course_name": "PHYE 30G", - "gen_ed_categories": "0 units", - "instructor": "Mills,D.L.", - "class_number": 20862, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fitness Activities: Physical Conditioning", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "TuTh 10:15AM-11:30AM", - "enroll_current": 14, - "course_description": "Coeducational. An exercise course designed to increase the participants' strength, flexibility, coordination, and cardiovascular endurance. Special attention is given to understanding and utilizing sound and safe principles of body alignment and movement. Courses include, but not limited to: Pilates, cardio boxing, stretch and strengthen, and aerobics. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 20861, - "credits": "0 units", - "location": "PE Activity Rm", - "course_name": "PHYE 30G", - "gen_ed_categories": "0 units", - "instructor": "Cochlin,R.V.", - "class_number": 20861, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Modern", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MW 12:00PM-01:30PM", - "enroll_current": 5, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on basic techniques and building phrases of movement. Section in choreography and improvisation offered in spring quarter. Section in dance repertory offered periodically. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20843, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20D", - "gen_ed_categories": "0 units", - "instructor": "Cochlin,R.V.", - "class_number": 20843, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fencing: Sabre", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 04:00PM-05:00PM", - "enroll_current": 10, - "course_description": "Coeducational. Instruction and practice in basic offensive and defensive skills of modern Hungarian sabre technique. Emphasis on physical and mental conditioning as a foundation for more advanced levels of instruction. Preparation for recreational and competitive involvement. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20878, - "credits": "0 units", - "location": "East Gym", - "course_name": "PHYE 25C", - "gen_ed_categories": "0 units", - "instructor": "Phillips,R.G.", - "class_number": 20878, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Jazz", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "MW 05:00PM-06:30PM", - "enroll_current": 2, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Exploration of jazz dance emphasizing basic technique, styling, rhythm, and isolations. Jazz and contemporary music is used as accompaniment. Some background in ballet strongly recommended before continuing to Jazz II or III. Section in jazz dance repertory where advanced students have the opportunity to perform is offered in spring quarter. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20886, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20C", - "gen_ed_categories": "0 units", - "instructor": "Peterson,R.E.", - "class_number": 20886, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fencing: Epee", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:00PM-04:00PM", - "enroll_current": 3, - "course_description": "Coeducational. Basic instruction in the techniques, strategy, and general methodology of modern fencing. Emphasis on \u00e9p\u00e9e fencing as a development from the traditional French and Italian dueling sword styles as they have evolved to form the modern electrical game. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20876, - "credits": "0 units", - "location": "East Gym", - "course_name": "PHYE 25A", - "gen_ed_categories": "0 units", - "instructor": "Phillips,R.G.", - "class_number": 20876, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fencing: Foil", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 02:00PM-03:00PM", - "enroll_current": 5, - "course_description": "Coeducational. Instruction in modern competitive French-Italian foil techniques for beginning, intermediate, and advanced levels. Emphasis on physical and mental conditioning leading to improved skill in recreational and competitive areas of involvement. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20877, - "credits": "0 units", - "location": "East Gym", - "course_name": "PHYE 25B", - "gen_ed_categories": "0 units", - "instructor": "Phillips,R.G.", - "class_number": 20877, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Individual Studies in Dance", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Please contact the instructor for Enrollment Conditions. See Theater Arts for additional dance courses.", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Coeducational. Designed to give students the opportunity of pursuing their particular interests in the field of dance with the support and direction of a faculty member. Prerequisite(s): instructor determination at first class meeting.", - "enroll_max": 10, - "lecture_number": 20844, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20F", - "gen_ed_categories": "0 units", - "instructor": "Cochlin,R.V.", - "class_number": 20844, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Modern", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 01:30PM-03:00PM", - "enroll_current": 6, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on basic techniques and building phrases of movement. Section in choreography and improvisation offered in spring quarter. Section in dance repertory offered periodically. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20842, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20D", - "gen_ed_categories": "0 units", - "instructor": "Peterson,R.E.", - "class_number": 20842, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Jazz", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 03:00PM-04:30PM", - "enroll_current": 10, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Exploration of jazz dance emphasizing basic technique, styling, rhythm, and isolations. Jazz and contemporary music is used as accompaniment. Some background in ballet strongly recommended before continuing to Jazz II or III. Section in jazz dance repertory where advanced students have the opportunity to perform is offered in spring quarter. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20841, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20C", - "gen_ed_categories": "0 units", - "instructor": "Peterson,R.E.", - "class_number": 20841, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Jazz", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:00PM", - "enroll_current": 14, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Exploration of jazz dance emphasizing basic technique, styling, rhythm, and isolations. Jazz and contemporary music is used as accompaniment. Some background in ballet strongly recommended before continuing to Jazz II or III. Section in jazz dance repertory where advanced students have the opportunity to perform is offered in spring quarter. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20869, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20C", - "gen_ed_categories": "0 units", - "instructor": "Peterson,R.E.", - "class_number": 20869, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Ballet", - "course_section": "04", - "career_type": "Undergraduate", - "meet_times": "TuTh 10:15AM-11:45AM", - "enroll_current": 8, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on principles of movement, style, and execution of ballet technique. Section in ballet repertory where advanced students have the opportunity to perform is offered in the spring quarter. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20840, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20A", - "gen_ed_categories": "0 units", - "instructor": "Bergland,V.M.", - "class_number": 20840, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "International Folk Dance", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 12:00PM-01:00PM", - "enroll_current": 4, - "course_description": "Coeducational. International folk dance with an emphasis on Balkan and Israeli dances. Sections are also offered periodically in Mexican dance. Students pay a course fee.", - "enroll_max": 50, - "lecture_number": 20866, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20B", - "gen_ed_categories": "0 units", - "instructor": "Cochlin,R.V.", - "class_number": 20866, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Ballet", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "MW 10:30AM-12:00PM", - "enroll_current": 7, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on principles of movement, style, and execution of ballet technique. Section in ballet repertory where advanced students have the opportunity to perform is offered in the spring quarter. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20839, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20A", - "gen_ed_categories": "0 units", - "instructor": "Bergland,V.M.", - "class_number": 20839, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Field Sports: Soccer", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 10:00AM-11:45AM", - "enroll_current": 12, - "course_description": "Coeducational/Women's. Sections are offered in field soccer and indoor soccer. Instruction in the basic techniques, tactics, laws of the game, and injury prevention for beginners and advanced players. Students pay a course fee. Prerequisite(s): determination at first class meeting.", - "enroll_max": 25, - "lecture_number": 23368, - "credits": "0 units", - "location": "East Field", - "course_name": "PHYE 28K", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 23368, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Ballet", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 09:00AM-10:30AM", - "enroll_current": 18, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on principles of movement, style, and execution of ballet technique. Section in ballet repertory where advanced students have the opportunity to perform is offered in the spring quarter. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20837, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20A", - "gen_ed_categories": "0 units", - "instructor": "Bergland,V.M.", - "class_number": 20837, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Tennis", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "TuTh 11:00AM-12:00PM", - "enroll_current": 2, - "course_description": "Coeducational. The beginning section introduces the basics of forehand, backhand, and serve. Advanced beginning section reviews these basics and introduces the volley, overhead, and lob. The intermediate section reviews all stroke mechanics and covers basic singles and doubles strategy. The advanced section includes use of spins, practice principles, detailed stroke analysis, and advanced play situations. Competitive Tennis is a year-long program for members of the intercollegiate tennis teams. Students pay a course fee.", - "enroll_max": 24, - "lecture_number": 20835, - "credits": "0 units", - "location": "E Tennis Ct", - "course_name": "PHYE 15N", - "gen_ed_categories": "0 units", - "instructor": "Muldawer,D.A.", - "class_number": 20835, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dance: Ballet", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "Section 20A 02 is for students who have had some Ballet experience.", - "meet_times": "TuTh 08:45AM-10:15AM", - "enroll_current": 10, - "course_description": "Coeducational. Sections offered at various technical levels graded from I to III. Emphasis on principles of movement, style, and execution of ballet technique. Section in ballet repertory where advanced students have the opportunity to perform is offered in the spring quarter. Students pay a course fee.", - "enroll_max": 40, - "lecture_number": 20838, - "credits": "0 units", - "location": "Dance Studio", - "course_name": "PHYE 20A", - "gen_ed_categories": "0 units", - "instructor": "Bergland,V.M.", - "class_number": 20838, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Racquetball", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Th 06:00PM-08:00PM", - "enroll_current": 3, - "course_description": "Coeducational. The beginning section provides an introduction to the basic knowledge and skills involved in this indoor racquet sport. The advanced beginning section continues the development of the basic skills emphasizing increased shot variety and advanced strategy. The intermediate section offers the opportunity for further skill development and introduces more advanced offensive skills. Students pay a course fee.", - "enroll_max": 18, - "lecture_number": 20832, - "credits": "0 units", - "location": "E Racquet Ct", - "course_name": "PHYE 15H", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 20832, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Volleyball", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:00PM", - "enroll_current": 9, - "course_description": "Coeducational. Beginning/intermediate, intermediate, and advanced sections are offered for students who desire to learn and improve the basic skills, as well as to understand the rules. Competitive section is open to students interested in participation in the UCSC NCAA Women's Volleyball team. It covers information and practice in all aspects of the competitive volleyball season. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 20889, - "credits": "0 units", - "location": "East Field", - "course_name": "PHYE 15T", - "gen_ed_categories": "0 units", - "instructor": "Leon,P.J.", - "class_number": 20889, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Basketball", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:00AM-10:00AM", - "enroll_current": 5, - "course_description": "Coeducational. Instruction in fundamentals, offensive and defensive strategies, rules, and conditioning designed primarily for beginning and intermediate level players. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 20882, - "credits": "0 units", - "location": "West Gym", - "course_name": "PHYE 15B", - "gen_ed_categories": "0 units", - "instructor": "Kent,T.", - "class_number": 20882, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Advanced Keelboat Sailing", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Please contact the instructor for enrollment conditions at", - "meet_times": "M 09:30AM-12:00PM", - "enroll_current": 0, - "course_description": "Coeducational. Designed for the experienced sailor who desires to bareboat larger vessels in the future. Topics include: ocean navigation; anchoring techniques; boat systems, such as diesel engines; boat plumbing and electronics; and docking. Prerequisite(s): course 9T and 40 or more hours of club keelboat useage. Enrollment by permission of instructor. Students pay a course fee.", - "enroll_max": 4, - "lecture_number": 20874, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9X", - "gen_ed_categories": "0 units", - "instructor": "Kingon,R.L.", - "class_number": 20874, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Tennis", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "TuTh 10:00AM-11:00AM", - "enroll_current": 5, - "course_description": "Coeducational. The beginning section introduces the basics of forehand, backhand, and serve. Advanced beginning section reviews these basics and introduces the volley, overhead, and lob. The intermediate section reviews all stroke mechanics and covers basic singles and doubles strategy. The advanced section includes use of spins, practice principles, detailed stroke analysis, and advanced play situations. Competitive Tennis is a year-long program for members of the intercollegiate tennis teams. Students pay a course fee.", - "enroll_max": 24, - "lecture_number": 20834, - "credits": "0 units", - "location": "E Tennis Ct", - "course_name": "PHYE 15N", - "gen_ed_categories": "0 units", - "instructor": "Muldawer,D.A.", - "class_number": 20834, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Volleyball", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 10:00AM-11:00AM", - "enroll_current": 8, - "course_description": "Coeducational. Beginning/intermediate, intermediate, and advanced sections are offered for students who desire to learn and improve the basic skills, as well as to understand the rules. Competitive section is open to students interested in participation in the UCSC NCAA Women's Volleyball team. It covers information and practice in all aspects of the competitive volleyball season. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20859, - "credits": "0 units", - "location": "West Gym", - "course_name": "PHYE 15T", - "gen_ed_categories": "0 units", - "instructor": "Leon,P.J.", - "class_number": 20859, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 20865, - "class_type": "fixme (Studio)", - "course_description": "Coeducational. Combines hands-on rigging and docking practice in the harbor and sailing practice on Monterey Bay with instruction in sail-trimming, de-powering, powering-up, person-overboard recovery techniques, boating safety, weather, ocean conditions, sailing theory, rigging, navigation, and the maritime rules of the road. Twenty-seven foot, ultralight, displacement keelboats are used. Students pay a course fee. (Formerly Boating: Intermediate Keelboat Sailing.)", - "course_name": "PHYE 9S", - "course_title": "Boating: Beginning Keelboat Sailing", - "location": "Harbor", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "0 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9C or equivalent skills.", - "meet_times": "Th 12:30PM-03:00PM", - "credits": "0 units", - "lecture_number": 20865, - "instructor": "Kingon,R.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "First meeting of 9S held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9C", - "enroll_current": 1, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Ocean Kayaking", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "First meeting of sections 9K held at East Fieldhouse, main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if class is full. All 9K sections meet for 5 weeks only.", - "meet_times": "TuTh 11:00AM-01:00PM", - "enroll_current": 5, - "course_description": "Co-educational course that teaches novice kayakers the skills to safely use UCSC kayaks in the Monterey Bay. Topics include: basic paddling strokes and maneuvers; self and assisted deep-water rescues; beach launching; landing through surf; and marine hazards and navigation. Students pay a course fee.", - "enroll_max": 12, - "lecture_number": 20864, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9K", - "gen_ed_categories": "0 units", - "instructor": "Johnston,D.L.", - "class_number": 20864, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Ocean Kayaking", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "First meeting of sections 9K held at East Fieldhouse, main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if class is full. All 9K sections meet for 5 weeks only.", - "meet_times": "TuTh 09:00AM-11:00AM", - "enroll_current": 12, - "course_description": "Co-educational course that teaches novice kayakers the skills to safely use UCSC kayaks in the Monterey Bay. Topics include: basic paddling strokes and maneuvers; self and assisted deep-water rescues; beach launching; landing through surf; and marine hazards and navigation. Students pay a course fee.", - "enroll_max": 12, - "lecture_number": 20863, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9K", - "gen_ed_categories": "0 units", - "instructor": "Johnston,D.L.", - "class_number": 20863, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Basketball", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "TuTh 10:00AM-11:00AM", - "enroll_current": 25, - "course_description": "Coeducational. Instruction in fundamentals, offensive and defensive strategies, rules, and conditioning designed primarily for beginning and intermediate level players. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20883, - "credits": "0 units", - "location": "West Gym", - "course_name": "PHYE 15B", - "gen_ed_categories": "0 units", - "instructor": "Kent,T.", - "class_number": 20883, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Basic Rowing", - "course_section": "03", - "career_type": "Undergraduate", - "class_notes": "All 9H and 9J sections meet for 7 weeks only; first class meeting at East Field House main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full.", - "meet_times": "MW 08:00AM-09:45AM", - "enroll_current": 0, - "course_description": "Coeducational. Course designed to cover types of rowing boats, nomenclature, fundamental skills, and specific safety and rescue aspects related to the activity. Students will row singly as well as in groups using 15-foot to 22-foot rowing dories. (Formerly course 9J.) Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 12, - "lecture_number": 23371, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9H", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 23371, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 10, - "waitlist_max": 999, - "class_number": 20873, - "class_type": "fixme (Studio)", - "course_description": "Coeducational. Further development and refinement of boat-handling techniques, including advanced maneuvering, anchoring, and racing with an introduction to the use of spinnakers. Students pay a course fee. (Formerly Boating: Advanced Keelboat Sailing.)", - "course_name": "PHYE 9T", - "course_title": "Boating: Intermediate Keelboat Sailing", - "location": "Harbor", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "0 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9S.", - "meet_times": "M 12:30PM-03:00PM", - "credits": "0 units", - "lecture_number": 20873, - "instructor": "Kingon,R.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "First meeting of 9T held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9S.", - "enroll_current": 3, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Tennis", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:00AM-10:00AM", - "enroll_current": 7, - "course_description": "Coeducational. The beginning section introduces the basics of forehand, backhand, and serve. Advanced beginning section reviews these basics and introduces the volley, overhead, and lob. The intermediate section reviews all stroke mechanics and covers basic singles and doubles strategy. The advanced section includes use of spins, practice principles, detailed stroke analysis, and advanced play situations. Competitive Tennis is a year-long program for members of the intercollegiate tennis teams. Students pay a course fee.", - "enroll_max": 24, - "lecture_number": 20833, - "credits": "0 units", - "location": "E Tennis Ct", - "course_name": "PHYE 15N", - "gen_ed_categories": "0 units", - "instructor": "Muldawer,D.A.", - "class_number": 20833, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 8, - "waitlist_max": 999, - "class_number": 20872, - "class_type": "fixme (Studio)", - "course_description": "Coeducational. For students interested in high-performance sailing using Flying Juniors and Coronado 15s. Includes special techniques used in racing conditions. Students pay a course fee.", - "course_name": "PHYE 9D", - "course_title": "Boating: Advanced Dinghy Sailing", - "location": "Harbor", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "0 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9C or equivalent skills.", - "meet_times": "Th 12:30PM-03:00PM", - "credits": "0 units", - "lecture_number": 20872, - "instructor": "Scheer,H.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "First meeting of 9D held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9C.", - "enroll_current": 8, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Court Sports: Volleyball", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MW 11:00AM-12:00PM", - "enroll_current": 7, - "course_description": "Coeducational. Beginning/intermediate, intermediate, and advanced sections are offered for students who desire to learn and improve the basic skills, as well as to understand the rules. Competitive section is open to students interested in participation in the UCSC NCAA Women's Volleyball team. It covers information and practice in all aspects of the competitive volleyball season. Students pay a course fee.", - "enroll_max": 25, - "lecture_number": 20836, - "credits": "0 units", - "location": "West Gym", - "course_name": "PHYE 15T", - "gen_ed_categories": "0 units", - "instructor": "Leon,P.J.", - "class_number": 20836, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 20831, - "class_type": "fixme (Studio)", - "course_description": "Coeducational. Course includes a review of basic sailing with an emphasis on the further development and refinement of small-boat sailing techniques. Fifteen-foot sailboats are used with two students per boat. Students pay a course fee.", - "course_name": "PHYE 9C", - "course_title": "Boating: Intermediate Dinghy Sailing", - "location": "Harbor", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "0 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9B or equivalent skills.", - "meet_times": "W 12:30PM-03:00PM", - "credits": "0 units", - "lecture_number": 20831, - "instructor": "Scheer,H.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "First meeting of 9C held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9B.", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 20830, - "class_type": "fixme (Studio)", - "course_description": "Coeducational. Course includes a review of basic sailing with an emphasis on the further development and refinement of small-boat sailing techniques. Fifteen-foot sailboats are used with two students per boat. Students pay a course fee.", - "course_name": "PHYE 9C", - "course_title": "Boating: Intermediate Dinghy Sailing", - "location": "Harbor", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "0 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9B or equivalent skills.", - "meet_times": "Tu 12:30PM-03:00PM", - "credits": "0 units", - "lecture_number": 20830, - "instructor": "Kingon,R.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "First meeting of 9C held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9B.", - "enroll_current": 15, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Basic Rowing", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "All 9H and 9J sections meet for 7 weeks only; first class meeting at East Field House main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full.", - "meet_times": "TuTh 09:45AM-11:30AM", - "enroll_current": 5, - "course_description": "Coeducational. Course designed to cover types of rowing boats, nomenclature, fundamental skills, and specific safety and rescue aspects related to the activity. Students will row singly as well as in groups using 15-foot to 22-foot rowing dories. (Formerly course 9J.) Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 12, - "lecture_number": 23366, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9H", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 23366, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Intermediate Rowing", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "All 9H and 9J sections meet for 7 weeks only; first class meeting at East Field House main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full.", - "meet_times": "TuTh 08:00AM-09:45AM", - "enroll_current": 1, - "course_description": "Coeducational intermediate course designed to cover more advanced rowing techniques and the skills needed for safe open water rowing. Students pay a course fee. Prerequisite(s): basic rowing or permission of instructor. (Formerly course 9H.)", - "enroll_max": 12, - "lecture_number": 23367, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9J", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 23367, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Beginning Dinghy Sailing", - "course_section": "06", - "career_type": "Undergraduate", - "class_notes": "Please contact the instructor,", - "meet_times": "Tu 01:30PM-04:00PM", - "enroll_current": 0, - "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 4, - "lecture_number": 20829, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9B", - "gen_ed_categories": "0 units", - "instructor": "Scheer,H.L.", - "class_number": 20829, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 20871, - "class_type": "fixme (Studio)", - "course_description": "Coeducational. Combines hands-on rigging and docking practice in the harbor and sailing practice on Monterey Bay with instruction in sail-trimming, de-powering, powering-up, person-overboard recovery techniques, boating safety, weather, ocean conditions, sailing theory, rigging, navigation, and the maritime rules of the road. Twenty-seven foot, ultralight, displacement keelboats are used. Students pay a course fee. (Formerly Boating: Intermediate Keelboat Sailing.)", - "course_name": "PHYE 9S", - "course_title": "Boating: Beginning Keelboat Sailing", - "location": "Harbor", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "0 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9C or equivalent skills.", - "meet_times": "W 12:30PM-03:00PM", - "credits": "0 units", - "lecture_number": 20871, - "instructor": "Kingon,R.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "First meeting of 9S held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9C", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Basic Rowing", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "All 9H and 9J sections meet for 7 weeks only; first class meeting at East Field House main entrance to administration building. Participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full.", - "meet_times": "MW 09:45AM-11:30AM", - "enroll_current": 4, - "course_description": "Coeducational. Course designed to cover types of rowing boats, nomenclature, fundamental skills, and specific safety and rescue aspects related to the activity. Students will row singly as well as in groups using 15-foot to 22-foot rowing dories. (Formerly course 9J.) Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 12, - "lecture_number": 23370, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9H", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 23370, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Beginning Dinghy Sailing", - "course_section": "05", - "career_type": "Undergraduate", - "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", - "meet_times": "F 12:30PM-03:00PM", - "enroll_current": 4, - "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 15, - "lecture_number": 20828, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9B", - "gen_ed_categories": "0 units", - "instructor": "Scheer,H.L.", - "class_number": 20828, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 20875, - "class_type": "fixme (Studio)", - "course_description": "Coeducational. Course includes a review of basic sailing with an emphasis on the further development and refinement of small-boat sailing techniques. Fifteen-foot sailboats are used with two students per boat. Students pay a course fee.", - "course_name": "PHYE 9C", - "course_title": "Boating: Intermediate Dinghy Sailing", - "location": "Harbor", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "0 units", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9B or equivalent skills.", - "meet_times": "M 12:30PM-03:00PM", - "credits": "0 units", - "lecture_number": 20875, - "instructor": "Scheer,H.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "First meeting of 9C held at East Field House, main entrance to administration building. Participants must be able to swim.Please attend first meeting even if online enrollment indicates that class is full. Classes are for 8 weeks. Prerequisite: PHYE 9B", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Beginning Dinghy Sailing", - "course_section": "04", - "career_type": "Undergraduate", - "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", - "meet_times": "F 09:30AM-12:00PM", - "enroll_current": 8, - "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 15, - "lecture_number": 20827, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9B", - "gen_ed_categories": "0 units", - "instructor": "Scheer,H.L.", - "class_number": 20827, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Beginning Dinghy Sailing", - "course_section": "03", - "career_type": "Undergraduate", - "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", - "meet_times": "Th 09:30AM-12:00PM", - "enroll_current": 5, - "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 15, - "lecture_number": 20826, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9B", - "gen_ed_categories": "0 units", - "instructor": "Scheer,H.L.", - "class_number": 20826, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Beginning Dinghy Sailing", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", - "meet_times": "W 09:30AM-12:00PM", - "enroll_current": 10, - "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 15, - "lecture_number": 20825, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9B", - "gen_ed_categories": "0 units", - "instructor": "Kingon,R.L.", - "class_number": 20825, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Boating: Beginning Dinghy Sailing", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "First meeting of 9B held at East Field House, main entrance to administration building; participants must be able to swim. Please attend the first meeting even if online enrollment indicates class is full. Classes are for 8 weeks.", - "meet_times": "Tu 09:30AM-12:00PM", - "enroll_current": 6, - "course_description": "Coeducational. Introductory course in practical boating safety using 15-foot sailboats. Includes introduction to rigging, nomenclature, seamanship, proper boat-handling techniques, and general boating and aquatic safety. Satisfactory completion meets prerequisites for intermediate-level dinghy course. Students pay a course fee. Prerequisite(s): swimming ability.", - "enroll_max": 15, - "lecture_number": 20824, - "credits": "0 units", - "location": "Harbor", - "course_name": "PHYE 9B", - "gen_ed_categories": "0 units", - "instructor": "Kingon,R.L.", - "class_number": 20824, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Scuba Rescue Diving", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Must sign up: opers.ucsc.edu/scuba - available the first day of the qtr. Must have completed the Scuba Medical by the first lecture unless it's already on file with the scuba office. Must attend all lectures, pool sessions, and dives. Ocean dives are on the weekends. See website opers.ucsc.edu/scuba for more information, calendar, and Scuba Medical Packet.", - "meet_times": "Tu 04:00PM-06:00PM", - "enroll_current": 0, - "course_description": "Coeducational. Course geared toward the successful completion of NAUI Rescue Diver Certification. Course consists of lecture, pool laboratory, and open-water experience. Emphasis is on training divers to manage risks and effectively handle limited in-water problems. Students pay a course fee. Prerequisite(s): Scuba certification and medical clearance.", - "enroll_max": 12, - "lecture_number": 20868, - "credits": "0 units", - "location": "OPERS Conference 211E", - "course_name": "PHYE 5T", - "gen_ed_categories": "0 units", - "instructor": "Shin,C.J.", - "class_number": 20868, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Aquatics: Advanced Scuba Diving", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Must sign up: opers.ucsc.edu/scuba - available the first day of the qtr. Must have completed the Scuba Medical by the first lecture unless it's already on file with the scuba office. Must attend the first lecture on Friday and the \"Skills Review\" pool session the following Friday. Ocean dives are on the weekends. See website: opers.ucsc.edu/scuba for more information, calendar and Scuba Medical Packet.", - "meet_times": "F 05:10PM-08:00PM", - "enroll_current": 0, - "course_description": "Coeducational. Sections are offered to facilitate the development of the basic scuba diver's open water techniques. A minimum of six open water experiences is offered. Course is geared toward successful completion of NAUI Advanced Scuba Diver Certification. Students pay a course fee. Prerequisite(s): course 5R or pass swimming skills test and medical clearance. (Formerly course 5T.)", - "enroll_max": 18, - "lecture_number": 20818, - "credits": "0 units", - "location": "OPERS Conference 211E", - "course_name": "PHYE 5S", - "gen_ed_categories": "0 units", - "instructor": "Shin,C.J.", - "class_number": 20818, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Aquatics: Basic Scuba Diving", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Must attend the first lecture, Tue 7:10 PM in Cowell 131 and attend the first pool session (Wed 2-5PM or Thurs 3-6PM). Be prepared to participate in the swim test at the first pool session. Permission codes will be handed out to those that pass the swim test. Ocean dives are on the weekends. See website (opers.ucsc.edu/scuba) for more info and calendar.", - "meet_times": "Tu 07:10PM-10:00PM", - "enroll_current": 0, - "course_description": "Coeducational. Sections geared toward the successful completion of NAUI Scuba Diver Certification. The course is divided into three parts: lecture, pool lab, and open water experience. Four open water training dives are offered. Emphasis is on training for open water scuba diving, using the beach as a base of operation. Students pay a course fee. Prerequisite(s): pass swimming skills tests and medical clearance. It is strongly recommended that students enroll in course 5S.", - "enroll_max": 12, - "lecture_number": 20881, - "credits": "0 units", - "location": "Cowell Clrm 131", - "course_name": "PHYE 5R", - "gen_ed_categories": "0 units", - "instructor": "Shin,C.J.", - "class_number": 20881, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Major Figures in Contemporary Philosophy", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to philosophy graduate students.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Humanities 1 400", - "enroll_current": 2, - "course_description": "Focuses on philosophical writings and significance of a single figure in contemporary (20th- and 21st-century) philosophy. May include, but not be limited to, Russell, Whitehead, Wittgenstein, Husserl, Carnap, Murdoch, Quine, Irigaray, Derrida, and Davidson. May be repeated for credit.", - "lecture_number": 22793, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHIL 290P", - "gen_ed_categories": "5 units", - "instructor": "Stone,A.D.", - "class_number": 22793, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Aquatics: Basic Scuba Diving", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "Must attend the first lecture, Tue 7:10 PM in Cowell 131 and attend the first pool session (Wed 2-5PM or Thurs 3-6PM). Be prepared to participate in the swim test at the first pool session. Permission codes will be handed out to those that pass the swim test. Ocean dives are on the weekends. See website (opers.ucsc.edu/scuba) for more info and calendar.", - "meet_times": "Tu 07:10PM-10:00PM", - "enroll_current": 0, - "course_description": "Coeducational. Sections geared toward the successful completion of NAUI Scuba Diver Certification. The course is divided into three parts: lecture, pool lab, and open water experience. Four open water training dives are offered. Emphasis is on training for open water scuba diving, using the beach as a base of operation. Students pay a course fee. Prerequisite(s): pass swimming skills tests and medical clearance. It is strongly recommended that students enroll in course 5S.", - "enroll_max": 12, - "lecture_number": 23369, - "credits": "0 units", - "location": "Cowell Clrm 131", - "course_name": "PHYE 5R", - "gen_ed_categories": "0 units", - "instructor": "Shin,C.J.", - "class_number": 23369, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Aquatics: Swimming Level II", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Must be able to swim 25 yards without any assistance or equipment. Attend first class prepared for activity, for evaluation and permission codes.", - "meet_times": "MW 09:20AM-10:20AM", - "enroll_current": 0, - "course_description": "Coeducational. Stroke readiness and development. Course is for those who have completed Swimming Level I or who can swim freestyle and demonstrate elementary backstroke. Skills to be learned are underwater swimming, turns, improvement of freestyle and elementary backstroke, beginning side stroke, backstroke, breaststroke, diving, personal safety skills, and basic rescue techniques. Prerequisite(s): instructor determines skill level at first class meeting: pass Swimming Level I course or demonstrate equivalent skills. Students pay a course fee.", - "enroll_max": 20, - "lecture_number": 20821, - "credits": "0 units", - "location": "50 Mtr Pool", - "course_name": "PHYE 5B", - "gen_ed_categories": "0 units", - "instructor": "Wilson,J.R.", - "class_number": 20821, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "The Pedagogy of Philosophy", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "enroll_current": 4, - "course_description": "Provides training for graduate students in university-level pedagogy in general and in the pedagogy of philosophy specially, under the supervision of a faculty member. May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHIL 281", - "gen_ed_categories": "2 units", - "lecture_number": 23180, - "class_number": 23180, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Aquatics: Swimming Level I", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Limited to 8 students, possible lottery. Attend first class prepared for activity for evaluation and permission codes.", - "meet_times": "TuTh 10:20AM-11:20AM", - "enroll_current": 0, - "course_description": "Coeducational. Water exploration and primary skills development. Course is designed to teach only \"non-swimmers\" how to swim. The following is taught: Red Cross swimming instruction in overcoming fears, water adjustment, floating, breath holding, and rhythmic breathing. Skills to be learned are: water entries, sculling, treading, elementary backstroke, freestyle, methods of water safety, and survival techniques. Students pay a course fee. Prerequisite(s): instructor determines skill level at first class meeting.", - "enroll_max": 8, - "lecture_number": 20819, - "credits": "0 units", - "location": "50 Mtr Pool", - "course_name": "PHYE 5A", - "gen_ed_categories": "0 units", - "instructor": "Wilson,J.R.", - "class_number": 20819, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Aquatics: Swimming/Conditioning", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Prior High School Level or equivalent preferred.First class is non-swimming. Permission codes will be handed out at the second class after the skill evaluation.", - "meet_times": "MW 09:20AM-10:20AM", - "enroll_current": 0, - "course_description": "Open to all students who wish to explore swimming as a conditioning and fitness exercise. Students should know three competitive strokes, and should be able to swim fifteen minutes without stopping. Short health and fitness lectures precede some classes. Students pay a course fee. Prerequisite(s): instructor determination at first class meeting.", - "enroll_max": 40, - "lecture_number": 20823, - "credits": "0 units", - "location": "50 Mtr Pool", - "course_name": "PHYE 5G", - "gen_ed_categories": "0 units", - "instructor": "McCallum,J.R.", - "class_number": 20823, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Aquatics: Swimming Level III", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Must have ability to swim 25 yards of freestyle, backstroke, and elementary breast stroke and sidestroke. First class is non-swimming. Permission codes will be handed out at the second class after the skill evaluation.", - "meet_times": "MW 10:30AM-11:30AM", - "enroll_current": 0, - "course_description": "Coeducational. Stroke refinement and skill proficiency. Course teaches refinement of basic strokes and introduces butterfly, plus backstroke, surface diving, turns, endurance swimming, and survival techniques. Students pay a course fee. Prerequisite(s): instructor determines skill level at first class meeting: pass in Swimming Level II course or possess equivalent skills in freestyle, sidestroke, elementary backstroke, and breaststroke.", - "enroll_max": 30, - "lecture_number": 20822, - "credits": "0 units", - "location": "50 Mtr Pool", - "course_name": "PHYE 5C", - "gen_ed_categories": "0 units", - "instructor": "McCallum,J.R.", - "class_number": 20822, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Pass/Not Pass", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Aquatics: Swimming Level I", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "Must have overcome fear of water and or swimming. Attend first class prepared for activity, for evaluation and permission codes.", - "meet_times": "MW 10:30AM-11:30AM", - "enroll_current": 0, - "course_description": "Coeducational. Water exploration and primary skills development. Course is designed to teach only \"non-swimmers\" how to swim. The following is taught: Red Cross swimming instruction in overcoming fears, water adjustment, floating, breath holding, and rhythmic breathing. Skills to be learned are: water entries, sculling, treading, elementary backstroke, freestyle, methods of water safety, and survival techniques. Students pay a course fee. Prerequisite(s): instructor determines skill level at first class meeting.", - "enroll_max": 10, - "lecture_number": 20820, - "credits": "0 units", - "location": "50 Mtr Pool", - "course_name": "PHYE 5A", - "gen_ed_categories": "0 units", - "instructor": "Wilson,J.R.", - "class_number": 20820, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Philosophy of Psychology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): One course in philosophy, psychology, or linguistics. Enrollment is restricted to graduate students.", - "meet_times": "Tu 09:50AM-01:15PM", - "location": "Humanities 1 400", - "enroll_current": 6, - "course_description": "Looks at philosophical issues raised by current research on the nature of perception, cognition, and consciousness in psychology and cognitive science or neuroscience. Can there be a science of the mind? Could machines be conscious? Do animals have minds? How did the mind evolve? These and a host of related questions form the subject matter of this course.", - "lecture_number": 23568, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHIL 235", - "gen_ed_categories": "5 units", - "instructor": "Orlandi,N.", - "class_number": 23568, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Graduate Colloquia Course", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to philosophy graduate students.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Humanities 1 400", - "enroll_current": 4, - "course_description": "This colloquia series sponsors speakers each quarter. Students must attend all colloquia and are encouraged to form discussion groups after each lecture.", - "lecture_number": 22775, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "PHIL 280", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22775, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Senior Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "W 04:00PM-07:30PM", - "enroll_current": 1, - "course_description": "Special topics. Format varies each quarter. Prerequisite(s): course 9; and two from courses 100A, 100B, and 100C. Enrollment restricted to senior philosophy majors and by permission of the instructor. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 23026, - "credits": "5 units", - "location": "Cowell Acad 216", - "course_name": "PHIL 190", - "gen_ed_categories": "5 units", - "instructor": "Roth,P.A.", - "class_number": 23026, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Metaphysics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9; one from course 11 or 22 or 23 or 24 or 80E or 80G or 80M or 80S; and course 100A or 100B or 100C.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Crown Clrm 208", - "enroll_current": 28, - "course_description": "Survey of contemporary analytic metaphysics. Topics may include nominalism, metaphysical realism, and the ontological analysis of concrete particulars, including problems of modality and persistence through time.", - "lecture_number": 22285, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHIL 122", - "gen_ed_categories": "5 units", - "instructor": "Bowin,J.F.", - "class_number": 22285, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "enroll_max": 57, - "waitlist_max": 999, - "class_number": 22279, - "class_type": "LEC", - "course_description": "Survey of ancient Greek philosophy of the Classical and Hellenistic periods. Begins with Socrates and the pre-Socratics, then undertakes an intensive study of Plato and Aristotle. Course then surveys the main developments that follow: Epicureanism, Stoicism, and Scepticism.", - "course_name": "PHIL 100A", - "course_title": "Ancient Greek Philosophy", - "location": "Soc Sci 2 075", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 8 or 9; one course from course 11 or 22 or 23 or 24 or 80E or 80G or 80M or 80S; and satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 22279, - "instructor": "Bowin,J.F.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 33, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Kant", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 9; one from course 11 or 22 or 23 or 24 or 80E or 80G or 80M or 80S; and course 100A or 100B or 100C.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Cowell Com 134", - "enroll_current": 18, - "course_description": "Intensive study of Kant's philosophy, particularly his epistemology and metaphysics developed in his", - "lecture_number": 22284, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "PHIL 106", - "gen_ed_categories": "5 units", - "instructor": "Stone,A.D.", - "class_number": 22284, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Applied Ethics: Ethics Bowl", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 24, - "course_description": "Intensive application of ethics through Ethics Bowl-style debate. Cases change annually. Students develop oral advocacy skills and are given the opportunity to compete for a position on the extracurricular Ethics Bowl team. May be repeated for credit.", - "enroll_max": 40, - "lecture_number": 22964, - "credits": "5 units", - "location": "PhysSciences 140", - "course_name": "PHIL 143", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22964, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Philosophy of Cognitive Science", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 07:10PM-08:45PM", - "enroll_current": 74, - "course_description": "Explores the philosophical issues that arise in cognitive science, particularly issues concerning the nature of minds. Students consider the idea that the mind is a digital computer, then analyze alternatives, such as connectionism and dynamics.", - "enroll_max": 88, - "lecture_number": 23200, - "credits": "5 units", - "location": "Kresge Clrm 321", - "course_name": "PHIL 23", - "gen_ed_categories": "5 units", - "instructor": "Orlandi,N.", - "class_number": 23200, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Bioethics in the 21st Century: Science, Business, and Society", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as BME 80G.", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 66, - "course_description": "Serves science and non-science majors interested in bioethics. Guest speakers and instructors lead discussions of major ethical questions having arisen from research in genetics, medicine, and industries supported by this knowledge.", - "enroll_max": 171, - "lecture_number": 21243, - "credits": "5 units", - "location": "ClassroomUnit 001", - "course_name": "PHIL 80G", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21243, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Philosophy", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 253, - "course_description": "An introduction to the main areas of philosophy through critical reflection on and analysis of both classical and contemporary texts. Focuses on central and enduring problems in philosophy such as skepticism about the external world, the mind-body problem, and the nature of morality.", - "enroll_max": 303, - "lecture_number": 22257, - "credits": "5 units", - "location": "ClassroomUnit 002", - "course_name": "PHIL 11", - "gen_ed_categories": "5 units", - "instructor": "Otte,R.E.", - "class_number": 22257, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Logic", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 98, - "course_description": "A first course in symbolic deductive logic. Major topics include (but are not limited to) the study of systems of sentential logic and predicate logic, including formal deduction, semantics, and translation from natural to symbolic languages.", - "enroll_max": 155, - "lecture_number": 22252, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "PHIL 9", - "gen_ed_categories": "5 units", - "instructor": "Roth,P.A.", - "class_number": 22252, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Biogeochemical Cycles", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Upper-division undergraduates may enroll with instructor approval. College-level chemistry and an upper-division course in at least one relevant discipline are recommended.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "J Baskin Engr 169", - "enroll_current": 5, - "course_description": "Overview of biogeochemical cycles, present and past, and geochemical models. Topics include: marine, terrestrial, and global views of the carbon, nitrogen, phosphorus, silicon, sulfur, and oxygen cycles, and the evolution of these cycles and Earth's redox balance through geologic time.", - "lecture_number": 22753, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OCEA 213", - "gen_ed_categories": "5 units", - "instructor": "McCarthy,M.D.", - "class_number": 22753, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Climate Dynamics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduates may enroll by permission of instructor. Previous courses in calculus and ocean sciences or earth sciences are recommended.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Thimann Lab 101", - "enroll_current": 3, - "course_description": "Introduction to the dynamics of the Earth climate system. Topics: climate system components, the global energy balance, radiative transfer, the hydrological cycle, general circulations of the atmosphere and ocean, El Nino, the North Atlantic Oscillation, and the Pacific Decadal Oscillation.", - "lecture_number": 22717, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OCEA 211", - "gen_ed_categories": "5 units", - "instructor": "Moore,A.M.", - "class_number": 22717, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cal Teach: Pedagogy for Learning Assistants", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "W 02:40PM-03:45PM", - "enroll_current": 6, - "course_description": "Supports and prepares learning assistants (LAs) for success in active classrooms. Helps LAs integrate learning theory and effective practices to facilitate thinking and learning when students work in small groups on conceptual problems. Prerequisite(s): Successful completion of the course or equivalent in which the student will serve as an LA. Concurrent participation as an LA for a University STEM course is required. Enrollment is by application via the online form and a follow-up interview for selected applicants", - "enroll_max": 15, - "lecture_number": 23941, - "credits": "2 units", - "location": "J Baskin Engr 160", - "course_name": "PBS 101", - "gen_ed_categories": "2 units", - "instructor": "Bye,T.", - "class_number": 23941, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Teaching in Ocean Sciences", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): graduate standing or permission of instructor. Enrollment is restricted to graduate students.", - "meet_times": "W 10:00AM-11:00AM", - "location": "Earth&Marine D266", - "enroll_current": 10, - "course_description": "For new and/or relatively inexperienced graduate students in pedagogy of ocean sciences. Role and responsibilities of teaching in ocean sciences described and developed. Includes discussions about effective teaching methods; hands-on issues for work in the laboratory; university expectations; and regulations regarding teaching, organizational strategies, time management, and working with instructors and staff.", - "lecture_number": 22251, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "OCEA 296", - "gen_ed_categories": "2 units", - "instructor": "Edwards,C.A.", - "class_number": 22251, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamentals of Climate", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 132, - "course_description": "Quantitative introduction to climate comprising five modules: atmosphere-ocean circulation, atmospheric teleconnections, El-Nino Southern Oscillation, the Pacific Decadal Oscillation, and global warming. Hands-on statistical methods are applied to real-world observations to develop a quantitative understanding of climate. May be repeated for credit.", - "enroll_max": 224, - "lecture_number": 23108, - "credits": "5 units", - "location": "Thim Lecture 003", - "course_name": "OCEA 90", - "gen_ed_categories": "5 units", - "instructor": "Edwards,C.A.", - "class_number": 23108, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Community Literacies Field Study", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "enroll_current": 6, - "course_description": "Field study for Corre la Voz interns. Intensive on-site training and participation in team teaching of dual-language (Spanish English) students (4th-5th grade). Literacies include social-emotional, expressive (artistic/dramatic), collaborative problem-solving, academic, and use of digital tools as well as traditional tools. Enrollment by interview only, and successful application to the Corre la Voz program. Concurrent enrollment in course 151A is required during the first quarter after which course 151B may be repeated by itself. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 23065, - "credits": "3 units", - "location": "TBA", - "course_name": "OAKS 151B", - "gen_ed_categories": "3 units", - "instructor": "Lopez,L.T.", - "class_number": 23065, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Corre la Voz: Community Literacies and Power Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "M 05:20PM-07:20PM", - "enroll_current": 5, - "course_description": "Required seminar for first-quarter students in the Corre la Voz program. Examines theories, curriculum design, and teaching methods that emphasize social connection, leadership, verbal enrichment, multi-modal literacies, and community empowerment. Taken concurrently with field study. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Co-requisite(s): course 151B. Enrollment is by interview only and successful application to the Corre la Voz program. (Formerly Corre la Voz: Community Literacies and Power.) May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 23064, - "credits": "2 units", - "location": "Oakes Acad 102", - "course_name": "OAKS 151A", - "gen_ed_categories": "2 units", - "instructor": "Lopez,L.T.", - "class_number": 23064, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "F 10:40AM-11:45AM", - "enroll_current": 18, - "course_description": "Weekly seminar on various topics attended by faculty, graduate, and upper-division undergraduate students.", - "enroll_max": 53, - "lecture_number": 22250, - "credits": "0 units", - "location": "Earth&Marine A340", - "course_name": "OCEA 292", - "gen_ed_categories": "0 units", - "instructor": "McCarthy,M.D.", - "class_number": 22250, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Marine Geochemistry", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "Tu 02:00PM-05:00PM", - "enroll_current": 0, - "course_description": "Selected topics in geochemistry. Discussion of theoretical models, different approaches, and recent research. Topics vary from year to year. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22249, - "credits": "5 units", - "location": "Earth&Marine D266", - "course_name": "OCEA 290C", - "gen_ed_categories": "5 units", - "instructor": "Lamborg,C.", - "class_number": 22249, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Marine Geology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 1 149", - "enroll_current": 15, - "course_description": "Geology of the marine environment. Topics include controls on the types, origin, and distribution of marine sediments; geology of oceanic crust; evolution of continental margins and plate boundaries; and introduction to paleoceanography. Students cannot receive credit for this course and Earth Sciences 102.", - "lecture_number": 22248, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OCEA 280", - "gen_ed_categories": "5 units", - "instructor": "Ravelo,A.C.", - "class_number": 22248, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 24 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "16", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Oakes Acad 222", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23657, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23657, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Oakes Acad 222", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23655, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23655, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Physical Oceanography", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 20, - "course_description": "Introduces the physics of the ocean. Topics include physical properties of seawater, atmospheric forcing, Ekman dynamics, Sverdrup dynamics, the wind-driven ocean circulation, ocean mixing, water masses, the meridional overturning circulation, surface gravity waves, Rossby waves, Kelvin waves, and ocean tides. Designed for beginning graduate students in ocean sciences and upper-division science majors. Calculus and physics recommended as preparation.", - "enroll_max": 30, - "lecture_number": 22246, - "credits": "5 units", - "location": "N. Sci Annex 102", - "course_name": "OCEA 200", - "gen_ed_categories": "5 units", - "instructor": "Fiechter,J.", - "class_number": 22246, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23653, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23653, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Life in the Sea", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary lab", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 64, - "course_description": "The ecology of plants and animals in oceans and coastal areas. Consideration of life in various marine habitats, including the open ocean, rocky shores, estuaries, and the sea. Includes field trips. High school biology and chemistry courses are recommended prior to taking this course.", - "enroll_max": 144, - "lecture_number": 22239, - "credits": "5 units", - "location": "J Baskin Engr 152", - "course_name": "OCEA 80A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22239, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Oceans", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 69, - "course_description": "An interdisciplinary introduction to oceanography focusing on biological, chemical, geological, and physical processes. Covers topics such as origins and structure of planet Earth and its oceans, co-evolution of Earth and life, plate tectonics, liquid water and the hydrologic and hydrothermal cycles, salinity and elemental cycles, ocean circulation, primary production and nutrient cycles, plankton and nekton, life on the sea floor, near shore and estuarine communities, future environmental problems our oceans face. Students may also enroll in and receive credit for Earth Sciences 1.", - "enroll_max": 190, - "lecture_number": 22238, - "credits": "5 units", - "location": "Earth&Marine B206", - "course_name": "OCEA 1", - "gen_ed_categories": "5 units", - "instructor": "Lamborg,C.", - "class_number": 22238, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23649, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23649, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Oakes College Mentoring: Service Learning Practicum", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 01:30PM-03:05PM", - "enroll_current": 9, - "course_description": "Mentors introduce first-year students to campus resources, provide them with academic support, share academic successes and difficulties, and offer guidance on college adjustment. Enrollment is restricted to College members. Please apply to be a mentor or a mentee online on the Oakes College Mentoring website. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 23021, - "credits": "2 units", - "location": "Oakes Acad 103", - "course_name": "OAKS 73B", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23021, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23648, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23648, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Oakes Acad 222", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23656, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23656, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23650, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23650, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 07:10PM-08:45PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23654, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23654, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23652, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23652, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23651, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23651, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23647, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23647, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23645, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23645, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23644, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23644, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Techniques in Composition", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 04:00PM-07:00PM", - "location": "Music Center 130", - "enroll_current": 1, - "course_description": "Short compositional exercises incorporating diverse contemporary techniques with emphasis on problem solving and development of compositional skills. Exercises focus on particular strategies for organizing and coordinating aspects of pitch, rhythm, timbre, and other musical dimensions, depending on interests of instructor and students. (Formerly course 219A.) May be repeated for credit.", - "lecture_number": 22695, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MUSC 219", - "gen_ed_categories": "5 units", - "instructor": "Polansky,L.", - "class_number": 22695, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Oakes Acad 102", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23643, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23643, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Workshop in Electronic Music", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 124.", - "meet_times": "Tu 07:00PM-09:00PM", - "location": "Music Center 191A", - "enroll_current": 8, - "course_description": "Continuing studio work in electronic music. Students carry out individual projects, meeting in weekly seminar to share problems and discoveries. Relevant advanced topics are covered, including new developments in the art. May be repeated for credit.", - "lecture_number": 22234, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "MUSC 167", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22234, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23642, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23642, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History of Music Theory from the Greeks Through Rameau", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 09:00AM-12:00PM", - "location": "Music Center 128", - "enroll_current": 5, - "course_description": "Study and analysis of pre-tonal and tonal music from the Greeks through the 18th century. Course combines a history of theory with analyses that utilize contemporaneous theoretical concepts.", - "lecture_number": 22236, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MUSC 201", - "gen_ed_categories": "5 units", - "instructor": "Miller,L.E.", - "class_number": 22236, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Early Music Ensemble", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "F 02:00PM-04:00PM", - "enroll_current": 0, - "course_description": "A study of selected works for varied early music instrumental and vocal resources, culminating in one or more public concerts. Individual lessons are recommended in conjunction with consort work. Recommended for students who have instrumental or vocal competence and music literacy. Admission by audition with instructor prior to first class meeting. (Formerly Early Music Consort.) May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 22231, - "credits": "2 units", - "location": "Music Center 128", - "course_name": "MUSC 163", - "gen_ed_categories": "2 units", - "instructor": "Treadwell,N.K.", - "class_number": 22231, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Communicating Diversity for a Just Society", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Oakes Acad 102", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. The Oakes core course considers the intersections between reading, personal and social identities, and social justice.", - "lecture_number": 23646, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "OAKS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23646, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Research Methods", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "W 04:00PM-07:00PM", - "enroll_current": 2, - "course_description": "Practical introduction to graduate study in music focusing on research methods, music sources and bibliography, techniques of scholarly writing, and critical readings in the discipline. Culminates in a public oral presentation on the model of a professional conference paper.", - "enroll_max": 15, - "lecture_number": 22235, - "credits": "5 units", - "location": "Music Center 245", - "course_name": "MUSC 200", - "gen_ed_categories": "5 units", - "instructor": "Treadwell,N.K.", - "class_number": 22235, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Jazz Ensembles", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 0, - "course_description": "Instruction in combo performance and techniques of the jazz idiom. The class forms several ensembles that prepare a specific repertory for public performance. Admission by audition with instructor prior to first class meeting. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 22232, - "credits": "2 units", - "location": "Music Center 114", - "course_name": "MUSC 164", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22232, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Current Issues Colloquium", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduate students may enroll with permission of instructor.", - "meet_times": "M 01:20PM-02:50PM", - "location": "Music Center 131", - "enroll_current": 4, - "course_description": "An interactive colloquium featuring presentations by faculty, graduate students, and visiting scholars on research projects in composition, musicology / ethnomusicology, and performance practice, followed by focused discussion.", - "lecture_number": 22707, - "credits": "0 units", - "waitlist_current": 0, - "course_name": "MUSC 252", - "gen_ed_categories": "0 units", - "instructor": "Beal,A.C.", - "class_number": 22707, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Chamber Singers", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 06:30PM-08:30PM", - "enroll_current": 0, - "course_description": "The study of selected works for small vocal ensemble from the 15th through 20th centuries, with performances on and off campus throughout the academic year. Students must have demonstrated vocal and music reading skills. Admission by audition with instructor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 22233, - "credits": "2 units", - "location": "Music Center 131", - "course_name": "MUSC 166", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22233, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Opera Workshop", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:30PM-06:30PM", - "enroll_current": 0, - "course_description": "A workshop for singers, accompanists, and directors, the course develops a wide variety of skills related to opera through scenework. Attention will be given to movement, acting, coaching, and operatic stage-directing technique. Instruction culminates in studio productions of scenes from operas and musicals. Admission by permission of vocal instructor, or by audition with instructor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 40, - "lecture_number": 22230, - "credits": "2 units", - "location": "Music Center 131", - "course_name": "MUSC 159A", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22230, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Harmony and Form in 19th-Century and Early 20th-Century Music", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 30C and Piano Proficiency Exam.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Music Center 136", - "enroll_current": 13, - "course_description": "Analysis, theory, musicianship, and aural skills associated with advanced tonal music. Study of chromaticism, larger forms, and other features of 19th-Century and early 20th-Century music.", - "lecture_number": 22226, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MUSC 130", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22226, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Chicano/Latino Music in the United States", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 98, - "course_description": "Examines the process of music making and how it is tied to the notion of space, place, identity and ethnicity, focusing on musical styles, genres, forms, and repertoires in Chicana/o and Latina/o communities in the United States.", - "enroll_max": 275, - "lecture_number": 23322, - "credits": "5 units", - "location": "Music Center 101", - "course_name": "MUSC 81M", - "gen_ed_categories": "5 units", - "instructor": "Rodriguez,R.C.", - "class_number": 23322, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Electronic Sound Synthesis", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 124.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Music Center 191A", - "enroll_current": 12, - "course_description": "Continuing study in the electronic music studio, with concentration on compositional development. Includes advanced applications of skills developed in courses 123 and 124, expansion of background knowledge and relevant electroacoustical studies.", - "lecture_number": 22228, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MUSC 125", - "gen_ed_categories": "5 units", - "instructor": "Dunn,D.D.", - "class_number": 22228, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Orchestration", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 30C.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Music Center 136", - "enroll_current": 5, - "course_description": "A study of the nature of each instrument of the orchestra. Scoring for various small instrumental combinations, culminating in a transcription for full orchestra. (Formerly course 130.)", - "lecture_number": 22229, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MUSC 121", - "gen_ed_categories": "5 units", - "instructor": "Kim,H.K.", - "class_number": 22229, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "University Concert Choir", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 0, - "course_description": "A study of selected works for orchestra, culminating in one or more public concerts. Prerequisite(s): admission by audition with conductor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 3, - "lecture_number": 22785, - "credits": "2 units", - "location": "Music Center 131", - "course_name": "MUSC 103", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22785, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History, Literature, and Technology of Electronic Music", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 73, - "course_description": "This survey of electronic music from previous centuries to the present studies the works and aesthetics of important composers, acoustics, musical perception, the effects of technological innovation on cultural evolution, and the development of synthesizers and computer music.", - "enroll_max": 250, - "lecture_number": 22222, - "credits": "5 units", - "location": "Music Center 101", - "course_name": "MUSC 80C", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22222, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "University Orchestra", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 0, - "course_description": "A study of selected works for orchestra, culminating in one or more public concerts. Admission by audition with conductor prior to first class meeting. Students are billed a materials fee. Enrollment restricted to juniors and seniors. May be repeated for credit.", - "enroll_max": 4, - "lecture_number": 22688, - "credits": "2 units", - "location": "Music Center 114", - "course_name": "MUSC 102", - "gen_ed_categories": "2 units", - "instructor": "Kiesling,B.A.", - "class_number": 22688, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History of Western Art Music", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 30C and satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Music Center 131", - "enroll_current": 13, - "course_description": "Third quarter of a three-quarter chronological study of Western art music. Coordinated lectures, readings, listening, and analysis of representative works: Romantic, 20th Century.", - "lecture_number": 22227, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MUSC 101C", - "gen_ed_categories": "5 units", - "instructor": "Beal,A.C.", - "class_number": 22227, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Laptop Music", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 50, - "course_description": "Basic digital audio editing and mixing; related concepts in the physics of sound, psychoacoustics, and the digital representation and computer control of audio. Musical notation of musical pulse, meter, and rhythm, and sonic realization via MIDI (musical instruction digital interface). Using their own computers, students complete projects involving recording and spectral analysis, creative editing and mixing of existing recordings, composition of polyphonic drum rhythms, and constructing a collaborative sonic environment.", - "enroll_max": 50, - "lecture_number": 23086, - "credits": "5 units", - "location": "Music Center 131", - "course_name": "MUSC 80Z", - "gen_ed_categories": "5 units", - "instructor": "Jones,D.E.", - "class_number": 23086, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Women in Music", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as FMST 80S", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 95, - "course_description": "An exploration of the sociological position of women as composers and performers in Western and non-Western musics, with a focus on both ethnographic and historical sources.", - "enroll_max": 400, - "lecture_number": 22224, - "credits": "5 units", - "location": "Music Center 101", - "course_name": "MUSC 80S", - "gen_ed_categories": "5 units", - "instructor": "Merchant,T.H.", - "class_number": 22224, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamental Keyboard Skills", - "course_section": "04", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:00PM-02:00PM", - "enroll_current": 0, - "course_description": "Elementary instruction in piano technique, including group and individual performance experience. A minimum of six hours per week of individual practice is required. Curriculum is coordinated with keyboard requirements of course 30A. Concurrent enrollment in course 30A is required. Students are billed a course fee. Prerequisite(s): Instructor determination at first class meeting. (Formerly Group Instruction in Piano.) May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22221, - "credits": "2 units", - "location": "Music Center 134", - "course_name": "MUSC 60", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22221, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamental Keyboard Skills", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "TuTh 11:00AM-12:00PM", - "enroll_current": 0, - "course_description": "Elementary instruction in piano technique, including group and individual performance experience. A minimum of six hours per week of individual practice is required. Curriculum is coordinated with keyboard requirements of course 30A. Concurrent enrollment in course 30A is required. Students are billed a course fee. Prerequisite(s): Instructor determination at first class meeting. (Formerly Group Instruction in Piano.) May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22219, - "credits": "2 units", - "location": "Music Center 134", - "course_name": "MUSC 60", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22219, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rhythms of North India", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 01:30PM-03:05PM", - "enroll_current": 50, - "course_description": "Introduces students to the richness of North Indian rhythms. Includes hands-on exploration of the language of rhythm that is specific to learning the tabla. May be repeated for credit.", - "enroll_max": 50, - "lecture_number": 23275, - "credits": "2 units", - "location": "Music Center 114", - "course_name": "MUSC 55", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23275, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Beginning Improvisational Theory", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 17, - "course_description": "Studies in the modes, scales, chord alternations and extensions, chord voicings, chord progressions, and forms that underlie jazz improvisation, composition, and arranging in a variety of styles. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 23363, - "credits": "5 units", - "location": "Music Center 114", - "course_name": "MUSC 75", - "gen_ed_categories": "5 units", - "instructor": "Hester,K.E.", - "class_number": 23363, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamental Keyboard Skills", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "TuTh 12:00PM-01:00PM", - "enroll_current": 0, - "course_description": "Elementary instruction in piano technique, including group and individual performance experience. A minimum of six hours per week of individual practice is required. Curriculum is coordinated with keyboard requirements of course 30A. Concurrent enrollment in course 30A is required. Students are billed a course fee. Prerequisite(s): Instructor determination at first class meeting. (Formerly Group Instruction in Piano.) May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22220, - "credits": "2 units", - "location": "Music Center 134", - "course_name": "MUSC 60", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22220, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to World Music", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 112, - "course_description": "Covers topics reflecting distinctive features of selected world music cultures. Introduces content, scope, and method of ethnomusicology. Focuses on understanding the musical styles, performance practices, and cultural functions of these musical traditions. Incorporates live class performance of selected music.", - "enroll_max": 250, - "lecture_number": 22699, - "credits": "5 units", - "location": "Music Center 101", - "course_name": "MUSC 11D", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22699, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Vocal Repertoire Class", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 03:00PM-05:00PM", - "enroll_current": 0, - "course_description": "The study and performance of vocal repertoire from 1400 to the present, including solo song, oratorio, opera, ensemble music. Emphasis is given to the development of effective performance skills, culminating in public performance. Attend first class meeting; concurrent enrollment in individual voice lessons with instructor of this course is required. May be repeated for credit.", - "enroll_max": 40, - "lecture_number": 22217, - "credits": "2 units", - "location": "Music Center 131", - "course_name": "MUSC 51", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22217, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Jazz", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 29, - "course_description": "Designed to provide students with thorough and comprehensive background in history and roots of jazz as a musical style from its African roots to the present. Essential jazz styles and traditions are discussed through lectures, required listening, readings, lecture demonstrations, and film presentations.", - "enroll_max": 300, - "lecture_number": 22223, - "credits": "5 units", - "location": "Music Center 101", - "course_name": "MUSC 11B", - "gen_ed_categories": "5 units", - "instructor": "Hester,K.E.", - "class_number": 22223, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Western Classical Music", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 69, - "course_description": "A study of significant works of classical music from Gregorian chant to the present day in relation to the historical periods they represent. Emphasizes the listening experience and awareness of musical style and structure. Illustrated lectures and directed listening. (Formerly Classical Music from the Middle Ages to the Present.)", - "enroll_max": 275, - "lecture_number": 22215, - "credits": "5 units", - "location": "Music Center 101", - "course_name": "MUSC 11A", - "gen_ed_categories": "5 units", - "instructor": "Treadwell,N.K.", - "class_number": 22215, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamental Keyboard Skills", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 10:00AM-11:00AM", - "enroll_current": 0, - "course_description": "Elementary instruction in piano technique, including group and individual performance experience. A minimum of six hours per week of individual practice is required. Curriculum is coordinated with keyboard requirements of course 30A. Concurrent enrollment in course 30A is required. Students are billed a course fee. Prerequisite(s): Instructor determination at first class meeting. (Formerly Group Instruction in Piano.) May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22218, - "credits": "2 units", - "location": "Music Center 134", - "course_name": "MUSC 60", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22218, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Eurasian Ensemble", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 0, - "course_description": "Performing ensemble focusing on the vernacular and art musics of the Eurasian continent, with emphasis on Central Asia. Admission by instructor determination at first class meeting. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22826, - "credits": "2 units", - "location": "Music Center 131", - "course_name": "MUSC 10", - "gen_ed_categories": "2 units", - "instructor": "Merchant,T.H.", - "class_number": 22826, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theory, Literature, and Musicianship", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 09:20AM-10:25AM", - "enroll_current": 0, - "course_description": "Integrated musicianship, theory, and analysis. Species counterpoint and fundamentals of tonal harmony. Analysis of literature from the Middle Ages and Renaissance. Ear-training, taught in smaller sections, emphasizes recognition of triad and dominant-seventh inversions, dictation of diatonic melodies, and aural analysis of simple diatonic interval and chord progressions. Most of the ear-training materials consist of homophonic and polyphonic examples from music literature performed live in class. Prerequisite: admission by core curriculum placement examination.", - "enroll_max": 45, - "lecture_number": 22216, - "credits": "5 units", - "location": "Music Center 131", - "course_name": "MUSC 30A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22216, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "West Javanese Gamelan Ensemble: Intermediate", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "W 10:40AM-12:40PM", - "enroll_current": 0, - "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. Attend first class meeting. May be repeated for credit.", - "enroll_max": 45, - "lecture_number": 22211, - "credits": "2 units", - "location": "Gamelan Stu 230B", - "course_name": "MUSC 5B", - "gen_ed_categories": "2 units", - "instructor": "Sumarna,U.", - "class_number": 22211, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "West Javanese Gamelan Ensemble: Beginning", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "Th 10:30AM-12:30PM", - "enroll_current": 58, - "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. May be repeated for credit.", - "enroll_max": 40, - "lecture_number": 22210, - "credits": "2 units", - "location": "Gamelan Stu 230B", - "course_name": "MUSC 5A", - "gen_ed_categories": "2 units", - "instructor": "Sumarna,U.", - "class_number": 22210, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "West Javanese Gamelan Ensemble: Beginning", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "Th 01:00PM-03:00PM", - "enroll_current": 54, - "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. May be repeated for credit.", - "enroll_max": 40, - "lecture_number": 22209, - "credits": "2 units", - "location": "Gamelan Stu 230B", - "course_name": "MUSC 5A", - "gen_ed_categories": "2 units", - "instructor": "Sumarna,U.", - "class_number": 22209, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mexican Folklorico Music and Dance", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 10, - "course_description": "Instruction in the aesthetic, cultural, and historical dimensions of Mexican Folklorico dance and music. Brings together a dance ensemble and a music ensemble. Enrollment is by permission of the instructor. May be repeated for credit.", - "enroll_max": 60, - "lecture_number": 23320, - "credits": "2 units", - "location": "Music Center 114", - "course_name": "MUSC 12B", - "gen_ed_categories": "2 units", - "instructor": "Rodriguez,R.C.", - "class_number": 23320, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Wind Ensemble", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 07:10PM-08:45PM", - "enroll_current": 0, - "course_description": "A study of selected advanced-level works for wind ensemble, culminating in one or more public concerts. Admission by audition with conductor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 45, - "lecture_number": 22214, - "credits": "2 units", - "location": "Music Center 114", - "course_name": "MUSC 9", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22214, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Large Jazz Ensemble", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "W 05:20PM-06:55PM", - "enroll_current": 1, - "course_description": "Instruction in performance in large jazz ensembles with written arrangements. Prepares a specific repertory for public performance. Admission by audition with instructor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 22207, - "credits": "2 units", - "location": "Music Center 114", - "course_name": "MUSC 3", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22207, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "West Javanese Gamelan Ensemble: Beginning", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "W 01:20PM-03:20PM", - "enroll_current": 55, - "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. May be repeated for credit.", - "enroll_max": 40, - "lecture_number": 22208, - "credits": "2 units", - "location": "Gamelan Stu 230B", - "course_name": "MUSC 5A", - "gen_ed_categories": "2 units", - "instructor": "Sumarna,U.", - "class_number": 22208, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "University Orchestra", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 12, - "course_description": "A study of selected works for orchestra, culminating in one or more public concerts. Admission by audition with conductor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 80, - "lecture_number": 22206, - "credits": "2 units", - "location": "Music Center 114", - "course_name": "MUSC 2", - "gen_ed_categories": "2 units", - "instructor": "Kiesling,B.A.", - "class_number": 22206, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Biofilms: Processes and Regulation", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduate students may enroll with instructor's permission.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Intensive seminar series focusing on the most current work on genes and the processes that regulate biofilm development dynamics as well as on the recent developments on visualization of biofilms. Presentation and discussion based. May be repeated for credit.", - "lecture_number": 21818, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "METX 281Y", - "gen_ed_categories": "2 units", - "instructor": "Yildiz,F.", - "class_number": 21818, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "University Concert Choir", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 0, - "course_description": "A study of selected works for mixed chorus, with emphasis on masterworks for chorus and orchestra, culminating in one or more public concerts. Familiarity with basic music notation recommended. Admission by audition with conductor prior to first class meeting. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 70, - "lecture_number": 22205, - "credits": "2 units", - "location": "Music Center 131", - "course_name": "MUSC 1C", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22205, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Beginning Balinese Gamelan", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 01:30PM-03:05PM", - "enroll_current": 0, - "course_description": "Instruction in Balinese gamelan. Utilizes pitched percussion instruments to learn highly ornate and complex pieces through rote learning; students are not required to read music. Focuses on traditional repertoire and basic gamelan techniques for public performance. Enrollment by permission of the instructor at the first class meeting. (Formerly Balinese Gamelan Ensemble.) May be repeated for credit.", - "enroll_max": 15, - "lecture_number": 22213, - "credits": "2 units", - "location": "Gamelan Stu 230B", - "course_name": "MUSC 8A", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22213, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "West Javanese Gamelan Ensemble: Advanced", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "M 06:00PM-08:00PM", - "enroll_current": 0, - "course_description": "Instruction in practice and performance of gamelan music from Java or Sunda. Preparation of several works for public presentation. Attend first class meeting. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 22212, - "credits": "2 units", - "location": "Gamelan Stu 230B", - "course_name": "MUSC 5C", - "gen_ed_categories": "2 units", - "instructor": "Sumarna,U.", - "class_number": 22212, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Graduate Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with instructor's permission.", - "meet_times": "Tu 12:00PM-01:00PM", - "location": "PhysSciences 240", - "enroll_current": 8, - "course_description": "Weekly seminars by academic and research faculty on their areas of special interest. Students write weekly abstracts on articles covered by the seminars.", - "lecture_number": 21819, - "credits": "0 units", - "waitlist_current": 0, - "course_name": "METX 292", - "gen_ed_categories": "0 units", - "instructor": "Yildiz,F.", - "class_number": 21819, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Bacterial Pathogenesis and Innate Immunity", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates performing research under the supervision of the instructor may enroll with instructor's permission.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Focuses on the interplay between the human gut bacterial pathogen Yersinia pseudotuberculosis and the innate immune system of the host. Participants are required to present the goals, results, and conclusions from their own research. Participation in the general discussion during others' presentations is also required. May be repeated for credit.", - "lecture_number": 22910, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "METX 281V", - "gen_ed_categories": "2 units", - "instructor": "Stone,V.A.", - "class_number": 22910, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 6 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 21132, - "class_type": "SEM", - "course_description": "Intensive seminar focusing on mechanisms of bacterial pathogenesis of the ulcer-causing bacterium", - "course_name": "METX 281O", - "course_title": "Topics in Bacterial Pathogenesis", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21132, - "instructor": "Ottemann,K.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as BIOL 280O.", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Environmental Microbiology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with instructor's permission.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar and discussion focusing on mechanism of microbial transformation of metals. Participants present results from their research projects in a seminar format. Relevant journal articles presented and discussed.", - "lecture_number": 22718, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "METX 281C", - "gen_ed_categories": "2 units", - "instructor": "Saltikov,C.W.", - "class_number": 22718, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Interdisciplinary Approaches in Environmental Toxicology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Advanced undergraduates may enroll by permission of the instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "BiomedSci 260", - "enroll_current": 2, - "course_description": "Introduction to interdisciplinary, case-based approaches to problem-solving. Demonstrates how important, current problems in environmental and human health have been addressed and solved. Presents assigned problems that integrate the different organization levels (environmental, molecular/cellular, organismal/public health) inherent to environmental and human health. Students work in collaborative teams to analyze each problem and create a proposal for a research plan/solution.", - "lecture_number": 22772, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "METX 200", - "gen_ed_categories": "5 units", - "instructor": "Yildiz,F.", - "class_number": 22772, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cellular and Organismal Responses to Toxicants", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Intensive research seminar on the concepts, theory, and techniques in deriving physiologically based pharmacokinetic models of toxin exposure, metabolism, and efficacy of therapeutic treatment in mammalian models of human metal toxicity. May be repeated for credit.", - "lecture_number": 21146, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "METX 281S", - "gen_ed_categories": "2 units", - "instructor": "Smith,D.R.", - "class_number": 21146, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Molecular Toxicology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduates may enroll with instructor's permission.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar and discussion on the mechanisms of toxicity in DNA alkylating agents. Participants present results from their research, and relevant journal articles are discussed. May be repeated for credit.", - "lecture_number": 22839, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "METX 281M", - "gen_ed_categories": "2 units", - "instructor": "Camps,M.", - "class_number": 22839, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 6 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 21075, - "class_type": "LAB", - "course_description": "An introduction to the principles and practices of laboratory microbiology, with a substantial presentation of optical microscopy. Students are billed a materials fee.", - "course_name": "METX 119L", - "course_title": "Microbiology Laboratory", - "location": "PhysSciences 136", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in 119 and either BIOL 20L, BIOL 101L, or BIOL 102L. Satisfaction of Entry Level Writing and Composition requirements. Non-majors enroll by permission of the instructor.", - "meet_times": "M 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 21075, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lab & associated secondary lab.", - "enroll_current": 40, - "waitlist_current": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sources and Fates of Pollutants", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduate science majors may enroll with permission of instructor.", - "meet_times": "MW 11:40AM-01:15PM", - "location": "PhysSciences 450", - "enroll_current": 0, - "course_description": "Presents in-depth important principles of environmental toxicology related to the introduction, transport, and fate of toxicants in aquatic and terrestrial environments including environmental chemistry and biogeochemical cycles as well as exposure pathways and uptake by organisms. Additional emphasis will be placed on the susceptibility and effects of toxicants across organ systems, toxicokinetics and biomarkers of exposure, and effects at the ecosystem level. Students cannot receive credit for this course and course 101.", - "lecture_number": 21817, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "METX 201", - "gen_ed_categories": "5 units", - "instructor": "Saltikov,C.W.", - "class_number": 21817, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Balinese Gamelan", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 8A.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Gamelan Stu 230B", - "enroll_current": 1, - "course_description": "Instruction in Balinese gamelan. Utilizes pitched percussion instruments to learn highly ornate and complex pieces through rote learning; students are not required to read music. Focuses on advanced traditional and contemporary repertoire for public performance. May be repeated for credit.", - "lecture_number": 23231, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "MUSC 8B", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23231, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theory and Practice of Field Study", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Merrill Acad 132", - "enroll_current": 17, - "course_description": "Course provides an opportunity for lower-division students to learn about Santa Cruz, Calif., its contemporary history, culture, and politics through classroom theoretical learning integrated with individual field studies. Course also examines social change, qualitative research, and community organizing.", - "lecture_number": 23066, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 90", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23066, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Merrill Acad 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23613, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23613, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Microbiology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOC 100A or BIOL 101 or BIOL 100 or Chemistry 103.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "J Bask Aud 101", - "enroll_current": 152, - "course_description": "Cell and molecular biology of bacteria and their viruses, including applications in medicine, public health, agriculture, and biotechnology.", - "lecture_number": 21069, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "METX 119", - "gen_ed_categories": "5 units", - "instructor": "Stone,V.A.", - "class_number": 21069, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 200 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Focus on Africa", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 07:10PM-08:45PM", - "enroll_current": 20, - "course_description": "Equips students with the skills and background necessary to be informed observers and chroniclers of current affairs on the African continent. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 23220, - "credits": "2 units", - "location": "Merrill Acad 132", - "course_name": "MERR 183F", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23220, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Merrill Acad 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23611, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23611, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Merrill Acad 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23608, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23608, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Merrill Acad 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23610, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "El Dessouky,D.", - "class_number": 23610, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Merrill Acad 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23609, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "El Dessouky,D.", - "class_number": 23609, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 22764, - "class_type": "FLD", - "course_description": "Supervised hands-on experience assisting in local K-12 school classrooms. Students also attend UCSC course meetings, complete relevant readings in educational theory, and present a final assignment. Please see \nhttp://merrill.ucsc.edu/academics/programs-and-courses/classroom-connection/index.html for conditions that must be met prior to placement at local schools. May be repeated for credit.", - "course_name": "MERR 85C", - "course_title": "Merrill Classroom Connection Field Study", - "location": "Merrill Acad 130", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Priority enrollment is restricted to Merrill College members.", - "meet_times": "Tu 07:10PM-08:45PM", - "credits": "2 units", - "lecture_number": 22764, - "instructor": "Abrams,E.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Contact:", - "enroll_current": 24, - "waitlist_current": 0 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 22204, - "class_type": "FLD", - "course_description": "Supervised hands-on experience assisting in local K-12 school classrooms. Students attend UCSC class meetings, complete relevant readings in educational theory, and present a final assignment. This course requires more hours than course 85C and involves travel to Pescadero twice per week. May be repeated for credit.", - "course_name": "MERR 85B", - "course_title": "Merrill Classroom Connection Field Study", - "location": "Merrill Acad 130", - "grading_options": "Pass/Not Pass", - "gen_ed_categories": "3 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Priority enrollment restricted to Merrill College members.", - "meet_times": "Tu 07:10PM-08:45PM", - "credits": "3 units", - "lecture_number": 22204, - "instructor": "Abrams,E.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with MERR 085C.", - "enroll_current": 24, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Merrill Acad 130", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23612, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23612, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Merrill Acad 130", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23605, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Dubreuil,J.", - "class_number": 23605, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Precalculus Academy Lab", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as CRWN 3L. Enroll in lab and associated secondary lab.", - "meet_times": "TBA TBA", - "enroll_current": 1, - "course_description": "Students use worksheets designed to help them solve problems by thinking critically, and participate in answering project-based questions relevant to the themes of their college core courses. Prerequisite(s): Mathematics 2 or placement (MP) score of 200 or higher. Concurrent enrollment in Mathematics 3 is required. Enrollment is restricted to Merrill and Crown college members. Enrollment is by permission of the instructor. May be repeated for credit.", - "enroll_max": 0, - "lecture_number": 23269, - "credits": "2 units", - "location": "TBA", - "course_name": "MERR 3L", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23269, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Merrill Acad 130", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23607, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23607, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Merrill Acad 130", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23606, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23606, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Merrill Acad 130", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23604, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Bigley,M.", - "class_number": 23604, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Merrill Acad 130", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23603, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Abrams,E.S.", - "class_number": 23603, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Merrill Acad 130", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23602, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23602, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Merrill Acad 130", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23600, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23600, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Merrill Acad 130", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23599, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23599, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Homological Algebra", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "MW 09:50AM-11:25AM", - "location": "McHenry Clrm 1279", - "enroll_current": 3, - "course_description": "Homology and cohomology theories have proven to be powerful tools in many fields (topology, geometry, number theory, algebra). Independent of the field, these theories use the common language of homological algebra. The aim of this course is to acquaint the participants with basic concepts of category theory and homological algebra, as follows: chain complexes, homology, homotopy, several (co)homology theories (topological spaces, manifolds, groups, algebras, Lie groups), projective and injective resolutions, derived functors (Ext and Tor). Depending on time, spectral sequences or derived categories may also be treated. Courses 200 and 202 strongly recommended.", - "lecture_number": 22202, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 239", - "gen_ed_categories": "5 units", - "instructor": "Suh,J.", - "class_number": 22202, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Reading Ourselves, Reading the World", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Merrill Acad 130", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Merrill's intellectual tradition of investigating social change and social justice.", - "lecture_number": 23601, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MERR 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23601, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Partial Differential Equations I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Courses 106 and 107 are recommended as preparation. Enrollment is restricted to graduate students.", - "meet_times": "MW 09:50AM-11:25AM", - "location": "McHenry Clrm 1270", - "enroll_current": 2, - "course_description": "First of the two PDE courses covering basically Part I in Evans' book;", - "lecture_number": 22199, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 213A", - "gen_ed_categories": "5 units", - "instructor": "Qing,J.", - "class_number": 22199, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 04:00PM-05:45PM", - "location": "McHenry Clrm 4130", - "enroll_current": 2, - "course_description": "A weekly seminar attended by faculty, graduate students, and upper-division undergraduate students. All graduate students are expected to attend.", - "lecture_number": 22203, - "credits": "0 units", - "waitlist_current": 0, - "course_name": "MATH 292", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 22203, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Algebraic Topology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): Courses 200, 201, and 202 recommended as preparation. Enrollment is restricted to graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "McHenry Clrm 1279", - "enroll_current": 3, - "course_description": "Continuation of course 210. Topics include theory of characteristic classes of vector bundles, cobordism theory, and homotopy theory.", - "lecture_number": 22198, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 211", - "gen_ed_categories": "5 units", - "instructor": "Cristofaro-Gardiner,D.", - "class_number": 22198, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Analysis I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): courses105A and 105B are recommended as preparation.Enrollment is restricted to graduate students.", - "meet_times": "MW 01:30PM-03:05PM", - "location": "McHenry Clrm 1270", - "enroll_current": 10, - "course_description": "Completeness and compactness for real line; sequences and infinite series of functions; Fourier series; calculus on Euclidean space and the implicit function theorem; metric spaces and the contracting mapping theorem; the Arzela-Ascoli theorem; basics of general topological spaces; the Baire category theorem; Urysohn's lemma; and Tychonoff's theorem.", - "lecture_number": 22197, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 204", - "gen_ed_categories": "5 units", - "instructor": "Lin,L.", - "class_number": 22197, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Algebra I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "McHenry Clrm 1270", - "enroll_current": 11, - "course_description": "Group theory: subgroups, cosets, normal subgroups, homomorphisms, isomorphisms, quotient groups, free groups, generators and relations, group actions on a set. Sylow theorems, semidirect products, simple groups, nilpotent groups, and solvable groups. Ring theory: Chinese remainder theorem, prime ideals, localization. Euclidean domains, PIDs, UFDs, polynomial rings. Prerequisite(s): courses 111A and 117 are recommended as preparation. May be repeated for credit.", - "lecture_number": 22196, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 200", - "gen_ed_categories": "5 units", - "instructor": "Sanders,B.", - "class_number": 22196, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Manifolds I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "MW 11:40AM-01:15PM", - "location": "McHenry Clrm 1279", - "enroll_current": 10, - "course_description": "Definition of manifolds; the tangent bundle; the inverse function theorem and the implicit function theorem; transversality; Sard's theorem and the Whitney embedding theorem; vector fields, flows, and the Lie bracket; Frobenius's theorem. Course 204 recommended for preparation.", - "lecture_number": 22200, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 208", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22200, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Elliptic Functions and Modular Forms", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): courses 200, 201, 202, and either 207 or 103A are recommended as preparation. Enrollment is restricted to graduate students.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "The course, aimed at second-year graduate students, will cover the basic facts about elliptic functions and modular forms. The goal is to provide the student with foundations suitable for further work in advanced number theory, in conformal field theory, and in the theory of Riemann surfaces.", - "lecture_number": 22201, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 238", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 22201, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Algebra IV", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): courses 200, 201, and 202. Enrollment is restricted to graduate students.", - "meet_times": "MW 03:20PM-04:55PM", - "location": "McHenry Clrm 1270", - "enroll_current": 3, - "course_description": "Topics include tensor product of modules over rings, projective modules and injective modules, Jacobson radical, Wedderburns' theorem, category theory, Noetherian rings, Artinian rings, affine varieties, projective varieties, Hilbert's Nullstellensatz, prime spectrum, Zariski topology, discrete valuation rings, and Dedekind domains.", - "lecture_number": 22659, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 203", - "gen_ed_categories": "5 units", - "instructor": "Karasiewicz,E.S.", - "class_number": 22659, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "21", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "lecture_number": 24198, - "class_number": 24198, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "20", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "lecture_number": 24197, - "class_number": 24197, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "19", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "lecture_number": 24196, - "class_number": 24196, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "18", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "lecture_number": 24195, - "class_number": 24195, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "17", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24194, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Weissman,M.", - "class_number": 24194, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "15", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24192, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Tamanoi,H.", - "class_number": 24192, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "16", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24193, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Tromba,A.J.", - "class_number": 24193, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "14", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24199, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Suh,J.", - "class_number": 24199, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "13", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24191, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Sanders,B.", - "class_number": 24191, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "12", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24190, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Qing,J.", - "class_number": 24190, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "10", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24188, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Monard,F.", - "class_number": 24188, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "21", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "lecture_number": 24184, - "class_number": 24184, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "11", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24189, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Montgomery,R.", - "class_number": 24189, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "09", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24187, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Lin,L.", - "class_number": 24187, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "08", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24186, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Lewis,D.K.", - "class_number": 24186, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "07", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Tutorial May be repeated for credit.", - "lecture_number": 24185, - "credits": "2 units", - "location": "TBA", - "course_name": "MATH 199F", - "gen_ed_categories": "2 units", - "instructor": "Ginzburg,V.", - "class_number": 24185, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "13", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24183, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Sanders,B.", - "class_number": 24183, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "10", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24180, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Monard,F.", - "class_number": 24180, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "08", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24178, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Lewis,D.K.", - "class_number": 24178, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "07", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24177, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Ginzburg,V.", - "class_number": 24177, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "05", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24175, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Dong,C.", - "class_number": 24175, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "04", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24174, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Dasgupta,S.", - "class_number": 24174, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24172, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Cooperstein,B.N.", - "class_number": 24172, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "11", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24181, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Montgomery,R.", - "class_number": 24181, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "ACE Program Service Learning", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Students participate in training and development to co-facilitate collaborative learning in ACE chemistry discussion sections and midterm/exam review sessions. Students are role models for students pursuing science- and math-intensive majors. Prerequisite(s): Prior participation in ACE; good academic standing; no non-passing grades in prior quarter. Enrollment is restricted to sophomores, juniors, and seniors.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "MATH 189", - "gen_ed_categories": "2 units", - "lecture_number": 24292, - "class_number": 24292, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 50 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 23281, - "class_type": "LEC", - "course_description": "Introduces programming in Python with applications to advanced mathematics. Students apply data structures and algorithms to topics such as numerical approximation, number theory, linear algebra, and combinatorics. No programming experience is necessary, but a strong mathematics background is required.", - "course_name": "MATH 152", - "course_title": "Programming for Mathematics", - "location": "Sci & Engr Library 206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 23281, - "instructor": "Weissman,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 26, - "waitlist_current": 0 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 22193, - "class_type": "LEC", - "course_description": "Euclidean, projective, spherical, and hyperbolic (non-Euclidean) geometries. Begins with the thirteen books of Euclid. Surveys the other geometries. Attention paid to constructions and visual intuition as well as logical foundations. Rigid motions and projective transformations covered.", - "course_name": "MATH 128A", - "course_title": "Classical Geometry: Euclidean and Non-Euclidean", - "location": "Engineer 2 194", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): either course 100 or Computer Science 101.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22193, - "instructor": "Cristofaro-Gardiner,D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018..", - "enroll_current": 42, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24173, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Cristofaro-Gardiner,D.", - "class_number": 24173, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "09", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24179, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Lin,L.", - "class_number": 24179, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "12", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 0, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24182, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Qing,J.", - "class_number": 24182, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mathematical Problem Solving", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 21 and 100.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 2 165", - "enroll_current": 11, - "course_description": "Students learn the strategies, tactics, skills and tools that mathematicians use when faced with a novel (new) problem. These include generalization, specialization, the optimization, invariance, symmetry, Dirichlet's box principle among others in the context of solving problems from number theory, geometry, calculus, combinatorics, probability, algebra, analysis, and graph theory. (Formerly, course 30.)", - "lecture_number": 22175, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 101", - "gen_ed_categories": "5 units", - "instructor": "Cooperstein,B.N.", - "class_number": 22175, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 22189, - "class_type": "LEC", - "course_description": "Review of abstract vector spaces. Dual spaces, bilinear forms, and the associated geometry. Normal forms of linear mappings. Introduction to tensor products and exterior algebras.", - "course_name": "MATH 117", - "course_title": "Advanced Linear Algebra", - "location": "PhysSciences 114", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 21 or Applied Mathematics and Statistics 10 and either course 100 or Computer Science 101.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 22189, - "instructor": "Suh,J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 35, - "waitlist_current": 0 - }, { - "enroll_max": 55, - "waitlist_max": 999, - "class_number": 22180, - "class_type": "LEC", - "course_description": "The basic concepts of one-variable calculus are treated rigorously. Set theory, the real number system, numerical sequences and series, continuity, differentiation.", - "course_name": "MATH 105A", - "course_title": "Real Analysis", - "location": "Cowell Clrm 131", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 22 or 23B and either course 100 or Computer Science 101.", - "meet_times": "MWF 01:20PM-02:25PM", - "credits": "5 units", - "lecture_number": 22180, - "instructor": "Monard,F.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 48, - "waitlist_current": 0 - }, { - "enroll_max": 55, - "waitlist_max": 999, - "class_number": 22183, - "class_type": "LEC", - "course_description": "Group theory including the Sylow theorem, the structure of abelian groups, and permutation groups.", - "course_name": "MATH 111A", - "course_title": "Algebra", - "location": "N. Sci Annex 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 21 or Applied Mathematics and Statistics 10 and either course 100 or Computer Science 101.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22183, - "instructor": "Weissman,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 54, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cryptography", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100 or Computer Science 101; course 110 is recommended as preparation.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "PhysSciences 130", - "enroll_current": 43, - "course_description": "Introduces different methods in cryptography (shift cipher, affine cipher, Vigenere cipher, Hill cipher, RSA cipher, ElGamal cipher, knapsack cipher). The necessary material from number theory and probability theory is developed in the course. Common methods to attack ciphers discussed.", - "lecture_number": 23679, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 134", - "gen_ed_categories": "5 units", - "instructor": "Boltje,R.", - "class_number": 23679, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "enroll_max": 221, - "waitlist_max": 999, - "class_number": 22141, - "class_type": "LEC", - "course_description": "Systems of linear equations matrices, determinants. Introduces abstract vector spaces, linear transformation, inner products, the geometry of Euclidean space, and eigenvalues. Students cannot receive credit for this course and Applied Mathematics and Statistics 10 or 10A.", - "course_name": "MATH 21", - "course_title": "Linear Algebra", - "location": "Humn Lecture Hall", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics and Statistics 11A or 15A.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 22141, - "instructor": "Karasiewicz,E.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 183, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tutorial", - "course_section": "06", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "waitlist_current": 0, - "enroll_current": 1, - "course_description": "Students submit petition to sponsoring agency. May be repeated for credit.", - "lecture_number": 24176, - "credits": "5 units", - "location": "TBA", - "course_name": "MATH 199", - "gen_ed_categories": "5 units", - "instructor": "Ehrhardt,T.", - "class_number": 24176, - "waitlist_max": 0, - "enroll_max": 999 - }, { - "enroll_max": 35, - "waitlist_max": 999, - "class_number": 22176, - "class_type": "LEC", - "course_description": "Students learn the basic concepts and ideas necessary for upper-division mathematics and techniques of mathematical proof. Introduction to sets, relations, elementary mathematical logic, proof by contradiction, mathematical induction, and counting arguments.", - "course_name": "MATH 100", - "course_title": "Introduction to Proof and Problem Solving", - "location": "PhysSciences 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; course 11A or 19A or 20A; and course 21 or Applied Mathematics and Statistics 10 or Applied Mathematics and Statistics 10A.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 22176, - "instructor": "Tamanoi,H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 35, - "waitlist_current": 5 - }, { - "enroll_max": 225, - "waitlist_max": 999, - "class_number": 22155, - "class_type": "LEC", - "course_description": "Vectors in n-dimensional Euclidean space. The inner and cross products. The derivative of functions from n-dimensional to m-dimensional Euclidean space is studied as a linear transformation having matrix representation. Paths in 3-dimensions, arc length, vector differential calculus, Taylor's theorem in several variables, extrema of real-valued functions, constrained extrema and Lagrange multipliers, the implicit function theorem, some applications. Students cannot receive credit for this course and course 22. (Formerly Multivariable Calculus.)", - "course_name": "MATH 23A", - "course_title": "Vector Calculus", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 19B or 20B or AP calculus BC exam score of 4 or 5.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 22155, - "instructor": "Migliore,E.T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 214, - "waitlist_current": 0 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 22170, - "class_type": "LEC", - "course_description": "First and second order ordinary differential equations, with emphasis on the linear case. Methods of integrating factors, undetermined coefficients, variation of parameters, power series, numerical computation. Students cannot receive credit for this course and Applied Mathematics and Statistics 20.", - "course_name": "MATH 24", - "course_title": "Ordinary Differential Equations", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 22 or 23A; course 21 is recommended as preparation.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 22170, - "instructor": "Tamanoi,H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 50, - "waitlist_current": 23 - }, { - "enroll_max": 90, - "waitlist_max": 999, - "class_number": 22100, - "class_type": "LEC", - "course_description": "Starting with the fundamental theorem of calculus and related techniques, the integral of functions of a single variable is developed and applied to problems in geometry, probability, physics, and differential equations. Polynomial approximations, Taylor series, and their applications conclude the course. Students cannot receive credit for this course and course 19B, or Applied Mathematics and Statistics 11B and 15B, or Economics 11B.", - "course_name": "MATH 11B", - "course_title": "Calculus with Applications", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11A or 19A or Applied Mathematics and Statistics 15A or AP Calculus AB exam score of 4 or 5, or BC exam score of 3 or higher, or IB Mathematics Higher Level exam score of 5 or higher.", - "meet_times": "MWF 08:00AM-09:05AM", - "credits": "5 units", - "lecture_number": 22100, - "instructor": "Eastman,M.R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 86, - "waitlist_current": 2 - }, { - "enroll_max": 90, - "waitlist_max": 999, - "class_number": 22165, - "class_type": "LEC", - "course_description": "Double integral, changing the order of integration. Triple integrals, maps of the plane, change of variables theorem, improper double integrals. Path integrals, line integrals, parametrized surfaces, area of a surface, surface integrals. Green's theorem, Stokes' theorem, conservative fields, Gauss' theorem. Applications to physics and differential equations, differential forms. (Formerly Multivariable Calculus.)", - "course_name": "MATH 23B", - "course_title": "Vector Calculus", - "location": "Online", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 23A.", - "meet_times": "TBA TBA", - "credits": "5 units", - "lecture_number": 22165, - "instructor": "Bauerle,F.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Mandatory first class Friday, September 28, 5:20 pm Classroom Unit 2. (meeting optional if you have already taken UCSC online calculus course.) Online sections available for off-campus students. In-class sections listed below-enrollment encouragednot mandatory. Info:", - "enroll_current": 90, - "waitlist_current": 27 - }, { - "enroll_max": 68, - "waitlist_max": 999, - "class_number": 22105, - "class_type": "LEC", - "course_description": "The limit of a function, calculating limits, continuity, tangents, velocities, and other instantaneous rates of change. Derivatives, the chain rule, implicit differentiation, higher derivatives. Exponential functions, inverse functions, and their derivatives. The mean value theorem, monotonic functions, concavity, and points of inflection. Applied maximum and minimum problems. Students cannot receive credit for both this course and course 11A or Applied Mathematics and Statistics 11A and 15A,or Economics 11A.", - "course_name": "MATH 19A", - "course_title": "Calculus for Science, Engineering, and Mathematics", - "location": "Online", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3; or mathematics placement (MP) score of 400 or higher; or AP Calculus AB exam score of 3 or higher.", - "meet_times": "TBA TBA", - "credits": "5 units", - "lecture_number": 22105, - "instructor": "Tromba,A.J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Mandatory first class Friday, September 28, 5:20 pm Classroom Unit 2. Online sections available for off-campus students. In-class sections listed below-enrollment encouragednot mandatory. Info:", - "enroll_current": 21, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Honors Calculus", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): mathematics placement (MP) score of 500 higher; or AP Calculus AB examination score of 4 or 5; or BC examination of 3 or higher; or IB Mathematics Higher Level examination score of 5 or higher.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "PhysSciences 114", - "enroll_current": 5, - "course_description": "Methods of proof, number systems, binomial and geometric sums. Sequences, limits, continuity, and the definite integral. The derivatives of the elementary functions, the fundamental theorem of calculus, and the main theorems of differential calculus.", - "lecture_number": 23676, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "MATH 20A", - "gen_ed_categories": "5 units", - "instructor": "Monard,F.", - "class_number": 23676, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "enroll_max": 153, - "waitlist_max": 999, - "class_number": 22131, - "class_type": "LEC", - "course_description": "The definite integral and the fundamental theorem of calculus. Areas, volumes. Integration by parts, trigonometric substitution, and partial fractions methods. Improper integrals. Sequences, series, absolute convergence and convergence tests. Power series, Taylor and Maclaurin series. Students cannot receive credit for both this course and course 11B, Applied Math and Statistics 11B and 15B, or Economics 11B.", - "course_name": "MATH 19B", - "course_title": "Calculus for Science, Engineering, and Mathematics", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 19A or 20A or AP Calculus AB exam score of 4 or 5, or BC exam score of 3 or higher, or IB Mathematics Higher Level exam score of 5 of higher.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 22131, - "instructor": "Lin,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 97, - "waitlist_current": 0 - }, { - "enroll_max": 68, - "waitlist_max": 999, - "class_number": 22118, - "class_type": "LEC", - "course_description": "The limit of a function, calculating limits, continuity, tangents, velocities, and other instantaneous rates of change. Derivatives, the chain rule, implicit differentiation, higher derivatives. Exponential functions, inverse functions, and their derivatives. The mean value theorem, monotonic functions, concavity, and points of inflection. Applied maximum and minimum problems. Students cannot receive credit for both this course and course 11A or Applied Mathematics and Statistics 11A and 15A,or Economics 11A.", - "course_name": "MATH 19A", - "course_title": "Calculus for Science, Engineering, and Mathematics", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3; or mathematics placement (MP) score of 400 or higher; or AP Calculus AB exam score of 3 or higher.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 22118, - "instructor": "Migliore,E.T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Thurs., October 4th for Fall 2018.", - "enroll_current": 22, - "waitlist_current": 0 - }, { - "enroll_max": 12, - "waitlist_max": 999, - "class_number": 22093, - "class_type": "LEC", - "course_description": "A modern course stressing conceptual understanding, relevance, and problem solving. The derivative of polynomial, exponential, and trigonometric functions of a single variable is developed and applied to a wide range of problems involving graphing, approximation, and optimization. Students cannot receive credit for both this course and course 19A or Applied Mathematics and Statistics 11A and 15A, or Economics 11A.", - "course_name": "MATH 11A", - "course_title": "Calculus with Applications", - "location": "Thim Lecture 003", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3 or Applied Mathematics and Statistics 3; or mathematics placement (MP) score of 300 or higher; or AP Calculus AB exam score of 3 or higher.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 22093, - "instructor": "Eastman,M.R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 12, - "waitlist_current": 14 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 22084, - "class_type": "LEC", - "course_description": "A modern course stressing conceptual understanding, relevance, and problem solving. The derivative of polynomial, exponential, and trigonometric functions of a single variable is developed and applied to a wide range of problems involving graphing, approximation, and optimization. Students cannot receive credit for both this course and course 19A or Applied Mathematics and Statistics 11A and 15A, or Economics 11A.", - "course_name": "MATH 11A", - "course_title": "Calculus with Applications", - "location": "Humn Lecture Hall", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3 or Applied Mathematics and Statistics 3; or mathematics placement (MP) score of 300 or higher; or AP Calculus AB exam score of 3 or higher.", - "meet_times": "MWF 08:00AM-09:05AM", - "credits": "5 units", - "lecture_number": 22084, - "instructor": "Morales,P.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab. Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 15, - "waitlist_current": 14 - }, { - "enroll_max": 2, - "waitlist_max": 999, - "class_number": 23193, - "class_type": "LAB", - "course_description": "Independent study of algebra and modern mathematics using adaptive learning software. Instruction emphasizes clear mathematical communication and reasoning when working with sets, equations, functions, and graphs. Drop in labs, online forums, and readings provide opportunities for further learning and exploration. May be repeated for credit.", - "course_name": "MATH 2T", - "course_title": "Preparatory Math: Tutorial", - "location": "McHenry Lib 1340", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): mathematics placement (MP) score of 100 or higher.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "2 units", - "lecture_number": 23193, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Math 2T is primarily an independent work course, but all students must attend an introductory session and approximately biweekly progress meetings. These meetings will typically be held during the TuTh 11:40-1:15 time block. Interested students who will be taking another UCSC course that meets during that time block should contact the Math 2T instructor,", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "enroll_max": 5, - "waitlist_max": 999, - "class_number": 22054, - "class_type": "LEC", - "course_description": "Operations on real numbers, complex numbers, polynomials, and rational expressions; exponents and radicals; solving linear and quadratic equations and inequalities; functions, algebra of functions, graphs; conic sections; mathematical models; sequences and series.", - "course_name": "MATH 2", - "course_title": "College Algebra for Calculus", - "location": "Sci & Engr Library 206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): mathematics placement (MP) score of 100 or higher.", - "meet_times": "MWF 01:20PM-02:25PM", - "credits": "5 units", - "lecture_number": 22054, - "instructor": "Bhattacharya,N.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Course Format: Collaborative instruction with lectures 3 days/week; in-class work emphasizes active participation. Students also attend collaborative learning-based sections 2X/week. Students participate in problem-solving sessions & collaborative study teams to deepen their understanding of the course content. Secondary section enrollment is mandatory. Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 5, - "waitlist_current": 4 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 22053, - "class_type": "SEM", - "course_description": "The course topic changes; see the Class Search for the current topic. May be repeated for credit.", - "course_name": "LIT 251", - "course_title": "Topics in Cultural Studies", - "location": "Humanities 1 620", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 01:30PM-04:30PM", - "credits": "5 units", - "lecture_number": 22053, - "instructor": "Kinoshita,S.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: The Mediterranean and other Oceanic Spaces.", - "enroll_current": 1, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 22052, - "class_type": "SEM", - "course_description": "Global theories of history and cultural production. Course topic changes; see the Class Search for current topic. May be repeated for credit.", - "course_name": "LIT 250", - "course_title": "Theory and Methods", - "location": "Humanities 1 620", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Th 07:10PM-10:10PM", - "credits": "5 units", - "lecture_number": 22052, - "instructor": "Wilson,R.J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: Worlding as Critical Practice: Postcolonial, Poetic, Ecological Perspectives.", - "enroll_current": 4, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 22025, - "class_type": "SEM", - "course_description": "Course topic changes; see the Class Search for current topic. May be repeated for credit.", - "course_name": "LIT 222", - "course_title": "Topics in English Language Literature", - "location": "Humanities 1 620", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Th 01:30PM-04:30PM", - "credits": "5 units", - "lecture_number": 22025, - "instructor": "Gruesz,K.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: Geography and Destiny in Nineteenth-Century America.", - "enroll_current": 5, - "waitlist_current": 0 - }, { - "enroll_max": 0, - "waitlist_max": 999, - "class_number": 22081, - "class_type": "LEC", - "course_description": "Inverse functions and graphs; exponential and logarithmic functions, their graphs, and use in mathematical models of the real world; rates of change; trigonometry, trigonometric functions, and their graphs; and geometric series. Students cannot receive credit for both course 3 and Applied Mathematics and Statistics 3. Applied Mathematics and Statistics 3 can substitute for course 3.", - "course_name": "MATH 3", - "course_title": "Precalculus", - "location": "Crown Clrm 208", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or mathematics placement (MP) score of 200 or higher.", - "meet_times": "MWF 04:00PM-05:05PM", - "credits": "5 units", - "lecture_number": 22081, - "instructor": "Bhattacharya,N.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment by permission and restricted to Crown and Merrill College members. Concurrent enrollment in Crown and Merrill 3L is required. Enroll in lecture and associated discussion section.", - "enroll_current": 1, - "waitlist_current": 4 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 22067, - "class_type": "LEC", - "course_description": "Inverse functions and graphs; exponential and logarithmic functions, their graphs, and use in mathematical models of the real world; rates of change; trigonometry, trigonometric functions, and their graphs; and geometric series. Students cannot receive credit for both course 3 and Applied Mathematics and Statistics 3. Applied Mathematics and Statistics 3 can substitute for course 3.", - "course_name": "MATH 3", - "course_title": "Precalculus", - "location": "Humn Lecture Hall", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or mathematics placement (MP) score of 200 or higher.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 22067, - "instructor": "Morales,P.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Secondary sections begin Wed, October 3rd for Fall 2018.", - "enroll_current": 15, - "waitlist_current": 10 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 22995, - "class_type": "SEM", - "course_description": "Study of selected authors or issues related to modern Jewish literature and culture. Topic changes; please see the Class Search for current topic. Critical approach designations: Histories, Power and Subjectivities. Distribution requirement: Senior Seminar. Jewish Studies majors may use this course to satisfy the Jewish Studies senior exit requirement. May be repeated for credit.", - "course_name": "LIT 190Y", - "course_title": "Topics in Jewish Literature and Culture", - "location": "Soc Sci 1 145", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, and Literature 101 (for literature majors). Enrollment is restricted to senior literature and Jewish studies majors.", - "meet_times": "TuTh 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 22995, - "instructor": "Thompson,B.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: Jewish Comedy.", - "enroll_current": 9, - "waitlist_current": 0 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 22622, - "class_type": "SEM", - "course_description": "Intensive examination of works by individual authors. Course topic changes; see the Class Search for current topic. Critical approach designations: Genres, Histories. Distribution requirement: Senior Seminar. (Formerly English Language Literature 190A.) May be repeated for credit.", - "course_name": "LIT 190I", - "course_title": "Individual Authors", - "location": "Soc Sci 1 145", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Literature 101. Enrollment is restricted to senior literature majors.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22622, - "instructor": "Leicester,H.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: Geoffrey Chaucer.", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "enroll_max": 4, - "waitlist_max": 999, - "class_number": 22066, - "class_type": "LEC", - "course_description": "Operations on real numbers, complex numbers, polynomials, and rational expressions; exponents and radicals; solving linear and quadratic equations and inequalities; functions, algebra of functions, graphs; conic sections; mathematical models; sequences and series.", - "course_name": "MATH 2", - "course_title": "College Algebra for Calculus", - "location": "Sci & Engr Library 206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): mathematics placement (MP) score of 100 or higher.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 22066, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Course format: The Adaptive Instruction course has mandatory meetings 5 days/week. In-class activities: individual study following a personalized learning path in ALEKS, one-on-one mentoring, informal discussions, and group projects. Discussions and projects focus on mathematical language, problem solving, constructing and interpreting functions, and the social context of mathematics.", - "enroll_current": 4, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 22037, - "class_type": "SEM", - "course_description": "May be repeated for credit.", - "course_name": "LIT 282D", - "course_title": "Topics in Theory", - "location": "Hum & Soc Sci 350", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 22037, - "instructor": "Freccero,C.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic:Theories de la difference. Taught in conjunction with LIT 182J.", - "enroll_current": 4, - "waitlist_current": 0 - }, { - "enroll_max": 64, - "waitlist_max": 999, - "class_number": 23048, - "class_type": "LEC", - "course_description": "Speaking, reading, and writing proficiency in Spanish is required. Explores the social, cultural, economic, and political changes that connect Latin America, Spain, and the United States Latina/o communities. Critical approach designations: Geographies, Power and Subjectivities. Distribution requirement: Global.", - "course_name": "LIT 189C", - "course_title": "Introducci\ufffdn a Spanish Studies", - "location": "Soc Sci 2 075", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Spanish 6 or Spanish for Heritage Speakers 6 or permission of instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 23048, - "instructor": "Smith,A.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section; also offered as SPAN 105.", - "enroll_current": 28, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Erotismo y Mistica", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 19, - "course_description": "Speaking, reading, and writing proficiency in Spanish required. Examines the connections between erotic literature and mystical literature through poetic representations of sublime where Eros and Thanatos meet. As symbolisms of mystical and erotic experiences fuse and confuse each other, we are able to establish connections between Sufi, Hindi, and Judeo-Christian mystical poetry. Critical approach designations: Genres, Histories. Distribution requirement: Pre-1750.", - "enroll_max": 25, - "lecture_number": 22620, - "credits": "5 units", - "location": "Steven Acad 152", - "course_name": "LIT 188H", - "gen_ed_categories": "5 units", - "instructor": "Aladro Font,J.", - "class_number": 22620, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 23092, - "class_type": "SEM", - "course_description": "A combined seminar and creative-writing workshop with a concentrated focus on a particular problem, aspect, or genre of poetry or prose writing. Includes reading and analysis of selected texts with critical responses and creative writing. Explores the productive interaction between various practices of scholarship and creative invention. The course topic changes; please see the Class Search for the current topic. May be repeated for credit.", - "course_name": "LIT 279A", - "course_title": "Methods and Materials", - "location": "Humanities 1 620", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 07:10PM-10:10PM", - "credits": "5 units", - "lecture_number": 23092, - "instructor": "Wilson,R.V.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: Baldwin's Sentence: Race, Form, Content.", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Pedagogy of Literature", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Th 08:00AM-09:35AM", - "location": "Humanities 1 620", - "enroll_current": 2, - "course_description": "Provides training for graduate students in university-level pedagogy in general and in the pedagogy of literature specifically. Coordinated by a graduate student who has had substantial experience as a teaching assistant, under the supervision of a faculty member. May be repeated for credit.", - "lecture_number": 22024, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "LIT 201", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22024, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Themen in deutscher Literatur und Kultur", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Topic: Pflanzenleben: The Life of Plants in Modern German Literature.", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 4, - "course_description": "Speaking, reading, and writing proficiency in German required. Course studies German literature and culture, with attention to historical context. Course topic changes; please see the Class Search for current topic. Critical approach designations: Geographies, Histories. May be repeated for credit.", - "enroll_max": 15, - "lecture_number": 23117, - "credits": "5 units", - "location": "Crown Clrm 104", - "course_name": "LIT 183B", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23117, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 05:20PM-08:20PM", - "location": "Humanities 1 620", - "enroll_current": 4, - "course_description": "The proseminar provides a common experience for entering students, facilitates exchange of ideas and approaches to literary and extra-literary texts, critical issues, and theoretical problems. It focuses on broad aspects of the history of theory and criticism, on the students' critical writing, and on aspects of professional development.", - "lecture_number": 22023, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LIT 200", - "gen_ed_categories": "5 units", - "instructor": "Greene,J.", - "class_number": 22023, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 22621, - "class_type": "SEM", - "course_description": "Intensive examination of works by individual authors. Course topic changes; see the Class Search for current topic. Critical approach designations: Genres, Histories. Distribution requirement: Senior Seminar. (Formerly English Language Literature 190A.) May be repeated for credit.", - "course_name": "LIT 190I", - "course_title": "Individual Authors", - "location": "Hum & Soc Sci 350", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Literature 101. Enrollment is restricted to senior literature majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 22621, - "instructor": "Godzich,W.B.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: Michel Foucault.", - "enroll_current": 14, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "La cultura popular en la narrativa latinoamericana", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 10, - "course_description": "Speaking, reading, and writing proficiency in Spanish required. Explores short stories and novels that have been greatly influenced by popular culture, not only in theme, but also by appropriation of popular forms of language and modes of representation. Includes works by authors from Mexico, Argentina, Cuba, and Colombia. Critical approach designations: Genres, Geographies. Distribution requirement: Global.", - "enroll_max": 25, - "lecture_number": 22050, - "credits": "5 units", - "location": "Steven Acad 152", - "course_name": "LIT 189S", - "gen_ed_categories": "5 units", - "instructor": "Poblete,J.E.", - "class_number": 22050, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 22039, - "class_type": "SEM", - "course_description": "Reading proficiency in Latin required. Course topic changes; see the Class Search for current topic. Critical approach designations: Canons, Genres. Distribution requirements: Poetry, Pre-1750. May be repeated for credit.", - "course_name": "LIT 186B", - "course_title": "Roman Poetry", - "location": "Crown Clrm 104", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 22039, - "instructor": "Devecka,M.J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: Lucretius.", - "enroll_current": 6, - "waitlist_current": 0 - }, { - "enroll_max": 10, - "waitlist_max": 999, - "class_number": 22038, - "class_type": "SEM", - "course_description": "Reading proficiency in Ancient Greek required. Course topic changes; see Class Search for the current topic. Critical approach designations: Canons, Genres. Distribution requirement: Pre-1750. May be repeated for credit.", - "course_name": "LIT 184D", - "course_title": "Prose Authors", - "location": "Cowell Acad 223", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "MWF 02:40PM-03:45PM", - "credits": "5 units", - "lecture_number": 22038, - "instructor": "Devecka,M.J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: Xenophon.", - "enroll_current": 6, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theorie", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Topic: Theories de la difference. Taught in conjunction with LIT 282D.", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 4, - "course_description": "Speaking, reading, and writing proficiency in French required. A discussion of recent developments in French literary theory. Critical approach designations: Canons, Geographies.", - "enroll_max": 20, - "lecture_number": 23350, - "credits": "5 units", - "location": "Hum & Soc Sci 350", - "course_name": "LIT 182J", - "gen_ed_categories": "5 units", - "instructor": "Freccero,C.A.", - "class_number": 23350, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Writing: Poetry", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to creative writing literature majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Cowell Acad 223", - "enroll_current": 14, - "course_description": "Intensive work in writing poetry. Critical approach designation: Genres. May be repeated for credit.", - "lecture_number": 22036, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LIT 179B", - "gen_ed_categories": "5 units", - "instructor": "Young,G.E.", - "class_number": 22036, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Writing: Fiction", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to creative writing literature majors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 2 141", - "enroll_current": 22, - "course_description": "Intensive work in writing fiction. Critical approach designation: Genres. May be repeated for credit.", - "lecture_number": 22035, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LIT 179A", - "gen_ed_categories": "5 units", - "instructor": "Yamashita,K.T.", - "class_number": 22035, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Vampire in Literature and Popular Culture", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 66, - "course_description": "Traces the vampire's appearance in different historical moments, cultural contexts, genres, and media to interrogate its place in the shifting cultural politics of gender and sexuality, as well as in relation to race, ethnicity, class, and other identity positions. Critical approach designations: Media, Power and Subjectivities.", - "enroll_max": 66, - "lecture_number": 22947, - "credits": "5 units", - "location": "Thim Lecture 001", - "course_name": "LIT 167E", - "gen_ed_categories": "5 units", - "instructor": "Fox,R.A.", - "class_number": 22947, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 8 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mesoamerican Indigenous/Indigenista Literature", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 25, - "course_description": "Analyzes literature about and by indigenous peoples in Mesoamerica: traces the construction of racialized categories of identity, such as indio and mestizo in Mesoamerican cultures and examines how they interact with definitions of the human that dominate in the West. Critical approach designations: Histories, Power and Subjectivities. Distribution requirement: Global.", - "enroll_max": 25, - "lecture_number": 23778, - "credits": "5 units", - "location": "Kresge Clrm 323", - "course_name": "LIT 165C", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23778, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cinema in India", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 14, - "course_description": "Examines cinema in India from the silent era to the contemporary production of Bollywood films. Attention is given to the rise of the culture industry in urban centers such as Mumbai, and the dialectical relationship between socio-political change and cultural form. Critical approach designations: Geographies, Media. Distribution requirement: Global.", - "enroll_max": 25, - "lecture_number": 23315, - "credits": "5 units", - "location": "Cowell Com 134", - "course_name": "LIT 155N", - "gen_ed_categories": "5 units", - "instructor": "Sahota,G.S.", - "class_number": 23315, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Horror Film", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 50, - "course_description": "Shifting definitions of horror in the movies from the late silent period to the present through close analysis of representative films and critical texts. Course topic changes; please see the Class Search for current topic. Critical approach designations: Genres, Media. May be repeated for credit.", - "enroll_max": 50, - "lecture_number": 22043, - "credits": "5 units", - "location": "Soc Sci 1 110", - "course_name": "LIT 155H", - "gen_ed_categories": "5 units", - "instructor": "Leicester,H.M.", - "class_number": 22043, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 4 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "English Drama: 1576-1642", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Revenge Tragedy", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 25, - "course_description": "Study of representative plays. Course topic changes; please see the Class Search for current topic. Critical approach designations: Canons, Media. Distribution requirement: Pre-1750.", - "enroll_max": 25, - "lecture_number": 23928, - "credits": "5 units", - "location": "Earth&Marine B210", - "course_name": "LIT 151G", - "gen_ed_categories": "5 units", - "instructor": "Heald,A.", - "class_number": 23928, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Dissenting Tradition in America", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 25, - "course_description": "Antislavery writing of the 19th century profoundly shaped a resistant strain in American writing. By reading speeches, essays, and life writing along with more traditionally literary work, students examine what gives language the power to move people and to change the world. Critical approach designations: Histories, Power and Subjectivities.", - "enroll_max": 25, - "lecture_number": 23314, - "credits": "5 units", - "location": "Kresge Clrm 323", - "course_name": "LIT 146F", - "gen_ed_categories": "5 units", - "instructor": "Gruesz,K.S.", - "class_number": 23314, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Victorian Literature", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 43, - "course_description": "British Victorian literature (1830-1901) featuring representative texts and authors. Course topic changes; please see the Class Search for the current topic. Critical approach designations: Geographies, Histories. May be repeated for credit.", - "enroll_max": 50, - "lecture_number": 22026, - "credits": "5 units", - "location": "Soc Sci 1 110", - "course_name": "LIT 146B", - "gen_ed_categories": "5 units", - "instructor": "Fox,R.A.", - "class_number": 22026, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Historical Imaginary", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 37, - "course_description": "A survey of historical literature in the Americas that examines fictional attempts to re-imagine New World histories. Readings focus on secret or mangled histories, the legacies of slavery and colonialism, gendered critiques of national histories, and U.S. imperialism. Critical approach designations: Geographies, Power and Subjectivities. Distribution requirement: Global.", - "enroll_max": 50, - "lecture_number": 22051, - "credits": "5 units", - "location": "Soc Sci 2 071", - "course_name": "LIT 135E", - "gen_ed_categories": "5 units", - "instructor": "Gillman,S.", - "class_number": 22051, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Speculative Fiction As Cultural Theory and Practice", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Topic: The Future of Race in Speculative Fiction and Film.", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 46, - "course_description": "Readings of contemporary and historical speculative fiction, including examination of representational practices, technologies, and politics that emerge from and/or circumscribe their interrelations. Course topic changes; please see the Class Search for current topic. Critical approach designations: Genres, Histories. May be repeated for credit.", - "enroll_max": 50, - "lecture_number": 22040, - "credits": "5 units", - "location": "Soc Sci 1 110", - "course_name": "LIT 126F", - "gen_ed_categories": "5 units", - "instructor": "Chen,C.S.", - "class_number": 22040, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Modern Arabic Novel", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 4, - "course_description": "Examines the literary and cultural production of the modern Arab world, with an emphasis on the novel since the 1950s. Includes discussion of film, poetry, and mass culture. Critical approach designations: Genres, Histories. Distribution requirement: Global.", - "enroll_max": 25, - "lecture_number": 23312, - "credits": "5 units", - "location": "Merrill Acad 130", - "course_name": "LIT 125H", - "gen_ed_categories": "5 units", - "instructor": "Gomez-Rivas,C.", - "class_number": 23312, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Modern Poetry", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Topic: Documentary, Investigative, and Archival Poetics of the Americas.", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 25, - "course_description": "Survey of modern poetry; includes a variety of poetic forms. Course topic changes; see the Class Search for current topic. Critical approach designations: Genres, Histories. Distribution requirement: Poetry. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 23683, - "credits": "5 units", - "location": "Kresge Clrm 323", - "course_name": "LIT 120F", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23683, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 4 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Culture of Islamic Law", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 12, - "course_description": "Investigates the nature of Islamic law as a set of textual and interpretive practices that change over time and is fully enmeshed with Arabic culture, as well as its representation and role in literature as a force, standard, and context. Critical approach designations: Genres, Power and Subjectivities. Distribution requirement: Global.", - "enroll_max": 25, - "lecture_number": 23316, - "credits": "5 units", - "location": "N. Sci Annex 102", - "course_name": "LIT 168A", - "gen_ed_categories": "5 units", - "instructor": "Gomez-Rivas,C.", - "class_number": 23316, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "White Flow(n): Race, Gender, and Material", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 50, - "course_description": "Examines the question of whiteness as race, identity, politic, and field of discourse, focusing on cultural literary and artistic production from the 1990s that brought about the field of critical white studies. Includes prose, poetry, literary theory, film, and visual art. Critical approach designations: Genres, Power and Subjectivities.", - "enroll_max": 50, - "lecture_number": 23317, - "credits": "5 units", - "location": "R Carson Acad 240", - "course_name": "LIT 169A", - "gen_ed_categories": "5 units", - "instructor": "Wilson,R.V.", - "class_number": 23317, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Creative Writing", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite: satisfaction of the Entry Level Writing requirement. Enrollment is restricted to first-year students, sophomores, and juniors.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Soc Sci 2 141", - "enroll_current": 13, - "course_description": "Introduction to the crafts and techniques of poetry, fiction, and creative non-fiction, identifying and exploring traditional and non-traditional literary forms and genres while working on individual creative writing projects. An author reading and two workshop sections per week. May be repeated for credit.", - "lecture_number": 22031, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "LIT 90", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22031, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 13 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Global Middle Ages", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Topic: Marco Polo and the Global Middle Ages.", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 25, - "course_description": "Examination of texts from the global Middle Ages in a range of world cultures and traditions, with attention to their historical and social contexts. Course topic changes; please see the Class Search for the current topic. Satisfies the Global and Pre- and Early Modern distribution requirements. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 23219, - "credits": "5 units", - "location": "R Carson Acad 250", - "course_name": "LIT 130D", - "gen_ed_categories": "5 units", - "instructor": "Kinoshita,S.A.", - "class_number": 23219, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Creative Writing", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite: satisfaction of the Entry Level Writing requirement. Enrollment is restricted to first-year students, sophomores, and juniors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Cowell Acad 223", - "enroll_current": 13, - "course_description": "Introduction to the crafts and techniques of poetry, fiction, and creative non-fiction, identifying and exploring traditional and non-traditional literary forms and genres while working on individual creative writing projects. An author reading and two workshop sections per week. May be repeated for credit.", - "lecture_number": 22030, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "LIT 90", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22030, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 13 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Creative Writing", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite: satisfaction of the Entry Level Writing requirement. Enrollment is restricted to first-year students, sophomores, and juniors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Soc Sci 2 141", - "enroll_current": 13, - "course_description": "Introduction to the crafts and techniques of poetry, fiction, and creative non-fiction, identifying and exploring traditional and non-traditional literary forms and genres while working on individual creative writing projects. An author reading and two workshop sections per week. May be repeated for credit.", - "lecture_number": 22029, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "LIT 90", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22029, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 13 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Japan: Literatures of the Japanese Diaspora", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 25, - "course_description": "Examines the fiction of ethnic Japanese writers who are located outside of Japan. How do these writers situate themselves vis-a-vis Japan and the countries in which they were born or reside? How does their status as outsiders enable them to view Japan's social problems and colonial history? Critical approach designations: Genres, Geographies. Distribution requirement: Global.", - "enroll_max": 25, - "lecture_number": 23313, - "credits": "5 units", - "location": "Cowell Acad 113", - "course_name": "LIT 133I", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23313, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intermediate Fiction Writing", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 90, or Creative Writing 10. Enrollment is restricted to first-year, sophomore, and junior students.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Oakes Acad 103", - "enroll_current": 14, - "course_description": "An intermediate-level course in fiction designed for prospective applicants to the creative writing concentration. May be repeated for credit.", - "lecture_number": 22033, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "LIT 91A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22033, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intermediate Poetry Writing", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 10.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 2 141", - "enroll_current": 14, - "course_description": "An intermediate-level course in poetry designed for prospective applicants to the creative writing concentration. May be repeated for credit.", - "lecture_number": 22034, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LIT 91B", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22034, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Politics of Fashion", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 124, - "course_description": "Surveys the politics of fashion, focusing on how style has shaped ideology, culture, power, revolution, resistance, and a variety of identities, including nation, race, ethnicity, gender, sexuality, and class.", - "enroll_max": 125, - "lecture_number": 23299, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "LIT 80H", - "gen_ed_categories": "5 units", - "instructor": "Cooppan,V.", - "class_number": 23299, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduccion a generos literarios de Espana y America Latina", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 12, - "course_description": "Speaking, reading, and writing proficiency in Spanish required. The study of poetry, drama, and prose in Spain and Latin America.", - "enroll_max": 25, - "lecture_number": 22049, - "credits": "5 units", - "location": "Kresge Clrm 323", - "course_name": "LIT 61Z", - "gen_ed_categories": "5 units", - "instructor": "Aladro Font,J.", - "class_number": 22049, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Reading Poetry", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Topic: 20th and 21st Century US Poetry. Enroll in lecture and associated discussion section.", - "meet_times": "MWF 04:00PM-05:05PM", - "enroll_current": 75, - "course_description": "An introduction to selected modes and forms of poetry with an emphasis on close textual analysis. Examples will be taken from different historical periods and poetic traditions. Course topic changes; please see the Class Search for the current topic.", - "enroll_max": 75, - "lecture_number": 22016, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "LIT 61P", - "gen_ed_categories": "5 units", - "instructor": "Chen,C.S.", - "class_number": 22016, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Semantics A", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students or by permission of instructor.", - "meet_times": "MW 08:00AM-09:35AM", - "location": "Steven Lib 102", - "enroll_current": 0, - "course_description": "Introduction to linguistic semantics: nature of lexical entries, thematic relations, representation of logical form; relation between semantic interpretation and syntactic representation, quantification and scope relations, reference and presupposition.", - "lecture_number": 22009, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LING 231", - "gen_ed_categories": "5 units", - "instructor": "Brasoveanu,A.", - "class_number": 22009, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 14 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Syntax Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 222. Enrollment is restricted to graduate students or by permission of instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Steven Lib 102", - "enroll_current": 1, - "course_description": "Advanced topics in syntax drawn from the current research interests of the instructor. May be repeated for credit.", - "lecture_number": 22008, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LING 229", - "gen_ed_categories": "5 units", - "instructor": "Shlonsky,U.", - "class_number": 22008, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 14 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Pedagogy of Linguistics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Provides training for graduate students in university-level pedagogy in general and in the pedagogy of linguistics specifically. Under the supervision of a faculty member, coordinated by a graduate student with substantial experience as a teaching assistant. May be repeated for credit.", - "lecture_number": 22010, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "LING 240", - "gen_ed_categories": "1 units", - "instructor": "Wagers,M.W.", - "class_number": 22010, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Phonetics Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 214. Enrollment is restricted to graduate students.", - "meet_times": "MW 01:20PM-02:55PM", - "location": "Steven Lib 102", - "enroll_current": 2, - "course_description": "Advanced topics in acoustic and articulatory phonetics.", - "lecture_number": 22879, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LING 259", - "gen_ed_categories": "5 units", - "instructor": "Rysling,A.J.", - "class_number": 22879, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 14 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tragedy: Learning Through Suffering", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 72, - "course_description": "Reading representative Greek tragedies with attention to history, form, and content. Course examines how Greek tragedy responds to the fact of human mortality, i.e., to the myriad and culturally specific ways in which characters in tragedy accept, evade, or deny death.", - "enroll_max": 100, - "lecture_number": 23341, - "credits": "5 units", - "location": "J Bask Aud 101", - "course_name": "LIT 61X", - "gen_ed_categories": "5 units", - "instructor": "Bassi,K.L.", - "class_number": 23341, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Writing and Research Methods", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 0, - "course_description": "Intensive training in the practice of literary analysis and the writing of polished research papers. Topics include manuscript sources, variant editions, reading techniques, publication technologies, web research. Workshop format. Strongly recommended for majors and/or transfer students who have completed course 1 or its equivalent.", - "enroll_max": 0, - "lecture_number": 23788, - "credits": "5 units", - "location": "PhysSciences 136", - "course_name": "LIT 61W", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23788, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Phonology A", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students or by permission of instructor.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Steven Lib 102", - "enroll_current": 0, - "course_description": "First part of a three quarter introduction to phonology. Topics of the sequence include fundamentals of acoustic phonetics; introduction to optimality theory; theories of syllabification, stress, and prosodic organization; prosodic morphology; advanced issues in faithfulness and correspondence; segmental and suprasegmental processes.", - "lecture_number": 22006, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LING 211", - "gen_ed_categories": "5 units", - "instructor": "Bennett,R.T.", - "class_number": 22006, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 14 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 22857, - "class_type": "LEC", - "course_description": "Introduction to sociolinguistics exploring the relationship between language and such social parameters as social status, ethnicity, race, gender, etc., including the role of language differences in the creation of social stereotypes. Emphasis on gathering, examining, and reporting data.", - "course_name": "LING 154", - "course_title": "Language and Social Identity", - "location": "Oakes Acad 106", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101, and either course 111 or 112.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 22857, - "instructor": "Sichel,I.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 18, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Phonetic Analysis", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Steven Acad 151", - "enroll_current": 23, - "course_description": "Introduction to instrumental phonetic analysis\u2014analysis using experimental methods. Emphasis is on the acoustics and perception of speech.", - "lecture_number": 22664, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LING 151", - "gen_ed_categories": "5 units", - "instructor": "Rysling,A.J.", - "class_number": 22664, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 28 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Syntax III", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 16, - "course_description": "Advanced topics in syntax. Prerequisite(s): course 113, satisfaction of the Entry Level Writing and Composition requirements and permission of instructor.", - "enroll_max": 0, - "lecture_number": 22002, - "credits": "5 units", - "location": "Cowell Acad 222", - "course_name": "LING 114A", - "gen_ed_categories": "5 units", - "instructor": "Hankamer,J.", - "class_number": 22002, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 74, - "waitlist_max": 999, - "class_number": 22011, - "class_type": "LEC", - "course_description": "Close reading and analysis of literary texts, including representative examples of several different genres and periods. An introduction to practical criticism required of all literature majors; should be completed prior to upper-division work in literature.", - "course_name": "LIT 1", - "course_title": "Literary Interpretation", - "location": "Merrill Acad 102", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to first-year students and sophomores, or literature and proposed literature majors and literature minors.", - "meet_times": "TuTh 08:30AM-09:35AM", - "credits": "5 units", - "lecture_number": 22011, - "instructor": "Keilen,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 73, - "waitlist_current": 0 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 22003, - "class_type": "LEC", - "course_description": "Methods and problems in the study of change in linguistic systems. Reconstruction of proto-languages; the comparative method. Theories of change and implications for the theory of grammar.", - "course_name": "LING 140", - "course_title": "Language Change", - "location": "Cowell Clrm 131", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101, and either course 111 or 112.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 22003, - "instructor": "McGuire,G.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 15, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Linguistics", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 147, - "course_description": "An introduction to the major areas, problems, and techniques of modern linguistics.", - "enroll_max": 178, - "lecture_number": 21977, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "LING 50", - "gen_ed_categories": "5 units", - "instructor": "Bennett,R.T.", - "class_number": 21977, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Senior Capstone", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior legal studies majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "J Baskin Engr 372", - "enroll_current": 36, - "course_description": "Examines related legal topics from an interdisciplinary perspective. Each focuses broadly on the relationship between law as a distinct system and law as an attempt to achieve justice, which requires that law remain open to claims of political morality generally. To what extent are legal norms internal to a separate system called \"law\" and to what extent are claims of political right in general relevant to question of what law is?", - "lecture_number": 21976, - "credits": "5 units", - "waitlist_current": 8, - "course_name": "LGST 196", - "gen_ed_categories": "5 units", - "instructor": "Patton,G.", - "class_number": 21976, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 35 - }, { - "enroll_max": 65, - "waitlist_max": 999, - "class_number": 21997, - "class_type": "LEC", - "course_description": "Advanced phonological theory. Topics include markedness; underspecification theories; advanced topics in feature geometry, syllable theory, and stress theory; and optimality theory. Readings include published articles. Emphasis on theory construction and argumentation based on data.", - "course_name": "LING 102", - "course_title": "Phonology II", - "location": "Steven Acad 175", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101, and course 111 or 112.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 21997, - "instructor": "Ito,J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 38, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Language and Mind", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 103, - "course_description": "A critical overview of the research program initiated by Noam Chomsky and its implications for theories of the human mind and brain.", - "enroll_max": 201, - "lecture_number": 21996, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "LING 80D", - "gen_ed_categories": "5 units", - "instructor": "Wagers,M.W.", - "class_number": 21996, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Semantics I", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 67, - "course_description": "Introduction to the logical foundations of natural language semantics. Logical and semantic relations, simple set theory, logical representations (propositional and predicate calculi, modal and tense logics) and their interpretations. A basic literacy course in the language of logical representation.", - "enroll_max": 67, - "lecture_number": 21991, - "credits": "5 units", - "location": "Steven Acad 175", - "course_name": "LING 53", - "gen_ed_categories": "5 units", - "instructor": "Brasoveanu,A.", - "class_number": 21991, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 11 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Syntax A", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students or by permission of instructor.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Steven Lib 102", - "enroll_current": 1, - "course_description": "Introduction to syntactic theory. Phrase structure; subcategorization; lexical entries; passive; infinitival constructions.", - "lecture_number": 22007, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LING 221", - "gen_ed_categories": "5 units", - "instructor": "Toosarvandani,M.", - "class_number": 22007, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 14 - }, { - "enroll_max": 55, - "waitlist_max": 999, - "class_number": 21987, - "class_type": "LEC", - "course_description": "An introduction to syntactic investigation, developed through the study of central aspects of English syntax. A major purpose is to introduce students to the study of language as an empirical science.", - "course_name": "LING 112", - "course_title": "Syntax I", - "location": "Cowell Clrm 131", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 21987, - "instructor": "Hankamer,J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 52, - "waitlist_current": 0 - }, { - "enroll_max": 150, - "waitlist_max": 999, - "class_number": 22629, - "class_type": "LEC", - "course_description": "Explores the status of American civil liberties as provided by the Bill of Rights. Particular attention will be given to issues of concern relating to the aftermath of 9/11, including issues relating to detainees, freedom of information requests, wiretapping authority, watch lists, profiling, and creation of a domestic intelligence agency.", - "course_name": "LGST 111B", - "course_title": "Civil Liberties", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to legal studies and politics majors during first- and second-pass enrollment only.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22629, - "instructor": "Beaumont,K.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as POLI 111B.", - "enroll_current": 134, - "waitlist_current": 9 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 22517, - "class_type": "LEC", - "course_description": "An introduction to comparative and historical analyses of the relation between race and law in the U.S. Emphasis on examinations of continuous colonial policies and structural mechanisms that help maintain and perpetuate racial inequality in law, criminal justice, and jury trials. (Formerly Race and Justice)", - "course_name": "LGST 128I", - "course_title": "Race and Law", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to sophomores, juniors, and seniors.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 22517, - "instructor": "Fukurai,H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as SOCY 128I.", - "enroll_current": 99, - "waitlist_current": 10 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22388, - "class_type": "LEC", - "course_description": "Examines the relationship between state and economy in the U.S. from the 1880s to the present, and provides a theoretical and historical introduction to the study of politics and markets. Focus is on moments of crisis and choice in U.S. political economy, with an emphasis on the rise of regulation, the development of the welfare state, and changes in employment policies.", - "course_name": "LGST 120C", - "course_title": "State and Capitalism in American Political Development", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 22388, - "instructor": "Bertram,E.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as POLI 120C.", - "enroll_current": 99, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Issues in Constitutional Law", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to legal studies majors during first and second pass enrollment.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Soc Sci 1 110", - "enroll_current": 67, - "course_description": "Examines variety of topics in constitutional law that are not covered in courses 111A and 111B. Focuses primarily on Supreme Court decisions and common-law debates.", - "lecture_number": 22763, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LGST 111C", - "gen_ed_categories": "5 units", - "instructor": "Coonerty,R.E.", - "class_number": 22763, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 68 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Property and the Law", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to legal studies majors during first and second pass enrollment.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "Begins with an examination of the concept of property, then covers how different cultures characterize property and determine \"ownership\" and the laws and policies that define property in modern society. Topics include theories of property law, common property, property and natural resources, zoning, regulatory takings, and intellectual and cultural property", - "lecture_number": 21975, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LGST 159", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 21975, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sports, Law, and Politics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to legal studies majors during first and second pass enrollment.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Cowell Clrm 131", - "enroll_current": 46, - "course_description": "Investigates the relationship between sports, law, and politics, focusing on racism, colonialism, post-colonialism, and globalization.", - "lecture_number": 23274, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LGST 117", - "gen_ed_categories": "5 units", - "instructor": "Gehring,J.S.", - "class_number": 23274, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 48 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Elementary Latin", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 19, - "course_description": "Instruction in Latin grammar, using a modern Latin method, designed to prepare for the study of classical literature. The sequence begins in the fall quarter only.", - "enroll_max": 25, - "lecture_number": 21966, - "credits": "5 units", - "location": "PhysSciences 140", - "course_name": "LATN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21966, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22377, - "class_type": "LEC", - "course_description": "Studies in 19th- and early 20th-century theory, centering on the themes of capitalism, labor, alienation, culture, freedom, and morality. Authors studied include J. S. Mill, Marx, Nietzsche, Foucault, Hegel, Fanon, and Weber.", - "course_name": "LGST 105C", - "course_title": "Modern Political Thought", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 22377, - "instructor": "Thomas,M.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also taught as POLI 105C.", - "enroll_current": 70, - "waitlist_current": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Politics of Childhood and Youth", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 04:00PM-07:00PM", - "location": "Crown Clrm 104", - "enroll_current": 6, - "course_description": "Explores how narratives about children, teens, youth, and students are imbued with political significance, and the ways young people are actively engaged in political practices. Considers how representations and lived experiences of youth can serve to reproduce and/or challenge inequalities.", - "lecture_number": 24260, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LALS 208", - "gen_ed_categories": "5 units", - "instructor": "Taft,J.", - "class_number": 24260, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Legal Theory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to legal studies majors during first and second pass enrollment only.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Cowell Clrm 131", - "enroll_current": 50, - "course_description": "Offers systematic exploration of alternative conceptions of the nature of law, including positivism, natural law, formalism, realism, pragmatism, and theories of justice. Additional focus on the nature of law; relation of law and morality, rights and other legal concepts; and philosophical debates such as critical legal studies and critical race theory.", - "lecture_number": 22714, - "credits": "5 units", - "waitlist_current": 6, - "course_name": "LGST 109", - "gen_ed_categories": "5 units", - "instructor": "Snickars,E.S.", - "class_number": 22714, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Elementary Latin", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Instruction in Latin grammar, using a modern Latin method, designed to prepare for the study of classical literature. The sequence begins in the fall quarter only.", - "enroll_max": 0, - "lecture_number": 21967, - "credits": "5 units", - "location": "N/A", - "course_name": "LATN 1", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 21967, - "class_type": "LEC", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 23356, - "class_type": "LEC", - "course_description": "Examines current problems in law as it intersects with politics and society. Readings are drawn from legal and political philosophy, social science, and judicial opinions.", - "course_name": "LGST 110", - "course_title": "Law and Social Issues", - "location": "PhysSciences 130", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to politics, legal studies, and Latin American and Latino studies/politics combined majors during first and second pass enrollment only.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 23356, - "instructor": "Gerston,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as POLI 110.", - "enroll_current": 50, - "waitlist_current": 18 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Brazil in Black and White", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 6, - "course_description": "Taught in Portuguese. Examines blackness and whiteness in Brazil through the lens of the intersectionality of race, gender, and class identities. Topics include: national narratives of racial democracy, racism, black activism, and the emerging studies of whiteness in Brazil.", - "enroll_max": 48, - "lecture_number": 23259, - "credits": "5 units", - "location": "Soc Sci 1 153", - "course_name": "LALS 171", - "gen_ed_categories": "5 units", - "instructor": "Pinho,P.", - "class_number": 23259, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Borders: Real and Imagined", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 39, - "course_description": "Situates \"The Border\" historically and within the context of U.S. imperialism. Examines the formalization of political \"borders,\" methods of enforcement, and intra-group conflicts. Examines the varied experiences of colonialism and immigration between Mexicans, Puerto Ricans, Native Americans, and Cubans. Explores how the tools of \"The Border\" and \"Borderlands\" are being used to untangle the roles of race prejudice and sexual and gender discrimination. (Meets the methods requirement in Latin America and Latino studies.)", - "enroll_max": 39, - "lecture_number": 21964, - "credits": "5 units", - "location": "Crown Clrm 208", - "course_name": "LALS 180", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21964, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Political Economy", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Class taught in Spanish", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 14, - "course_description": "Analyzes the global, social, economic, and political forces that shape transnational, national, and regional societal formations and consequently the entire environment for social change. Examines the evolution of revolutionary struggle and its origins within and impact upon the evolving capitalist system.", - "enroll_max": 48, - "lecture_number": 23942, - "credits": "5 units", - "location": "Engineer 2 194", - "course_name": "LALS 143J", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23942, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Bridging Latin American and Latina/o Studies", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 08:15AM-11:15AM", - "location": "Crown Clrm 104", - "enroll_current": 3, - "course_description": "Explores social, cultural, economic, and political changes that connect Latin America and U.S. Latina/o communities. The objective of this interdisciplinary team-taught course is to bridge previously distinct research approaches of Latin American and Latina/o studies to better understand processes that link peoples and ideas across borders as well as help students to conceptually and methodologically identify and design new objects of study and revisit traditional approaches. Core requirement for students pursuing the Parenthetical Notation in Latin American and Latino studies.", - "lecture_number": 21965, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LALS 200", - "gen_ed_categories": "5 units", - "instructor": "Falcon,S.M.", - "class_number": 21965, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 22776, - "class_type": "LEC", - "course_description": "Interdisciplinary exploration of transnational migrations; social inequalities; collective action and social movements; and cultural productions, products, or imaginaries. Examines how transnational migration and hemispheric integration are transforming Latin American studies and Chicana/o-Latina/o studies. Explores the influence of neoliberalism and globalization, especially the intersection of critical analysis and social-justice praxis. Completion of course 1 highly recommended. (Formerly course 10, Bridging Latin American and Latina/o Studies)", - "course_name": "LALS 100", - "course_title": "Concepts and Theories in Latin American and Latina/o Studies", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to sophomores, juniors, and seniors.", - "meet_times": "MWF 08:00AM-09:05AM", - "credits": "5 units", - "lecture_number": 22776, - "instructor": "Arredondo,G.F.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 80, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Violencia Cotidiana en las Americas", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior Latin American and Latino studies majors, minors, and combined majors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Soc Sci 1 145", - "enroll_current": 21, - "course_description": "Senior seminar taught in Spanish. Engages a critical study of violence, social relations, and everyday life in contemporary Latin America. Focuses on the relationship between narratives and acts of violence, and the constitution and social effects of these representations. Requires proficiency in Spanish (written and spoken), and advanced reading knowledge of Spanish.", - "lecture_number": 22858, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LALS 194R", - "gen_ed_categories": "5 units", - "instructor": "Rivas,C.M.", - "class_number": 22858, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 0, - "waitlist_max": 0, - "class_number": 23224, - "class_type": "LEC", - "course_description": "Examines cinematic manifestations of dissident sexualities, as well as dissident expressions of gender and family in Latin American culture. Taught in Spanish.", - "course_name": "LALS 130", - "course_title": "Expresiones cuirs de G\u00e9nero y Sexualidad en el cine Latinoamericano", - "location": "N/A", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", - "meet_times": "Cancelled", - "credits": "5 units", - "lecture_number": 23224, - "instructor": "N/A", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "class_notes": "must enroll in both sessions", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Visualizing Human Rights", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 38, - "course_description": "Explores how visual artists take up the subject of human rights in response to urgent challenges facing Latina/o and Latin American communities across the Americas. Examines the imprint of film and media arts reshaping human-rights discourse. Considers persistent themes in Latina/o representation, including colonialism and state terrorism; self-representation and the rights of collectives (racial, ethnic, and sexual groups); social and economic rights. (Meets the methods requirement in Latin America and Latino studies.)", - "enroll_max": 38, - "lecture_number": 22901, - "credits": "5 units", - "location": "Soc Sci 2 179", - "course_name": "LALS 172", - "gen_ed_categories": "5 units", - "instructor": "Falcon,S.M.", - "class_number": 22901, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Contemporary Brazil", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 19, - "course_description": "Introduces issues affecting contemporary Brazilian society and culture, such as the legacy of slavery and persisting social, racial, and gender inequities. Analyses of how different representations of Brazil sustain distinctive national projects, which, in turn, attribute specific meanings to blackness, whiteness, masculinity, femininity, and upper- and lower-class identities.", - "enroll_max": 45, - "lecture_number": 23239, - "credits": "5 units", - "location": "Soc Sci 2 075", - "course_name": "LALS 90", - "gen_ed_categories": "5 units", - "instructor": "Pinho,P.", - "class_number": 23239, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Sexualities and Genders in Latin American and Latina/o Studies", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Introduction to issues and themes surrounding sexualities and genders within Latin American and Latina/o studies. Provides background in the basic theoretical and historical frameworks of gender and its relationship to sexuality. In addition to cross-border perspectives, course also examines how gender and sexuality are structured and experienced through other social categories.", - "enroll_max": 0, - "lecture_number": 23362, - "credits": "5 units", - "location": "N/A", - "course_name": "LALS 80S", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 23362, - "class_type": "LEC", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Media and Nationalism", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 2 071", - "enroll_current": 33, - "course_description": "Evaluates the links between media and the production of national identities in Latin America. Focuses on theories of nationalism, media, and globalization to examine the production of national histories and representations.", - "lecture_number": 22889, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "LALS 122", - "gen_ed_categories": "5 units", - "instructor": "Rivas,C.M.", - "class_number": 22889, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 48 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Legal Process", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 93, - "course_description": "Introduction to U.S. and comparative legal institutions and practices. Examines diverse areas of law from torts to civil rights to international human rights. Why is America portrayed as having an activist legal culture; why is law used to decide so many questions from presidential elections to auto accidents; can law resolve disputes that, historically, have led to war and violence; is the legal system fair and/or effective, and, if so, for whom and under what conditions?", - "enroll_max": 90, - "lecture_number": 21968, - "credits": "5 units", - "location": "ClassroomUnit 001", - "course_name": "LGST 10", - "gen_ed_categories": "5 units", - "instructor": "Gehring,J.S.", - "class_number": 21968, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 28 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Latin American and Latino Studies", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 90, - "course_description": "Interdisciplinary introduction presenting the elements for studying Latin American politics and economics, culture, and society as well as the dynamics of Latino communities in the U.S. Special attention paid to issues of colonialism, human rights, U.S. foreign policy toward Latin America, racism, capitalist globalization, migration, to emerging political and economic shifts in the Americas, and to new local and transnational efforts for social change on the part of Latin America's peoples and Latinos in the U.S.", - "enroll_max": 170, - "lecture_number": 21950, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "LALS 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21950, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Successful Transfer to the Research University", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Hum & Soc Sci 350", - "enroll_current": 0, - "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", - "lecture_number": 23036, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "KRSG 25", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23036, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Successful Transfer to the Research University", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Kresge Rec 159", - "enroll_current": 0, - "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", - "lecture_number": 23035, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "KRSG 25", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23035, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Successful Transfer to the Research University", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 2 167", - "enroll_current": 0, - "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", - "lecture_number": 23034, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "KRSG 25", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23034, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Successful Transfer to the Research University", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Kresge Clrm 325", - "enroll_current": 0, - "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", - "lecture_number": 23032, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "KRSG 25", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23032, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Successful Transfer to the Research University", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Kresge Clrm 323", - "enroll_current": 0, - "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", - "lecture_number": 23031, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "KRSG 25", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23031, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Campus Natural History Practicum", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 07:30AM-09:35AM", - "enroll_current": 25, - "course_description": "Develop practical skills and knowledge in naturalist observation. Acquire an overview of the field of natural history, particularly applied to the UCSC campus. Document an evolving and multidimensional personal experience of natural spaces, including, but not limited to, wilderness. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 23188, - "credits": "2 units", - "location": "Kresge Acad 194", - "course_name": "KRSG 18", - "gen_ed_categories": "2 units", - "instructor": "Carson,B.L.", - "class_number": 23188, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Kresge Clrm 323", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23714, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23714, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Kresge Clrm 325", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23720, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23720, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Successful Transfer to the Research University", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-quarter transfer students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Kresge Rec 159", - "enroll_current": 0, - "course_description": "Provides first-quarter, community college transfers with an understanding of the workings of a research university with emphasis on advanced academic expectations. Encourages development of educational plans reflecting effective academic strategies, short- and long-term goals, research and/or internship experiences, and graduate programs.", - "lecture_number": 23033, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "KRSG 25", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23033, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Oral Communication in the U.S. Classroom: Strategies for International T.A.s", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to international graduate students; language assessment administered by the Graduate Division.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Hum & Soc Sci 250", - "enroll_current": 3, - "course_description": "Seminar for international graduate students who speak English as a second or foreign language. Focuses on oral competency and serves to qualify students as graduate teaching assistants in UCSC classrooms or laboratories.", - "lecture_number": 22909, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "LAAD 210", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22909, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Kresge Clrm 325", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23717, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23717, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Service Learning", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to college members.", - "meet_times": "Tu 05:20PM-06:55PM", - "location": "Kresge Acad 194", - "enroll_current": 0, - "course_description": "Students find a volunteer position with the instructor's assistance and perform community service in non-profit organizations, schools, unions, or local government agencies. Students meet weekly, keep a journal, and write a \"social action witnessing\" report of their experience. May be repeated for credit.", - "lecture_number": 21949, - "credits": "3 units", - "waitlist_current": 0, - "course_name": "KRSG 12A", - "gen_ed_categories": "3 units", - "instructor": "Staff", - "class_number": 21949, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Kresge Clrm 323", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23711, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23711, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Kresge Clrm 323", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23708, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23708, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Kresge Clrm 325", - "enroll_current": 2, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23705, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23705, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Kresge Rec 159", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23699, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23699, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Kresge Clrm 325", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23702, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23702, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Kresge Clrm 325", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23693, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23693, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 23287, - "class_type": "LEC", - "course_description": "Surveys the Jewish experience in America interpreted through digital means. Employs mapping, data visualization, and multi-modal storytelling to understand the religious, cultural, and political activities of American Jews.", - "course_name": "JWST 77", - "course_title": "Visualizing American Jewish History", - "location": "Porter Acad 144", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year students, sophomores, and juniors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 23287, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section; also offered as HIS 77.", - "enroll_current": 30, - "waitlist_current": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Japanese", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 6 or by consent of instructor.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Merrill Acad 132", - "enroll_current": 14, - "course_description": "Students carry out advanced-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write 100 additional kanji. Emphasis placed on developing the student's cultural knowledge about Japan as well as knowledge relevant to inter-cultural communication.", - "lecture_number": 21948, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "JAPN 103", - "gen_ed_categories": "5 units", - "instructor": "Okamoto,S.", - "class_number": 21948, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Japanese", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3 or by consent of instructor.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Soc Sci 1 145", - "enroll_current": 22, - "course_description": "Students carry out intermediate-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write 70 additional kanji.", - "lecture_number": 21947, - "credits": "5 units", - "waitlist_current": 5, - "course_name": "JAPN 4", - "gen_ed_categories": "5 units", - "instructor": "Yukawa,K.", - "class_number": 21947, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Japanese", - "course_section": "06", - "career_type": "Undergraduate", - "meet_times": "MWF 04:00PM-05:05PM", - "enroll_current": 22, - "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", - "enroll_max": 22, - "lecture_number": 21945, - "credits": "5 units", - "location": "Hum & Soc Sci 250", - "course_name": "JAPN 1", - "gen_ed_categories": "5 units", - "instructor": "Bohn,M.T.", - "class_number": 21945, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Kresge Rec 159", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23696, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23696, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Japanese", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3 or by consent of instructor.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Soc Sci 1 145", - "enroll_current": 22, - "course_description": "Students carry out intermediate-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write 70 additional kanji.", - "lecture_number": 21946, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "JAPN 4", - "gen_ed_categories": "5 units", - "instructor": "Yukawa,K.", - "class_number": 21946, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Japanese", - "course_section": "04", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 22, - "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", - "enroll_max": 22, - "lecture_number": 21943, - "credits": "5 units", - "location": "Hum & Soc Sci 250", - "course_name": "JAPN 1", - "gen_ed_categories": "5 units", - "instructor": "Fujita,S.", - "class_number": 21943, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Italian Composition and Conversation", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 6 or by permission of the instructor.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Hum & Soc Sci 350", - "enroll_current": 7, - "course_description": "Provides intensive practice in oral and written Italian. Focuses on vocabulary building and increased oral and written expression. Active student participation is essential and constitutes a significant portion of the course including class discussions, oral presentations, written reports, responses and essays, using different genres of writing, including, but not limited to diaries, epistles (formal and informal), blogs, text messaging, dialogues, short stories, memoirs, interviews, podcasts, and media language.", - "lecture_number": 23138, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ITAL 100", - "gen_ed_categories": "5 units", - "instructor": "Prencipe,M.A.", - "class_number": 23138, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Japanese", - "course_section": "05", - "career_type": "Undergraduate", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 26, - "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", - "enroll_max": 26, - "lecture_number": 21944, - "credits": "5 units", - "location": "Merrill Acad 132", - "course_name": "JAPN 1", - "gen_ed_categories": "5 units", - "instructor": "Okamoto,S.", - "class_number": 21944, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 4 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Power and Representation", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Kresge Clrm 325", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Texts in varied media reflect individuals' and communities' struggles to represent, constitute, and empower themselves in the United States.", - "lecture_number": 23690, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "KRSG 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23690, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Japanese", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 26, - "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", - "enroll_max": 26, - "lecture_number": 21942, - "credits": "5 units", - "location": "Oakes Acad 106", - "course_name": "JAPN 1", - "gen_ed_categories": "5 units", - "instructor": "Fujita,S.", - "class_number": 21942, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 8 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Italian", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 12, - "course_description": "During the first quarter of this first-year sequence, students learn to introduce themselves, to talk about their daily activities and hobbies, to describe themselves and their friends/families, and to recount past events. The first-year sequence (1-2-3) begins in fall quarter.", - "enroll_max": 25, - "lecture_number": 21937, - "credits": "5 units", - "location": "Hum & Soc Sci 350", - "course_name": "ITAL 1", - "gen_ed_categories": "5 units", - "instructor": "Centineo,G.", - "class_number": 21937, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Italian", - "course_section": "04", - "career_type": "Undergraduate", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 6, - "course_description": "During the first quarter of this first-year sequence, students learn to introduce themselves, to talk about their daily activities and hobbies, to describe themselves and their friends/families, and to recount past events. The first-year sequence (1-2-3) begins in fall quarter.", - "enroll_max": 25, - "lecture_number": 21938, - "credits": "5 units", - "location": "Hum & Soc Sci 350", - "course_name": "ITAL 1", - "gen_ed_categories": "5 units", - "instructor": "Centineo,G.", - "class_number": 21938, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Italian", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 18, - "course_description": "During the first quarter of this first-year sequence, students learn to introduce themselves, to talk about their daily activities and hobbies, to describe themselves and their friends/families, and to recount past events. The first-year sequence (1-2-3) begins in fall quarter.", - "enroll_max": 25, - "lecture_number": 21935, - "credits": "5 units", - "location": "Hum & Soc Sci 350", - "course_name": "ITAL 1", - "gen_ed_categories": "5 units", - "instructor": "Prencipe,M.A.", - "class_number": 21935, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Basic Principles of University-Level Pedagogy", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "enroll_current": 0, - "course_description": "Provides training for graduate students in university-level pedagogy in general. Under the supervision of the department chair, coordinated by a graduate student with substantial experience as a teaching assistant. May be repeated for credit.", - "credits": "1 units", - "waitlist_current": 0, - "course_name": "HISC 240", - "gen_ed_categories": "1 units", - "lecture_number": 23566, - "class_number": 23566, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Italian", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement by examination.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Hum & Soc Sci 350", - "enroll_current": 19, - "course_description": "Short stories, articles, films, and newsclips are used as the basis for studying intermediate-level conversation and composition. Laboratory assignments involve use of the World Wide Web, conversations with native speakers, films and video clips. Students interested in this course who have not taken the prerequisite at UCSC should meet with the instructor, preferably prior to the first class meeting, and take the placement examination.", - "lecture_number": 21939, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ITAL 4", - "gen_ed_categories": "5 units", - "instructor": "Centineo,G.", - "class_number": 21939, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Japanese", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 26, - "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", - "enroll_max": 26, - "lecture_number": 21941, - "credits": "5 units", - "location": "Oakes Acad 106", - "course_name": "JAPN 1", - "gen_ed_categories": "5 units", - "instructor": "Fujita,S.", - "class_number": 21941, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Japanese", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 24, - "course_description": "Students carry out beginning-level tasks that involve listening, speaking, reading, and/or writing, and learn how to read and write Japanese scripts (hiragana, katakana, and about 40 kanji). (Formerly Instruction in the Japanese Language.)", - "enroll_max": 24, - "lecture_number": 21940, - "credits": "5 units", - "location": "Crown Clrm 202", - "course_name": "JAPN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21940, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Music, Social, Thought", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Th 09:00AM-12:00PM", - "location": "Humanities 1 420", - "enroll_current": 9, - "course_description": "Examines the various modes through which intellectuals, artists, and other commentators have written about music as a socially situated art as well as the ways they have theorized \"the social\" through examinations of musical phenomena. Focus changes with course offering.", - "lecture_number": 23803, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "HISC 232", - "gen_ed_categories": "5 units", - "instructor": "Porter,E.C.", - "class_number": 23803, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Italian", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 7, - "course_description": "During the first quarter of this first-year sequence, students learn to introduce themselves, to talk about their daily activities and hobbies, to describe themselves and their friends/families, and to recount past events. The first-year sequence (1-2-3) begins in fall quarter.", - "enroll_max": 25, - "lecture_number": 21936, - "credits": "5 units", - "location": "Hum & Soc Sci 350", - "course_name": "ITAL 1", - "gen_ed_categories": "5 units", - "instructor": "Prencipe,M.A.", - "class_number": 21936, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 21931, - "class_type": "SEM", - "course_description": "Examines the position of Africa in cultural studies and the simultaneous processes of over- and under-representation of the continent that mark enunciations of the global and the local. Themes include defining diaspora, the West as philosophy, and Africa in the global economy.", - "course_name": "HISC 264", - "course_title": "The Idea of Africa", - "location": "Humanities 1 320", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 03:00PM-06:00PM", - "credits": "5 units", - "lecture_number": 21931, - "instructor": "Dent,G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as FMST 264", - "enroll_current": 15, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Liberty and Resistance", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 02:00PM-05:00PM", - "location": "Humanities 1 420", - "enroll_current": 16, - "course_description": "Examines modern conceptions of liberty from a non-liberal perspective. Proposes to inquire into the concept of liberty as an individual and collective right by exploring its philosophical justifications and criticism in thinkers, such as Kant, Hegel, and Marx.", - "lecture_number": 23804, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "HISC 226", - "gen_ed_categories": "5 units", - "instructor": "Tomba,M.", - "class_number": 23804, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Approaches to History of Consciousness", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "Tu 02:00PM-05:00PM", - "enroll_current": 1, - "course_description": "An introduction to history of consciousness required of all incoming students. The seminar concentrates on theory, methods, and research techniques. Major interpretive approaches drawn from cultural and political analysis are discussed in their application to specific problems in the history of consciousness. Prerequisite(s): first-year standing in the program. See the department office for more information. (Formerly course 203.)", - "enroll_max": 15, - "lecture_number": 21930, - "credits": "5 units", - "location": "Humanities 1 420", - "course_name": "HISC 203A", - "gen_ed_categories": "5 units", - "instructor": "Bargu,B.", - "class_number": 21930, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Understanding Popular Music", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 114, - "course_description": "Students develop the skills necessary to analyze popular music. First, challenging common-sense understandings of how music functions. And second, understanding how history works its way into musical forms.", - "enroll_max": 114, - "lecture_number": 23294, - "credits": "5 units", - "location": "Merrill Acad 102", - "course_name": "HISC 80O", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23294, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "What is a State?", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 60, - "course_description": "Examines the modern concept of state, its anthropological assumptions, categories, its critique, and its crisis. Inquires into the concept of representation, borders, security and control in thinkers, such as Thomas Hobbes, John Locke, Jean-Jacques Rousseau, Immanuel Kant, G.W.F. Hegel, Karl Marx, Carl Schmitt, and Lenin.", - "enroll_max": 60, - "lecture_number": 23825, - "credits": "5 units", - "location": "Porter Acad 144", - "course_name": "HISC 120", - "gen_ed_categories": "5 units", - "instructor": "Tomba,M.", - "class_number": 23825, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History Graduate Proseminar: Job Market", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "This course is required for first-year students; however, it is open to all other graduate students as needed. Enrollment is restricted to graduate students .", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 6, - "course_description": "Devoted to professionalism and socialization of history graduate students. Includes formal and informal meetings with faculty and other graduate students. Topics include researching position; preparing a CV and the job-application letter; preparing for an interview; practice interview; preparing a job talk and/or teaching presentation; and practice job talk. May be repeated for credit.", - "lecture_number": 21929, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "HIS 280C", - "gen_ed_categories": "2 units", - "instructor": "Delgado,G.P.", - "class_number": 21929, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History Graduate Proseminar: Teaching Pedagogy", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "This course is required for first-year students; however, it is open to all other graduate students as needed. Enrollment is restricted to graduate students .", - "meet_times": "F 09:00AM-12:00PM", - "location": "Steven Acad 213", - "enroll_current": 11, - "course_description": "Devoted to professionalism and socialization of history graduate students. Includes formal and informal meetings with faculty and other graduate students. Topics include TAships, designing course syllabi, pedagogy, teaching technologies, and teaching in different venues. May be repeated for credit.", - "lecture_number": 21927, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "HIS 280A", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 21927, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Readings in U.S. History", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "F 12:30PM-03:30PM", - "location": "Steven Acad 213", - "enroll_current": 8, - "course_description": "Introduction to major themes and controversies in the interpretation of U.S. history. Readings cover both chronological eras and topical subjects, often in a comparative context: 19th century.", - "lecture_number": 21926, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "HIS 210B", - "gen_ed_categories": "5 units", - "instructor": "Brundage,D.T.", - "class_number": 21926, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Methods and Theories of History", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate history students and others by permission of instructor.", - "meet_times": "M 08:30AM-11:30AM", - "location": "Steven Acad 213", - "enroll_current": 10, - "course_description": "An overview of theories, methods, and philosophies concerning the nature and production of history. Topics vary with instructor.", - "lecture_number": 21924, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "HIS 200", - "gen_ed_categories": "5 units", - "instructor": "Davis,M.H.", - "class_number": 21924, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sex and the City--The History of Sexuality in Urban Areas Around the Globe", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; two upper-division history courses, or by permission of instructor. Enrollment is restricted to junior and senior history majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Merrill Acad 002", - "enroll_current": 21, - "course_description": "Focuses on the history of sexuality in major urban areas globally. Topics include: sexual identities and race, class, and gender; sex work, policing, and urban spaces; gay, lesbian, and transgender communities; race, gender, and sexuality within the context of colonialism.", - "lecture_number": 23014, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "HIS 196H", - "gen_ed_categories": "5 units", - "instructor": "Matera,M.A.", - "class_number": 23014, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The First World War", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 53, - "course_description": "An intensive analysis of the First World War from multiple perspectives: military, diplomatic, political, economic, technological, global, and cultural. The emphasis is on the transformative impact of the war on European societies, international relations, and modern culture.", - "enroll_max": 53, - "lecture_number": 23088, - "credits": "5 units", - "location": "Soc Sci 2 071", - "course_name": "HIS 167A", - "gen_ed_categories": "5 units", - "instructor": "Thompson,B.A.", - "class_number": 23088, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History and the Spatial Turn: Making Space, Place, and Geography in History", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 05:20PM-08:20PM", - "location": "Humanities 1 545", - "enroll_current": 14, - "course_description": "Explores the making of space, place, and geography in a body of recent historical work. Explores key theoretical work interrogating the significance of space as a critical element of social theory and historical consideration. Proceeds through three thematic units: questions of colonial economy in South Asia; spaces of empires and its end in the Eastern Mediterranean; and histories of infrastructure.", - "lecture_number": 23028, - "credits": "5 units", - "waitlist_current": 4, - "course_name": "HIS 260", - "gen_ed_categories": "5 units", - "instructor": "Derr,J.L.", - "class_number": 23028, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Slavery and Race in Latin America", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, two upper-division history courses, or permission of instructor. Enrollment is restricted to junior and senior history majors.", - "meet_times": "Th 04:00PM-07:00PM", - "location": "Merrill Acad 003", - "enroll_current": 8, - "course_description": "Covers comparative history of slavery in Latin America with questions of race in the colonial and national periods and key moments and debates in the historiography of slavery and its relation to ideologies of the past and the nations.", - "lecture_number": 21923, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "HIS 190A", - "gen_ed_categories": "5 units", - "instructor": "Diaz,M.E.", - "class_number": 21923, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Engendering China", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 09:00AM-12:00PM", - "location": "Humanities 1 545", - "enroll_current": 4, - "course_description": "Reading seminar on the history of Chinese gender, focusing on the Qing dynasty (1644 to 1911) to the present. Topics include marriage and family, sexuality, work, the gendered language of politics, and major reform movements.", - "lecture_number": 21925, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "HIS 230B", - "gen_ed_categories": "5 units", - "instructor": "Hershatter,G.B.", - "class_number": 21925, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "German History", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 35, - "course_description": "The development of German civilization, including philosophy and literature as well as politics and diplomacy in the nineteenth and twentieth centuries.", - "enroll_max": 35, - "lecture_number": 21909, - "credits": "5 units", - "location": "Cowell Acad 113", - "course_name": "HIS 172A", - "gen_ed_categories": "5 units", - "instructor": "Kehler,E.H.", - "class_number": 21909, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Temple and City: The Egyptian New Kingdom and the City of Thebes", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 43, - "course_description": "Introduces the political and religious history of the Egyptian New Kingdom (1546-1086 BCE), using the city of Thebes as a focal point The political, religious, and architectural history of the city is covered.", - "enroll_max": 53, - "lecture_number": 23124, - "credits": "5 units", - "location": "PhysSciences 110", - "course_name": "HIS 159C", - "gen_ed_categories": "5 units", - "instructor": "Sullivan,E.A.", - "class_number": 23124, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 23128, - "class_type": "LEC", - "course_description": "Explores the African diaspora resulting from the transatlantic slave trade, drawing on methodologies from two academic disciplines--history and archaeology. Examines key questions about the slave system, using an array of source materials, both written documents and artifacts.", - "course_name": "HIS 158C", - "course_title": "Slavery in the Atlantic World: Historical and Archaeological Perspectives", - "location": "Soc Sci 2 075", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to history, anthropology, and critical race and ethnic studies majors and minors during first-pass enrollment; open to all students at the start of second-pass enrollment.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 23128, - "instructor": "Monroe,J.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as ANTH 179.", - "enroll_current": 57, - "waitlist_current": 8 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History Graduate Proseminar: Research Presentations and Grant Writing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "This course is required for first-year students; however, it is open to all other graduate students as needed. Enrollment is restricted to graduate students .", - "meet_times": "F 09:00AM-12:00PM", - "location": "Humanities 1 545", - "enroll_current": 0, - "course_description": "Devoted to professionalism and socialization of history graduate students. Topics include discussion of researching grants; effective CV writing; successful grant applications and publication proposals; and conference paper and panel proposals. Required for first-year graduate students; however, open to all history graduate students as needed. May be repeated for credit.", - "lecture_number": 21928, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "HIS 280B", - "gen_ed_categories": "2 units", - "instructor": "Delgado,G.P.", - "class_number": 21928, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Recent Chinese History", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 43, - "course_description": "Explores history of China from establishment of the People's Republic of China to the present, focusing on competing strategies of socialist transformation, urban/rural relations, and the effects of the post-Mao economic reforms.", - "enroll_max": 53, - "lecture_number": 22653, - "credits": "5 units", - "location": "Cowell Clrm 131", - "course_name": "HIS 140D", - "gen_ed_categories": "5 units", - "instructor": "Hershatter,G.B.", - "class_number": 22653, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Africa to 1800", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 25, - "course_description": "Introduction to history of Africa. Topics include states and \"stateless\" societies, culture, society and economy in the pre-modern era, stratification, oral traditions, long distance trade, the coming of Islam, and the evolution of the South Atlantic system and its social, political, and other consequences. Some background knowledge of Africa helpful.", - "enroll_max": 53, - "lecture_number": 21912, - "credits": "5 units", - "location": "Cowell Clrm 131", - "course_name": "HIS 137A", - "gen_ed_categories": "5 units", - "instructor": "Anthony,D.H.", - "class_number": 21912, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 23916, - "class_type": "SEM", - "course_description": "Invites student collaboration on a biography of David George, born enslaved in colonial Virginia. His attempts to escape slavery led to a remarkable odyssey throughout the Atlantic World, revealing the constraints of slavery and limits of American freedom. (Formerly Cowell 161C.)", - "course_name": "HIS 158A", - "course_title": "The Escapes of David George: Biographical Research on Slavery and Early America", - "location": "Steven Acad 151", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholars.", - "meet_times": "TuTh 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 23916, - "instructor": "O'Malley,G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment is restricted to College Scholars Program students. History majors may enroll with permission from instructor.", - "enroll_current": 13, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Chicana/Chicano History", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 35, - "course_description": "A survey course on the social history of the Mexican (Chicana/o) community and people in the U.S. through the 20th century. Themes include resistance, migration, labor, urbanization, culture and politics.", - "enroll_max": 35, - "lecture_number": 21915, - "credits": "5 units", - "location": "ClassroomUnit 001", - "course_name": "HIS 128", - "gen_ed_categories": "5 units", - "instructor": "Delgado,G.P.", - "class_number": 21915, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Global 1930s", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Explores the turbulent 1930s from a global perspective. Students consider the great events of the decade--the Great Depression, the consolidation of communism, and the rise of fascism--within the context of global connections and forces, including those fostered by imperialism and various forms of internationalism. (Formerly course 196A.)", - "enroll_max": 0, - "lecture_number": 23335, - "credits": "5 units", - "location": "N/A", - "course_name": "HIS 101E", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 23335, - "class_type": "LEC", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Historical Skills and Methods", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to history majors and proposed majors or by permission of the instructor.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "R Carson Acad 252", - "enroll_current": 10, - "course_description": "Designed to introduce history majors to historical methods and provide preparation for exit seminars. Students develop critical reading, historical analysis, research, and disciplinary writing skills.", - "lecture_number": 21908, - "credits": "5 units", - "waitlist_current": 13, - "course_name": "HIS 100", - "gen_ed_categories": "5 units", - "instructor": "Brundage,D.T.", - "class_number": 21908, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Modern European History, 1815-present", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 53, - "course_description": "Surveys the political, social, and cultural history of Europe from the era of the Industrial Revolution to the beginning of the second millennium. Course 70A is not prerequisite to 70B.", - "enroll_max": 53, - "lecture_number": 21895, - "credits": "5 units", - "location": "Steven Acad 150", - "course_name": "HIS 70B", - "gen_ed_categories": "5 units", - "instructor": "Thompson,B.A.", - "class_number": 21895, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Making of the Modern Middle East", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 45, - "course_description": "History of the modern Middle East from 1800 to the present, with special reference to the 20th century and forces which have shaped the area. The impact of imperialism, nationalism, and revolution in the area, with particular attention to the history of four countries: Turkey, Iran, Egypt, Israel.", - "enroll_max": 57, - "lecture_number": 21903, - "credits": "5 units", - "location": "Merrill Acad 102", - "course_name": "HIS 41", - "gen_ed_categories": "5 units", - "instructor": "Derr,J.L.", - "class_number": 21903, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Colonial America, 1500-1750", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Discussion section is optional.", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 27, - "course_description": "Explores the social, economic, cultural, and political development of British North America from the first European/Amerindian contacts in the late 16th century through the establishment of a provincial British colonial society. Course 110A is not a prerequisite to course 110B.", - "enroll_max": 54, - "lecture_number": 21910, - "credits": "5 units", - "location": "Porter Acad 144", - "course_name": "HIS 110A", - "gen_ed_categories": "5 units", - "instructor": "Westerkamp,M.J.", - "class_number": 21910, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 19, - "waitlist_max": 999, - "class_number": 23293, - "class_type": "SEM", - "course_description": "Investigates the representation of slavery with scholarly and vernacual histories, focusing on the United States. Students examine representations of slavery in scholarly works, public-history venues like museums and historic sites, popular culture, and artistic productions. Students develop their own scholarly research into the history of slavery grounded in primary and secondary sources.", - "course_name": "HIS 116A", - "course_title": "Unchained Memory: Slavery and the Politics of the Past", - "location": "Merrill Acad 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment restricted to College Scholars students.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 23293, - "instructor": "Jones,C.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment is restricted to College Scholars Program students. History majors may enroll with permission from instructor.", - "enroll_current": 18, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Making of Modern East Asia", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 60, - "course_description": "A broad introductory survey of the political, social, economic, philosophical, and religious heritage of modern China, Japan, and Korea. Emphasis on the historical foundations of modern nationalism, the colonial experience, and revolutionary movements.", - "enroll_max": 60, - "lecture_number": 23758, - "credits": "5 units", - "location": "Steven Acad 150", - "course_name": "HIS 40B", - "gen_ed_categories": "5 units", - "instructor": "Christy,A.S.", - "class_number": 23758, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "United States History to 1877", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 57, - "course_description": "Focuses on the building of British American colonies and the establishment, disintegration, and reconstruction of the nation with an emphasis on how class, race, ethnicity, and gender impacted colonial development and structured the nation's agenda and the definition of citizenship.", - "enroll_max": 57, - "lecture_number": 21890, - "credits": "5 units", - "location": "Merrill Acad 102", - "course_name": "HIS 10A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21890, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Contemporary Art and Visual Culture", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Th 01:00PM-04:00PM", - "location": "Porter Acad 245", - "enroll_current": 17, - "course_description": "Examines selected and changing topics in the contemporary art and visual culture. The specific topic varies with each offering to keep up with recent directions in scholarship. May be repeated for credit.", - "lecture_number": 23006, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "HAVC 233", - "gen_ed_categories": "5 units", - "instructor": "Murray,D.C.", - "class_number": 23006, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Wired Nation: Broadcasting & Telecommunications in the US from the Telegraph to the Internet", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 49, - "course_description": "Explores the history of telecommunications systems in the US starting with the telegraph, the telephone, wireless telegraph, radio, television and the Internet. Students learn about the development of these systems and the cultures that they foster.", - "enroll_max": 53, - "lecture_number": 22742, - "credits": "5 units", - "location": "Soc Sci 2 075", - "course_name": "HIS 117", - "gen_ed_categories": "5 units", - "instructor": "Lasar,M.", - "class_number": 22742, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 23284, - "class_type": "LEC", - "course_description": "Surveys the Jewish experience in America interpreted through digital means. Employs mapping, data visualization, and multi-modal storytelling to understand the religious, cultural, and political activities of American Jews.", - "course_name": "HIS 77", - "course_title": "Visualizing American Jewish History", - "location": "Porter Acad 144", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year students, sophomores, and juniors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 23284, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section; also offered as JWST 77.", - "enroll_current": 30, - "waitlist_current": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Latin America: Colonial Period", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 30, - "course_description": "Introduces the social, cultural, economic, and political history of the New World through a close examination of the process of European \"conquest\" in the 16th century and its consequences for both native and settler peoples. Medieval and Renaissance European and African backgrounds; Inca, Maya, Aztec, plains, woodland, and tropical rainforest native American societies; processes of military and cultural conquest; epidemics and ecological changes; native resistance and the establishment of the fundamental institutions of colonial society.", - "enroll_max": 30, - "lecture_number": 21900, - "credits": "5 units", - "location": "Soc Sci 2 071", - "course_name": "HIS 11A", - "gen_ed_categories": "5 units", - "instructor": "Diaz,M.E.", - "class_number": 21900, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Grant Writing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to visual studies graduate students.", - "meet_times": "Tu 01:00PM-02:30PM", - "location": "Porter Acad 245", - "enroll_current": 6, - "course_description": "Devoted entirely to writing grant proposals. Students work on grants for educational support, their doctoral dissertation grants, or both. May be repeated for credit.", - "lecture_number": 23037, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "HAVC 204", - "gen_ed_categories": "2 units", - "instructor": "Ly,B.J.", - "class_number": 23037, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Hebrew", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 24, - "course_description": "Speaking, listening comprehension, reading, and writing fundamentals. The use of Modern Hebrew is encouraged through classroom practice supplemented by work with computer tutorials. The first-year sequence (1-2-3) begins in fall quarter only. (Formerly Instruction in the Hebrew Language.)", - "enroll_max": 30, - "lecture_number": 21888, - "credits": "5 units", - "location": "J Baskin Engr 165", - "course_name": "HEBR 1", - "gen_ed_categories": "5 units", - "instructor": "Stein-Rosen,G.", - "class_number": 21888, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Global Contemporary Art", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 22, - "course_description": "Examines selected and changing topics in the study of contemporary art in a globalized world but outside of Europe and Euro-America where contemporary arts forms move across discrete geographical areas along newly developing networks. The specific topic varies with each offering to keep up with recent directions in scholarship. May be repeated for credit.", - "enroll_max": 70, - "lecture_number": 23760, - "credits": "5 units", - "location": "R Carson Acad 240", - "course_name": "HAVC 180A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23760, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Visual Studies and Critical Theory", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 01:00PM-04:00PM", - "location": "Porter Acad 245", - "enroll_current": 8, - "course_description": "Introduces the visual studies discipline, providing students with an overview of the field's development, its primary texts, and its issues of central concern. Features intensive readings and student-led discussions.(Formerly course 201, Introduction to Visual Studies.)", - "lecture_number": 22874, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "HAVC 201A", - "gen_ed_categories": "5 units", - "instructor": "Gonzalez,J.A.", - "class_number": 22874, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History of Design: The Objects of Technology, 1850-The Present", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 64, - "course_description": "Traces the connections between key movements in modern design and the evolution of technology in society. Also provides a framework for engaging critically with the proliferation of technology in society today.", - "enroll_max": 70, - "lecture_number": 23120, - "credits": "5 units", - "location": "Soc Sci 2 071", - "course_name": "HAVC 143E", - "gen_ed_categories": "5 units", - "instructor": "Narath,A.", - "class_number": 23120, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Grant Writing in Visual Studies", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to visual studies students or by permission of the instructor.", - "meet_times": "Tu 02:30PM-04:00PM", - "location": "Porter Acad 245", - "enroll_current": 4, - "course_description": "Devoted to grant-writing. Students work on composing and peer-reviewing research proposals, personal statements, bibliographies, CVs, and writing samples. Readings include literature on grant-writing and scholarly writing in the humanities.", - "lecture_number": 23225, - "credits": "3 units", - "waitlist_current": 0, - "course_name": "HAVC 205", - "gen_ed_categories": "3 units", - "instructor": "Ly,B.J.", - "class_number": 23225, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 8 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Art, Disaster, and Resilience", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 7, - "course_description": "Explores how art and other visual cultural practices--like participatory mapping, data visualization, and image sharing--negotiate the material and social consequences of both sudden and slow-moving disasters. Emphasizes critical, activist, and regenerative methods of representation, collaboration, and response.", - "enroll_max": 20, - "lecture_number": 23321, - "credits": "5 units", - "location": "Porter Acad 245", - "course_name": "HAVC 191W", - "gen_ed_categories": "5 units", - "instructor": "Parry,K.T.", - "class_number": 23321, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Indigenous American Visual Culture Before 1550: Mexico", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 69, - "course_description": "Art and architecture of selected pre-Hispanic cultures from the gulf coast, central, western, and southern Mexico including the Olmec, Zapotec, Toltec, Mixtec, Mexica (Aztec), and others. (Formerly Pre-Hispanic Visual Culture: Mexico.)", - "enroll_max": 140, - "lecture_number": 21880, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "HAVC 160A", - "gen_ed_categories": "5 units", - "instructor": "Dean,C.", - "class_number": 21880, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "African Architecture", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 22, - "course_description": "Study of the built environment in Africa. Focusing in depth on 10 major architectural forms or sites, this course explores the diversity of architectural types and how gender, politics, religion, and culture shape and are shaped by architectural spaces.", - "enroll_max": 70, - "lecture_number": 22719, - "credits": "5 units", - "location": "Soc Sci 2 071", - "course_name": "HAVC 116", - "gen_ed_categories": "5 units", - "instructor": "Cameron,E.L.", - "class_number": 22719, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Engendering Empires: Women in Modern Japan and Korea", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 42, - "course_description": "Explores how women's experiences in Japan and Korea were intertwined and differentiated before and during World War II under Japanese empire, and from the postwar to the present under American hegemony.", - "enroll_max": 53, - "lecture_number": 23789, - "credits": "5 units", - "location": "Cowell Clrm 131", - "course_name": "HIS 150F", - "gen_ed_categories": "5 units", - "instructor": "Aso,N.", - "class_number": 23789, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Contemporary Art", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 16, - "course_description": "Addresses changing topics in contemporary art. The specific topic varies with each offering to keep up with new directions in scholarship. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 23360, - "credits": "5 units", - "location": "McHenry Clrm 1262", - "course_name": "HAVC 191P", - "gen_ed_categories": "5 units", - "instructor": "Shanken,E.A.", - "class_number": 23360, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Southeast Asia Visual Culture", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 75, - "course_description": "Introduces the visual cultures of Southeast Asia. Topics include indigenous megalithic art, textiles, and jewelry, as well as Hindu and Buddhist art and architecture. Also considers shadow play and dance performance as alternative lenses to looking at ritual and visual narratives rendered on stone temples.", - "enroll_max": 75, - "lecture_number": 22897, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "HAVC 24", - "gen_ed_categories": "5 units", - "instructor": "Ly,B.J.", - "class_number": 22897, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Activist Art Since 1960: Art, Technology, Activism", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 49, - "course_description": "Students explore art and technology produced for social change since 1960 within the context of major historical ruptures, such as the Vietnam War, the women's movement, environmental protection, AIDS activism, anti-capitalist, and international human rights movements.", - "enroll_max": 132, - "lecture_number": 21881, - "credits": "5 units", - "location": "Steven Acad 150", - "course_name": "HAVC 141K", - "gen_ed_categories": "5 units", - "instructor": "Demos,T.", - "class_number": 21881, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Visual Cultures of the Pacific Islands", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 53, - "course_description": "Interdisciplinary course examines visual cultures of Australia, Melanesia, Micronesia, and Polynesia from the archaeological past through contemporary periods.", - "enroll_max": 85, - "lecture_number": 21879, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "HAVC 70", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21879, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Museum Cultures: The Politics of Display", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 67, - "course_description": "Explores the history of collecting and displaying art (museums, galleries, fairs) since the mid-19th century and the effect of institutional changes on aesthetic conventions. Follows the history from the origins of museums and collections to contemporary critiques of institutional exclusion and misrepresentation.", - "enroll_max": 72, - "lecture_number": 21872, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "HAVC 40", - "gen_ed_categories": "5 units", - "instructor": "Gonzalez,J.A.", - "class_number": 21872, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Photography Now", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 67, - "course_description": "Explores recent methods and approaches in photography. Surveys significant aesthetic, conceptual, and theoretical shifts occurring in the photographic medium and related discourses. Special attention given to the \"current\" landscape of contemporary photography (1980-present).", - "enroll_max": 135, - "lecture_number": 22965, - "credits": "5 units", - "location": "Earth&Marine B206", - "course_name": "HAVC 45", - "gen_ed_categories": "5 units", - "instructor": "Murray,D.C.", - "class_number": 22965, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Elementary Ancient Greek", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 9, - "course_description": "Instruction in the grammar of Attic Greek, together with readings from ancient authors, designed to prepare for the study of classical literature. The sequence begins in the fall quarter only.", - "enroll_max": 35, - "lecture_number": 21871, - "credits": "5 units", - "location": "PhysSciences 140", - "course_name": "GREE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21871, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year German", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1B or 3 or placement by examination.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Soc Sci 1 145", - "enroll_current": 10, - "course_description": "Intermediate composition and conversation based on the reading of selected prose and related cultural material. Speaking, reading, writing, and listening comprehension skills are developed by extensive use of media materials. Conducted entirely in German.", - "lecture_number": 21870, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "GERM 4", - "gen_ed_categories": "5 units", - "instructor": "Gavande,G.A.", - "class_number": 21870, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year German", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 21, - "course_description": "German 1, a beginning-level course, introduces the German language and culture for students with no previous knowledge of German. The course focuses on speaking, reading, writing, and listening. The first-year sequence (1-2-3) starts in fall quarter only. (An accelerated sequence, courses 1A-1B, begins in winter quarter.) (Formerly Instruction in the German Language.)", - "enroll_max": 25, - "lecture_number": 21869, - "credits": "5 units", - "location": "Soc Sci 2 167", - "course_name": "GERM 1", - "gen_ed_categories": "5 units", - "instructor": "Roots,J.", - "class_number": 21869, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year German", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 14, - "course_description": "German 1, a beginning-level course, introduces the German language and culture for students with no previous knowledge of German. The course focuses on speaking, reading, writing, and listening. The first-year sequence (1-2-3) starts in fall quarter only. (An accelerated sequence, courses 1A-1B, begins in winter quarter.) (Formerly Instruction in the German Language.)", - "enroll_max": 25, - "lecture_number": 21868, - "credits": "5 units", - "location": "Soc Sci 2 167", - "course_name": "GERM 1", - "gen_ed_categories": "5 units", - "instructor": "Roots,J.", - "class_number": 21868, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year German", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 12, - "course_description": "German 1, a beginning-level course, introduces the German language and culture for students with no previous knowledge of German. The course focuses on speaking, reading, writing, and listening. The first-year sequence (1-2-3) starts in fall quarter only. (An accelerated sequence, courses 1A-1B, begins in winter quarter.) (Formerly Instruction in the German Language.)", - "enroll_max": 25, - "lecture_number": 21867, - "credits": "5 units", - "location": "Soc Sci 2 167", - "course_name": "GERM 1", - "gen_ed_categories": "5 units", - "instructor": "Roots,J.", - "class_number": 21867, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Games Proseminar", - "course_section": "50", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 04:00PM-05:05PM", - "location": "SiliconValleyCtr", - "enroll_current": 17, - "course_description": "Students learn through guest speakers, design exercises, master classes, and interactive group activities. Students prepare through reading texts, playing games, and developing their own materials. Features visitors from small and large developers, game scholars, and those using games in general.", - "lecture_number": 24055, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "GAME 280A", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 24055, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Games Proseminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 04:00PM-05:05PM", - "location": "Engineer 2 194", - "enroll_current": 5, - "course_description": "Students learn through guest speakers, design exercises, master classes, and interactive group activities. Students prepare through reading texts, playing games, and developing their own materials. Features visitors from small and large developers, game scholars, and those using games in general.", - "lecture_number": 24056, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "GAME 280A", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 24056, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Stylistics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 6. Students interested in this course who have not taken the prerequisite should meet with the instructor prior to the first class meeting.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Soc Sci 2 165", - "enroll_current": 11, - "course_description": "Intensive work in French composition with the aim of attaining fluency and accuracy of expression while developing literary appreciation. May be repeated for credit with consent of instructor. May be repeated for credit.", - "lecture_number": 21866, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FREN 111", - "gen_ed_categories": "5 units", - "instructor": "Cailloux,R.", - "class_number": 21866, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year French", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1 or placement by interview.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Hum & Soc Sci 350", - "enroll_current": 9, - "course_description": "Further development of cultural competence and basic French language skills, both written and spoken. Students learn past tenses in this course. (Formerly Instruction in the French Language.)", - "lecture_number": 21862, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FREN 2", - "gen_ed_categories": "5 units", - "instructor": "Hutchison,G.K.", - "class_number": 21862, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year French", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2 or placement by interview.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Soc Sci 2 159", - "enroll_current": 14, - "course_description": "Final quarter of first-year sequence. Students complete study of French language basics, including the future tense and the conditional and the subjunctive moods, while continuing to learn about French and Francophone cultures. (Formerly Instruction in the French Language.)", - "lecture_number": 21863, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FREN 3", - "gen_ed_categories": "5 units", - "instructor": "Siskin,H.", - "class_number": 21863, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year French", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 24, - "course_description": "Introduction to French language and culture with practice in all four language skills: listening, speaking, reading, and writing. Intended for students with no previous study of French. (Formerly Instruction in the French Language.)", - "enroll_max": 25, - "lecture_number": 21861, - "credits": "5 units", - "location": "Soc Sci 2 165", - "course_name": "FREN 1", - "gen_ed_categories": "5 units", - "instructor": "Rohmer,C.", - "class_number": 21861, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Fundamentals of Game Engineering", - "course_section": "50", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to games and playable media graduate students.", - "enroll_current": 19, - "course_description": "Deep introduction to technologies used in the construction of computer games. Principles of 2D game engine design, including architecture, object-oriented design patterns, collision detection, particle systems. Also examines artificial intelligence techniques including pathfinding, state machines, and behavior trees.", - "credits": "5 units", - "waitlist_current": 0, - "course_name": "GAME 230", - "gen_ed_categories": "5 units", - "lecture_number": 23214, - "class_number": 23214, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Game Development I", - "course_section": "50", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "enroll_current": 15, - "course_description": "First in a two-course sequence providing an introduction to game programming using a modern object-oriented language. Introduces the technologies used in the construction of computer games. Introduces the principles of 2D game engine design, including architecture, object-oriented design patterns, and collision detection. Students may not receive credit for this course and course 230.", - "credits": "5 units", - "waitlist_current": 0, - "course_name": "GAME 235", - "gen_ed_categories": "5 units", - "lecture_number": 24054, - "class_number": 24054, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Game Design Systems", - "course_section": "50", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "enroll_current": 25, - "course_description": "Analyzes how games aggregate mechanics to create dynamic, interactive systems. Students analyze and design systems by general categories (e.g., movement, economy, conflict) to better understand their histories, relationships, and implementations.", - "credits": "5 units", - "waitlist_current": 0, - "course_name": "GAME 200", - "gen_ed_categories": "5 units", - "lecture_number": 24053, - "class_number": 24053, - "class_type": "fixme (Studio)", - "waitlist_max": 0, - "enroll_max": 45 - }, { - "enroll_max": 11, - "waitlist_max": 0, - "class_number": 22701, - "class_type": "SEM", - "course_description": "Graduate-level advanced seminar explores ways that seeing, hearing, and knowing are influenced by culture, power, race, and other factors. Readings emphasize how documentary subjects are constituted and known, addressing questions of epistemology, social constructivism, objectivity, and method. (Formerly Ways of Seeing and Hearing.)", - "course_name": "FMST 204", - "course_title": "Ethnographic Writing and Social Documentation", - "location": "KresgeAnnex B 115", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 03:00PM-06:00PM", - "credits": "5 units", - "lecture_number": 22701, - "instructor": "Ochoa,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as SOCD 204", - "enroll_current": 11, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Feminist Pedagogies", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "Examines feminist pedagogies as projects in transgressing traditional disciplinary boundaries. Examines historical examples of alternative pedagogies and contemporary models for creating communities dedicated to social justice. Designed to assist graduate students develop teaching strategies in multiple fields.", - "lecture_number": 23939, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FMST 203", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 23939, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year French", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 4 or placement by interview.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Soc Sci 2 159", - "enroll_current": 9, - "course_description": "Further development of intermediate-level oral and written skills through study of vocabulary and structures. Students also read and discuss a French or Francophone play.", - "lecture_number": 21865, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FREN 5", - "gen_ed_categories": "5 units", - "instructor": "Siskin,H.", - "class_number": 21865, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year French", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3 or placement by interview.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Soc Sci 1 145", - "enroll_current": 16, - "course_description": "First course in intermediate sequence. Students review and expand upon their previous study of the language through short literary readings, vocabulary building, grammar study, composition, and discussions. (Formerly Intermediate French.)", - "lecture_number": 21864, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FREN 4", - "gen_ed_categories": "5 units", - "instructor": "Hutchison,G.K.", - "class_number": 21864, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year French", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MWF 04:00PM-05:05PM", - "enroll_current": 23, - "course_description": "Introduction to French language and culture with practice in all four language skills: listening, speaking, reading, and writing. Intended for students with no previous study of French. (Formerly Instruction in the French Language.)", - "enroll_max": 25, - "lecture_number": 21860, - "credits": "5 units", - "location": "Soc Sci 2 165", - "course_name": "FREN 1", - "gen_ed_categories": "5 units", - "instructor": "Rohmer,C.", - "class_number": 21860, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Feminist Theories", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 02:00PM-05:00PM", - "location": "Humanities 1 320", - "enroll_current": 11, - "course_description": "Introductory required course for feminist studies graduate students. Covers major theorists, debates, and current questions as well as foundational texts through which feminist critiques have been grounded. Content changes with instructor.", - "lecture_number": 23029, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FMST 200", - "gen_ed_categories": "5 units", - "instructor": "Mitchell,N.O.", - "class_number": 23029, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year French", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 20, - "course_description": "Introduction to French language and culture with practice in all four language skills: listening, speaking, reading, and writing. Intended for students with no previous study of French. (Formerly Instruction in the French Language.)", - "enroll_max": 25, - "lecture_number": 21859, - "credits": "5 units", - "location": "Soc Sci 2 165", - "course_name": "FREN 1", - "gen_ed_categories": "5 units", - "instructor": "Cailloux,R.", - "class_number": 21859, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Politics of Gender and Human Rights", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements; courses 1 and 100. Enrollment is restricted to senior feminist studies majors.", - "meet_times": "W 03:30PM-07:00PM", - "location": "Humanities 1 316", - "enroll_current": 16, - "course_description": "Examines human rights projects and discourses with a focus on the politics of gender, sexuality, race, and rights in the international sphere. Reading important human rights documents and theoretical writings, and addressing particular case studies, emphasizes the tensions between the ideals of the universal and the particular inherent in human rights law, activism, and humanitarianism.", - "lecture_number": 22923, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FMST 194O", - "gen_ed_categories": "5 units", - "instructor": "Atanasoski,N.", - "class_number": 22923, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 18 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 23236, - "class_type": "LEC", - "course_description": "Focuses on a particular topic in feminist theory. Topics vary each offering but might include theorizing the gendered subject, racializing gender, politics and feminism, the relationship between queer theory and feminism, transgender studies, women of color feminisms, postcolonial and decolonial feminisms, feminist science studies. May be repeated for credit.", - "course_name": "FMST 188", - "course_title": "Topics in Feminist Studies", - "location": "N. Sci Annex 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to sophomores, juniors, and seniors.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 23236, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Feminism and Science Fiction. Enroll in lecture and associated discussion section.", - "enroll_current": 26, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Women in Music", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as MUSC 80S", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 95, - "course_description": "An exploration of the sociological position of women as composers and performers in Western and non-Western musics, with a focus on both ethnographic and historical sources.", - "enroll_max": 400, - "lecture_number": 22225, - "credits": "5 units", - "location": "Music Center 101", - "course_name": "FMST 80S", - "gen_ed_categories": "5 units", - "instructor": "Merchant,T.H.", - "class_number": 22225, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 21932, - "class_type": "SEM", - "course_description": "Examines the position of Africa in cultural studies and the simultaneous processes of over- and under-representation of the continent that mark enunciations of the global and the local. Themes include defining diaspora, the West as philosophy, and Africa in the global economy.", - "course_name": "FMST 264", - "course_title": "The Idea of Africa", - "location": "Humanities 1 320", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 03:00PM-06:00PM", - "credits": "5 units", - "lecture_number": 21932, - "instructor": "Dent,G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as HISC 264", - "enroll_current": 15, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Queer Sexuality in Black Popular Culture", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as ANTH 110Q and CRES 110Q", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 49, - "course_description": "From Janet Mock to Young M.A., queerness has become hypervisible in Black popular culture--but at what cost? Using music, television, and social media as central texts, students investigate the intersections of sexuality, gender, and race in public life.", - "enroll_max": 50, - "lecture_number": 23903, - "credits": "5 units", - "location": "Soc Sci 2 179", - "course_name": "FMST 110Q", - "gen_ed_categories": "5 units", - "instructor": "Shange-Binion,S.T.", - "class_number": 23903, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Theory and Praxis of Film and Digital Media 2", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment restricted to graduate students.", - "meet_times": "M 03:30PM-06:30PM", - "location": "Commun Bldg 139", - "enroll_current": 4, - "course_description": "Investigates methods for rhetorical production of written and visual/aural texts. Emphasizes interwoven practices of the artist/researcher/teacher, formal and expressive possibilities of \"hybridized\" research, and cultural issues raised by integrated methods of inquiry. Students are billed a course materials fee.", - "lecture_number": 22940, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FILM 200C", - "gen_ed_categories": "5 units", - "instructor": "Murray,S.E.", - "class_number": 22940, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sexuality and Globalization", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 41, - "course_description": "Examines the relationship between sexuality and the contemporary term \"globalization\" as a dense entanglement of processes that emerges from a history of U.S. empire. Sexuality cannot be separated from power struggles over the classification of bodies, territories, and questions of temporality. Examines how sexualized contact zones produce new knowledge, commerce, inequalities, possibilities, and identities. (Formerly course 80B.)", - "enroll_max": 50, - "lecture_number": 22892, - "credits": "5 units", - "location": "Merrill Acad 102", - "course_name": "FMST 40", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22892, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mediating Difference", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment restricted to graduate students.", - "meet_times": "Th 06:30PM-09:30PM", - "location": "Commun Bldg 139", - "enroll_current": 9, - "course_description": "Considers theoretical and strategic, situated \"difference\" in the era of (semi-)colonialism, post-colonialism, and globalism, examining theoretical writing alongside media works on the topic.", - "lecture_number": 22850, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FILM 224", - "gen_ed_categories": "5 units", - "instructor": "Wang,Y.", - "class_number": 22850, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Graduate Critique", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to film and digital media graduate students. Graduate students from other programs may enroll by permission of the instructor.", - "meet_times": "W 12:00PM-03:00PM", - "location": "Commun Bldg 139", - "enroll_current": 5, - "course_description": "Develops fluency in the languages of critical practice as expressed across media. Integrates critical and analytical writing about objects and experiences created by and through electronic and digital media with ongoing, student-driven critiques of audiovisual scholarship.", - "lecture_number": 23194, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FILM 237", - "gen_ed_categories": "5 units", - "instructor": "Andrews,L.", - "class_number": 23194, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Feminist Studies: An Introduction", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 105, - "course_description": "Introduces the core concepts underlying the interdisciplinary field-formation of feminist studies within multiple geopolitical contexts. Explores how feminist inquiry rethinks disciplinary assumptions and categories, and animates our engagement with culture, history, and society. Topics include: the social construction of gender; the gendered division of labor, production, and reproduction; intersections of gender, race, class, and ethnicity; and histories of sexuality. (Formerly Introduction to Feminisms.)", - "enroll_max": 120, - "lecture_number": 22605, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "FMST 1", - "gen_ed_categories": "5 units", - "instructor": "Ochoa,M.", - "class_number": 22605, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Feminist Methodologies", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 0, - "course_description": "Recommended for transfer students. Focuses on particular debates about feminist methodology. Specific methodological debates vary each year but might include feminist theorizing of experience, epistemology, situated knowledges, notions of truth and the real. Feminist methods may include transnational approaches, as well as queer, decolonial, postcolonial, and critical race methodologies. Enrollment is by permission of the instructor.", - "enroll_max": 0, - "lecture_number": 23820, - "credits": "5 units", - "location": "Humanities 1 320", - "course_name": "FMST 75", - "gen_ed_categories": "5 units", - "instructor": "Wondergem,T.R.", - "class_number": 23820, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sound", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 02:40PM-05:05PM", - "enroll_current": 14, - "course_description": "The cinematic equation equals images plus sound. What are sound-specific properties? What is the relationship between sound and image? Examines these and other questions through the creation of audio and audiovisual pieces. Students are billed a course materials fee. Prerequisite(s): course 170A or 170B; priority given to students in the production concentration. Admission by application; application materials available during the last three weeks of preceding quarter. Students not in the production concentration but have completed 170A or 170B may apply and will be considered if space is available.", - "enroll_max": 20, - "lecture_number": 21855, - "credits": "5 units", - "location": "Commun Bldg 130", - "course_name": "FILM 171A", - "gen_ed_categories": "5 units", - "instructor": "Friz,A.M.", - "class_number": 21855, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "New Media Theory Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 120. Enrollment is restricted to senior film and digital media majors.", - "meet_times": "TuTh 01:30PM-03:30PM", - "location": "Commun Bldg 121", - "enroll_current": 20, - "course_description": "Study of theories of emerging genres of electronic culture, with emphasis on the discourse about computer-assisted and computer-generated forms of art and mass culture such as digital imagery, virtual environments, telematics, hyper- and multimedia, and electronic networks. Students are billed a course materials fee.", - "lecture_number": 21858, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FILM 194C", - "gen_ed_categories": "5 units", - "instructor": "Murray,S.E.", - "class_number": 21858, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Topics in Film Studies", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 120, 130, 132A, 132B, 132C, 134A, or 134B.", - "meet_times": "MW 10:40AM-12:15PM", - "location": "Commun Bldg 150", - "enroll_current": 30, - "course_description": "Study of a selected aspect of film history, theory ,or criticism. Includes weekly screenings and historical/theoretical readings. Usually offered in alternate academic years with rotating topics. Students are billed a course materials fee. May be repeated for credit.", - "lecture_number": 22762, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "FILM 185S", - "gen_ed_categories": "5 units", - "instructor": "Horne,J.", - "class_number": 22762, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sound and Image in Theory and Criticism", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 120.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Commun Bldg 150", - "enroll_current": 37, - "course_description": "Explores theories and critiques of sound in culture and analyzes sound in relation to media images in film, video, and other media. Voice, noise, and music are addressed. Students are billed a course materials fee.", - "lecture_number": 21857, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "FILM 185D", - "gen_ed_categories": "5 units", - "instructor": "Friz,A.M.", - "class_number": 21857, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 60 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Narrative Video Workshop", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-12:15PM", - "enroll_current": 17, - "course_description": "Intermediate workshop in film and video production concentrating on narrative production, development of critical standards, and technical methods. Topics include cinematography, sound, and non-linear digital editing techniques. Each student is responsible for the completion of short narratives from assignments. Students are billed a course materials fee. Prerequisite(s): course 170B; priority given to students in the production concentration. Admission by application; application materials available during the last three weeks of preceding quarter. Students not in the production concentration but have completed 170B may apply and will be considered if space is available.", - "enroll_max": 20, - "lecture_number": 21856, - "credits": "5 units", - "location": "Commun Bldg 130", - "course_name": "FILM 172", - "gen_ed_categories": "5 units", - "instructor": "Archer,C.M.", - "class_number": 21856, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Special Topics in Film and Digital Media Production", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-05:50PM", - "enroll_current": 7, - "course_description": "An intermediate workshop-style production course which addresses diverse themes and approaches. Content changes quarterly according to faculty research interests and changing technologies/discourses in digital audiovisual production. Prerequisite(s): course 170B. Admission is by application; application materials are available during the last three weeks of the preceding quarter. Priority is given to students in the production concentration. Students not in the production concentration may apply and are considered on a space-available basis. Students are billed a materials fee. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 23244, - "credits": "5 units", - "location": "Commun Bldg 113", - "course_name": "FILM 171S", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23244, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamentals of Film and Video Production", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 10:40AM-01:05PM", - "enroll_current": 23, - "course_description": "An introduction to the art and craft of making films and videos. Covers principles of cinematography, videography, editing, production planning, and lighting involving both production techniques and methods. Students are billed a course materials fee. Prerequisite(s): course 20A or 20B and at least one upper-division film and digital media critical studies course. Admission by application; application materials available during the last three weeks of preceding quarter.", - "enroll_max": 25, - "lecture_number": 21854, - "credits": "5 units", - "location": "Commun Bldg 130", - "course_name": "FILM 170B", - "gen_ed_categories": "5 units", - "instructor": "Archer,C.M.", - "class_number": 21854, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Screenwriting", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "F 10:40AM-02:40PM", - "enroll_current": 17, - "course_description": "Problems in writing for film and television are explored through the writing of original material and analysis of existing works. Various film genres, conventions, and styles, both fictional and nonfictional, are examined. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; priority given to students in the production concentration. Admission by application; application materials available during the last three weeks of preceding quarter. Students not in the production concentration but have completed the Entry Level Writing and Composition prerequisites may apply and will be considered if space is available. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 21851, - "credits": "5 units", - "location": "Commun Bldg 113", - "course_name": "FILM 150", - "gen_ed_categories": "5 units", - "instructor": "V.,N.", - "class_number": 21851, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21838, - "class_type": "LEC", - "course_description": "A survey of American narrative cinema from 1960 to the present. Examines developments in film style, film technology, and the film industry in relation to American cultural history. Students are billed a course materials fee.", - "course_name": "FILM 134B", - "course_title": "American Film, 1960-Present", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 20A or 20B; and satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 03:20PM-06:20PM", - "credits": "5 units", - "lecture_number": 21838, - "instructor": "Kahana,J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and secondary discussion section", - "enroll_current": 120, - "waitlist_current": 35 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Film Authors", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 130, 132A, 132B, 132C, 134A, or 134B..", - "meet_times": "MW 03:30PM-06:30PM", - "location": "Commun Bldg 150", - "enroll_current": 50, - "course_description": "Intensive critical study of the work of one film auteur (director, screenwriter, actor, cinematographer). Themes, style, and structure are explored using various critical modes of analysis. Students are billed a course materials fee. May be repeated for credit.", - "lecture_number": 21852, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "FILM 162", - "gen_ed_categories": "5 units", - "instructor": "Stamp,S.", - "class_number": 21852, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Data Analysis in the Environmental Sciences", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11B or equivalent. Enrollment is restricted to environmental sciences majors.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "Introduces data-analysis methods regularly encountered within environmental sciences. Students learn how to think about data, its uncertainty, how models and data are related and depend on underlying assumptions, and how to synthesize information contained in data.", - "lecture_number": 24200, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ESCI 160", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 24200, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 60 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "16", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 24290, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Kapuscinski,A.", - "class_number": 24290, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamentals of Digital Media Production", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 20C or Computer Science 101 or Computer Science 109.", - "meet_times": "TuTh 10:45AM-01:15PM", - "location": "Porter Acad 240", - "enroll_current": 16, - "course_description": "Introduction to the conceptual and technical fundamentals of making digital media. Covers principles of digital image manipulation, basic web authoring, and interface design through projects that introduce production techniques and methods. Students are billed a course materials fee.", - "lecture_number": 21853, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "FILM 170A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21853, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "15", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21816, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Zhu,K.", - "class_number": 21816, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "enroll_max": 98, - "waitlist_max": 999, - "class_number": 21820, - "class_type": "LEC", - "course_description": "An introduction to the basic elements, range, and diversity of cinematic representation and expression. Aesthetic, theoretical, and critical issues are explored in the context of class screenings and critical readings. Students are billed a course materials fee. If space allows, restrictions may be lifted after priority enrollment.", - "course_name": "FILM 20A", - "course_title": "Introduction to Film Studies", - "location": "Humn Lecture Hall", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year, sophomore, and junior proposed and pre-film and digital media majors and film and digital media minors.", - "meet_times": "MW 04:00PM-05:35PM", - "credits": "5 units", - "lecture_number": 21820, - "instructor": "Limbrick,P.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 98, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "12", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21813, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Rajan,S.R.", - "class_number": 21813, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "14", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21815, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Wilmers,C.C.", - "class_number": 21815, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Special Topics in Film and Digital Media", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "WF 12:50PM-02:25PM", - "enroll_current": 50, - "course_description": "Study of selected aspects of film, television, and/or digital media. Includes weekly screenings and historical/theoretical readings. May be repeated for credit.", - "enroll_max": 50, - "lecture_number": 22794, - "credits": "5 units", - "location": "Commun Bldg 150", - "course_name": "FILM 80S", - "gen_ed_categories": "5 units", - "instructor": "Ruiz,S.", - "class_number": 22794, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "13", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21814, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Shennan,C.", - "class_number": 21814, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "10", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21811, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Philpott,S.M.", - "class_number": 21811, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "07", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21808, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Loik,M.E.", - "class_number": 21808, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Understanding Media", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 07:10PM-08:45PM", - "enroll_current": 144, - "course_description": "Introduces students to contemporary concerns, issues, and topics of media and media criticism. With an emphasis on visual analysis, students develop conceptual tools to think critically about photography, cinema, television, video, and print journalism.", - "enroll_max": 145, - "lecture_number": 23323, - "credits": "5 units", - "location": "ClassroomUnit 002", - "course_name": "FILM 80M", - "gen_ed_categories": "5 units", - "instructor": "Shanken,E.A.", - "class_number": 23323, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "11", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21812, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Press,D.M.", - "class_number": 21812, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 21831, - "class_type": "LEC", - "course_description": "A survey of significant developments in narrative film outside Hollywood from the advent of sound technology to the late '50s. Differing inter/national contexts, theoretical movements, technological innovations, and major directors are studied. Students are billed a course materials fee. Usually offered alternate academic years.", - "course_name": "FILM 132A", - "course_title": "International Cinema to 1960", - "location": "Commun Bldg 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 20A, satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 11:40AM-02:40PM", - "credits": "5 units", - "lecture_number": 21831, - "instructor": "Wang,Y.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and secondary discussion section", - "enroll_current": 70, - "waitlist_current": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "09", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21810, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Millard-Ball,A.S.", - "class_number": 21810, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "06", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21807, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Holl,K.D.", - "class_number": 21807, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "08", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21809, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Lu,F.E.", - "class_number": 21809, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "05", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21806, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Haddad,B.M.", - "class_number": 21806, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "04", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21805, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Gilbert,G.S.", - "class_number": 21805, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "03", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21804, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Fairbairn,M.P.", - "class_number": 21804, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "02", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21803, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Cheng,W.", - "class_number": 21803, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research in Environmental Studies", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Seminar in which students give critically evaluated presentations regarding current research in environmental studies and issues in research design. Students should consult with faculty prior to enrolling. May be repeated for credit.", - "lecture_number": 21802, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 292", - "gen_ed_categories": "2 units", - "instructor": "Campbell,J.J.", - "class_number": 21802, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "enroll_max": 35, - "waitlist_max": 999, - "class_number": 21800, - "class_type": "SEM", - "course_description": "Research seminars presented weekly throughout the year by environmental studies and affiliated faculty, by visiting scholars, and by graduate students. Students discuss the content and methodology of research presented following each seminar. May be repeated for credit.", - "course_name": "ENVS 290", - "course_title": "Interdisciplinary Research Seminar", - "location": "ISB 221", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 12:00PM-01:05PM", - "credits": "2 units", - "lecture_number": 21800, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with ENVS 189.", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Graduate Research Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 02:40PM-03:45PM", - "location": "ISB 455", - "enroll_current": 6, - "course_description": "Graduate student presentations of doctoral research proposals, dissertation work-in-progress, grant applications, and conference papers. This weekly laboratory meeting seeks to develop professional skills, teach constructive criticism, and foster effective discussion among peers.", - "lecture_number": 21801, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ENVS 290L", - "gen_ed_categories": "2 units", - "instructor": "Loik,M.E.", - "class_number": 21801, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "enroll_max": 130, - "waitlist_max": 999, - "class_number": 22720, - "class_type": "SEM", - "course_description": "Introduction to geographic information systems (GIS) as the technology of processing spatial data, including input, storage and retrieval; manipulation and analysis; reporting and interpretation. Emphasizes GIS as a decision support system for environmental and social problem solving, using basic model building, experimental design, and database management. Students cannot receive credit for this course and course 115A.", - "course_name": "ENVS 215A", - "course_title": "Geographic Information Systems and Environmental Applications", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Concurrent enrollment in course 215L is required. Enrollment is restricted to environmental studies graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22720, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in ENVS 215L is required. Taught in conjunction with ENVS 115A.", - "enroll_current": 74, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 22721, - "class_type": "LAB", - "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 115L. Students are billed a materials fee.", - "course_name": "ENVS 215L", - "course_title": "Exercises in Geographic Information Systems", - "location": "ISB 486", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Concurrent enrollment in course 215A is required. Enrollment is restricted to environmental studies graduate students.", - "meet_times": "Tu 12:00PM-03:00PM", - "credits": "2 units", - "lecture_number": 22721, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in ENVS 215A is required. Taught in conjunction with 115L.", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Environmental Studies Research Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Taught in conjunction with ENVS 290.", - "meet_times": "M 12:00PM-01:05PM", - "enroll_current": 7, - "course_description": "Research seminars presented weekly throughout the year by environmental studies faculty, visiting scholars, and graduate students. Students discuss content and methodology of research presented following each seminar. Students write critiques of some seminars.", - "enroll_max": 35, - "lecture_number": 22756, - "credits": "1 units", - "location": "ISB 221", - "course_name": "ENVS 189", - "gen_ed_categories": "1 units", - "instructor": "Staff", - "class_number": 22756, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Research Approaches in Environmental Studies", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "MW 10:10AM-11:45AM", - "location": "ISB 455", - "enroll_current": 8, - "course_description": "The first course of a two-quarter sequence that explores the range of scholarly traditions that inform the kinds of research common to the Environmental Studies Department at UCSC. (Formerly Keywords and Concepts: Geography and Ecology.)", - "lecture_number": 21799, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ENVS 201A", - "gen_ed_categories": "5 units", - "instructor": "Holl,K.D.", - "class_number": 21799, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Senior Seminar", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "Enrollment consent by instructor. Topic: Conserving Marine Ecosystems of the Moneterey Bay", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Readings and discussions of primary literature on a current environmental studies topic. Field or literature-based research projects (individual or group) writing multiple drafts resulting in a final paper. Topics vary yearly; consult current course listings. Enrollment by application with selection based on appropriate background and academic performance and by consent of instructor. Satisfies senior comprehensive requirement. Enrollment restricted to senior environmental studies majors; senior environmental studies/biology combined majors; senior environmental studies / Earth sciences combined majors; and senior environmental studies /economics combined majors. Prerequisite(s): Entry Level Writing and Composition requirements.", - "enroll_max": 0, - "lecture_number": 23359, - "credits": "5 units", - "location": "N/A", - "course_name": "ENVS 196", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 23359, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Teaching Environmental Education", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "ISB 221", - "enroll_current": 26, - "course_description": "Designed for environmental studies majors interested in teaching environmental education in the K-12 school system. Students investigate incorporation of environmental education in the classroom; design an environmental education school project; and are placed in a school where they observe environmental education in practice.", - "lecture_number": 22911, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ENVS 177", - "gen_ed_categories": "5 units", - "instructor": "Cohen,W.L.", - "class_number": 22911, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 22706, - "class_type": "LAB", - "course_description": "Provides basic skills to assess chemical, biological, and physical characteristics of freshwater creeks, rivers, and wetlands. These skills are needed in environmental consulting, municipal agencies engaging in water management or impacts on water, and regulatory agencies. Relies on methods in geomorphology, biogeochemistry, hydrology, and field biology. Students are billed a materials fee.", - "course_name": "ENVS 167L", - "course_title": "Freshwater and Wetland Ecology Lab", - "location": "Nat Sci 2 229", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Concurrent enrollment in course 167 is required.", - "meet_times": "F 01:30PM-04:30PM", - "credits": "2 units", - "lecture_number": 22706, - "instructor": "Monsen,K.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Optional lab.", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Freshwater and Wetland Ecology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required, or by permission of instructor.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "ISB 221", - "enroll_current": 40, - "course_description": "Field and lecture course teaches the physical and biological patterns and processes in freshwater and wetland systems, primarily focusing on Central Coast systems from headwaters to coastal marshes.", - "lecture_number": 21798, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "ENVS 167", - "gen_ed_categories": "5 units", - "instructor": "Monsen,K.L.", - "class_number": 21798, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Political Ecology and Social Change", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "ISB 221", - "enroll_current": 35, - "course_description": "The object is to provide a rigorous grounding in the method of political ecology and to demonstrate how this approach has been used in environmental analysis and problem solving by environmental social movements.", - "lecture_number": 21797, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "ENVS 158", - "gen_ed_categories": "5 units", - "instructor": "Artiga-Purcell,J.A.", - "class_number": 21797, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 35 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Green Cities", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in courses 100 and 100L, or by permission of the instructor.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "ISB 221", - "enroll_current": 35, - "course_description": "Are cities an environmental savior or an engine of pollution? This course considers what makes a truly green city and analyzes innovative urban policies in areas such as energy, transportation, buildings, and waste management.", - "lecture_number": 23246, - "credits": "5 units", - "waitlist_current": 14, - "course_name": "ENVS 145", - "gen_ed_categories": "5 units", - "instructor": "Millard-Ball,A.S.", - "class_number": 23246, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 35 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ecological Economics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Economics 1 is strongly recommended as preparation. Previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "ISB 431", - "enroll_current": 35, - "course_description": "Application of economic analysis to natural resource policy and management. Topics include welfare economics, property rights and externalities, natural resource valuation, exhaustible and renewable resources, and sustainable development.", - "lecture_number": 21796, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ENVS 141", - "gen_ed_categories": "5 units", - "instructor": "Millard-Ball,A.S.", - "class_number": 21796, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 35 - }, { - "enroll_max": 90, - "waitlist_max": 999, - "class_number": 21791, - "class_type": "LEC", - "course_description": "Ecological concepts and principles are applied to the design and management of sustainable agroecosystems. Alternatives for agriculture are discussed in terms of ecosystem structure and function. A weekly three-hour lab is required.", - "course_name": "ENVS 130A", - "course_title": "Agroecology and Sustainable Agriculture", - "location": "Thim Lecture 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Concurrent enrollment in course 130L and previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 21791, - "instructor": "Shennan,C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in ENVS 130L is required.", - "enroll_current": 49, - "waitlist_current": 0 - }, { - "enroll_max": 23, - "waitlist_max": 999, - "class_number": 21794, - "class_type": "LAB", - "course_description": "Laboratory and field exercises to train in the analysis of ecological processes in agricultural systems, with a focus on the quantification of ecological sustainability. Experimental design, analysis, and data interpretation are emphasized. Students are billed a materials fee.", - "course_name": "ENVS 130L", - "course_title": "Agroecology and Sustainable Agriculture Laboratory", - "location": "Agroecology 103", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required.", - "meet_times": "W 08:30AM-11:30AM", - "credits": "2 units", - "lecture_number": 21794, - "instructor": "Shennan,C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in ENVS 130A is required", - "enroll_current": 10, - "waitlist_current": 0 - }, { - "enroll_max": 22, - "waitlist_max": 999, - "class_number": 21792, - "class_type": "LAB", - "course_description": "Laboratory and field exercises to train in the analysis of ecological processes in agricultural systems, with a focus on the quantification of ecological sustainability. Experimental design, analysis, and data interpretation are emphasized. Students are billed a materials fee.", - "course_name": "ENVS 130L", - "course_title": "Agroecology and Sustainable Agriculture Laboratory", - "location": "Agroecology 103", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required.", - "meet_times": "M 08:30AM-11:30AM", - "credits": "2 units", - "lecture_number": 21792, - "instructor": "Shennan,C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in ENVS 130A is required", - "enroll_current": 8, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Landscape Ecology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in course 100 and 100L, or by permission of the instructor.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "ISB 431", - "enroll_current": 35, - "course_description": "Investigates topics about the causes and consequences of spatial heterogeneity and pattern in natural- and human-dominated systems. This course provides a foundational understanding of how landscape pattern is generated and relates to populations, communities, and ecosystem processes.", - "lecture_number": 23887, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "ENVS 121", - "gen_ed_categories": "5 units", - "instructor": "Zhu,K.", - "class_number": 23887, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 35 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 21790, - "class_type": "LEC", - "course_description": "Introduces biological and anthropogenic influences on the diversity and scarcity of organisms. Explores the mathematical models and research tools that provide the foundation for many conservation and management decisions regarding endangered and/or declining species. Topics explored in the context of various examples of conservation decision-making in the real world.", - "course_name": "ENVS 120", - "course_title": "Conservation Biology", - "location": "ISB 221", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 21790, - "instructor": "Ross,K.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 47, - "waitlist_current": 5 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 21789, - "class_type": "LAB", - "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", - "course_name": "ENVS 115L", - "course_title": "Exercises in Geographic Information Systems", - "location": "ISB 486", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", - "meet_times": "Th 04:00PM-07:00PM", - "credits": "2 units", - "lecture_number": 21789, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 115A is required.", - "enroll_current": 5, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 21787, - "class_type": "LAB", - "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", - "course_name": "ENVS 115L", - "course_title": "Exercises in Geographic Information Systems", - "location": "ISB 486", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", - "meet_times": "W 01:00PM-04:00PM", - "credits": "2 units", - "lecture_number": 21787, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 115A is required.", - "enroll_current": 18, - "waitlist_current": 0 - }, { - "enroll_max": 22, - "waitlist_max": 999, - "class_number": 21793, - "class_type": "LAB", - "course_description": "Laboratory and field exercises to train in the analysis of ecological processes in agricultural systems, with a focus on the quantification of ecological sustainability. Experimental design, analysis, and data interpretation are emphasized. Students are billed a materials fee.", - "course_name": "ENVS 130L", - "course_title": "Agroecology and Sustainable Agriculture Laboratory", - "location": "Agroecology 103", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required.", - "meet_times": "Tu 08:30AM-11:30AM", - "credits": "2 units", - "lecture_number": 21793, - "instructor": "Shennan,C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in ENVS 130A is required", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "enroll_max": 23, - "waitlist_max": 999, - "class_number": 21795, - "class_type": "LAB", - "course_description": "Laboratory and field exercises to train in the analysis of ecological processes in agricultural systems, with a focus on the quantification of ecological sustainability. Experimental design, analysis, and data interpretation are emphasized. Students are billed a materials fee.", - "course_name": "ENVS 130L", - "course_title": "Agroecology and Sustainable Agriculture Laboratory", - "location": "Agroecology 103", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in courses 100 and 100L required.", - "meet_times": "Th 08:30AM-11:30AM", - "credits": "2 units", - "lecture_number": 21795, - "instructor": "Shennan,C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in ENVS 130L is required", - "enroll_current": 9, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Natural History of Birds", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in courses 100 and 100L, or by permission of instructor. Course 105 or Biology 138 are recommended.", - "meet_times": "MW 08:00AM-10:25AM", - "location": "ISB 221", - "enroll_current": 25, - "course_description": "The evolution, taxonomy, physiology, behavior, ecology, and management of birds. Lecture, discussion, field format. Birds observed in habitats including bay, marsh, meadow, and forest. Evaluations based on a field journal and examinations. Students are billed a materials fee.", - "lecture_number": 21782, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ENVS 106A", - "gen_ed_categories": "5 units", - "instructor": "Tyler,W.B.", - "class_number": 21782, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Senior Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enrollment consent by instructor. Topic: Water Sustainability", - "meet_times": "W 12:00PM-03:00PM", - "enroll_current": 6, - "course_description": "Readings and discussions of primary literature on a current environmental studies topic. Field or literature-based research projects (individual or group) writing multiple drafts resulting in a final paper. Topics vary yearly; consult current course listings. Enrollment by application with selection based on appropriate background and academic performance and by consent of instructor. Satisfies senior comprehensive requirement. Enrollment restricted to senior environmental studies majors; senior environmental studies/biology combined majors; senior environmental studies / Earth sciences combined majors; and senior environmental studies /economics combined majors. Prerequisite(s): Entry Level Writing and Composition requirements.", - "enroll_max": 15, - "lecture_number": 23358, - "credits": "5 units", - "location": "ISB 455", - "course_name": "ENVS 196", - "gen_ed_categories": "5 units", - "instructor": "Rittelmeyer,P.F.", - "class_number": 23358, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 130, - "waitlist_max": 999, - "class_number": 21783, - "class_type": "LEC", - "course_description": "Introduction to geographic information systems (GIS) as the technology of processing spatial data, including input, storage and retrieval; manipulation and analysis; reporting and interpretation. Emphasizes GIS as a decision support system for environmental and social problem solving, using basic model building, experimental design, and database management. Students cannot receive credit for this course and course 215A.", - "course_name": "ENVS 115A", - "course_title": "Geographic Information Systems and Environmental Applications", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 115L and 100 and 100L, or permission of instructor. Course in computer science, Earth science, math, or geography recommended.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21783, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in ENVS 115L is required. Taught in conjunction with ENVS 215A.", - "enroll_current": 74, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 21788, - "class_type": "LAB", - "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", - "course_name": "ENVS 115L", - "course_title": "Exercises in Geographic Information Systems", - "location": "ISB 486", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", - "meet_times": "Th 12:00PM-03:00PM", - "credits": "2 units", - "lecture_number": 21788, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 115A is required.", - "enroll_current": 6, - "waitlist_current": 0 - }, { - "enroll_max": 186, - "waitlist_max": 999, - "class_number": 21780, - "class_type": "LEC", - "course_description": "Covers principles of ecology including limits to species abundances, evolutionary ecology, population dynamics, community interactions and patterns, and ecosystem patterns and dynamics.", - "course_name": "ENVS 24", - "course_title": "General Ecology", - "location": "Humn Lecture Hall", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Applied Mathematics and Statistics 2 or 3 or 6, or MATH 3 or higher; or mathematics placement examination (MPE) score of 300 or higher; or AP Calculus AB exam score of 3 or higher; course 23 recommended as prerequisite to this course.", - "meet_times": "MWF 01:20PM-02:25PM", - "credits": "5 units", - "lecture_number": 21780, - "instructor": "Finkelstein,M.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 86, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Topics in Electrical Engineering", - "course_section": "50", - "career_type": "Graduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 0, - "course_description": "Graduate seminar on a research topic in electrical engineering that varies with the particular instructor. Typical topics include, but are not limited to, electromagnetics, antennas, electronics biotechnology, nanotechnology, signal processing, communications, VLSI, and MEMS. Prerequisite(s):Enrollment is by permission of the instructor and is restricted to graduate students. In some quarters course will be taught in conjunction with EE 183. May be repeated for credit.", - "enroll_max": 17, - "lecture_number": 22709, - "credits": "5 units", - "location": "SiliconValleyCtr", - "course_name": "EE 293", - "gen_ed_categories": "5 units", - "instructor": "Corzine,K.", - "class_number": 22709, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21784, - "class_type": "LAB", - "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", - "course_name": "ENVS 115L", - "course_title": "Exercises in Geographic Information Systems", - "location": "ISB 486", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", - "meet_times": "Tu 12:00PM-03:00PM", - "credits": "2 units", - "lecture_number": 21784, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 115A is required. Taught in conjunction with ENVS 215L.", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Ecological Forecast for Global Warming", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 9, - "course_description": "A broad overview of the impacts of human activities on the global climate system. Topics include how climate affects the distribution of ecosystems, the influence of global climate change on biodiversity, ecosystem function, and consequences for the human enterprise.", - "enroll_max": 100, - "lecture_number": 21781, - "credits": "5 units", - "location": "Earth&Marine B206", - "course_name": "ENVS 80B", - "gen_ed_categories": "5 units", - "instructor": "Loik,M.E.", - "class_number": 21781, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Satisfactory/Unsatisfactory", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "EE Graduate Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to computer engineering and electrical engineering graduate students.", - "meet_times": "M 10:40AM-11:45AM", - "location": "Engineer 2 192", - "enroll_current": 8, - "course_description": "Leading speakers from academia and industry present their latest research. May be repeated for credit.", - "lecture_number": 22716, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "EE 290", - "gen_ed_categories": "2 units", - "instructor": "Abrahamsson,S.", - "class_number": 22716, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Applied Optics", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics of current research in applied optics, including integrated, quantum, nonlinear, and nano-optics. Current research work and literature in these areas are discussed. Enrollment by permission of instructor. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22751, - "credits": "2 units", - "location": "TBA", - "course_name": "EE 280O", - "gen_ed_categories": "2 units", - "instructor": "Schmidt,H.", - "class_number": 22751, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Integrated Bioelectronics", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 1, - "course_description": "Weekly seminar covering current research in integrated bioelectronics. Enrollment is by permission of the instructor and is restricted to students who have research in bioelectronics. May be repeated for credit.", - "enroll_max": 6, - "lecture_number": 22771, - "credits": "2 units", - "location": "TBA", - "course_name": "EE 280B", - "gen_ed_categories": "2 units", - "instructor": "Rolandi,M.A.", - "class_number": 22771, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Natural History of the UCSC Campus", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "F 08:15AM-11:45AM", - "enroll_current": 0, - "course_description": "Introduces students to the range of natural species and communities occurring on the UCSC campus. All class time is spent outside, and each week a different area of campus is visited. Course 24 is recommended.", - "enroll_max": 0, - "lecture_number": 21779, - "credits": "2 units", - "location": "Nat Sci 2 229", - "course_name": "ENVS 15", - "gen_ed_categories": "2 units", - "instructor": "Carle,R.D.", - "class_number": 21779, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 4 - }, { - "grading_options": "Satisfactory/Unsatisfactory", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Current Topics in Applied Microscopy and Neuronal Imaging", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "A weekly seminar to discuss current topics in applied microscopy and neuronal imaging. May be repeated for credit.", - "lecture_number": 23276, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "EE 280A", - "gen_ed_categories": "2 units", - "instructor": "Abrahamsson,S.", - "class_number": 23276, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Error Control Coding", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 16, - "course_description": "Covers the following topics: introduction to algebra; linear block code; cyclic codes; BCH code; RS codes; spectral domain study of codes; CRC; and product codes.", - "enroll_max": 30, - "lecture_number": 23768, - "credits": "5 units", - "location": "J Baskin Engr 165", - "course_name": "EE 261", - "gen_ed_categories": "5 units", - "instructor": "Sadjadpour,H.R.", - "class_number": 23768, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Smart Grids and Data Analytics", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly series covering state-of-the-art research in smart power grids, machine learning, communications, and signal processing. Current research works and recent literature are discussed. Enrollment is by permission of the instructor and is restricted to graduate students. Undergraduates may enroll by permission of the instructor. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23277, - "credits": "2 units", - "location": "TBA", - "course_name": "EE 280Z", - "gen_ed_categories": "2 units", - "instructor": "Zhang,Y.", - "class_number": 23277, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Principles of Digital Communications", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 151 and 153 (or Computer Engineering 153) and Computer Engineering 107.", - "meet_times": "TuTh 07:10PM-08:45PM", - "location": "J Baskin Engr 156", - "enroll_current": 5, - "course_description": "A core course on digital communications theory. Provides an introduction to digital communication, including source coding, characterization of communication signals and systems, modulation and demodulation for the additive Gaussian channel, digital signaling, and over bandwidth constrained linear filter channels and over fading multipath channels.", - "lecture_number": 21720, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EE 251", - "gen_ed_categories": "5 units", - "instructor": "Friedlander,B.", - "class_number": 21720, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 21785, - "class_type": "LAB", - "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", - "course_name": "ENVS 115L", - "course_title": "Exercises in Geographic Information Systems", - "location": "ISB 486", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", - "meet_times": "Tu 04:00PM-07:00PM", - "credits": "2 units", - "lecture_number": 21785, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 115A is required.", - "enroll_current": 13, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Topics in Electrical Engineering", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 4, - "course_description": "Graduate seminar on a research topic in electrical engineering that varies with the particular instructor. Typical topics include, but are not limited to, electromagnetics, antennas, electronics biotechnology, nanotechnology, signal processing, communications, VLSI, and MEMS. Prerequisite(s):Enrollment is by permission of the instructor and is restricted to graduate students. In some quarters course will be taught in conjunction with EE 183. May be repeated for credit.", - "enroll_max": 35, - "lecture_number": 22708, - "credits": "5 units", - "location": "J Baskin Engr 156", - "course_name": "EE 293", - "gen_ed_categories": "5 units", - "instructor": "Corzine,K.", - "class_number": 22708, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Nanophotonics and Lab-on-Chip Systems", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly series covering current research in nanophotonics and lab-on-chip systems including nanoplasmonic biosensors; nanospectroscopy (Raman and vibrational mid-infrared spectroscopy); nanofabrication; nanophotonics devices for energy conversion and thermoplasmonics; acoustic fluids; and microfluidic integration. Current research work and recent literature are discussed. Enrollment is by permission of the instructor and restricted to graduate students. Sophomores, juniors, and seniors may enroll by permission of instructor. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23189, - "credits": "2 units", - "location": "TBA", - "course_name": "EE 280N", - "gen_ed_categories": "2 units", - "instructor": "Yanik,A.", - "class_number": 23189, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamentals of Semiconductor Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "J Baskin Engr 156", - "enroll_current": 6, - "course_description": "Semiconductor physics is examined for advanced new materials and devices. Discusses how familiar concepts are extended to new electronics. Intended for students interested in electrical engineering, physics, and materials science applications. Good familiarity with basic electromagnetism and quantum physics is assumed.", - "lecture_number": 23118, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EE 227", - "gen_ed_categories": "5 units", - "instructor": "Yamada,T.", - "class_number": 23118, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Fundamentals of Semiconductor Physics", - "course_section": "50", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "SiliconValleyCtr", - "enroll_current": 1, - "course_description": "Semiconductor physics is examined for advanced new materials and devices. Discusses how familiar concepts are extended to new electronics. Intended for students interested in electrical engineering, physics, and materials science applications. Good familiarity with basic electromagnetism and quantum physics is assumed.", - "lecture_number": 23119, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EE 227", - "gen_ed_categories": "5 units", - "instructor": "Yamada,T.", - "class_number": 23119, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 21786, - "class_type": "LAB", - "course_description": "Exercises in Geographic Information Systems and Remote Sensing that demonstrate the development of digital geographic data. Students gain hands-on experience with developing datasets, using imagery to create GIS layers, performing spatial analysis, and utilizing GPS technology. Emphasis placed on environmental applications. Students cannot receive credit for this course and course 215L. Students are billed a materials fee.", - "course_name": "ENVS 115L", - "course_title": "Exercises in Geographic Information Systems", - "location": "ISB 486", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 100/L", - "meet_times": "W 09:00AM-12:00PM", - "credits": "2 units", - "lecture_number": 21786, - "instructor": "Nereson,A.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 115A is required.", - "enroll_current": 12, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Analog Integrated Circuits", - "course_section": "50", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 171 or equivalent; course 178 or equivalent recommended.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "SiliconValleyCtr", - "enroll_current": 0, - "course_description": "Analog integrated circuit design with emphasis on fundamentals of designing linear circuits using CMOS. Covers MOS devices and device modeling, current mirrors, op-amp design, op-amp compensation, comparators, multipliers, voltage references, sample-and-holds, noise, and an introduction to more complicated systems using these building blocks, such as phase locked loops and analog-to-digital converters. If time permits, integrated circuit layout issues and device/circuit fabrication. Students cannot receive credit for this course and course 172.", - "lecture_number": 21718, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EE 221", - "gen_ed_categories": "5 units", - "instructor": "Pedrotti,K.", - "class_number": 21718, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 21717, - "class_type": "LEC", - "course_description": "Analog integrated circuit design with emphasis on fundamentals of designing linear circuits using CMOS. Covers MOS devices and device modeling, current mirrors, op-amp design, op-amp compensation, comparators, multipliers, voltage references, sample-and-holds, noise, and an introduction to more complicated systems using these building blocks, such as phase locked loops and analog-to-digital converters. If time permits, integrated circuit layout issues and device/circuit fabrication. Students cannot receive credit for this course and course 172.", - "course_name": "EE 221", - "course_title": "Advanced Analog Integrated Circuits", - "location": "Engineer 2 192", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 171 or equivalent; course 178 or equivalent recommended.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 21717, - "instructor": "Pedrotti,K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with EE 172", - "enroll_current": 12, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Nanomaterials and Nanometer-Scale Devices", - "course_section": "50", - "career_type": "Graduate", - "meet_times": "MW 07:10PM-08:45PM", - "enroll_current": 1, - "course_description": "Materials controlled at nanometer-scale will revolutionize existing technologies. Course offers opportunities of learning materials that exhibit peculiar physical characteristics at the nanometer scales. Course also includes discussions of unique device architecture based on materials crafted at the nanometer scale.", - "enroll_max": 17, - "lecture_number": 22876, - "credits": "5 units", - "location": "SiliconValleyCtr", - "course_name": "EE 216", - "gen_ed_categories": "5 units", - "instructor": "Kobayashi,N.P.", - "class_number": 22876, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Nanomaterials and Nanometer-Scale Devices", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "MW 07:10PM-08:45PM", - "enroll_current": 4, - "course_description": "Materials controlled at nanometer-scale will revolutionize existing technologies. Course offers opportunities of learning materials that exhibit peculiar physical characteristics at the nanometer scales. Course also includes discussions of unique device architecture based on materials crafted at the nanometer scale.", - "enroll_max": 30, - "lecture_number": 22875, - "credits": "5 units", - "location": "J Baskin Engr 156", - "course_name": "EE 216", - "gen_ed_categories": "5 units", - "instructor": "Kobayashi,N.P.", - "class_number": 22875, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Special Topics in Electrical Engineering", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 4, - "course_description": "Topics vary with instructor. Sample topics include smart grids, bioelectronics, antennas, etc. Enrollment by instructor permission. Approval of undergraduate adviser required for credit as an upper-division elective. May be repeated for credit.", - "enroll_max": 35, - "lecture_number": 24293, - "credits": "5 units", - "location": "J Baskin Engr 156", - "course_name": "EE 183", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 24293, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Principles of Digital Communications", - "course_section": "50", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 151 and 153 (or Computer Engineering 153) and Computer Engineering 107.", - "meet_times": "TuTh 07:10PM-08:45PM", - "location": "SiliconValleyCtr", - "enroll_current": 2, - "course_description": "A core course on digital communications theory. Provides an introduction to digital communication, including source coding, characterization of communication signals and systems, modulation and demodulation for the additive Gaussian channel, digital signaling, and over bandwidth constrained linear filter channels and over fading multipath channels.", - "lecture_number": 21721, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EE 251", - "gen_ed_categories": "5 units", - "instructor": "Friedlander,B.", - "class_number": 21721, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 22711, - "class_type": "LEC", - "course_description": "Graduate-level introduction to control of continuous linear systems using classical feedback techniques. Design of feedback controllers for command-following error, disturbance rejection, stability, and dynamic response specifications. Root locus and frequency response design techniques. Extensive use of Matlab for computer-aided controller design. Course has concurrent lectures with Electrical Engineering 154.", - "course_name": "EE 241", - "course_title": "Introduction to Feedback Control Systems", - "location": "Soc Sci 1 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 22711, - "instructor": "Sanfelice,R.G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as CMPE 241", - "enroll_current": 26, - "waitlist_current": 0 - }, { - "enroll_max": 90, - "waitlist_max": 999, - "class_number": 21719, - "class_type": "LEC", - "course_description": "Components and system design of optical fiber communication. Topics include step-index fibers, graded-index fibers, fiber modes, single-mode fibers, multimode fibers, dispersion, loss mechanics, fiber fabrication, light-emission processes in semiconductors, light-emitting diodes, laser diodes, modulation response, source-fiber coupling, photodetectors, receivers, receiver noise and sensitivity, system design, power budget and rise-time budget, fiber-optic networks (FDDI, SONET, etc.), wavelength division multiplexing (WDM). Students cannot receive credit for this course and course 130. May be repeated for credit.", - "course_name": "EE 230", - "course_title": "Optical Fiber Communication", - "location": "Kresge Clrm 327", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 21719, - "instructor": "Yanik,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with EE 130.", - "enroll_current": 38, - "waitlist_current": 0 - }, { - "enroll_max": 85, - "waitlist_max": 999, - "class_number": 21712, - "class_type": "LEC", - "course_description": "Analysis and design of continuous linear feedback control systems. Essential principles and advantages of feedback. Design by root locus, frequency response, and state space methods and comparisons of these techniques. Applications.", - "course_name": "EE 154", - "course_title": "Feedback Control Systems", - "location": "Steven Acad 175", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 103. Enrollment is restricted to School of Engineering and Division of Physical and Biological Sciences majors, or by permission of instructor.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 21712, - "instructor": "Milutinovic,D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as CMPE 141.", - "enroll_current": 59, - "waitlist_current": 0 - }, { - "enroll_max": 69, - "waitlist_max": 999, - "class_number": 21701, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 145. One two-hour laboratory per week. Students are billed a materials fee.", - "course_name": "EE 145L", - "course_title": "Properties of Materials Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Physics 5A/L, 5B/M, and 5C/N or 6A/L, 6B/M, and 6C/N.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21701, - "instructor": "Kobayashi,N.P.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 145 is required. Enroll in lab and associated secondary lab", - "enroll_current": 69, - "waitlist_current": 6 - }, { - "enroll_max": 35, - "waitlist_max": 999, - "class_number": 22918, - "class_type": "LAB", - "course_description": "Computer analysis and simulation of energy generation, components, power-flow analysis, systems, and control covering topics from course 195. Weekly computer simulations reinforce the concepts introduced in course 175. Students are billed a materials fee.", - "course_name": "EE 175L", - "course_title": "Energy Generation and Control Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 22918, - "instructor": "Parsa,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 175 is required.Enroll in lab and associated secondary lab", - "enroll_current": 24, - "waitlist_current": 0 - }, { - "enroll_max": 35, - "waitlist_max": 999, - "class_number": 22922, - "class_type": "LEC", - "course_description": "Introduces electrical energy generation, sensing, and control, emphasizing the emerging smart grid. Topics include 3-phase AC power systems, voltage and transient stability, fault analysis, grid protection, power-flow analysis, economic dispatch, and high voltage DC distribution (HVDC).", - "course_name": "EE 175", - "course_title": "Energy Generation and Control", - "location": "N. Sci Annex 103", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101. Concurrent enrollment in course 175L is required.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22922, - "instructor": "Parsa,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in course 175L required.", - "enroll_current": 24, - "waitlist_current": 0 - }, { - "enroll_max": 90, - "waitlist_max": 999, - "class_number": 21692, - "class_type": "LEC", - "course_description": "Introduction to optics, photonics and optoelectronics, fiber optic devices and communication systems: Topics include: ray optics, electromagnetic optics, resonator optics, interaction between photons and atoms, dielectric waveguides and fibers, semiconductor light sources and detectors, modulators, amplifiers, switches, and optical fiber communication systems. Taught in conjunction with course 230. Students cannot receive credit for this course and course 230.", - "course_name": "EE 130", - "course_title": "Introduction to Optoelectronics and Photonics", - "location": "Kresge Clrm 327", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Physics 5B and 5C, or Physics 6B and 6C; concurrent enrollment in course 130L.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 21692, - "instructor": "Yanik,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 130L is required. Taught in conjunction with EE 230.", - "enroll_current": 38, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Capstone Project I", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 171 and CMPE 100; and previous or concurrent enrollment in course 157 or CMPE 118 or CMPE 121. Enrollment is restricted to seniors.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Engineer 2 180", - "enroll_current": 8, - "course_description": "First of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this first course, students complete the specification and planning for a substantial project. Topics covered: engineering design cycle, engineering teams, and professional practices.", - "lecture_number": 23013, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EE 129A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23013, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21379, - "class_type": "LEC", - "course_description": "Studies of analog circuit principles relevant to high-speed digital design: signal propagation, crosstalk, and electromagnetic interference. Topics include electrical characteristics of digital circuits, interfacing different logic families, measurement techniques, transmission lines, ground planes and grounding, terminations, power systems, connectors/ribbon cables, clock distribution, shielding, electromagnetic compatibility and noise suppression, and bus architectures. (Formerly Computer Engineering 173.)", - "course_name": "EE 173", - "course_title": "High-Speed Digital Design", - "location": "Soc Sci 2 159", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 101/L and 174. Previous or concurrent enrollment in course 173L is required. Course 171 and Computer Engineering 121 recommended.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 21379, - "instructor": "Petersen,S.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 173L is required", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21380, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 173. One two-hour laboratory session per week. Students are billed a materials fee. (Formerly Computer Engineering 173L.)", - "course_name": "EE 173L", - "course_title": "High-Speed Digital Design Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 101, 101L, and 174. Course 171 and Computer Engineering 121 recommended.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21380, - "instructor": "Petersen,S.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 173 is required. Enroll in lab and associated secondary lab", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 22727, - "class_type": "LEC", - "course_description": "Analog circuit design covering the basic amplifier configurations, current mirrors, differential amplifiers, frequency response, feedback amplifiers, noise, bandgap references, one- and two-stage operational amplifier design, feedback amplifier stability, switched capacitor circuits and optionally the fundamentals of digital-to-analog and analog-to-digital converters. Emphasis throughout will be on the development of approximate and intuitive methods for understanding and designing circuits. Cannot receive credit for this course and course 221.", - "course_name": "EE 172", - "course_title": "Advanced Analog Circuits", - "location": "Engineer 2 192", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 171.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22727, - "instructor": "Pedrotti,K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with EE 221", - "enroll_current": 12, - "waitlist_current": 0 - }, { - "enroll_max": 74, - "waitlist_max": 999, - "class_number": 21684, - "class_type": "LAB", - "course_description": "Illustrates topics covered in course 101. One two-hour laboratory session per week. Students are billed for a materials fee.", - "course_name": "EE 101L", - "course_title": "Introduction to Electronic Circuits Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Physics 5C/N or 6C/N; and Mathematics 24 or previous or concurrent enrollment in Applied Mathematics and Statistics 20 or 20A.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21684, - "instructor": "Abrahamsson,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 101 is required. Enroll in lab and associated secondary lab", - "enroll_current": 74, - "waitlist_current": 3 - }, { - "enroll_max": 74, - "waitlist_max": 999, - "class_number": 21683, - "class_type": "LEC", - "course_description": "Introduction to the physical basis and mathematical models of electrical components and circuits. Topics include circuit theorems (Thevenin and Norton Equivalents, Superposition), constant and sinusoidal inputs, natural and forced response of linear circuits. Introduction to circuit/network design, maximum power transfer, analog filters, and circuit analysis using Matlab. Topics in elementary electronics including amplifiers and feedback.", - "course_name": "EE 101", - "course_title": "Introduction to Electronic Circuits", - "location": "J Baskin Engr 152", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Physics 5C/N or 6C/N, and Mathematics 24 or previous or concurrent enrollment in Applied Mathematics and Statistics 20 or 20A. Concurrent enrollment in course 101L is required.", - "meet_times": "MWF 01:20PM-02:25PM", - "credits": "5 units", - "lecture_number": 21683, - "instructor": "Abrahamsson,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 101L is required", - "enroll_current": 74, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sustainability Engineering and Practice", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 62, - "course_description": "Topical introduction to principles and practices of sustainability engineering and ecological design with emphasis on implementation in society. Provides an understanding of basic scientific, engineering, and social principles in the design, deployment, and operation of resource-based human systems, and how they can be maintained for this and future generations. No specialized background in engineering, science, or social sciences is assumed.", - "enroll_max": 90, - "lecture_number": 22805, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "EE 80S", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22805, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Social and Cultural Context of Education", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 12:00PM-03:00PM", - "location": "McHenry Clrm 3170", - "enroll_current": 7, - "course_description": "Application of anthropological and sociological theories to study of education. Examines social, cultural, and linguistic context of schooling with particular attention to role of race, class, culture, power, and language in influencing schooling outcomes.", - "lecture_number": 21682, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EDUC 262", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21682, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Educational Inquiry", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 02:00PM-05:00PM", - "location": "McHenry Clrm 3170", - "enroll_current": 3, - "course_description": "Addresses foundational knowledge needed to understand and conduct educational inquiry and research. Topics include epistemology in the human sciences, philosophical foundations of modern research strategies, and general classes of research investigations in education.", - "lecture_number": 21672, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EDUC 235", - "gen_ed_categories": "5 units", - "instructor": "Scott,J.A.", - "class_number": 21672, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21681, - "class_type": "SEM", - "course_description": "Required for the single subject social science credential student. Tracks both the implicit and explicit connections between theory and practice, illustrating that theory suggests best practice while practice informs theory-formation and testing.", - "course_name": "EDUC 232", - "course_title": "Social Science: Theory and Curriculum", - "location": "McHenry Clrm 0270", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "Tu 02:00PM-05:00PM", - "credits": "5 units", - "lecture_number": 21681, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Single Subject Social Science", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21677, - "class_type": "LEC", - "course_description": "Examines theoretical approaches to the learning and teaching of science including the nature of scientific knowledge, theories of how children learn science, approaches to scientific discourse, and perspectives on addressing diversity in science classrooms. Course is required for single subjects science credential.", - "course_name": "EDUC 230", - "course_title": "Science Education: Research and Practice", - "location": "McHenry Clrm 0292", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "Tu 02:00PM-05:00PM", - "credits": "5 units", - "lecture_number": 21677, - "instructor": "Ash,D.B.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Single Subject Science", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "enroll_max": 29, - "waitlist_max": 999, - "class_number": 21693, - "class_type": "LAB", - "course_description": "Includes a series of projects to provide hands-on experience needed for basic concepts and laboratory techniques of optical fiber technology. Students are billed a materials fee.", - "course_name": "EE 130L", - "course_title": "Introduction to Optoelectronics Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "1 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Physics 5B and 5C, or 6B and 6C; and Physics 5L, 5M, and 5N, or Physics 6L, 6M, and 6N.", - "meet_times": "TBA TBA", - "credits": "1 units", - "lecture_number": 21693, - "instructor": "Yanik,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 130 is required. Enroll in lab and associated secondary lab.", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21680, - "class_type": "SEM", - "course_description": "Required for the single subject English credential student. Examines sociocultural approaches to the learning and teaching of English in secondary classrooms, including theories of how children learn English language, literature, and composition.", - "course_name": "EDUC 226", - "course_title": "English Teaching: Theory and Curriculum", - "location": "McHenry Clrm 0292", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "W 04:30PM-07:30PM", - "credits": "5 units", - "lecture_number": 21680, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Single Subject English", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Signals and Systems", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 101/L and Applied Mathematics and Statistics 20.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "J Baskin Engr 152", - "enroll_current": 63, - "course_description": "The course covers the following topics: characterization and analysis of continuous-time signals and linear systems, time domain analysis using convolution, frequency domain analysis using the Fourier series and the Fourier transform, the Laplace transform, transfer functions and block diagrams, continuous-time filters, sampling of continuous time signals, examples of applications to communications and control systems.", - "lecture_number": 21691, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EE 103", - "gen_ed_categories": "5 units", - "instructor": "Kang,S.M.", - "class_number": 21691, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 100 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21676, - "class_type": "SEM", - "course_description": "This course provides both a theoretical and practical foundation for literacy instruction, emphasizing reading and language arts instruction in grades K\u20138. Interactive instruction and field experience will be used to examine curricula, methods, materials, and literacy evaluation.", - "course_name": "EDUC 220", - "course_title": "Reading and Language Arts for Elementary Classrooms", - "location": "McHenry Clrm 1253", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "TuTh 01:30PM-03:15PM", - "credits": "5 units", - "lecture_number": 21676, - "instructor": "Scott,J.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Multiple Subject Students. Summer Bridge starts 9/4/18", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 22896, - "class_type": "LEC", - "course_description": "Taught in Spanish. Prepares future bilingual teachers to be knowledgeable about history, politics, theory, and practices related to bilingual instructional programs. Topics: second-language acquisition, bilingual-program models, equity pedagogy.", - "course_name": "EDUC 212A", - "course_title": "Bilingualism and Biliteracy: History, Politics, Theory, and Practice", - "location": "McHenry Clrm 0292", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "F 03:30PM-06:30PM", - "credits": "2 units", - "lecture_number": 22896, - "instructor": "Johns,J.R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Schedule: meetings on Fridays. Dates: 9/28, 10/5, 10/12, 11/16, 11/30.", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21679, - "class_type": "LEC", - "course_description": "Examines research on the learning and teaching of mathematics. Topics include the nature of mathematics cognition and learning, how children learn mathematics, mathematical discourse, and perspectives on addressing diversity in mathematics classrooms. Course is required for M.A./credential students in secondary (single subject) mathematics and of Ph.D. students in mathematics education.", - "course_name": "EDUC 228", - "course_title": "Math Education: Research and Practice", - "location": "McHenry Clrm 3148", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "Tu 02:00PM-05:00PM", - "credits": "5 units", - "lecture_number": 21679, - "instructor": "Moschkovich,J.N.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Single Subject Mathematics", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "enroll_max": 100, - "waitlist_max": 999, - "class_number": 22912, - "class_type": "LAB", - "course_description": "Use and operation of spectrum analyzers; advanced signal analysis using oscilloscopes; measuring impulse response, step response, frequency response, and computer analysis of real signals. MATLAB programming is taught and used as a tool for signal analysis. Students are billed a materials fee.", - "course_name": "EE 103L", - "course_title": "Signals and Systems Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101and 101L, and Applied Mathematics and Statistics 20. Concurrent enrollment in course 103 is required.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 22912, - "instructor": "Kang,S.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 103 is required. Enroll in lab and associated secondary lab", - "enroll_current": 60, - "waitlist_current": 0 - }, { - "enroll_max": 69, - "waitlist_max": 999, - "class_number": 21698, - "class_type": "LEC", - "course_description": "The fundamental electrical, optical, and magnetic properties of materials, with emphasis on metals and semiconductors: chemical bonds, crystal structures, elementary quantum mechanics, energy bands. Electrical and thermal conduction. Optical and magnetic properties.", - "course_name": "EE 145", - "course_title": "Properties of Materials", - "location": "Soc Sci 2 075", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Physics 5A/L, 5B/M, and 5C/N or 6A/L, 6B/M, and 6C/N. Concurrent enrollment in course 145L is required.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 21698, - "instructor": "Kobayashi,N.P.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EE 145L is required. Enroll in lecture and associated discussion section", - "enroll_current": 69, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Capstone Project I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 171 and CMPE 100; and previous or concurrent enrollment in course 157 or CMPE 118 or CMPE 121. Enrollment is restricted to seniors.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Engineer 2 180", - "enroll_current": 26, - "course_description": "First of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this first course, students complete the specification and planning for a substantial project. Topics covered: engineering design cycle, engineering teams, and professional practices.", - "lecture_number": 23012, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EE 129A", - "gen_ed_categories": "5 units", - "instructor": "Petersen,S.C.", - "class_number": 23012, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21675, - "class_type": "LEC", - "course_description": "A required course that introduces students to the diverse cultural and linguistic settings of today's classrooms. Classroom practices, instructional strategies, and analysis are emphasized. First course in the student teaching placement series. Placements are used to examine and apply teaching methods while developing classroom management skills. Class meetings include discussion and demonstration of teaching methods. (Formerly Applied Classroom Analysis and Methods: Beginning Student Teaching.)", - "course_name": "EDUC 200", - "course_title": "Beginning Student Teaching", - "location": "McHenry Clrm 0270", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "05", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "M 05:30PM-07:15PM", - "credits": "5 units", - "lecture_number": 21675, - "instructor": "England,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Single Subjects Math & Science. Summer Bridge starts 9/4/2018", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21678, - "class_type": "SEM", - "course_description": "This course is required for the multiple subject credential. Examines constructivist and sociocultural approaches to the learning and teaching of mathematics in elementary classrooms, including the nature of mathematics and theories of how children learn mathematics. Provides an introduction to mathematics teaching standards and a critical overview of curricula, instructional theories, and multiple approaches to teaching the \"big ideas\" in elementary mathematics.", - "course_name": "EDUC 222", - "course_title": "Mathematics Learning and Teaching in Elementary Classrooms", - "location": "McHenry Clrm 1253", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "TuTh 11:00AM-12:45PM", - "credits": "5 units", - "lecture_number": 21678, - "instructor": "Wilson,J.B.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Multiple Subject Students", - "enroll_current": 3, - "waitlist_current": 0 - }, { - "enroll_max": 68, - "waitlist_max": 999, - "class_number": 22694, - "class_type": "SEM", - "course_description": "Addresses the preparation of teachers for meeting needs of special populations within the general education setting. Covers basic knowledge, skills, and strategies.", - "course_name": "EDUC 211", - "course_title": "Topics in Elementary Education: Teaching Special Populations", - "location": "Steven Acad 175", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "Th 04:00PM-05:30PM", - "credits": "2 units", - "lecture_number": 22694, - "instructor": "Tellez,K.T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Multiple & Single Subject Students. Meeting dates: 9/6, 9/13, 9/20, 9/27, 10/4, 10/11, 10/18, 10/25, 11/1, 11/8.", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21674, - "class_type": "LEC", - "course_description": "A required course that introduces students to the diverse cultural and linguistic settings of today's classrooms. Classroom practices, instructional strategies, and analysis are emphasized. First course in the student teaching placement series. Placements are used to examine and apply teaching methods while developing classroom management skills. Class meetings include discussion and demonstration of teaching methods. (Formerly Applied Classroom Analysis and Methods: Beginning Student Teaching.)", - "course_name": "EDUC 200", - "course_title": "Beginning Student Teaching", - "location": "McHenry Clrm 1253", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "04", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "TuTh 05:30PM-07:15PM", - "credits": "5 units", - "lecture_number": 21674, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Single Subjects Social Studies & English. Summer Bridge starts 9/4/2018", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "enroll_max": 120, - "waitlist_max": 50, - "class_number": 21665, - "class_type": "LEC", - "course_description": "Designed to encourage students to think about teaching in new ways. Assumptions about teaching and schooling are examined as well as considering what it takes to teach so that children learn and understand. Not a course in how to teach, but an opportunity to reconsider what teaching should try to accomplish and what kinds of learning teachers should foster. Practicum in the schools of 30 hours per quarter required.", - "course_name": "EDUC 180", - "course_title": "Introduction to Teaching", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 60. Enrollment is restricted to education minors or by permission of instructor.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 21665, - "instructor": "Lashaw,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment in section is mandatory", - "enroll_current": 90, - "waitlist_current": 2 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21673, - "class_type": "LEC", - "course_description": "A required course that introduces students to the diverse cultural and linguistic settings of today's classrooms. Classroom practices, instructional strategies, and analysis are emphasized. First course in the student teaching placement series. Placements are used to examine and apply teaching methods while developing classroom management skills. Class meetings include discussion and demonstration of teaching methods. (Formerly Applied Classroom Analysis and Methods: Beginning Student Teaching.)", - "course_name": "EDUC 200", - "course_title": "Beginning Student Teaching", - "location": "McHenry Clrm 1253", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "TuTh 09:00AM-10:45AM", - "credits": "5 units", - "lecture_number": 21673, - "instructor": "Wilson,J.B.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Multiple Subject Students Summer Bridge starts 9/4/2018", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "enroll_max": 39, - "waitlist_max": 999, - "class_number": 22840, - "class_type": "SEM", - "course_description": "Course helps future educators develop a practical theory for teaching English in the elementary and secondary schools to students who speak other languages. Topics include current trends in the field, language assessment, and the design of instructional units.", - "course_name": "EDUC 204", - "course_title": "Methods of English Language Development: Single Subject", - "location": "McHenry Clrm 1253", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to MA/credential students.", - "meet_times": "M 02:00PM-05:00PM", - "credits": "5 units", - "lecture_number": 22840, - "instructor": "Bunch,G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Single Subject all Cohorts", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "South and Southeast Asian Schooling and Immigration", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to education or STEM minors, physics education majors, or students with math education concentration or Earth sciences science education concentration, or biology B.A. bioeducation, or by permission of instructor.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Porter Acad 148", - "enroll_current": 25, - "course_description": "Historical and contemporary study of education in India, Vietnam, Cambodia, Laos, and the Philippines, and the adaptation to schooling in the U.S. of immigrant families. Topics include: effects of language acquisition; religion and cultural practices; family patterns; socioeconomic status; career aspirations; and parental expectations.", - "lecture_number": 22893, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EDUC 171", - "gen_ed_categories": "5 units", - "instructor": "Gordon,J.A.", - "class_number": 22893, - "class_type": "SEM", - "waitlist_max": 20, - "enroll_max": 60 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "CAL Teach 1: Mathematics", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enrollment by permission code only", - "meet_times": "Tu 07:10PM-08:45PM", - "enroll_current": 15, - "course_description": "Introductory seminar exploring secondary students, teaching, and schools in the context of mathematics instruction. Concurrent participation in a secondary school internship required. Course material supports and enhances students' placement experiences. Prerequisite(s): Acceptance into CAL Teach and concurrent participation in a secondary school internship in a math classroom.", - "enroll_max": 0, - "lecture_number": 22784, - "credits": "2 units", - "location": "J Baskin Engr 160", - "course_name": "EDUC 50B", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22784, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Issues in Educational Reform", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to education or STEM minors, physics education majors, or students with math education concentration or Earth sciences science education concentration, or biology B.A. bioeducation, or by permission of instructor.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Porter Acad 148", - "enroll_current": 59, - "course_description": "Explores a variety of perspectives on key educational policy issues including desegregation, bilingual education, affirmative action, charter schools, national and state curriculum standards, student assessment and the assessment and certification of teachers.", - "lecture_number": 21671, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EDUC 160", - "gen_ed_categories": "5 units", - "instructor": "Bartlett,L.", - "class_number": 21671, - "class_type": "LEC", - "waitlist_max": 20, - "enroll_max": 60 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ethical Issues and Teaching", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment restricted to education or STEM minors, physics education majors, or students with math education concentration or Earth sciences science education concentration, or biology B.A. bioeducation, or by permission of instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Porter Acad 148", - "enroll_current": 57, - "course_description": "Emphasizes a philosophical exploration of the moral complexities of teaching. Students read theoretical investigations of these complexities, and examine case studies that pose difficult moral questions and illuminate the dilemmas of everyday life in classrooms. Course is grounded in a dialogical approach to learning.", - "lecture_number": 22841, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EDUC 104", - "gen_ed_categories": "5 units", - "instructor": "Glass,R.", - "class_number": 22841, - "class_type": "LEC", - "waitlist_max": 20, - "enroll_max": 60 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Applied Economics and Finance Laboratory", - "course_section": "02", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", - "meet_times": "Th 05:20PM-06:55PM", - "location": "MingOng Cmp Lb 103", - "enroll_current": 9, - "course_description": "Practical experience in managing computerized data sets and running statistical packages. Covers STATA and R. (Formerly Applied Economics Laboratory.) May be repeated for credit.", - "lecture_number": 21664, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ECON 294A", - "gen_ed_categories": "2 units", - "instructor": "Saha,S.", - "class_number": 21664, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "The Arts in Schools: Aesthetic Education Theory and Practice", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment restricted to education or STEM minors, physics education majors, or students with math education concentration or Earth sciences science education concentration, or biology B.A. bioeducation, or by permission of instructor.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Porter Acad 148", - "enroll_current": 40, - "course_description": "Explores the historical legacy of the arts within education; considers aesthetic education as an inter-arts philosophical and practical endeavor; studies alternatives to the current situation of the arts in education; develops theory, curricula and methods necessary to teach the arts. Addresses both elementary and secondary teaching in the arts. Meets third-course requirements.", - "lecture_number": 21670, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EDUC 120", - "gen_ed_categories": "5 units", - "instructor": "Kratochvil,K.R.", - "class_number": 21670, - "class_type": "SEM", - "waitlist_max": 20, - "enroll_max": 60 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Education: Learning, Schooling, and Society", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 113, - "course_description": "Explores the foundations of learning and teaching, the social and political forces within schools and school systems in the U.S., and the educational policies and practices in culturally and linguistically diverse communities.", - "enroll_max": 200, - "lecture_number": 22880, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "EDUC 60", - "gen_ed_categories": "5 units", - "instructor": "Mosqueda,E.", - "class_number": 22880, - "class_type": "LEC", - "waitlist_max": 50, - "waitlist_current": 0 - }, { - "grading_options": "Satisfactory/Unsatisfactory", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Workshop in Applied Microeconomics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Engineer 2 499", - "enroll_current": 0, - "course_description": "For Ph.D. students in economics who are at the early stages of their research careers as well as for those who are engaged in dissertation work in applied microeconomics or other empirical work. Topics vary from quarter to quarter depending on the interests of participants. May be repeated for credit.", - "lecture_number": 22983, - "credits": "3 units", - "waitlist_current": 0, - "course_name": "ECON 275", - "gen_ed_categories": "3 units", - "instructor": "Bulman,G.", - "class_number": 22983, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "CAL Teach 1: Science", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enrollment by permission code only", - "meet_times": "Tu 05:20PM-06:55PM", - "enroll_current": 13, - "course_description": "Introductory seminar exploring secondary students, teaching, and schools in the context of science instruction. Concurrent participation in a secondary school internship required. Course material supports and enhances students' placement experiences. Prerequisite(s): Acceptance into CAL Teach and concurrent participation in a secondary school internship in a science classroom.", - "enroll_max": 0, - "lecture_number": 22783, - "credits": "2 units", - "location": "J Baskin Engr 160", - "course_name": "EDUC 50C", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22783, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Applied Economics and Finance Laboratory", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", - "meet_times": "Tu 05:20PM-06:55PM", - "location": "MingOng Cmp Lb 103", - "enroll_current": 28, - "course_description": "Practical experience in managing computerized data sets and running statistical packages. Covers STATA and R. (Formerly Applied Economics Laboratory.) May be repeated for credit.", - "lecture_number": 21663, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ECON 294A", - "gen_ed_categories": "2 units", - "instructor": "Saha,S.", - "class_number": 21663, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced International Finance I", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 1, - "course_description": "Covers the foundations of international macroeconomics. Topics include international borrowing and lending, the role of international financial markets, exchange rate economics, wealth and income in open economies, and macroeconomic policy interdependence.", - "enroll_max": 10, - "lecture_number": 21661, - "credits": "5 units", - "location": "J Baskin Engr 169", - "course_name": "ECON 241A", - "gen_ed_categories": "5 units", - "instructor": "Kletzer,K.M.", - "class_number": 21661, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Monetary Economics I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 205 A-B-C, or by permission of instructor. Enrollment is restricted to graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "J Baskin Engr 169", - "enroll_current": 2, - "course_description": "Covers major issues in monetary economics, focusing on the core theoretical models employed in monetary economics. Topics include: money in general equilibrium; money-in-the-utility function approaches; cash-in-advance models; search-based models; welfare costs of inflation; optimal inflation tax; informational frictions in monetary economies; financial and credit frictions; nominal price and wage frictions; time-dependent and state-dependent models of price adjustment; and money in new Keynesian models.", - "lecture_number": 22900, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 221A", - "gen_ed_categories": "5 units", - "instructor": "Walsh,C.E.", - "class_number": 22900, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Satisfactory/Unsatisfactory", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Workshop in Macroeconomics and Monetary Economics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): courses 205A, 205B, and 205C, or by consent of instructor. Enrollment is restricted to graduate students.", - "meet_times": "W 01:20PM-02:25PM", - "location": "Engineer 2 499", - "enroll_current": 0, - "course_description": "For Ph.D. students in economics who are at the early stages of their research careers as well as for those who are engaged in dissertation work in macroeconomics and monetary economics. Topics vary from quarter to quarter depending on the interests of participants. May be repeated for credit.", - "lecture_number": 22895, - "credits": "3 units", - "waitlist_current": 0, - "course_name": "ECON 274", - "gen_ed_categories": "3 units", - "instructor": "Staff", - "class_number": 22895, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Applied Econometric Analysis I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Kresge Clrm 327", - "enroll_current": 0, - "course_description": "The use of statistical techniques for the testing of economic hypotheses and the estimation of parameters, with emphasis on regression analysis. Includes methods of dealing with serial correlation, errors in variables, multicollinearity, and heteroscedasticity. Experience with common statistical packages.", - "lecture_number": 21654, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "ECON 216", - "gen_ed_categories": "5 units", - "instructor": "Bulman,G.", - "class_number": 21654, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Satisfactory/Unsatisfactory", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mathematical Methods for Economic Analysis", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 4, - "course_description": "A course in introductory mathematical economics which covers standard optimization problems, difference and differential equations, optimal control theory, decisions under uncertainty, game theory, and stochastic calculus. Course 210A or equivalent is strongly recommended as preparation.", - "enroll_max": 15, - "lecture_number": 21652, - "credits": "5 units", - "location": "TBA", - "course_name": "ECON 210B", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21652, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Public and Applied Economics I", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 5, - "course_description": "Theory of the role of public sector expenditures and taxes in market economies. Analyzes efficiency and equity arguments for government intervention. Topics include the role of public debt and deficits in economies, international effects of tax and spending policies, and economic theories of public sector decision making. Courses 204A and 205A are strongly recommended as preparation. Students cannot receive credit for this course and course 150. (Formerly course 250, Advanced Public Finance.)", - "enroll_max": 10, - "lecture_number": 21662, - "credits": "5 units", - "location": "J Baskin Engr 169", - "course_name": "ECON 250A", - "gen_ed_categories": "5 units", - "instructor": "West,J.", - "class_number": 21662, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Finance I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "PhysSciences 110", - "enroll_current": 36, - "course_description": "Applications of economic analysis in private finance. Topics include risky choice and intertemporal choice theory, asset pricing models, efficient market hypotheses, market institutions, and derivative securities. Course 200 is strongly recommended as preparation.", - "lecture_number": 21658, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 233", - "gen_ed_categories": "5 units", - "instructor": "Pommerenke,K.", - "class_number": 21658, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 60 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Microeconomic Analysis", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "PhysSciences 114", - "enroll_current": 36, - "course_description": "Survey of partial equilibrium analysis, market distortions, consumer choice and production and trade theory, perfect and imperfect competition, price discrimination, and intertemporal choice theory.", - "lecture_number": 21647, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 200", - "gen_ed_categories": "5 units", - "instructor": "Saha,S.", - "class_number": 21647, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 60 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Economic Rhetoric: Using Economic Theory and Empirical Evidence in Arguing Policy", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s):Entry Level Writing & Composition requirement; one of the following courses: 100A,100M,100B,100N, or 113. Restricted to sophomore,junior,senior economics, business-management economics, global economics and combined economics/math majors.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "PhysSciences 136", - "enroll_current": 34, - "course_description": "Economics students are expected to learn to effectively communicate economic theory and evidence relating to economic policy to audiences that do not have economics degrees. The skills to be learned are both written and oral communication. Students learn to present convincing policy arguments in position papers, executive summaries, and in oral presentation that may include charts and other means of communication.", - "lecture_number": 22978, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "ECON 197", - "gen_ed_categories": "5 units", - "instructor": "Meininger,A.G.", - "class_number": 22978, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 34 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Economic Rhetoric: Using Economic Theory and Empirical Evidence in Arguing Policy", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s):Entry Level Writing & Composition requirement; one of the following courses: 100A,100M,100B,100N, or 113. Restricted to sophomore,junior,senior economics, business-management economics, global economics and combined economics/math majors.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "PhysSciences 136", - "enroll_current": 34, - "course_description": "Economics students are expected to learn to effectively communicate economic theory and evidence relating to economic policy to audiences that do not have economics degrees. The skills to be learned are both written and oral communication. Students learn to present convincing policy arguments in position papers, executive summaries, and in oral presentation that may include charts and other means of communication.", - "lecture_number": 22977, - "credits": "5 units", - "waitlist_current": 8, - "course_name": "ECON 197", - "gen_ed_categories": "5 units", - "instructor": "Meininger,A.G.", - "class_number": 22977, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 34 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mathematical Methods for Economic Analysis", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to applied economics and finance graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 28, - "course_description": "Presents mathematical methods commonly used in graduate-level economic analysis: basic matrix algebra, real analysis, functions, continuity concepts, differentiation, Taylor expansions, and implicit function theorem and optimization.", - "lecture_number": 21646, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 186", - "gen_ed_categories": "5 units", - "instructor": "Fan,J.", - "class_number": 21646, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Labor Economics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100A or 100M; and course 113.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "PhysSciences 136", - "enroll_current": 16, - "course_description": "A study of topics in modern labor economics with an emphasis on data analysis and econometrics. Topics include labor supply, labor demand, human capital, minimum wage, employment and wage discrimination, immigration, self-employment, earned income tax credit, and unemployment insurance.", - "lecture_number": 21645, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 180", - "gen_ed_categories": "5 units", - "instructor": "Giuliano,L.", - "class_number": 21645, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 35 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Environmental Economics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100A or 100M, and 113.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Cowell Acad 113", - "enroll_current": 18, - "course_description": "Economic analysis of environmental issues. Environmental pollution and deterioration as social costs. Economic policy and institutions for environmental control. Influences of technology, economic growth, and population growth on environmental quality.", - "lecture_number": 21644, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 170", - "gen_ed_categories": "5 units", - "instructor": "West,J.", - "class_number": 21644, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 55, - "waitlist_max": 999, - "class_number": 22829, - "class_type": "LEC", - "course_description": "Introduces modern game theory, including applications in social science, biology, and engineering. Topics include extensive form, strategic form, mixed strategies, incomplete information, repeated games, evolutionary games, and simulation techniques.", - "course_name": "ECON 166A", - "course_title": "Game Theory and Applications I", - "location": "PhysSciences 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Applied Mathematics and Statistics 5 or 7 or Economics 113; and Economics 11B, Applied Mathematics and Statistics 11B, or Mathematics 11B or 19B. Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 22829, - "instructor": "Musacchio,J.T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as CMPS 166A and TIM 166A.", - "enroll_current": 46, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Development Economics I", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 5, - "course_description": "Studies the microeconomics of development. Topics may include health and nutrition, education, intra-household economics, formal and informal risk-coping mechanisms, savings, credit, agriculture, institutions, and service delivery, and corruption. (Formerly Development Economics: Theory and Cases.)", - "enroll_max": 10, - "lecture_number": 21657, - "credits": "5 units", - "location": "Soc Sci 2 159", - "course_name": "ECON 220A", - "gen_ed_categories": "5 units", - "instructor": "Robinson,J.M.", - "class_number": 21657, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Econometrics I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to economics Ph.D. students or by permission of the instructor.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "J Baskin Engr 169", - "enroll_current": 0, - "course_description": "Introduces advanced econometric methods. Topics include probability theory, hypothesis testing, linear regression analysis, heteroscedasticity, serial correlation, instrumental variables, and panel data models. (Formerly Advanced Econometrics.)", - "lecture_number": 21653, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 211A", - "gen_ed_categories": "5 units", - "instructor": "Li,J.", - "class_number": 21653, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Macroeconomic Theory I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to Ph.D. students in economics or by permission of instructor.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 1 149", - "enroll_current": 0, - "course_description": "Modern macroeconomic theory: theories of growth and business cycle fluctuations; theories of household and firm behavior; models of financial markets and labor markets; recent developments in the analysis of macroeconomic policy. Courses 205A, 205B, and 205C must be taken in sequence. (Formerly Advanced Macroeconomic Theory.)", - "lecture_number": 21651, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 205A", - "gen_ed_categories": "5 units", - "instructor": "Kletzer,K.M.", - "class_number": 21651, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Microeconomic Theory I", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to Ph.D. students in economics or by permission of the instructor.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "J Baskin Engr 169", - "enroll_current": 0, - "course_description": "Economic theory of individual and market behavior, including constrained optimization, duality, theory of the consumer, theory of the producer, dynamic optimization, behavior under uncertainty, intertemporal choice, asymmetric information, game theory, partial and general equilibrium, pure and applied welfare economics, public goods and externalities. Courses 204A, 204B, and 204C must be taken in sequence. (Formerly Advanced Microeconomic Theory.)", - "lecture_number": 21650, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 204A", - "gen_ed_categories": "5 units", - "instructor": "Lazzati,N.", - "class_number": 21650, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Why Economies Succeed or Fail: Lessons from Western and Japanese History", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1 and 2. Related coursework in history also helpful. Enrollment is restricted to juniors and seniors.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "J Bask Aud 101", - "enroll_current": 150, - "course_description": "Examines the emergence of capitalism and the world's first industrial revolution in Britain, continental Europe industrialization, Soviet economic growth and collapse, and the Japanese economic miracle. Asks about the historical sources of long-run economic development, stagnation, and decline. Draws lessons for current debates over free market versus more interventionist policies, economic reform in the former Communist nations, and economic rivalry between the U.S. and Japan.", - "lecture_number": 21625, - "credits": "5 units", - "waitlist_current": 5, - "course_name": "ECON 126", - "gen_ed_categories": "5 units", - "instructor": "Baden,R.B.", - "class_number": 21625, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 150 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Marketing", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100A or 100M.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Thim Lecture 001", - "enroll_current": 100, - "course_description": "The evolution of markets and marketing; market structure; marketing cost and efficiency; public and private regulation; the development of marketing programs including decisions involving products, price, promotional distribution. (Formerly course 161.)", - "lecture_number": 21643, - "credits": "5 units", - "waitlist_current": 32, - "course_name": "ECON 161A", - "gen_ed_categories": "5 units", - "instructor": "Owen,S.A.", - "class_number": 21643, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 100 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Policy Issues in the International Economy", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1, 2, and 100A or 100M.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Engineer 2 192", - "enroll_current": 44, - "course_description": "Covers selected issues concerning the international economy. Topics include: U.S. competitiveness; U.S. trade policy; immigration; trade and the environment; developing countries; foreign investment; foreign exchange markets; and international economic institutions.", - "lecture_number": 21642, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ECON 143", - "gen_ed_categories": "5 units", - "instructor": "Hutchison,M.M.", - "class_number": 21642, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Tax Factors of Business and Investment", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 10B.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Kresge Clrm 321", - "enroll_current": 103, - "course_description": "Focuses on various tax subjects providing a strong foundation in tax concepts and preparation for work in either public or corporate accounting. Topics include historical perspective of the U.S. tax system, introduction to estate and gift taxes, employment and self-employment taxes, tax concepts and laws, business expenses, capital recovery, tax credits, capital gains and losses, capital investments, and corporate operations. (Formerly course 117.)", - "lecture_number": 21621, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "ECON 117B", - "gen_ed_categories": "5 units", - "instructor": "Moschetti,T.", - "class_number": 21621, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 103 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "International Trade", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100A or 100M.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "PhysSciences 110", - "enroll_current": 70, - "course_description": "The theory of international production and trade. The effects of tariffs and quantitative trade restrictions; the nature of economic integration; multinational firms; effects of trade and protection on economic stability and welfare.", - "lecture_number": 21639, - "credits": "5 units", - "waitlist_current": 9, - "course_name": "ECON 140", - "gen_ed_categories": "5 units", - "instructor": "Meininger,A.G.", - "class_number": 21639, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 70 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Business Strategy", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 10A and either 100A or 100M.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "PhysSciences 110", - "enroll_current": 70, - "course_description": "The strategic management process, techniques for analyzing single-business and diversified companies, implementing strategy, organization, business planning, financial strategy, competitive analysis, entrepreneurial skills.", - "lecture_number": 21636, - "credits": "5 units", - "waitlist_current": 5, - "course_name": "ECON 136", - "gen_ed_categories": "5 units", - "instructor": "Baden,R.B.", - "class_number": 21636, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 70 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Security Markets and Financial Institutions", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 100A or 100M, and 113.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "PhysSciences 114", - "enroll_current": 70, - "course_description": "An examination of all major financial markets: equities, bonds, options, forwards, and futures. Uses modern financial theory, including asset pricing models such as CAPM and APT.", - "lecture_number": 21633, - "credits": "5 units", - "waitlist_current": 13, - "course_name": "ECON 133", - "gen_ed_categories": "5 units", - "instructor": "Pommerenke,K.", - "class_number": 21633, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 70 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Econometrics", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1 and 2; Applied Mathematics and Statistics 5 or 7; and one of the following: course 11B, Applied Mathematics and Statistics 11B, Mathematics 22, or Mathematics 23A. Courses 100A or 100B strongly recommended as preparation.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Kresge Clrm 321", - "enroll_current": 64, - "course_description": "Practical methods for organizing and analyzing economic data, testing economic hypotheses, and measuring economic relationships. Regression analysis is the main empirical method, and basic statistical and probability theory is included. Students gain hands-on computer experience with an econometric software package. Students cannot receive credit for this course and Applied Mathematics and Statistics 113.", - "lecture_number": 21613, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 113", - "gen_ed_categories": "5 units", - "instructor": "Li,J.", - "class_number": 21613, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 65 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Accounting", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 111A or 111B.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Engineer 2 192", - "enroll_current": 50, - "course_description": "Accounting for business organizations; partnerships; government and non-profit organization funds; branches, consolidations, and installment sales. Projects involving spreadsheet software required.", - "lecture_number": 23361, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ECON 119", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23361, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Econometrics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1 and 2; Applied Mathematics and Statistics 5 or 7; and one of the following: course 11B, Applied Mathematics and Statistics 11B, Mathematics 22, or Mathematics 23A. Courses 100A or 100B strongly recommended as preparation.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Kresge Clrm 321", - "enroll_current": 100, - "course_description": "Practical methods for organizing and analyzing economic data, testing economic hypotheses, and measuring economic relationships. Regression analysis is the main empirical method, and basic statistical and probability theory is included. Students gain hands-on computer experience with an econometric software package. Students cannot receive credit for this course and Applied Mathematics and Statistics 113.", - "lecture_number": 21608, - "credits": "5 units", - "waitlist_current": 35, - "course_name": "ECON 113", - "gen_ed_categories": "5 units", - "instructor": "Bulman,G.", - "class_number": 21608, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 100 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Management Sciences", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100A or 100M.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "PhysSciences 114", - "enroll_current": 65, - "course_description": "The scientific study of management decision making. Topics include linear, integer, and non-linear programming. Special emphasis on a wide variety of practical applications, including production scheduling, optimal transportation assignments, and optimal inventory policy.", - "lecture_number": 21618, - "credits": "5 units", - "waitlist_current": 4, - "course_name": "ECON 115", - "gen_ed_categories": "5 units", - "instructor": "Wittman,D.A.", - "class_number": 21618, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 65 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Money and Banking", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 100B or 100N, and 113.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Engineer 2 192", - "enroll_current": 41, - "course_description": "Examines the nature of money, financial intermediation, financial asset pricing, and markets; banking business and the banking industry; financial and banking crises, especially the 2007-09 crisis in the U.S. and abroad; the evolving nature of financial regulation and supervision of banking and financial institutions and markets; history and functions of the U.S. central bank (Federal Reserve); the role of the central bank in providing liquidity, credit, and creating money; central bank emergency lending in crises; institutional design of central banks and macroeconomic policy.", - "lecture_number": 21632, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 130", - "gen_ed_categories": "5 units", - "instructor": "Hutchison,M.M.", - "class_number": 21632, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intermediate Macroeconomics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1; 2; and 11B or Applied Mathematics and Statistics 11B or Mathematics 22 or 23A.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "ClassroomUnit 001", - "enroll_current": 144, - "course_description": "Covers major theoretical issues arising in the study of income, employment, interest rates, and the price level. Examines the role of monetary and fiscal policy in economic stabilization. Also considers these issues as they relate to the global economy. Students cannot receive credit for this course and course 100N.", - "lecture_number": 21595, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "ECON 100B", - "gen_ed_categories": "5 units", - "instructor": "Saijo,H.", - "class_number": 21595, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 147 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intermediate Accounting I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 10B.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "J Baskin Engr 152", - "enroll_current": 95, - "course_description": "Principles, control, and theory of accounting for assets; accounting as an information system; measurement and determination of income. Projects involving spreadsheet software are required.", - "lecture_number": 21603, - "credits": "5 units", - "waitlist_current": 6, - "course_name": "ECON 111A", - "gen_ed_categories": "5 units", - "instructor": "Anderson,S.", - "class_number": 21603, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 95 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Macroeconomics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100B or 100N, and 113.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 1 149", - "enroll_current": 9, - "course_description": "A seminar in advanced macroeconomics focusing on a selection of theoretical issues. Emphasis is on detailed modeling and analysis of macroeconomic processes. (Formerly Topics in Macroeconomic Theory.)", - "lecture_number": 21602, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 105", - "gen_ed_categories": "5 units", - "instructor": "Walsh,C.E.", - "class_number": 21602, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 22 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intermediate Microeconomics", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1; 2; and 11B or Applied Mathematics and Statistics 11B or Mathematics 22 or 23A.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "J Baskin Engr 152", - "enroll_current": 87, - "course_description": "Covers major theoretical issues arising in the study of resource allocation, the function of markets, consumer behavior, and the determination of price, output, and profits in competitive, monopolistic, and oligopolistic market structures. Also considers issues of welfare and public policy. Students cannot receive credit for this course and course 100M.", - "lecture_number": 21590, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ECON 100A", - "gen_ed_categories": "5 units", - "instructor": "Marion,J.", - "class_number": 21590, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 89 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Economics for Non-Majors", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 27, - "course_description": "Designed for non-majors seeking a basic introduction to core economic concepts relevant for social and public policy decision making. Fundamental economic concepts illustrated through their application to a variety of public policy questions.", - "enroll_max": 40, - "lecture_number": 23209, - "credits": "5 units", - "location": "Thim Lecture 001", - "course_name": "ECON 20", - "gen_ed_categories": "5 units", - "instructor": "Gonzalez,J.H.", - "class_number": 23209, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intermediate Microeconomics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1; 2; and 11B or Applied Mathematics and Statistics 11B or Mathematics 22 or 23A.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Kresge Clrm 321", - "enroll_current": 105, - "course_description": "Covers major theoretical issues arising in the study of resource allocation, the function of markets, consumer behavior, and the determination of price, output, and profits in competitive, monopolistic, and oligopolistic market structures. Also considers issues of welfare and public policy. Students cannot receive credit for this course and course 100M.", - "lecture_number": 21585, - "credits": "5 units", - "waitlist_current": 39, - "course_name": "ECON 100A", - "gen_ed_categories": "5 units", - "instructor": "Lazzati,N.", - "class_number": 21585, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 105 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar", - "course_section": "02", - "career_type": "Graduate", - "meet_times": "F 12:00PM-01:00PM", - "enroll_current": 8, - "course_description": "Weekly seminar attended by faculty, graduate students, and upper-division undergraduate students.", - "enroll_max": 30, - "lecture_number": 21528, - "credits": "0 units", - "location": "Earth&Marine A340", - "course_name": "EART 292", - "gen_ed_categories": "0 units", - "instructor": "Zachos,J.C.", - "class_number": 21528, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Microeconomics: Resource Allocation and Market Structure", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 113, - "course_description": "For all interested students as well as prospective economics majors. Examines how markets allocate resources in different kinds of economies. Topics include competitive markets, monopoly, financial markets, income distribution, market failures, the environment, and the role of government.", - "enroll_max": 300, - "lecture_number": 21529, - "credits": "5 units", - "location": "ClassroomUnit 002", - "course_name": "ECON 1", - "gen_ed_categories": "5 units", - "instructor": "Gonzalez,J.H.", - "class_number": 21529, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Planetary Science", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Open to undergraduate majors with permission of instructor. Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "We examine one well-defined topic in planetary science, beginning with a summary of current knowledge and concluding with the latest research literature. Topics will vary from year to year and may include planetary collisions, terrestrial planets, origin of planetary systems, small bodies, the New Mars, and satellites of Jupiter. Achievement will be evaluated based on class participation, exams, and a research project. May be repeated for credit.", - "lecture_number": 21526, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EART 290E", - "gen_ed_categories": "5 units", - "instructor": "Garrick-Bethell,I.", - "class_number": 21526, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21571, - "class_type": "LEC", - "course_description": "Mathematical tools and reasoning, with applications to economics. Topics are drawn from multivariable differential calculus and single variable integral calculus, and include partial derivatives, linear and quadratic approximation, optimization with and without constraints, Lagrange multipliers, definite and indefinite integrals, and elementary differential equations. Students cannot receive credit for both this course and Mathematics 11B or 19B or Applied Math and Statistics 15B.", - "course_name": "ECON 11B", - "course_title": "Mathematical Methods for Economists II", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11A, or Applied Mathematics and Statistics 11A, or Mathematics 11A, or Mathematics 19A.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 21571, - "instructor": "Katznelson,J.R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as AMS 11B.", - "enroll_current": 103, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introductory Macroeconomics: Aggregate Economic Activity", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion.", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 174, - "course_description": "For all interested students and prospective economics majors. Examines how the overall level of national economic activity is determined, including output, employment, and inflation. Explores the roles of monetary and fiscal policies in stabilizing the economy and promoting growth, with a focus on contemporary policy debates.", - "enroll_max": 175, - "lecture_number": 21542, - "credits": "5 units", - "location": "J Bask Aud 101", - "course_name": "ECON 2", - "gen_ed_categories": "5 units", - "instructor": "Shenoy,A.Z.", - "class_number": 21542, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Economics of Accounting", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 04:00PM-05:05PM", - "enroll_current": 215, - "course_description": "Introduction to accounting principles and practice; preparation and analysis of financial statements; study of internal control procedures. Courses 10A and 10B satisfy the Accounting 1A-B requirement at UC Berkeley.", - "enroll_max": 215, - "lecture_number": 21549, - "credits": "5 units", - "location": "Media Theater M110", - "course_name": "ECON 10A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21549, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 34 - }, { - "enroll_max": 135, - "waitlist_max": 999, - "class_number": 21561, - "class_type": "LEC", - "course_description": "Introduction to mathematical tools and reasoning, with applications to economics. Topics are drawn from differential calculus in one variable and include limits, continuity, differentiation, elasticity, Taylor polynomials, and optimization. Students cannot receive credit for both this course and Mathematics 11A or 19A or Applied Mathematics and Statistics 15A. (Also offered as Applied Mathematics and Statistics 11A. Students cannot receive credit for both courses.)", - "course_name": "ECON 11A", - "course_title": "Mathematical Methods for Economists I", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Students who have already taken Mathematics 11A or 19A should not take this course. Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), Applied Math and Statistics 2, 3, or 6, or Mathematics 3.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 21561, - "instructor": "Mendes,B.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as AMS 11A. Enroll in lecture and discussion section.", - "enroll_current": 40, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 22942, - "class_type": "LEC", - "course_description": "Provides a comprehensive overview of key concepts, dominant paradigms, and research frontiers in Earth and planetary sciences in plenary talks by multiple faculty. Provides a required foundation course for all incoming students pursuing graduate degrees in Earth and planetary sciences. Students are billed a materials fee.", - "course_name": "EART 204", - "course_title": "Earth and Planetary Sciences Foundations", - "location": "Earth&Marine D236", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to Earth sciences graduate students.", - "meet_times": "TuTh 09:00AM-11:00AM", - "credits": "5 units", - "lecture_number": 22942, - "instructor": "Zhang,X.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to Earth & Planetary Sciences graduate students.", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 21522, - "class_type": "LEC", - "course_description": "Intended for new Earth sciences graduate students. Focus on preparation, assessment, and feedback. Classroom techniques, organizational and time management strategies, practice teaching sessions specific to laboratory and/or science instruction. Required follow-up meetings to discuss practical teaching experience.", - "course_name": "EART 203", - "course_title": "Introductory Teaching Seminar", - "location": "Earth&Marine D258", - "grading_options": "Student Option", - "gen_ed_categories": "1 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 02:00PM-04:00PM", - "credits": "1 units", - "lecture_number": 21522, - "instructor": "Hourigan,J.K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to graduate students.", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "Tu 03:20PM-04:55PM", - "enroll_current": 9, - "course_description": "Weekly seminar attended by faculty, graduate students, and upper-division undergraduate students.", - "enroll_max": 45, - "lecture_number": 21527, - "credits": "0 units", - "location": "N. Sci Annex 101", - "course_name": "EART 292", - "gen_ed_categories": "0 units", - "instructor": "Zachos,J.C.", - "class_number": 21527, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Glaciology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Advanced review of the physics and chemistry of ice and snow. Mass and heat balance of ice masses. Motion of glaciers and ice sheets. Subglacial and englacial hydrology. Thermodynamics of ice masses and the linkage to climate. May be repeated for credit.", - "lecture_number": 21525, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EART 290B", - "gen_ed_categories": "5 units", - "instructor": "Tulaczyk,S.M.", - "class_number": 21525, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 21520, - "class_type": "LAB", - "course_description": "Structural analysis of faults, folds, and maps. Use of stereographic projections. Cross section construction and balancing from field data.", - "course_name": "EART 150L", - "course_title": "Structural Geology Laboratory", - "location": "Earth&Marine D226", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Concurrent enrollment in course 150 is required.", - "meet_times": "Tu 09:00AM-12:00PM", - "credits": "2 units", - "lecture_number": 21520, - "instructor": "Hourigan,J.K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in course EART 150 is required", - "enroll_current": 6, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Practical Geophysics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 110C.", - "meet_times": "MW 02:30PM-04:05PM", - "location": "Earth&Marine D226", - "enroll_current": 8, - "course_description": "Hands-on practice analyzing real-life observational data including earthquake catalogs, seismograms, gravity, and GPS data. Emphasis on data collection, and access and manipulation skills. Introduction to MATLAB programming included. Students cannot receive credit for this course and course 266. (Formerly course 112.)", - "lecture_number": 23027, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EART 191C", - "gen_ed_categories": "5 units", - "instructor": "Brodsky,E.E.", - "class_number": 23027, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 21521, - "class_type": "LAB", - "course_description": "Structural analysis of faults, folds, and maps. Use of stereographic projections. Cross section construction and balancing from field data.", - "course_name": "EART 150L", - "course_title": "Structural Geology Laboratory", - "location": "Earth&Marine D226", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Concurrent enrollment in course 150 is required.", - "meet_times": "Th 02:00PM-05:00PM", - "credits": "2 units", - "lecture_number": 21521, - "instructor": "Hourigan,J.K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in course EART 150 is required", - "enroll_current": 10, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ground Water Modeling", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): graduate standing or permission of instructor required. One year of calculus and courses in differential equations and basic hydrologic principles are recommended as preparation.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Earth&Marine D250", - "enroll_current": 2, - "course_description": "Introduction to building and using models to solve hydrogeologic problems. Modeling methods include mainly analytical and finite-difference. Emphasis on using models rather than the details of their functioning, although some coding is required. Comfort with mathematical methods and computers expected. Course designed for graduate students, but available to qualified Earth science majors.", - "lecture_number": 21523, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EART 220", - "gen_ed_categories": "5 units", - "instructor": "Fisher,A.T.", - "class_number": 21523, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 12, - "waitlist_max": 999, - "class_number": 23917, - "class_type": "LAB", - "course_description": "Provides hands-on exposure to geochemical instrumentation with a focus on data collection. Practical labs apply sample imaging, isotopic major- and trace-element measurements to natural samples. Laboratory sessions are supported by instruction, geochemistry, and Earth science.", - "course_name": "EART 135L", - "course_title": "Practical Geochemistry", - "location": "Earth&Marine D258", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 5, or 10, or 20. Course 110B is recommended. Enrollment is restricted to majors and minors in Earth sciences and the combined majors with anthropology and environmental studies.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 23917, - "instructor": "Blackburn,T.J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lab and associated secondary lab", - "enroll_current": 11, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Planetary Science", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, and Mathematics 11B or Mathematics 19B or Applied Mathematics and Statistics 15B; and Physics 5A or 6A.", - "meet_times": "MW 04:00PM-05:35PM", - "location": "Earth&Marine D236", - "enroll_current": 22, - "course_description": "Broad introduction to planetary science. Topics include the fundamental characteristics of solar system bodies; space exploration of these bodies; formation and evolution of surfaces, atmospheres and interiors of planets, satellites and small bodies.", - "lecture_number": 22746, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EART 160", - "gen_ed_categories": "5 units", - "instructor": "Garrick-Bethell,I.", - "class_number": 22746, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Biogeochemical Cycles", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Upper-division undergraduates may enroll with instructor approval. College-level chemistry and an upper-division course in at least one relevant discipline are recommended.", - "meet_times": "TBA TBA", - "location": "J Baskin Engr 169", - "enroll_current": 0, - "course_description": "Overview of biogeochemical cycles, present and past, and geochemical models. Topics include: marine, terrestrial, and global views of the carbon, nitrogen, phosphorus, silicon, sulfur, and oxygen cycles, and the evolution of these cycles and Earth's redox balance through geologic time.", - "lecture_number": 22754, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "EART 213", - "gen_ed_categories": "5 units", - "instructor": "McCarthy,M.D.", - "class_number": 22754, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 23353, - "class_type": "LEC", - "course_description": "Introduction to solving scientific problems using computers. A series of simple problems from Earth sciences, physics, and astronomy are solved using a user-friendly scientific programming language (Python/SciPy).", - "course_name": "EART 119", - "course_title": "Introduction to Scientific Computing", - "location": "Kresge Clrm 327", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics or Statistics 15A.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 23353, - "instructor": "Robertson,B.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ASTR 119.", - "enroll_current": 48, - "waitlist_current": 3 - }, { - "enroll_max": 35, - "waitlist_max": 999, - "class_number": 21509, - "class_type": "LEC", - "course_description": "Introduces processes involving water on and near Earth's surface, including meteorology, water properties, surface flows in steams and runoff, flood analysis, ground water, water budgets, sediment transport, erosion, and water quality. Problem set and laboratory each week. Laboratory/field: 3 hours. Students are billed a materials fee. Alternates annually with course 146. Enrollment is restricted to majors and minors in Earth and planetary sciences and the combined majors with anthropology and environmental studies.", - "course_name": "EART 116", - "course_title": "Hydrology", - "location": "Earth&Marine D250", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 5 or 10 or 20, Mathematics 11A or 19A or Applied Mathematics or Statistics 15A; and Physics 6A/L or 5A/L, or by permission of the instructor. Course 5L or 10L or 20L and Physics 6B/M are recommended.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 21509, - "instructor": "Zimmer,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 21519, - "class_type": "LEC", - "course_description": "Principles and methods of analysis of brittly and ductily deformed rocks. Includes descriptions of structures, field analysis of structures, and mechanics of deformation. Three day-long field trips on weekends. Students are billed a materials fee.", - "course_name": "EART 150", - "course_title": "Structural Geology", - "location": "Earth&Marine D226", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements, and course 110A or 110B; course 109 recommended; concurrent enrollment in course 150L is required.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 21519, - "instructor": "Hourigan,J.K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EART 150L is required.", - "enroll_current": 16, - "waitlist_current": 0 - }, { - "enroll_max": 35, - "waitlist_max": 999, - "class_number": 22696, - "class_type": "LEC", - "course_description": "Series and sequences, vectors, 3D analytic geometry, partial differentiation, matrix algebra, and differential equations with applications in the Earth sciences. Topics include matrix manipulation, systems of linear equations, least-squares, Taylor series, gradients, optimization, analytic and numerical solutions to differential equations.", - "course_name": "EART 111", - "course_title": "Mathematics in the Earth Sciences", - "location": "Earth&Marine D258", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5 or 10 or 20, and Mathematics 11B or Mathematics 19B or Applied Mathematics and Statistics 15B.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22696, - "instructor": "Nimmo,W.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion.", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21516, - "class_type": "LEC", - "course_description": "Course focuses on understanding basic atmospheric weather and climate phenomena starting from the fundamentals of physics and chemistry. Using this approach, covers topics such as atmospheric circulation, precipitation, clouds, storms, urban and regional air quality, atmospheric aerosols, and climate and global change. Students are billed a materials fee.", - "course_name": "EART 121", - "course_title": "The Atmosphere", - "location": "Earth&Marine D226", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11B or Mathematics 19B or Applied Mathematics and Statistics 15B, and Chemistry 1A, and Physics 5B or 6B.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 21516, - "instructor": "Feldl,N.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion.", - "enroll_current": 11, - "waitlist_current": 0 - }, { - "enroll_max": 13, - "waitlist_max": 999, - "class_number": 21503, - "class_type": "LAB", - "course_description": "Laboratory exercises essential to the successful completion of fieldwork required in course 109. Topics include topographic maps, Brunton compass, rock identification and description, geologic map analysis, structure section \"construction,\" and landslide recognition.", - "course_name": "EART 109L", - "course_title": "Field Geology Laboratory", - "location": "Earth&Marine D258", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 5 or 10 or 20, and 5L or 10L or 20L. Enrollment is restricted to majors and minors in Earth and planetary sciences and the combined majors with anthropology and environmental studies or by permission of instructor.", - "meet_times": "W 10:30AM-01:30PM", - "credits": "2 units", - "lecture_number": 21503, - "instructor": "Schwartz,H.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EART 109 is required", - "enroll_current": 10, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21508, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 110A. Emphasis is on quantifying and evaluating different phenomena related to thermal, tectonic, climatic, and evolutionary processes.", - "course_name": "EART 110L", - "course_title": "Evolution of the Earth Laboratory", - "location": "Earth&Marine D236", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 110A.", - "meet_times": "Th 04:00PM-07:00PM", - "credits": "2 units", - "lecture_number": 21508, - "instructor": "Zachos,J.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in course EART 110A required", - "enroll_current": 18, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21507, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 110A. Emphasis is on quantifying and evaluating different phenomena related to thermal, tectonic, climatic, and evolutionary processes.", - "course_name": "EART 110L", - "course_title": "Evolution of the Earth Laboratory", - "location": "Earth&Marine D236", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 110A.", - "meet_times": "W 09:00AM-12:00PM", - "credits": "2 units", - "lecture_number": 21507, - "instructor": "Zachos,J.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in course EART 110A required", - "enroll_current": 18, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21506, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 110A. Emphasis is on quantifying and evaluating different phenomena related to thermal, tectonic, climatic, and evolutionary processes.", - "course_name": "EART 110L", - "course_title": "Evolution of the Earth Laboratory", - "location": "Earth&Marine D236", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 110A.", - "meet_times": "Tu 05:00PM-08:00PM", - "credits": "2 units", - "lecture_number": 21506, - "instructor": "Zachos,J.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in course EART 110A required", - "enroll_current": 21, - "waitlist_current": 0 - }, { - "enroll_max": 80, - "waitlist_max": 999, - "class_number": 21505, - "class_type": "LEC", - "course_description": "Investigation of the processes and mechanisms that have produced the present Earth system, with an emphasis on the temporal evolution of the earth from the Archean to the present. Specific topics covered include cyclicity in Earth processes and the evolution of, and interplay between the planet's crust, atmosphere, hydrosphere, and biosphere.", - "course_name": "EART 110A", - "course_title": "Evolution of the Earth", - "location": "N. Sci Annex 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 5 or 10 or 20, and 5L or 10L or 20L, and Mathematics 11A or Mathematics 19A or Applied Mathematics and Statistics 15A.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 21505, - "instructor": "Zachos,J.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in course EART 110L required", - "enroll_current": 62, - "waitlist_current": 0 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21502, - "class_type": "LEC", - "course_description": "Basic tools and techniques used in geologic fieldwork. Preparation, analysis, and interpretation of geologic maps. Nine to 10 days of weekend field trips required, including a six-day geologic mapping exercise. Laboratory: 3 hours. Recommended for courses 120, 130, 150, and required for 188A-B. May not be taken concurrently with course 120, 150, or 188. Students are billed a materials fee. Enrollment is restricted to majors and minors in Earth and planetary sciences and the combined majors with anthropology and environmental studies.", - "course_name": "EART 109", - "course_title": "Elements of Field Geology", - "location": "Earth&Marine D258", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Satisfaction of the Entry Level Writing and Composition requirements, course 5 or 10 or 20, and 5L or 10L or 20L, or by permission of instructor. Concurrent enrollment in 109L is required.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21502, - "instructor": "Schwartz,H.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EART 109L is required", - "enroll_current": 16, - "waitlist_current": 0 - }, { - "enroll_max": 13, - "waitlist_max": 999, - "class_number": 21497, - "class_type": "LAB", - "course_description": "Systematics, ecology, and evolutionary history of the major groups of fossil-forming animals. Laboratory 3 hours and one 1-day field trip. (Formerly The Fossil Record Laboratory.)", - "course_name": "EART 101L", - "course_title": "Invertebrate Paleobiology Laboratory", - "location": "Earth&Marine D250", - "grading_options": "Student Option", - "gen_ed_categories": "1 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 5 or 10 or 20 or Biology 20C or Anthropology 1.", - "meet_times": "Th 10:00AM-01:00PM", - "credits": "1 units", - "lecture_number": 21497, - "instructor": "Clapham,M.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EART 101 is required.", - "enroll_current": 8, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "California Geology Laboratory", - "course_section": "03", - "career_type": "Undergraduate", - "class_notes": "Field Trip. Laboratory 3 hours. Students are billed a materials fee.", - "meet_times": "Th 05:15PM-08:15PM", - "enroll_current": 6, - "course_description": "Laboratory sequence illustrating topics covered in course 5 with particular emphasis on rock and mineral identification and map interpretation. Field trip. Laboratory three hours. Students are billed a materials fee.", - "enroll_max": 25, - "lecture_number": 21489, - "credits": "1 units", - "location": "Earth&Marine D226", - "course_name": "EART 5L", - "gen_ed_categories": "1 units", - "instructor": "Knittle,E.", - "class_number": 21489, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "California Geology Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "Field Trip. Laboratory 3 hours. Students are billed a materials fee.", - "meet_times": "W 04:30PM-07:30PM", - "enroll_current": 10, - "course_description": "Laboratory sequence illustrating topics covered in course 5 with particular emphasis on rock and mineral identification and map interpretation. Field trip. Laboratory three hours. Students are billed a materials fee.", - "enroll_max": 25, - "lecture_number": 21488, - "credits": "1 units", - "location": "Earth&Marine D226", - "course_name": "EART 5L", - "gen_ed_categories": "1 units", - "instructor": "Knittle,E.", - "class_number": 21488, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 13, - "waitlist_max": 999, - "class_number": 21504, - "class_type": "LAB", - "course_description": "Laboratory exercises essential to the successful completion of fieldwork required in course 109. Topics include topographic maps, Brunton compass, rock identification and description, geologic map analysis, structure section \"construction,\" and landslide recognition.", - "course_name": "EART 109L", - "course_title": "Field Geology Laboratory", - "location": "Earth&Marine D258", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 5 or 10 or 20, and 5L or 10L or 20L. Enrollment is restricted to majors and minors in Earth and planetary sciences and the combined majors with anthropology and environmental studies or by permission of instructor.", - "meet_times": "W 04:00PM-07:00PM", - "credits": "2 units", - "lecture_number": 21504, - "instructor": "Schwartz,H.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EART 109 is required", - "enroll_current": 6, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Collaborative Research Project Group: Experimental Play", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "Th 09:50AM-12:50PM", - "enroll_current": 6, - "course_description": "Three-quarter, collaborative-research, project group encompasses a range of faculty-initiated projects that investigate computer games and related forms to engage audiences, make arguments, tell stories, and shape social space through creation of new games and through reading and playing related works. (Formerly Games and Playable Media.) May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23218, - "credits": "5 units", - "location": "Digital Arts 308", - "course_name": "DANM 250E", - "gen_ed_categories": "5 units", - "instructor": "Ruiz,S.", - "class_number": 23218, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "California Geology Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Field Trip. Laboratory 3 hours. Students are billed a materials fee.", - "meet_times": "Tu 05:00PM-08:00PM", - "enroll_current": 16, - "course_description": "Laboratory sequence illustrating topics covered in course 5 with particular emphasis on rock and mineral identification and map interpretation. Field trip. Laboratory three hours. Students are billed a materials fee.", - "enroll_max": 25, - "lecture_number": 21487, - "credits": "1 units", - "location": "Earth&Marine D226", - "course_name": "EART 5L", - "gen_ed_categories": "1 units", - "instructor": "Knittle,E.", - "class_number": 21487, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Collaborative Research Project Group: Art and Science", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 04:00PM-07:00PM", - "location": "Digital Arts 217", - "enroll_current": 2, - "course_description": "Three-quarter, collaborative-research, project group encompasses a range of faculty-initiated projects that investigate new methods in art and science collaboration to solve real-world problems and produce outcomes of substantial artistic and scientific value. (Formerly Collaborative Research Project Group: Mechatronics.) May be repeated for credit.", - "lecture_number": 22623, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "DANM 250A", - "gen_ed_categories": "5 units", - "instructor": "Dunn,D.D.", - "class_number": 22623, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Programming for the Arts", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 12:00PM-03:00PM", - "location": "Digital Arts 206", - "enroll_current": 8, - "course_description": "Covers aspects of computer programming necessary for digital art projects. Students learn to manipulate digital media using program control for installations, presentations, and the Internet. No prior programming experience required.", - "lecture_number": 22617, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "DANM 220", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22617, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 21496, - "class_type": "LAB", - "course_description": "Systematics, ecology, and evolutionary history of the major groups of fossil-forming animals. Laboratory 3 hours and one 1-day field trip. (Formerly The Fossil Record Laboratory.)", - "course_name": "EART 101L", - "course_title": "Invertebrate Paleobiology Laboratory", - "location": "Earth&Marine D250", - "grading_options": "Student Option", - "gen_ed_categories": "1 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 5 or 10 or 20 or Biology 20C or Anthropology 1.", - "meet_times": "M 04:00PM-07:00PM", - "credits": "1 units", - "lecture_number": 21496, - "instructor": "Clapham,M.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EART 101 is required.", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Collaborative Research Project Group: Socially Engaged Art", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 03:20PM-06:20PM", - "location": "Digital Arts 206", - "enroll_current": 5, - "course_description": "Three-quarter, collaborative-research, project group encompasses a range of faculty-initiated projects that join digital methods with community-media activism to facilitate a culture of participation and social engagement. (Formerly Collaborative Research Project Group: Participatory Culture.) May be repeated for credit.", - "lecture_number": 22624, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "DANM 250B", - "gen_ed_categories": "5 units", - "instructor": "Daniel,S.A.", - "class_number": 22624, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21495, - "class_type": "LEC", - "course_description": "An introduction to paleobiology; the use of fossil evidence to pose and solve evolutionary and geologic questions. Students are billed a materials fee. (Formerly The Fossil Record.)", - "course_name": "EART 101", - "course_title": "Invertebrate Paleobiology", - "location": "Earth&Marine D250", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 5 or 10 or 20 or Biology 20C or Anthropology 1. Concurrent enrollment in course 101L is required.", - "meet_times": "MWF 01:20PM-02:25PM", - "credits": "5 units", - "lecture_number": 21495, - "instructor": "Clapham,M.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in EART 101L is required.", - "enroll_current": 28, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Career and Internship Preparation", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "enroll_current": 50, - "course_description": "For students preparing for an internship experience or career position. Students undertake career development as a continuous lifelong process: learn techniques for an effective job search, such as preparing a resume and cover letter, interviewing and networking skills; and learn how to more clearly articulate their future educational and professional goals.", - "enroll_max": 50, - "lecture_number": 22662, - "credits": "2 units", - "location": "Online", - "course_name": "CRWN 185", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22662, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Oceanography", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 29, - "course_description": "An introduction to the physical environment of the ocean. Origin and evolution of ocean basins; sea-floor morphology; origin, distribution, historical record, and economic significance of marine sediments; ocean currents, waves, tides, and changing sea level; beaches, shorelines, and coastal processes; marine resources, pollution, and human impacts on the oceans. Students may also enroll in and receive credit for Ocean Sciences 1.", - "enroll_max": 90, - "lecture_number": 23772, - "credits": "5 units", - "location": "N. Sci Annex 101", - "course_name": "EART 1", - "gen_ed_categories": "5 units", - "instructor": "Griggs,G.B.", - "class_number": 23772, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Social and Creative Entrepreneurship", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 8, - "course_description": "Helps students discover and develop their own business idea that does the world good. Examines leadership and provides tools to research community issues and to develop sustainable business models. Guest lecturers and project mentors introduce students to business and civil leaders.", - "enroll_max": 25, - "lecture_number": 23886, - "credits": "5 units", - "location": "Crown Clrm 203", - "course_name": "CRWN 92", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23886, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Computational Futurology:Use of Data Analysis for Predicting Human Behavior and Activity", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Merrill Acad 132", - "enroll_current": 26, - "course_description": "Investigates statistical and computational methods for the prediction of human activity, both at the individual and at the collective level. Students learn to evaluate and critique famous predictions, and consider the ethical and social implications of predictive technologies. Articulated around a creative group project to integrate concepts learned in the course.", - "lecture_number": 23260, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 88", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23260, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Start-up Entrepreneurship Academy", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholar Students.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Merrill Acad 130", - "enroll_current": 22, - "course_description": "Introduction to the basics of setting up a start-up company using the Lean Launchpad/NSF I-Corps model of instruction. Students learn principles of data collection, marketing processes, and resources needed for new companies. The class is articulated around the design of a business plan, in groups of 4-5 students coached by a successful entrepreneur, and culminates in a presentation. The market research for the project involves talking to at least 5 potential customers, partners, channels and/or related experts each week. (Formerly, \"Summer Entrepreneurship Academy: Discovering and Launching a Business\".)", - "lecture_number": 23199, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 90", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23199, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 24 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "California Geology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section; concurrent enrollment in 5L required for majors and minors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 122, - "course_description": "An introduction to physical geology emphasizing the minerals, rocks, volcanoes, mountains, faults, and earthquakes of California. In-class field trips to study the caves, rocks, and landforms of the campus and the Monterey Bay area. Discussion-1 hour. Concurrent enrollment in 5L is required for majors and minors.", - "enroll_max": 200, - "lecture_number": 21480, - "credits": "5 units", - "location": "Thim Lecture 003", - "course_name": "EART 5", - "gen_ed_categories": "5 units", - "instructor": "Knittle,E.", - "class_number": 21480, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Project Design Studio", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 01:20PM-04:20PM", - "location": "Digital Arts 206", - "enroll_current": 10, - "course_description": "Students work on the design of individual projects by developing project proposals, budgets, \"proof of concept\" design documents and/or prototypes and exploring tools, technologies, programming languages, hardware, software, and electronics techniques relevant to their projects.", - "lecture_number": 23357, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "DANM 210", - "gen_ed_categories": "5 units", - "instructor": "Weems,M.", - "class_number": 23357, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Electronics for Artmaking", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "F 09:20AM-12:20PM", - "location": "Digital Arts 206", - "enroll_current": 2, - "course_description": "Intensive introduction to electronic devices used in artmaking, providing hands-on experience with sensors, motors, switches, gears, lights, simple circuits, microprocessors, and hardware storage devices to create kinetic and interactive works of art. Students are billed a materials fee.", - "lecture_number": 22616, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "DANM 219", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22616, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Crown Clrm 208", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23672, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23672, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Broadcast Production: Radio", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Th 03:20PM-04:55PM", - "enroll_current": 0, - "course_description": "Practical application of technical and creative skills in the KZSC studios. Production of audio content and promotional materials for broadcast. Critical evaluation in a workshop setting. Assignments require original research, professional writing, and the operation of complex technology. Prerequisite(s): After completing 20 hours of orientation volunteering at KZSC, students apply to the instructor. Enrollment is by permission of the instructor. Concurrent enrollment in course 70 is required.", - "enroll_max": 20, - "lecture_number": 23258, - "credits": "2 units", - "location": "Merrill Acad 002", - "course_name": "CRWN 70L", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23258, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Crown Clrm 203", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23670, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23670, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Crown Clrm 203", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23669, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23669, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Broadcast Media: Radio", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 03:20PM-04:55PM", - "enroll_current": 0, - "course_description": "Comprehensive history of noncommercial radio as a mass-communication medium. Course also serves as an introduction to UCSC's radio station KZSC-FM and broadcasting. Through lectures, hands-on instruction, and written assignments, students learn the fundamentals of program presentation and audio production. Prerequisite(s): After completing 20 hours of orientation volunteering at KZSC, students apply to the instructor. Enrollment is by permission of the instructor. Concurrent enrollment in course 70L is required.", - "enroll_max": 20, - "lecture_number": 22943, - "credits": "3 units", - "location": "Merrill Acad 002", - "course_name": "CRWN 70", - "gen_ed_categories": "3 units", - "instructor": "Staff", - "class_number": 22943, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Professional Communication in a Digital Age", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholars Students.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Crown Clrm 202", - "enroll_current": 24, - "course_description": "Provides advanced training in communication strategies. Students learn to combine narrative theory with digital technologies to achieve effective communication in a variety of contexts including social media, instructional information, and product design. These elements will be integrated into an individual and a group project.", - "lecture_number": 23187, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "CRWN 86", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23187, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 24 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Crown Clrm 208", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23673, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23673, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Crown Clrm 202", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23666, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23666, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Precalculus Academy Lab", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as MERR 3L. Enroll in lab and associated secondary lab.", - "meet_times": "TBA TBA", - "enroll_current": 1, - "course_description": "Students use worksheets designed to help them solve problems by thinking critically, and participate in answering project-based questions relevant to the themes of their college core courses. Prerequisite(s): Mathematics 2 or placement (MP) score of 200 or higher. Concurrent enrollment in Mathematics 3 is required. Enrollment is restricted to Merrill and Crown college members. Enrollment is by permission of the instructor. May be repeated for credit.", - "enroll_max": 0, - "lecture_number": 23270, - "credits": "2 units", - "location": "TBA", - "course_name": "CRWN 3L", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23270, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Crown Clrm 203", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23671, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23671, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Crown Clrm 203", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23668, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23668, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Crown Clrm 202", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23667, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23667, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Crown Clrm 202", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23665, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23665, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Crown Clrm 202", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23664, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23664, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 07:10PM-08:45PM", - "location": "Crown Clrm 208", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23662, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23662, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Crown Clrm 202", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23663, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23663, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Crown Clrm 208", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23660, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23660, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Crown Clrm 208", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23661, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23661, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Ethical and Societal Implications of Emerging Technologies", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Crown Clrm 208", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines how technological revolutions happen, how they transform societies, and how these changes generate new ideological narratives.", - "lecture_number": 23659, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRWN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23659, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "IDEASS Laboratory Practicum", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 5, - "course_description": "Laboratory designed to advance sustainability education with real-world impact. Enables students to develop as change agents and to make valued contributions to sustainable-design projects that advance new technologies or strategies and bring about societal and environmental change. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23247, - "credits": "2 units", - "location": "Porter Acad 246", - "course_name": "CRSN 152", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23247, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Sustainability Internship Practicum", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Course is scheduled after first week of classes when students decide on the best time for their class.", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Introduces students to sustainable practices and state, local, and UC-wide policies through projects. Matches students with UCSC staff partners to work collaboratively on projects that integrate sustainability into aspects of campus operations. Supports students to develop the competencies necessary to become effective environmental professionals through learning models including hands-on work experience; professional skills training; guest lectures; reading, and discussion; and peer-to-peer advising. In addition to project deliverables, students complete and present a portfolio of their work upon completion of their project. Enrollment limited to Sustainability Office Interns and by instructor permission; an interview, resume, and cover letter are required. May be repeated for credit.", - "enroll_max": 0, - "lecture_number": 23057, - "credits": "5 units", - "location": "N/A", - "course_name": "CRSN 162", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 23057, - "class_type": "FLD", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "IDEASS Laboratory Practicum", - "course_section": "03", - "career_type": "Undergraduate", - "class_notes": "Please contact the instructor about accommodations for any potential scheduling conflicts as a result of the double time slot", - "meet_times": "Th 11:40AM-03:05PM", - "enroll_current": 0, - "course_description": "Laboratory designed to advance sustainability education with real-world impact. Enables students to develop as change agents and to make valued contributions to sustainable-design projects that advance new technologies or strategies and bring about societal and environmental change. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23249, - "credits": "2 units", - "location": "Porter Acad 246", - "course_name": "CRSN 152", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23249, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "IDEASS Laboratory Practicum", - "course_section": "04", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Laboratory designed to advance sustainability education with real-world impact. Enables students to develop as change agents and to make valued contributions to sustainable-design projects that advance new technologies or strategies and bring about societal and environmental change. May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CRSN 152", - "gen_ed_categories": "2 units", - "lecture_number": 23250, - "class_number": 23250, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Rachel Carson College: Service Learning Practicum", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment restricted to college members until after priority enrollment.", - "meet_times": "M 05:20PM-06:55PM", - "location": "R Carson Acad 250", - "enroll_current": 30, - "course_description": "Introduces service-learning theory and practice for students engaging in service-learning work in the college, college-related projects, community service organizations, or public agencies. May be repeated for credit.", - "lecture_number": 23084, - "credits": "2 units", - "waitlist_current": 4, - "course_name": "CRSN 55", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23084, - "class_type": "FLD", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Strategies to Jump Start Your STEM Learning", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", - "meet_times": "W 05:20PM-06:55PM", - "location": "Porter Acad 249", - "enroll_current": 0, - "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", - "lecture_number": 23267, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CRSN 15", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23267, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Strategies to Jump Start Your STEM Learning", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", - "meet_times": "Tu 05:20PM-06:55PM", - "location": "Porter Acad 241", - "enroll_current": 3, - "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", - "lecture_number": 23265, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CRSN 15", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23265, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Media Internships for Sustainability", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Students develop and work on media projects related to the college theme of \"Environment and Society\" in film, on television, in print, and on the Internet. Students work in groups with specific instructors and project leaders. Enrollment by application and instructor consent. May be repeated for credit.", - "lecture_number": 23030, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CRSN 56", - "gen_ed_categories": "2 units", - "class_notes": "Schedule determined by students and faculty first week of classes.", - "class_number": 23030, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "IDEASS Laboratory Practicum", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 1, - "course_description": "Laboratory designed to advance sustainability education with real-world impact. Enables students to develop as change agents and to make valued contributions to sustainable-design projects that advance new technologies or strategies and bring about societal and environmental change. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23248, - "credits": "2 units", - "location": "Porter Acad 246", - "course_name": "CRSN 152", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23248, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Strategies to Jump Start Your STEM Learning", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", - "meet_times": "Tu 01:30PM-03:05PM", - "location": "Porter Acad 249", - "enroll_current": 0, - "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", - "lecture_number": 23263, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CRSN 15", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23263, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 07:10PM-08:45PM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23598, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23598, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sustainability Laboratory Tools, Techniques, and Applications", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 16, - "course_description": "Introduces the concepts, skills, and strategies fundamental to the successful development of sustainability-related projects appropriate to the Sustainability Lab. Provides access to functional and living laboratory space, equipment, professional development, and technical training.", - "enroll_max": 25, - "lecture_number": 23245, - "credits": "5 units", - "location": "Thimann Lab 101", - "course_name": "CRSN 151C", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23245, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "United Nations Contemporary Issues", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offfered as COWL 122", - "meet_times": "M 05:20PM-06:55PM", - "enroll_current": 90, - "course_description": "Introduces the Model United Nations through discussion of contemporary issues. Students learn parliamentary procedures and U.N. protocols, as well as how to work collaboratively to research and to present position papers. Students learn resolution writing, alliance building, and persuasive speech. May be repeated for credit.", - "enroll_max": 90, - "lecture_number": 23196, - "credits": "2 units", - "location": "Merrill Acad 102", - "course_name": "CRSN 122", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23196, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Rachel Carson College Garden Internship", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment restricted to college members.", - "enroll_current": 13, - "course_description": "One-credit internship in the Rachel Carson College Garden. Offers students of the college an opportunity to become involved in an experimental learning project focusing on application of concepts of sustainable agriculture. May be repeated for credit.", - "lecture_number": 21317, - "credits": "1 units", - "waitlist_current": 0, - "course_name": "CRSN 90", - "gen_ed_categories": "1 units", - "class_notes": "C8 Garden. Meeting time set by students and faculty first week of classes.", - "class_number": 21317, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Strategies to Jump Start Your STEM Learning", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", - "meet_times": "Cancelled", - "location": "N/A", - "enroll_current": 0, - "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", - "lecture_number": 23266, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CRSN 15", - "gen_ed_categories": "2 units", - "instructor": "N/A", - "class_number": 23266, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Strategies to Jump Start Your STEM Learning", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year and sophomore Rachel Carson College members. Other students by permission.", - "meet_times": "Tu 03:20PM-04:55PM", - "location": "Porter Acad 249", - "enroll_current": 0, - "course_description": "Introduces tips and techniques to supplement and expand a student's existing repertoire of science/mathematics problem-solving skills for science, technology, engineering, and mathematics (STEM) classes. The material covered is intended to aid development as a confident learner and future expert in the student's major.", - "lecture_number": 23264, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CRSN 15", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23264, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23597, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23597, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23596, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23596, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23594, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23594, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23593, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23593, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23595, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23595, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23587, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23587, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23590, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23590, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "R Carson Acad 252", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23585, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23585, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23589, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23589, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 170, - "waitlist_max": 999, - "class_number": 23040, - "class_type": "LEC", - "course_description": "Examines the concept of race, followed by an investigation of colorblindness, multiculturalism, and post-racialism. Race and ethnicity are examined as historically formulated in relationship to the concepts of gender, sexuality, class, nationalism, indigeneity, citizenship, immigration, and inequality.", - "course_name": "CRES 10", - "course_title": "Critical Race and Ethnic Studies: An Introduction", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Satisfaction of the Entry Level Writing and C1 requirements.", - "meet_times": "MW 07:10PM-08:45PM", - "credits": "5 units", - "lecture_number": 23040, - "instructor": "Mitchell,N.O.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 170, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "R Carson Acad 252", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23591, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23591, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Leadership and Institution Building", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "M 05:20PM-06:55PM", - "enroll_current": 38, - "course_description": "Through lectures by senior administrators and student consensus-and-recommendation teams, students learn how leaders work with constituent groups, build cooperation, and develop implementation plans in an institution such as the University of California, specifically, UC Santa Cruz. Enrollment is restricted to undergraduates accepted in the Chancellor's Undergraduate Internship Program. Students submit applications winter quarter for the following academic year.", - "enroll_max": 40, - "lecture_number": 21479, - "credits": "2 units", - "location": "Bay Tree Conf D", - "course_name": "COWL 184A", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 21479, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "R Carson Acad 252", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23592, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23592, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23588, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23588, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Trust Rules: How to Tell the Good People from the Bad", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to college members or by permission of instructor.", - "meet_times": "Th 08:00AM-09:35AM", - "location": "Cowell Com 132", - "enroll_current": 20, - "course_description": "Students learn practical tools and techniques for assessing trustworthiness, including your own, and applying these tools in a variety of situations. Integrating insights from practical experience, philosophy, and psychology, this course teaches us how to pay attention to red flags in relationships and ultimately develop a network of trustworthy people that will help us succeed in work and in our personal lives. (Formerly Trust Rules: How to Tell Good People from Bad People in Work and Life.)", - "lecture_number": 23017, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "COWL 107", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23017, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Environment and Society", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "R Carson Acad 242", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Engages students in Rachel Carson's intellectual tradition of investigating relationships between environment and society.", - "lecture_number": 23586, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CRSN 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23586, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Queer Sexuality in Black Popular Culture", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as ANTH 110Q and FMST 110Q", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 49, - "course_description": "From Janet Mock to Young M.A., queerness has become hypervisible in Black popular culture--but at what cost? Using music, television, and social media as central texts, students investigate the intersections of sexuality, gender, and race in public life.", - "enroll_max": 50, - "lecture_number": 23902, - "credits": "5 units", - "location": "Soc Sci 2 179", - "course_name": "CRES 110Q", - "gen_ed_categories": "5 units", - "instructor": "Shange-Binion,S.T.", - "class_number": 23902, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "15", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Cowell Acad 113", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23583, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23583, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Social Change", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to college members.", - "meet_times": "M 05:20PM-06:55PM", - "location": "Cowell Com 134", - "enroll_current": 25, - "course_description": "How do you change the world, working alone and in concert with others? To find out, students work in groups with specific community partners who, in turn, help place students in social-change organizations in Santa Cruz County. May be repeated for credit.", - "lecture_number": 22986, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "COWL 168", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22986, - "class_type": "FLD", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "United Nations Contemporary Issues", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as CRSN 122", - "meet_times": "M 05:20PM-06:55PM", - "enroll_current": 90, - "course_description": "Introduces the Model United Nations through discussion of contemporary issues. Students learn parliamentary procedures and U.N. protocols, as well as how to work collaboratively to research and to present position papers. Students learn resolution writing, alliance building, and persuasive speech. May be repeated for credit.", - "enroll_max": 90, - "lecture_number": 23195, - "credits": "2 units", - "location": "Merrill Acad 102", - "course_name": "COWL 122", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23195, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mock Trial Workshop", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "W 03:20PM-05:20PM", - "enroll_current": 25, - "course_description": "Reserved for the Mock Trial team to practice arguments and refine techniques for the competition nationwide. Students drilled on the case from both the perspective of the defense and of the offense. Direct examination and cross examination strategies explored, and practice given in witness testimony. May be repeated for credit.", - "enroll_max": 40, - "lecture_number": 22941, - "credits": "2 units", - "location": "Cowell Com 132", - "course_name": "COWL 111", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22941, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Book Arts", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-04:30PM", - "enroll_current": 9, - "course_description": "Students learn techniques of bookbinding, construction, and design, and fundamentals of letterpress printing. Enrollment is by permission of instructor. Students are billed a materials fee. (Formerly Bookbinding.)", - "enroll_max": 10, - "lecture_number": 20935, - "credits": "5 units", - "location": "Cowell Press 123", - "course_name": "COWL 70A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 20935, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "16", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Cowell Com 134", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23584, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23584, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Cowell Com 134", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23582, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23582, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Cowell Com 134", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23581, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23581, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Cowell Com 134", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23575, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23575, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Cowell Com 134", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23577, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23577, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Cowell Com 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23579, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23579, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Cowell Com 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23578, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23578, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Cowell Com 134", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23576, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23576, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Cowell Com 134", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23580, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23580, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Cowell Com 132", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23569, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23569, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Cowell Com 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23570, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23570, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Cowell Acad 113", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23574, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23574, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Cowell Acad 113", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23573, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23573, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Cowell Com 134", - "enroll_current": 1, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23572, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23572, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Imagining Justice", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Cowell Com 132", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Examines the emergence and development of key concepts of justice including procedures, rights, and reparation.", - "lecture_number": 23571, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "COWL 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23571, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Computer Systems", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics of current research in computer systems. Enrollment by permission of instructor. May be repeated for credit.", - "enroll_max": 15, - "lecture_number": 21478, - "credits": "2 units", - "location": "TBA", - "course_name": "CMPS 280S", - "gen_ed_categories": "2 units", - "instructor": "Maltzahn,C.G.", - "class_number": 21478, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Logic in Computer Science", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 1, - "course_description": "Covers advanced research topics from the recent literature in the uses of logic in computer science with particular emphasis on the applications of logic to the representation and the management of data. Involves presentations from UCSC students and faculty, and guest talks from researchers in other academic institutions or industrial research labs. Enrollment is by permission of the instructor. Enrollment is restricted to graduate students. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 23268, - "credits": "2 units", - "location": "TBA", - "course_name": "CMPS 280L", - "gen_ed_categories": "2 units", - "instructor": "Kolaitis,P.", - "class_number": 23268, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Machine Learning", - "course_section": "01", - "career_type": "Graduate", - "enroll_current": 0, - "course_description": "Weekly seminar covering topics of current interest in machine learning. Enrollment is by permission of the instructor. Enrollment is restricted to graduate students. May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CMPS 280M", - "gen_ed_categories": "2 units", - "lecture_number": 23192, - "class_number": 23192, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Database Systems", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Covers advanced research topics from the recent literature in database systems and related fields. Involves presentations from UCSC students and faculty, and guest talks from researchers in industry and other academic institutions. Enrollment by permission of instructor. May be repeated for credit.", - "enroll_max": 15, - "lecture_number": 22770, - "credits": "2 units", - "location": "TBA", - "course_name": "CMPS 280D", - "gen_ed_categories": "2 units", - "instructor": "Alvaro,P.A.", - "class_number": 22770, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Design and Implementation of Database Systems", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 181 (or equivalent) or consent of instructor. Enrollment is restricted to graduate students.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Soc Sci 2 071", - "enroll_current": 2, - "course_description": "Advanced course in implementation techniques for database systems. For students who wish to do research in databases or to learn more about large-scale data processing. Topics include: indexing of complex data; techniques for high-volume concurrency control; query processing and optimization; database recovery; parallel database system architectures; database systems for streaming data; approximate query answering. Additional topics may include: self-managing database systems; advanced query optimization techniques; and query processing techniques for semi-structured data. (Formerly", - "lecture_number": 22625, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPS 278", - "gen_ed_categories": "5 units", - "instructor": "Finkelstein,S.", - "class_number": 22625, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 35 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Data Visualization and Statistical Programming in R", - "course_section": "01", - "career_type": "Graduate", - "class_notes": "Also offered as AMS 266A.", - "meet_times": "Tu 09:50AM-11:25AM", - "enroll_current": 0, - "course_description": "Introduces students to data visualization and statistical programming techniques using the R language. Covers the basics of the language, descriptive statistics, visual analytics, and applied linear regression. Enrollment is by permission of the instructor.", - "enroll_max": 35, - "lecture_number": 23254, - "credits": "3 units", - "location": "J Baskin Engr 156", - "course_name": "CMPS 266A", - "gen_ed_categories": "3 units", - "instructor": "Staff", - "class_number": 23254, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Computer Graphics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates by interview only.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Soc Sci 2 159", - "enroll_current": 21, - "course_description": "Introduces current research and techniques of modeling, 2D/3D transformation, matrix composition, shading algorithms, and rendering to obtain computer-generated imagery. Programming assignments and major project required. Students cannot receive credit for both this course and course 160.", - "lecture_number": 21477, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPS 260", - "gen_ed_categories": "5 units", - "instructor": "Davis,J.E.", - "class_number": 21477, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Machine Learning", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Merrill Acad 102", - "enroll_current": 77, - "course_description": "Introduction to machine learning algorithms. Covers learning models from fields of statistical decision theory and pattern recognition, artificial intelligence, and theoretical computer science. Topics include classification learning and the Probably Approximately Correct (PAC) learning framework, density estimation and Bayesian learning, EM, regression, and online learning. Provides an introduction to standard learning methods such as neural networks, decision trees, boosting, nearest neighbor, and support vector machines. Requirements include one major experimental learning project or theoretical paper. Students may not receive credit for both this course and course 142.", - "lecture_number": 21471, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPS 242", - "gen_ed_categories": "5 units", - "instructor": "Helmbold,D.P.", - "class_number": 21471, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 114 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Logic in Computer Science", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "J Baskin Engr 372", - "enroll_current": 15, - "course_description": "The applications and uses of formal systems to computer science. Covers the syntax and semantics of propositional logic and first-order logic, normal forms, soundness and completeness theorems, Herbrand's theorem, unification and resolution, foundations of logic programming, automated theorem proving. Other topics may include deductive databases, database query languages, nonmonotonic reasoning.", - "lecture_number": 21469, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPS 217", - "gen_ed_categories": "5 units", - "instructor": "Kolaitis,P.", - "class_number": 21469, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Computer Security", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students or consent of instructor.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "J Baskin Engr 372", - "enroll_current": 15, - "course_description": "Overview of research topics in computer and network security. Topics may include cryptographic operations, security properties and policies, authentication and access control, attacks on computer systems and defenses against them, security in programming languages, and network protocols for security.", - "lecture_number": 21470, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPS 223", - "gen_ed_categories": "5 units", - "instructor": "Arden,O.", - "class_number": 21470, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 21463, - "class_type": "SEM", - "course_description": "Basic teaching techniques for teaching assistants, including responsibilities and rights of teaching assistants, resource materials, computer security, leading discussion or lab sessions, presentation techniques, maintaining class records, electronic handling of homework, and grading. The course examines research and professional training, including use of the library and online databases, technical typesetting, writing journal and conference papers, publishing in computer science and computer engineering, giving talks in seminars and conferences, and ethical issues in science and engineering. Required for all teaching assistants.", - "course_name": "CMPS 200", - "course_title": "Research and Teaching in Computer Science and Engineering", - "location": "Engineer 2 180", - "grading_options": "Student Option", - "gen_ed_categories": "3 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Th 09:50AM-11:25AM", - "credits": "3 units", - "lecture_number": 21463, - "instructor": "Pang,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with CMPE 200", - "enroll_current": 48, - "waitlist_current": 0 - }, { - "enroll_max": 55, - "waitlist_max": 999, - "class_number": 22832, - "class_type": "LEC", - "course_description": "Introduces modern game theory, including applications in social science, biology, and engineering. Topics include extensive form, strategic form, mixed strategies, incomplete information, repeated games, evolutionary games, and simulation techniques.", - "course_name": "CMPS 166A", - "course_title": "Game Theory and Applications I", - "location": "PhysSciences 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Applied Math and Statistics 5 or 7 or Economics 113; and Economics 11B, Applied Math and Statistics 11B, or Mathematics 11B or 19B. Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 22832, - "instructor": "Musacchio,J.T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ECON 166A and TIM 166A.", - "enroll_current": 46, - "waitlist_current": 1 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21461, - "class_type": "LEC", - "course_description": "The World-Wde Web is one of the main mechanisms by which computer applications are delivered to users. This course introduces the design of Web applications. Students learn the main technologies involved, and build web applications as part of homework assignments and group class projects.(Formerly Hypermedia and the Web.)", - "course_name": "CMPS 183", - "course_title": "Web Applications", - "location": "Oakes Acad 105", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 12B and 12M.", - "meet_times": "MWF 02:40PM-03:45PM", - "credits": "5 units", - "lecture_number": 21461, - "instructor": "De Alfaro,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 120, - "waitlist_current": 58 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 21456, - "class_type": "LEC", - "course_description": "Introduces techniques of modeling, transformation, and rendering for computer-generated imagery. Topics: 2D/3D primitives, projections, matrix composition, and shading algorithms. Programming assignments and major project required. Students cannot receive credit for both this course and course 260 in quarters when they are offered concurrently. Mastery of materials in the prerequisite courses will be verified with a quiz or assignment during the first two weeks of the course.", - "course_name": "CMPS 160", - "course_title": "Introduction to Computer Graphics", - "location": "Soc Sci 1 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101 and Mathematics 21 or Applied Mathematics and Statistics 10. Concurrent enrollment in course 160L is required.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21456, - "instructor": "Davis,J.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 160L is required.", - "enroll_current": 67, - "waitlist_current": 0 - }, { - "enroll_max": 150, - "waitlist_max": 999, - "class_number": 21452, - "class_type": "LEC", - "course_description": "Various representations for regular languages, context-free grammars, normal forms, simple parsing, pumping lemmas, Turing machines, the Church-Turing thesis, intractable problems, the P-NP question.", - "course_name": "CMPS 130", - "course_title": "Computational Models", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 21452, - "instructor": "Bailey,D.D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 150, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Distributed Systems: File Sharing, Online Gaming, and More", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101 or Computer Engineering 150. Course 111 or 105 recommended.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Thim Lecture 001", - "enroll_current": 100, - "course_description": "Covers topics in distributed computing including communication, naming, synchronization, consistency and replication, fault tolerance, and security. Examples drawn from peer-to-peer systems, online gaming, the World Wide Web; other systems also used to illustrate approaches to these topics. Students implement simple distributed systems over the course of the quarter.", - "lecture_number": 22668, - "credits": "5 units", - "waitlist_current": 12, - "course_name": "CMPS 128", - "gen_ed_categories": "5 units", - "instructor": "Alvaro,P.A.", - "class_number": 22668, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 100 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 22648, - "class_type": "LAB", - "course_description": "Complements course 160, gaining additional competence with a number of important software development tools, graphics libraries, and graphical user interfaces. Topics include OpenGL, WebGL, rubberbanding, picking, sliders, buttons, dialog, event handling, double buffering, lighting, shading, materials, and textures. The topic list may be updated to reflect technological changes.", - "course_name": "CMPS 160L", - "course_title": "Introduction to Computer Graphics Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101 and Mathematics 21 or Applied Mathematics and Statistics 10.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 22648, - "instructor": "Davis,J.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPS 160 is required. Enroll in lab and associated secondary lab", - "enroll_current": 70, - "waitlist_current": 5 - }, { - "enroll_max": 110, - "waitlist_max": 999, - "class_number": 22998, - "class_type": "LEC", - "course_description": "Introduces programming and application development for mobile devices. Covers the SDK and main programming platforms available on mobile devices, methodologies for developing native applications, division of computation between the mobile platform and servers, and mobile-to-server communications. Introduces platforms based on JavaScript and HTML5 for the development of applications that are portable across platforms. Students develop components of applications, leading to fully functional applications by the end of the course. Course based on emulators and SDK tools, so ownership of a cellphone/tablet is not required for the course.", - "course_name": "CMPS 121", - "course_title": "Mobile Applications", - "location": "Oakes Acad 105", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 12B and 12M.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22998, - "instructor": "Norouzi,N.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 110, - "waitlist_current": 42 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Analysis of Algorithms", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduate students may enroll in this course if they have completed either course 102 or Computer Engineering 177 and have the consent of the instructor.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Merrill Acad 102", - "enroll_current": 99, - "course_description": "Rigorous analysis of the time and space requirements of important algorithms, including worst case, average case, and amortized analysis. Techniques include order-notation, recurrence relations, information-theoretic lower bounds, adversary arguments. Analysis of the key data structures: trees, hash tables, balanced tree schemes, priority queues, Fibonacci and binomial heaps. Algorithmic paradigms such as divide and conquer, dynamic programming, union-find with path compression, augmenting paths. Selected advanced algorithms. Introduction to NP-completeness.", - "lecture_number": 21464, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPS 201", - "gen_ed_categories": "5 units", - "instructor": "Tantalo,P.", - "class_number": 21464, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 114 - }, { - "enroll_max": 245, - "waitlist_max": 999, - "class_number": 21445, - "class_type": "LEC", - "course_description": "Covers several programming languages and compares styles, philosophy, and design principles. Principles underlying declarative, functional, and object-oriented programming styles are studied. Students write programs emphasizing each of these techniques.", - "course_name": "CMPS 112", - "course_title": "Comparative Programming Languages", - "location": "Earth&Marine B206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101 or 109.", - "meet_times": "MW 07:10PM-08:45PM", - "credits": "5 units", - "lecture_number": 21445, - "instructor": "Mackey,W.F.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 243, - "waitlist_current": 0 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21441, - "class_type": "LEC", - "course_description": "Fundamental principles of operating systems: process synchronization, deadlocks, memory management, resource allocation, scheduling, storage systems, and study of several operating systems. A major programming project will be required.", - "course_name": "CMPS 111", - "course_title": "Introduction to Operating Systems", - "location": "J Baskin Engr 152", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101, and Computer Engineering 110 or Computer Engineering 112.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 21441, - "instructor": "Long,D.D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Enrollment restricted to Computer Science and Computer Engineering majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 47, - "waitlist_current": 0 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21437, - "class_type": "LEC", - "course_description": "Fundamental principles of operating systems: process synchronization, deadlocks, memory management, resource allocation, scheduling, storage systems, and study of several operating systems. A major programming project will be required.", - "course_name": "CMPS 111", - "course_title": "Introduction to Operating Systems", - "location": "Steven Acad 150", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101, and Computer Engineering 110 or Computer Engineering 112.", - "meet_times": "MWF 01:20PM-02:25PM", - "credits": "5 units", - "lecture_number": 21437, - "instructor": "Nawab,F.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Enrollment restricted to Computer Science and Computer Engineering majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 119, - "waitlist_current": 8 - }, { - "enroll_max": 75, - "waitlist_max": 999, - "class_number": 21433, - "class_type": "LEC", - "course_description": "An introduction to object-oriented techniques of software development including data abstraction, inheritance, polymorphism, and object-oriented design. Extensive practice using a computer to solve problems, including construction of graphical user interfaces and a multithreaded client/server applications.", - "course_name": "CMPS 109", - "course_title": "Advanced Programming", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 12B/M or 13H.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 21433, - "instructor": "Harrison,D.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 75, - "waitlist_current": 36 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 23094, - "class_type": "LEC", - "course_description": "Writing and communication by computer science professionals to a technical audience. Geared toward students planning to pursue an advanced degree in computer science. Assignments include: cover letter and resume for job application, statement of purpose for graduate school application, algorithm description and analysis, user documentation, proposal preparation, critical analysis of published papers, survey of the literature, term paper, and oral presentations. May be repeated for credit.", - "course_name": "CMPS 185", - "course_title": "Technical Writing and Communication in Computer Science", - "location": "Engineer 2 192", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101, one additional upper-division Computer Science course, and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to computer science majors, or by permission of the instructor.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 23094, - "instructor": "Harrison,D.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 50, - "waitlist_current": 0 - }, { - "enroll_max": 195, - "waitlist_max": 999, - "class_number": 21424, - "class_type": "LEC", - "course_description": "Methods for the systematic construction and mathematical analysis of algorithms. Order notation, the RAM model of computation, lower bounds, and recurrence relations are covered. The algorithm design techniques include divide-and-conquer, branch and bound, and dynamic programming. Applications to combinatorial, graph, string, and geometric algorithms.", - "course_name": "CMPS 102", - "course_title": "Introduction to Analysis of Algorithms", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101.", - "meet_times": "MWF 01:20PM-02:25PM", - "credits": "5 units", - "lecture_number": 21424, - "instructor": "Guha Thakurta,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 195, - "waitlist_current": 52 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21450, - "class_type": "LEC", - "course_description": "Emphasizes the characteristics of well-engineered software systems. Topics include requirements analysis and specification, design, programming, verification and validation, maintenance, and project management. Practical and research methods are studied. Imparts an understanding of the steps used to effectively develop computer software. (Formerly Software Methodology.)", - "course_name": "CMPS 115", - "course_title": "Introduction to Software Engineering", - "location": "J Baskin Engr 152", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 101.", - "meet_times": "MWF 08:00AM-09:05AM", - "credits": "5 units", - "lecture_number": 21450, - "instructor": "Jullig,R.K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 120, - "waitlist_current": 36 - }, { - "enroll_max": 220, - "waitlist_max": 999, - "class_number": 21429, - "class_type": "LEC", - "course_description": "An introduction to the basic techniques used in compiler design. Topics include compiler structure, symbol tables, regular expressions and languages, finite automata, lexical analysis, context-free languages, LL(1), recursive descent, LALR(1), and LR(1) parsing; and attribute grammars as a model of syntax-directed translation. Students use compiler building tools to construct a working compiler.", - "course_name": "CMPS 104A", - "course_title": "Fundamentals of Compiler Design I", - "location": "Earth&Marine B206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101 and Computer Engineering 12 and 12L.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 21429, - "instructor": "Mackey,W.F.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 36, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Data Structures Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11 or 12A or Computer Engineering 13.", - "enroll_current": 70, - "course_description": "Complements course 12B, gaining additional competence with a number of important software development tools, languages, and techniques. Included are advanced Unix features and utilities such as grep, find, diff, the shell, and pipes; C programs utilizing I/O, arrays, pointers, and structures; a scripting language to perform simple text and file manipulation; and the make utility.", - "lecture_number": 22645, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CMPS 12M", - "gen_ed_categories": "2 units", - "class_notes": "Students enrolled in CMPS 12M-02 MUST enroll in CMPS 12B-02 (and not CMPS 12B-01). Enrolling in 12B-01 is not acceptable. This is only applicable if you need both 12B lecture and 12M lab. Enroll in lab and associated secondary lab.", - "class_number": 22645, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 180 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21457, - "class_type": "LEC", - "course_description": "Introduction to the concepts, approaches, tools, and methodology of database design. Covers the entity-relationship model, the relational model, relational algebra, relational calculus, commercial languages (such as SQL and QBE), functional dependencies, normal forms, and design theory. Other topics may include knowledge-bases, constraint databases, and alternative database models.", - "course_name": "CMPS 180", - "course_title": "Database Systems I", - "location": "J Baskin Engr 152", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 21457, - "instructor": "Finkelstein,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab. Enrollment restricted to Computer Science majors during First Pass enrollment. Major restrictions lifted after First Pass enrollment.", - "enroll_current": 120, - "waitlist_current": 35 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 22685, - "class_type": "LEC", - "course_description": "Introduction to machine learning algorithms and their applications. Topics include classification learning, density estimation and Bayesian learning regression, and online learning. Provides introduction to standard learning methods such as neural networks, decision trees, boosting, and nearest neighbor techniques.", - "course_name": "CMPS 142", - "course_title": "Machine Learning", - "location": "PhysSciences 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 101, Mathematics 23A, and Applied Mathematics and Statistics 131 or Computer Engineering 107.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22685, - "instructor": "Chaturvedi,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 60, - "waitlist_current": 32 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Software Engineering", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 101.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "J Baskin Engr 152", - "enroll_current": 120, - "course_description": "Emphasizes the characteristics of well-engineered software systems. Topics include requirements analysis and specification, design, programming, verification and validation, maintenance, and project management. Practical and research methods are studied. Imparts an understanding of the steps used to effectively develop computer software. (Formerly Software Methodology.)", - "lecture_number": 21451, - "credits": "5 units", - "waitlist_current": 46, - "course_name": "CMPS 115", - "gen_ed_categories": "5 units", - "instructor": "Jullig,R.K.", - "class_number": 21451, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 120 - }, { - "enroll_max": 45, - "waitlist_max": 999, - "class_number": 21418, - "class_type": "LEC", - "course_description": "Studies basic algorithms and their relationships to common abstract data types. Covers the notions of abstract data types and the distinction between an abstract data type and an implementation of that data type. The complexity analysis of common algorithms using asymptotic (big \"O\") notation is emphasized. Topics include sorting and searching techniques, basic graph algorithms, and algorithm design techniques. Abstract data types covered include priority queues, dictionaries, disjoint sets, heaps, balanced trees, and hashing. Familiarity with C, Java, and Unix is assumed.", - "course_name": "CMPS 101", - "course_title": "Algorithms and Abstract Data Types", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 12B or 13H; CMPE 16 or 16H; MATH 11B or 19B or 20B; and one course from the following: MATH 21, 22, 23A, AMS 10, or AMS 131.", - "meet_times": "TuTh 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 21418, - "instructor": "Tantalo,P.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment restricted to Computer Science, Computer Engineering, Computer Game Design, Bioinformatics, Biomolecular Engineering and Bioinformatics, and Robotics Engineering majors and Computer Science proposed majors during First Pass enrollment. Enrollment restricted to Computer Science, Computer Engineering, Computer Game Design, Bioinformatics, Biomolecular Engineering and Bioinformatics, Network and Digital Technology, Robotics, Technology and Information Management, Art and Design: Games and Playable Media majors, minors and proposed majors during Second Pass enrollment. Major restrictions lifted after Second Pass enrollment.", - "enroll_current": 45, - "waitlist_current": 70 - }, { - "enroll_max": 220, - "waitlist_max": 999, - "class_number": 21417, - "class_type": "LEC", - "course_description": "Studies basic algorithms and their relationships to common abstract data types. Covers the notions of abstract data types and the distinction between an abstract data type and an implementation of that data type. The complexity analysis of common algorithms using asymptotic (big \"O\") notation is emphasized. Topics include sorting and searching techniques, basic graph algorithms, and algorithm design techniques. Abstract data types covered include priority queues, dictionaries, disjoint sets, heaps, balanced trees, and hashing. Familiarity with C, Java, and Unix is assumed.", - "course_name": "CMPS 101", - "course_title": "Algorithms and Abstract Data Types", - "location": "Thim Lecture 003", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 12B or 13H; CMPE 16 or 16H; MATH 11B or 19B or 20B; and one course from the following: MATH 21, 22, 23A, AMS 10, or AMS 131.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 21417, - "instructor": "Comandur,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Enrollment restricted to Computer Science, Computer Engineering, Computer Game Design, Bioinformatics, Biomolecular Engineering and Bioinformatics, and Robotics Engineering majors and Computer Science proposed majors during First Pass enrollment. Enrollment restricted to Computer Science, Computer Engineering, Computer Game Design, Bioinformatics, Biomolecular Engineering and Bioinformatics, Network and Digital Technology, Robotics, Technology and Information Management, Art and Design: Games and Playable Media majors, minors and proposed majors during Second Pass enrollment. Major restrictions lifted after Second Pass enrollment.", - "enroll_current": 220, - "waitlist_current": 34 - }, { - "enroll_max": 235, - "waitlist_max": 999, - "class_number": 22638, - "class_type": "LAB", - "course_description": "Complements course 12B, gaining additional competence with a number of important software development tools, languages, and techniques. Included are advanced Unix features and utilities such as grep, find, diff, the shell, and pipes; C programs utilizing I/O, arrays, pointers, and structures; a scripting language to perform simple text and file manipulation; and the make utility.", - "course_name": "CMPS 12M", - "course_title": "Data Structures Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11 or 12A or Computer Engineering 13.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 22638, - "instructor": "Comandur,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Students enrolled in CMPS 12M-01 MUST enroll in CMPS 12B-01 (and not CMPS 12B-02). Enrolling in 12B-02 is not acceptable. This is only applicable if you need both 12B lecture and 12M lab. Enroll in lab and associated secondary lab.", - "enroll_current": 222, - "waitlist_current": 0 - }, { - "enroll_max": 59, - "waitlist_max": 999, - "class_number": 21395, - "class_type": "LAB", - "course_description": "Laboratory sequence complementing topics taught in course 12A by providing training and exposure to several software development tools and practices not covered in course 12A. In addition, the lab provides an initial exposure to a second programming language to reinforce concepts from course 12A.", - "course_name": "CMPS 12L", - "course_title": "Computer Programming Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 3 or 11A or 19A or Applied Mathematics and Statistics 3 or Applied Mathematics and Statistics/Economics 11A, or a score of 400 or higher on the mathematics placement examination (MPE).", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21395, - "instructor": "Norouzi,N.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in course 12A is required. Enroll in lab and associated secondary lab.", - "enroll_current": 61, - "waitlist_current": 29 - }, { - "enroll_max": 215, - "waitlist_max": 999, - "class_number": 21393, - "class_type": "LEC", - "course_description": "Teaches students to implement common data structures and the algorithms associated with each data structure, through progressively difficult exercises. Topics include big \"O\" notation; pointers, recursion (induction), and dynamic allocation; linked lists and list processing; stacks, queues, binary trees and binary search trees; simple sorting techniques and simple search techniques. Students will gain a working knowledge of the elements of the Java and C programming languages. Prior experience with Unix is assumed.", - "course_name": "CMPS 12B", - "course_title": "Introduction to Data Structures", - "location": "Earth&Marine B206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11 or 12A or Computer Engineering 13. Concurrent enrollment in course 12M is required.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 21393, - "instructor": "Comandur,S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Students enrolled in CMPS 12B-01 MUST enroll in CMPS 12M-01 (and not CMPS 12M-02). Enrolling in 12M-02 is not acceptable. This is only applicable if you need both 12B lecture and 12M lab.", - "enroll_current": 215, - "waitlist_current": 4 - }, { - "enroll_max": 44, - "waitlist_max": 999, - "class_number": 21392, - "class_type": "LEC", - "course_description": "Accelerated introduction to programming. Students write medium-sized programs. Topics include: functions; conditionals and loops; classes; event-driven programming and graphic user interfaces (GUIs); recursion; and arrays. Students who have no or very limited programming experience should consider courses 5J and 11 which cover the same material in two quarters. Students may not receive credit for both this course and course 11. Some prior programming experience in a language such as C, C++, Java, or C# strongly recommended.", - "course_name": "CMPS 12A", - "course_title": "Introduction to Programming (Accelerated)", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 3 or 11A or 19A or Applied Mathematics and Statistics 3 or Applied Mathematics and Statistics/Economics 11A, or a score of 400 or higher on the mathematics placement examination (MPE). Concurrent enrollment in 12L required.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21392, - "instructor": "Norouzi,N.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 12L required.", - "enroll_current": 52, - "waitlist_current": 14 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Programming in Java", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary lab", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 115, - "course_description": "Introduces programming in Java for students who have no prior programming experience. Students learn programming and documentation skills, as well as algorithmic problem-solving, and programming methodologies. Introduces computers, compilers, and editors. Students write small to medium-sized programs. This course and courses 5C and 5P cover similar concepts, but use different programming languages. Because 5J followed by course 11 is a two-quarter alternative to the accelerated course 12A/L, engineering majors and students planning on continuing the programming sequence are encouraged to take 5J rather than 5C or 5P. Students may not receive credit for 5J taken concurrently or subsequently to course 12A, 12B, or Computer Engineering 13.", - "enroll_max": 115, - "lecture_number": 21406, - "credits": "5 units", - "location": "ClassroomUnit 002", - "course_name": "CMPS 5J", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21406, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 35 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Interactive Systems for Individuals with Special Needs", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 04:00PM-05:00PM", - "location": "Earth&Marine B214", - "enroll_current": 2, - "course_description": "Covers advanced topics and current research in interactive systems for individuals who have special needs. Focuses on student presentations and seminar participation. May be repeated for credit.", - "lecture_number": 23940, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CMPM 280K", - "gen_ed_categories": "2 units", - "instructor": "Kurniawan,S.H.", - "class_number": 23940, - "class_type": "SEM", - "waitlist_max": 0, - "enroll_max": 30 - }, { - "enroll_max": 0, - "waitlist_max": 999, - "class_number": 22842, - "class_type": "LEC", - "course_description": "Introduces programming in Python, a high-level programming language used in the physical and social sciences and for Internet scripting. Students learn programming and documentation skills, as well as algorithmic problem-solving, coding, and debugging methodologies. Students write programs to solve sample problems drawn from a wide range of disciplines, primarily in the sciences. No prior programming experience is required, but a mathematics background at the pre-calculus level is assumed. This course and courses 5C and 5J cover similar concepts, but use different programming languages. Students may not receive credit for course 5P after receiving credit for course 11, 12A, or Computer Engineering 13.", - "course_name": "CMPS 5P", - "course_title": "Introduction to Programming in Python", - "location": "Earth&Marine B206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Students may not enroll in or receive credit for course 5P after receiving credit with a 'C' or better in course 11, 12A, or Computer Engineering 13.", - "meet_times": "TuTh 07:10PM-08:45PM", - "credits": "5 units", - "lecture_number": 22842, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab", - "enroll_current": 0, - "waitlist_current": 23 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Computational Media", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to computational media graduate students, or by permission of the instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 2 159", - "enroll_current": 16, - "course_description": "Provides a broad foundation in the history, theory, and contemporary practice of computational media, examining its roots in a variety of fields and current structures of participation. Also covers a selection of key critical lenses for understanding computational media.", - "lecture_number": 23216, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPM 201", - "gen_ed_categories": "5 units", - "instructor": "Wardrip-Fruin,N.", - "class_number": 23216, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Computational Media", - "course_section": "02", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to computational media graduate students.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Soc Sci 2 171", - "enroll_current": 0, - "course_description": "Students learn about a current research area in computational media and make a contribution. Each course offering focuses on a different aspect of technical, creative, and/or interpretive work in the field.", - "lecture_number": 23234, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPM 290A", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23234, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 165, - "waitlist_max": 999, - "class_number": 21394, - "class_type": "LEC", - "course_description": "Teaches students to implement common data structures and the algorithms associated with each data structure, through progressively difficult exercises. Topics include big \"O\" notation; pointers, recursion (induction), and dynamic allocation; linked lists and list processing; stacks, queues, binary trees and binary search trees; simple sorting techniques and simple search techniques. Students will gain a working knowledge of the elements of the Java and C programming languages. Prior experience with Unix is assumed.", - "course_name": "CMPS 12B", - "course_title": "Introduction to Data Structures", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11 or 12A or Computer Engineering 13. Concurrent enrollment in course 12M is required.", - "meet_times": "MW 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 21394, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Students enrolled in CMPS 12B-02 MUST enroll in CMPS 12M-02 (and not CMPS 12M-01). Enrolling in 12M-01 is not acceptable. This is only applicable if you need both 12B lecture and 12M lab.", - "enroll_current": 87, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Computational Media", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to computational media graduate students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 2 363", - "enroll_current": 14, - "course_description": "Students learn about a current research area in computational media and make a contribution. Each course offering focuses on a different aspect of technical, creative, and/or interpretive work in the field.", - "lecture_number": 23233, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPM 290A", - "gen_ed_categories": "5 units", - "instructor": "Forbes,A.", - "class_number": 23233, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Computational Media Research Preparation", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Covers skills for finding relevant literature for a novel research topic, integrating that literature, and communicating the results. Also covers how to select work for a research portfolio, present that work, and describe contributions. Enrollment is\nby permission of the instructor. Prerequisite(s): courses 201, 202, and 203 for an understanding of media creation and computer programming; good standing in the PhD program. Enrollment is restricted to graduate students.", - "enroll_max": 15, - "lecture_number": 23934, - "credits": "2 units", - "location": "TBA", - "course_name": "CMPM 206", - "gen_ed_categories": "2 units", - "instructor": "Wardrip-Fruin,N.", - "class_number": 23934, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Computational Media Project Definition", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to computational media graduate students, or by permission of the instructor.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Kresge Clrm 319", - "enroll_current": 7, - "course_description": "Students define the topic, approach, and scope for an M.S. thesis or project. Includes discussion of successful past projects and theses, visits from faculty presenting open problems, reviews of related literature, topic and timeline presentations, and critiques.", - "lecture_number": 24132, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPM 204", - "gen_ed_categories": "5 units", - "instructor": "Kurniawan,S.H.", - "class_number": 24132, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 175, - "waitlist_max": 999, - "class_number": 23141, - "class_type": "LEC", - "course_description": "Presents game design as the interplay of multiple interacting game systems. Surveys various game systems: movement, combat, reward, economic, logistics, quest, information visibility, narrative. Students explore systems via study, design, and play of board, card, and computer games.", - "course_name": "CMPM 176", - "course_title": "Game Systems", - "location": "Oakes Acad 105", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 80K.", - "meet_times": "TuTh 05:20PM-06:55PM", - "credits": "5 units", - "lecture_number": 23141, - "instructor": "Altice,N.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 155, - "waitlist_current": 3 - }, { - "enroll_max": 110, - "waitlist_max": 999, - "class_number": 22813, - "class_type": "LEC", - "course_description": "First of a three-course capstone sequence for the computer game design program. Students work in teams to develop a comprehensive game design for a substantial computer game, including detailed storyline, level design, artistic approach, implementation technologies, and art-asset pipeline. Emphasis placed on creating novel, artistic game design concepts. Includes design reviews and formal presentations. Companion lectures cover advanced topics in game design, game programming, and software project management. Students are billed a materials fee. (Formerly Computer Science 170.)", - "course_name": "CMPM 170", - "course_title": "Game Design Studio I", - "location": "TA 2nd Stage", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; course 120, ARTG 120 and Computer Science 109. Enrollment is restricted to Computer science: computer game design majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22813, - "instructor": "Altice,N.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary discussion. Taught in conjunction with ARTG 170.", - "enroll_current": 96, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Game AI", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Computer Science 101; familiarity with C++. Enrollment is restricted to sophomores, juniors, seniors, and graduate students.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Kresge Clrm 327", - "enroll_current": 85, - "course_description": "Course provides a comprehensive introduction to the use of artificial intelligence (AI) in computer games. Building on fundamental principles of AI, course explains how to create non-player characters (NPCs) with progressively more sophisticated capabilities. (Formerly Computer Science 146.)", - "lecture_number": 22713, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "CMPM 146", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22713, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 85 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Computer Vision", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 4, - "course_description": "Weekly graduate-level seminar series discussing advanced topics in computer vision and image analysis. Current research and literature presented during each meeting. Enrollment is by permission of the instructor. Enrollment is restricted to graduate students. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22693, - "credits": "2 units", - "location": "TBA", - "course_name": "CMPE 280V", - "gen_ed_categories": "2 units", - "instructor": "Manduchi,R.", - "class_number": 22693, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 90, - "waitlist_max": 999, - "class_number": 22996, - "class_type": "LEC", - "course_description": "Provides the opportunity to practice the creation of novel computer games. Students learn a new game-making technology, then create three games using this technology. May be repeated for credit.", - "course_name": "CMPM 179", - "course_title": "Game Design Practicum", - "location": "Steven Acad 175", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 20 or 120; and course 80K or Computer Science 80K.", - "meet_times": "M 05:20PM-08:45PM", - "credits": "5 units", - "lecture_number": 22996, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ARTG 179. Topic: Business of Games", - "enroll_current": 18, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Generative Design", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 120.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "PhysSciences 110", - "enroll_current": 75, - "course_description": "Introduces generative methods for design. Uses algorithmic techniques to generate and evaluate game content (images, sounds, map designs) along with mechanics and progression systems. Search-based and learning-based techniques with connections to artificial intelligence are also covered.", - "lecture_number": 23751, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "CMPM 147", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23751, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 75 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to 3D Modeling", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary lab", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 200, - "course_description": "Introduces theory and techniques of 3D computer graphics. Topics include: capabilities of modern graphics hardware; 3D coordinate spaces; modeling with polygons; NURBS and subdivision surfaces; applying textures and materials; lighting; and simple effects. Students develop proficiency in 3D modeling via lectures and assignments focused on the use of a 3D modeling tool. (Formerly Computer Science 25, Introduction to Computer Graphics: 3D Modeling.)", - "enroll_max": 200, - "lecture_number": 22952, - "credits": "5 units", - "location": "J Bask Aud 101", - "course_name": "CMPM 25", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 22952, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Computer Systems", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics of current research in computer systems. Presents and discusses current research and literature in these areas. Prerequisite(s): Proven engagement in computer systems\ufffdresearch. Enrollment is by permission of the instructor. Enrollment is restricted to graduate students. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 23273, - "credits": "2 units", - "location": "TBA", - "course_name": "CMPE 280S", - "gen_ed_categories": "2 units", - "instructor": "Long,D.D.", - "class_number": 23273, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Parallel Processing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 4, - "course_description": "Weekly seminar series covering topics of current research in parallel systems, architectures, and algorithms. Current research work and literature in these areas are discussed. May be repeated for credit.", - "lecture_number": 21391, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CMPE 280P", - "gen_ed_categories": "2 units", - "instructor": "Renau Ardevol,J.", - "class_number": 21391, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Networks", - "course_section": "02", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics of current research in networks and networked systems. Current research work and literature in these areas are discussed. Prerequisite(s): permission of instructor. Enrollment is restricted to graduate students. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 21390, - "credits": "2 units", - "location": "TBA", - "course_name": "CMPE 280N", - "gen_ed_categories": "2 units", - "instructor": "Qian,C.", - "class_number": 21390, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Networks", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics of current research in networks and networked systems. Current research work and literature in these areas are discussed. Prerequisite(s): permission of instructor. Enrollment is restricted to graduate students. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 21389, - "credits": "2 units", - "location": "TBA", - "course_name": "CMPE 280N", - "gen_ed_categories": "2 units", - "instructor": "Obraczka,K.", - "class_number": 21389, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Control", - "course_section": "03", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Weekly seminar series covering topics of current research in theory and application of control to engineering systems. Current research work and literature in these areas discussed. May be repeated for credit.", - "lecture_number": 22692, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CMPE 280C", - "gen_ed_categories": "2 units", - "instructor": "Teodorescu,M.S.", - "class_number": 22692, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 22710, - "class_type": "LEC", - "course_description": "Graduate-level introduction to control of continuous linear systems using classical feedback techniques. Design of feedback controllers for command-following error, disturbance rejection, stability, and dynamic response specifications. Root locus and frequency response design techniques. Extensive use of Matlab for computer-aided controller design. Course has concurrent lectures with Electrical Engineering 154.", - "course_name": "CMPE 241", - "course_title": "Introduction to Feedback Control Systems", - "location": "Soc Sci 1 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 22710, - "instructor": "Sanfelice,R.G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as EE 241", - "enroll_current": 26, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Control", - "course_section": "02", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 3, - "course_description": "Weekly seminar series covering topics of current research in theory and application of control to engineering systems. Current research work and literature in these areas discussed. May be repeated for credit.", - "lecture_number": 22691, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CMPE 280C", - "gen_ed_categories": "2 units", - "instructor": "Sanfelice,R.G.", - "class_number": 22691, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 23140, - "class_type": "LEC", - "course_description": "Presents the basic concepts and tools for the study of cyber-physical systems, including modeling and analysis tools for continuous-time and discrete-time systems, finite state machines, stateflow, timed and hybrid automata, concurrency, invariants, linear temporal logic, verification, and numerical simulation. Students are guided on methods for simulation and encouraged to apply them to several applications. The course is self-contained. Students are expected to have a basic background in logic circuits, programming, the mathematical modeling of dynamical systems (course 8 is recommended), differential equations, linear algebra, and basic calculus. Knowledge of MATLAB/Simulink is useful. Students cannot receive credit for this course and course 149.", - "course_name": "CMPE 249", - "course_title": "Introduction to Cyber-physical Systems", - "location": "Engineer 2 194", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): courses 100/L or equivalent, and courses 13/L or equivalent.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 23140, - "instructor": "Sanfelice,R.G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with CMPE 149", - "enroll_current": 9, - "waitlist_current": 0 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 22827, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 218. Two 2-hour laboratory sessions per week. Students cannot receive credit for this course and course 118L. Students are billed a materials fee.", - "course_name": "CMPE 218L", - "course_title": "Mechatronics Lab", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 218. Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 22827, - "instructor": "Wehner,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 218 is required. Taught in conjunction with CMPE 118L.", - "enroll_current": 57, - "waitlist_current": 45 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Control", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics of current research in theory and application of control to engineering systems. Current research work and literature in these areas discussed. May be repeated for credit.", - "lecture_number": 22690, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CMPE 280C", - "gen_ed_categories": "2 units", - "instructor": "Milutinovic,D.", - "class_number": 22690, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Computer Vision", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduate students who are interested in enrolling should meet with the instructor first.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Engineer 2 192", - "enroll_current": 50, - "course_description": "Introduces general concepts in computer vision, with an emphasis on geometric 3D reconstruction. Topics include radiometry, photometry, projective geometry, geometric camera model, epipolar geometry, stereo depth reconstruction, corner and edge features, point descriptors and matching, and optical flow. (Formerly Image Analysis and Computer Vision.)", - "lecture_number": 21388, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "CMPE 264", - "gen_ed_categories": "5 units", - "instructor": "Manduchi,R.", - "class_number": 21388, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Computer Networks", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Engineer 2 194", - "enroll_current": 40, - "course_description": "Issues resulting from organizing communication among autonomous computers. Includes network models and switching techniques; medium access control protocols and local area networks; error control and retransmission strategies; routing algorithms and protocols; congestion control mechanisms and end-to-end protocols; application-level protocols; and application of concepts to wireless and wireline networks, with emphasis on the Internet.", - "lecture_number": 21387, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "CMPE 252A", - "gen_ed_categories": "5 units", - "instructor": "Qian,C.", - "class_number": 21387, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Parallel Processing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Merrill Acad 002", - "enroll_current": 16, - "course_description": "Introduction to programming advanced parallel computer architecture. Topics may include: SIMD massively parallel processor arrays; streaming parallel coprocessors, such as graphics cards used for general-purpose processing (GPGPU); or other hybrid MIMD/SIMD architectures. Course has programming lab component, a project, and student presentation on related topics. (Formerly", - "lecture_number": 23351, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPE 220", - "gen_ed_categories": "5 units", - "instructor": "Litz,H.", - "class_number": 23351, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 22828, - "class_type": "LEC", - "course_description": "Introduction to intelligent electro-mechanical systems, combining aspects of computer, electrical, mechanical, and software engineering. Students become proficient in all aspects of mechanical, electrical, computer system design, analysis, prototyping, presentation and team mentorship. Cannot receive credit for this course and course 118.", - "course_name": "CMPE 218", - "course_title": "Mechatronics", - "location": "PhysSciences 114", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): concurrent enrollment in course 218L. Enrollment is restricted to graduate students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22828, - "instructor": "Wehner,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with CMPE 118. Concurrent enrollment in CMPE 218L is required.", - "enroll_current": 56, - "waitlist_current": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Bio-Inspired Locomotion", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 9 or equivalent. Enrollment is restricted to graduate students, and seniors by permission of instructor.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "J Baskin Engr 372", - "enroll_current": 4, - "course_description": "Presents the principles of biological locomotion and application to robotics problems. Students learn about effective movements in the biological world (slithering, walking, climbing, and flying); extract their underlying principles; and apply them creatively to robotics design.", - "lecture_number": 23004, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPE 216", - "gen_ed_categories": "5 units", - "instructor": "Teodorescu,M.S.", - "class_number": 23004, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Technical Writing for Computer Engineers", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements; and Computer Science 12B or Computer Engineering 12 or Biomolecular Engineering 160 or by permission of the instructor.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Engineer 2 192", - "enroll_current": 45, - "course_description": "Writing by engineers and computer scientists, not to general audiences, but to engineers, engineering managers, and technical writers. Exercises include job application and resume, in-code documentation, algorithm description, naive-user documentation, library puzzle, survey article, proposal, progress report, formal technical report, and oral presentation. Enrollment is restricted to majors in Computer Engineering, Bioengineering, Bioinformatics, Robotics Engineering, or Network and Digital Technology.", - "lecture_number": 21384, - "credits": "5 units", - "waitlist_current": 18, - "course_name": "CMPE 185", - "gen_ed_categories": "5 units", - "instructor": "Moulds,G.B.", - "class_number": 21384, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 45 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Computer Architecture", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 110 or 112. Enrollment is restricted to graduate students; undergraduates may enroll if they have completed course 110 or 112 and with consent of instructor.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 2 071", - "enroll_current": 19, - "course_description": "Provides a thorough and fundamental treatment of the art of computer architecture. Topics include concepts of von Neumann architectures, methods of evaluating CPU performance, instruction-set design and examples, compiler issues, instruction pipelining, superscalar processors, methods for reduction of branch penalty, memory hierarchies, I/O systems, floating-point arithmetic, and current issues in parallel processing.", - "lecture_number": 21386, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CMPE 202", - "gen_ed_categories": "5 units", - "instructor": "Renau Ardevol,J.", - "class_number": 21386, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 70 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 21385, - "class_type": "SEM", - "course_description": "Basic teaching techniques for teaching assistants including responsibilities and rights of teaching assistants, resource materials, computer security, leading discussion or lab sessions, presentation techniques, maintaining class records, electronic handling of homework, and grading. Examines research and professional training, including use of the library and online databases, technical typesetting, writing journal and conference papers, publishing in computer science and computer engineering, giving talks in seminars and conferences, and ethical issues in science and engineering. Required for all T.A.s.", - "course_name": "CMPE 200", - "course_title": "Research and Teaching in Computer Science and Engineering", - "location": "Engineer 2 180", - "grading_options": "Student Option", - "gen_ed_categories": "3 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Th 09:50AM-11:25AM", - "credits": "3 units", - "lecture_number": 21385, - "instructor": "Obraczka,K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with CMPS 200", - "enroll_current": 58, - "waitlist_current": 0 - }, { - "enroll_max": 88, - "waitlist_max": 999, - "class_number": 21378, - "class_type": "LEC", - "course_description": "Addresses issues arising in organizing communications among autonomous computers. Network models and conceptual layers; Internet-working; characteristics of transmission media; switching techniques (packet switching, circuit switching, cell switching); medium access control (MAC) protocols and local area networks; error-control strategies and link-level protocols; routing algorithms for bridges and routers; congestion control mechanisms; transport protocols; application of concepts to practical wireless and wireline networks and standard protocol architectures. Students who have completed course 80N can take this course for credit.", - "course_name": "CMPE 150", - "course_title": "Introduction to Computer Networks", - "location": "Engineer 2 180", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 16 and either courses 12 and 12L, or Computer Science 12B and 12M. Concurrent enrollment in course 150L is required.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 21378, - "instructor": "Obraczka,K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 150L is required", - "enroll_current": 87, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Capstone Project I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in courses 121 and 121L. Enrollment is restricted to bioengineering, computer engineering, and robotics engineering majors.", - "meet_times": "Tu 09:50AM-11:25AM", - "location": "Engineer 2 180", - "enroll_current": 76, - "course_description": "First of a three-course sequence in which students apply knowledge and skills gained in elective track to complete a major design project. In this first course, students complete the specification and planning for a substantial project. Topics covered: engineering design cycle, engineering teams, and professional practices.", - "lecture_number": 23011, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CMPE 129A", - "gen_ed_categories": "2 units", - "instructor": "Elkaim,G.H.", - "class_number": 23011, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 80 - }, { - "enroll_max": 88, - "waitlist_max": 999, - "class_number": 22851, - "class_type": "LAB", - "course_description": "Illustrates the concepts covered in course 150 and provides students with hands-on experience in computer networks. Students are billed a materials fee.", - "course_name": "CMPE 150L", - "course_title": "Introduction to Computer Networks Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 16 and either courses 12 and 12L, or Computer Science 12B and 12M.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 22851, - "instructor": "Obraczka,K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 150 is required. Enroll in lab and associated secondary lab.", - "enroll_current": 88, - "waitlist_current": 26 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 23093, - "class_type": "LEC", - "course_description": "Presents the basic concepts and tools for the study of cyber-physical systems, including modeling and analysis tools for continuous-time and discrete-time systems, finite state machines, stateflow, timed and hybrid automata, concurrency, invariants, linear temporal logic, verification, and numerical simulation. Students are guided on methods for simulation and encouraged to apply them to several applications. The course is self-contained. Students are expected to have a basic background in logic circuits, programming, the mathematical modeling of dynamical systems (course 8 is recommended), differential equations, linear algebra, and basic calculus. Knowledge of MATLAB/Simulink is useful. Students cannot receive credit for this course and course 249. (Formerly course 142.)", - "course_name": "CMPE 149", - "course_title": "Introduction to Cyber-physical Systems", - "location": "Engineer 2 194", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 100/L or equivalent, and courses 13/L or equivalent.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 23093, - "instructor": "Sanfelice,R.G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with CMPE 249.", - "enroll_current": 9, - "waitlist_current": 0 - }, { - "enroll_max": 85, - "waitlist_max": 999, - "class_number": 21707, - "class_type": "LEC", - "course_description": "Analysis and design of continuous linear feedback control systems. Essential principles and advantages of feedback. Design by root locus, frequency response, and state space methods and comparisons of these techniques. Applications.", - "course_name": "CMPE 141", - "course_title": "Feedback Control Systems", - "location": "Steven Acad 175", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Electrical Engineering 103. Enrollment is restricted to School of Engineering and Division of Physical and Biological Sciences majors, or by permission of instructor.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 21707, - "instructor": "Milutinovic,D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as EE 154.", - "enroll_current": 59, - "waitlist_current": 0 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 21373, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 121. Two 2-hour laboratory sessions per week. Students design, build, program, debug, document, and demonstrate a microprocessor-based system. Students are billed a materials fee.", - "course_name": "CMPE 121L", - "course_title": "Microprocessor System Design Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 12/L and 100/L; and 13/L or Computer Science 12B/M; and EE 101/L and Physics 5C/N.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21373, - "instructor": "Varma,A.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 121 is required. Enroll in lab and associated secondary lab", - "enroll_current": 70, - "waitlist_current": 33 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 21372, - "class_type": "LEC", - "course_description": "The design and use of microprocessor-based systems. Covers microprocessor and microcontroller architecture, programming techniques, bus and memory organization, DMA, timing issues, interrupts, peripheral devices, serial and parallel communication, and interfacing to analog and digital systems.", - "course_name": "CMPE 121", - "course_title": "Microprocessor System Design", - "location": "Kresge Clrm 327", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 12/L and 100/L; and 13/L or Computer Science 12B/M; and EE 101/L and Physics 5C/N. Concurrent enrollment in course 121L required.", - "meet_times": "MWF 04:00PM-05:05PM", - "credits": "5 units", - "lecture_number": 21372, - "instructor": "Varma,A.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 121L is required", - "enroll_current": 69, - "waitlist_current": 9 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 22627, - "class_type": "LEC", - "course_description": "Technologies involved in mechatronics (intelligent electro-mechanical systems) and techniques necessary to integrate these technologies into mechatronic systems. Topics include electronics (A/D, D/A converters, opamps, filters, power devices), software program design (event-driven programming, state machine-based design), DC and stepper motors, basic sensing, and basic mechanical design (machine elements and mechanical CAD). Combines lab component of structured assignments with a large and open-ended team project. Cannot receive credit for this course and course 218.", - "course_name": "CMPE 118", - "course_title": "Introduction to Mechatronics", - "location": "PhysSciences 114", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Electrical Engineering 101/L and courses 12/L and 100/L. Concurrent enrollment in course 118L is required.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22627, - "instructor": "Wehner,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 118L is required. Taught in conjunction with CMPE 218.", - "enroll_current": 56, - "waitlist_current": 5 - }, { - "enroll_max": 155, - "waitlist_max": 999, - "class_number": 21363, - "class_type": "LEC", - "course_description": "Introduction to computer architecture including examples of current approaches and the effect of technology and software. Computer performance evaluation, basic combinatorial and sequential digital components, different instruction set architectures with a focus on the MIPS ISA and RISC paradigm. Evolution of CPU microarchitecture from single-cycle to multi-cycle pipelines, with overview of super-scalar, multiple-issue and VLIW. Memory system, cache, virtual memory and relationship between memory and performance. Evolution of PC system architecture. May include advanced topics, such as parallel processing, MIMD, and SIMD.", - "course_name": "CMPE 110", - "course_title": "Computer Architecture", - "location": "Thim Lecture 003", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 12/L, and courses 13/L or Computer Science 12A/L or Computer Science 11. Course 16 recommended.", - "meet_times": "MWF 04:00PM-05:05PM", - "credits": "5 units", - "lecture_number": 21363, - "instructor": "Miller,E.L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 155, - "waitlist_current": 20 - }, { - "enroll_max": 57, - "waitlist_max": 999, - "class_number": 21357, - "class_type": "LEC", - "course_description": "Boolean algebra, logic minimization, finite-state machine design, sequential circuits, common logic elements, programmable logic devices, and an introduction to system level design. The electrical behavior of circuits including three state outputs, propagation delay, logic levels, and fanout.", - "course_name": "CMPE 100", - "course_title": "Logic Design", - "location": "Kresge Clrm 327", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 12 and 12L; previous or concurrent enrollment in course 100L is required.", - "meet_times": "MWF 09:20AM-10:25AM", - "credits": "5 units", - "lecture_number": 21357, - "instructor": "Schlag,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 100L is required.", - "enroll_current": 56, - "waitlist_current": 3 - }, { - "enroll_max": 186, - "waitlist_max": 999, - "class_number": 21332, - "class_type": "LAB", - "course_description": "Introduction to computer systems and assembly language and how computers compute in hardware and software. Topics include digital logic, number systems, data structures, compiling/assembly process, basics of system software, and computer architecture. May include C language. Students with no prior programming experience are strongly recommended to take course 3, Computer Science 5J, Computer Science 5P, Computer Science 10, or equivalent before taking this course.", - "course_name": "CMPE 12L", - "course_title": "Computer Systems and Assembly Language Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in course 12 is required.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21332, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 12 is required. Enroll in lab and associated secondary lab.", - "enroll_current": 186, - "waitlist_current": 116 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Networking and the Internet", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 120, - "course_description": "Introduction to the evolution, technological basis, and services of the Internet, with descriptions of its underlying communications structure, routing algorithms, peer-to-peer hierarchy, reliability, and packet switching. Network security, mail, multimedia and data compression issues, HTML, and digital images. Students who have completed course 150 cannot receive credit for this course.", - "enroll_max": 120, - "lecture_number": 21352, - "credits": "5 units", - "location": "Thim Lecture 003", - "course_name": "CMPE 80N", - "gen_ed_categories": "5 units", - "instructor": "Parsa,C.L.", - "class_number": 21352, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 60, - "waitlist_max": 999, - "class_number": 22628, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 118. Two 2-hour laboratory sessions per week. Students cannot receive credit for this course and course 218L. Students are billed a materials fee.", - "course_name": "CMPE 118L", - "course_title": "Introduction to Mechatronics Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Electrical Engineering 101/L and courses 12/L and 100/L.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 22628, - "instructor": "Wehner,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 118 is required. Taught in conjunction with CMPE 218L.", - "enroll_current": 57, - "waitlist_current": 45 - }, { - "enroll_max": 57, - "waitlist_max": 999, - "class_number": 21358, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in course 100. Two 2-hour laboratory sessions per week. Weekly laboratory assignments which require the use of the oscilloscopes, TTL circuits, computer-aided design and simulation tools, and programmable logic. Students are billed a materials fee.", - "course_name": "CMPE 100L", - "course_title": "Logic Design Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 12 and 12L.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21358, - "instructor": "Schlag,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 100 is required. Enroll in lab and associated secondary lab", - "enroll_current": 57, - "waitlist_current": 23 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Universal Access: Disability, Technology, and Society", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 55, - "course_description": "Overview of human-centered technology and of its potential for increasing the quality of life and independence of disabled individuals. A substantial portion of the course is devoted to studying physical, psychological, and psychosocial aspects of disability. Topics include: diversity and integration, legislation, accessibility, and universal design. (Formerly", - "enroll_max": 55, - "lecture_number": 22745, - "credits": "5 units", - "location": "Merrill Acad 102", - "course_name": "CMPE 80A", - "gen_ed_categories": "5 units", - "instructor": "Manduchi,R.", - "class_number": 22745, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 15 - }, { - "enroll_max": 240, - "waitlist_max": 999, - "class_number": 21343, - "class_type": "LEC", - "course_description": "Introduction to applications of discrete mathematical systems. Topics include sets, functions, relations, graphs, predicate calculus, mathematical proof methods (induction, contraposition, contradiction), counting methods (permutations, combinations), and recurrences. Examples are drawn from computer science and computer engineering. Knowledge of computer programming is useful before taking this course. Students who do not have prior programing experience are strongly recommended to take Computer Science 5C, 5J, or 5P before taking this course.", - "course_name": "CMPE 16", - "course_title": "Applied Discrete Mathematics", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 19A or 11B or Applied Mathematics and Statistics 11B or 15B or Economics 11B.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 21343, - "instructor": "Larrabee,T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 235, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Gender Health and Justice", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 44, - "course_description": "Critically examines concrete aspects of health in U.S. social and political contexts, emphasizing how gendered interpretations and practices construct and affect health equity and the practices of health care. (Formerly Women's Health Activism.)", - "enroll_max": 45, - "lecture_number": 21321, - "credits": "5 units", - "location": "Porter Acad 144", - "course_name": "CMMU 161", - "gen_ed_categories": "5 units", - "instructor": "Steiner,A.", - "class_number": 21321, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 2 - }, { - "enroll_max": 186, - "waitlist_max": 999, - "class_number": 22626, - "class_type": "LEC", - "course_description": "Introduction to computer systems and assembly language and how computers compute in hardware and software. Topics include digital logic, number systems, data structures, compiling/assembly process, basics of system software, and computer architecture. May include C language. Students with no prior programming experience are strongly recommended to take course 3, Computer Science 5J, Computer Science 5P, Computer Science 10, or equivalent before taking this course.", - "course_name": "CMPE 12", - "course_title": "Computer Systems and Assembly Language", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): previous or concurrent enrollment in course 12L is required.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 22626, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in CMPE 12L is required", - "enroll_current": 184, - "waitlist_current": 2 - }, { - "enroll_max": 80, - "waitlist_max": 999, - "class_number": 22722, - "class_type": "LEC", - "course_description": "Introduction to dynamical systems, feedback control, and robotics. Fundamental concepts in dynamical systems, modeling, stability analysis, robustness to uncertainty, feedback as it occurs naturally, and the design of feedback-control laws to engineer desirable static and dynamic response. Course includes an introduction to MATLAB and programming in MATLAB. Students are billed a materials fee.", - "course_name": "CMPE 8", - "course_title": "Robot Automation: Intelligence through Feedback Control", - "location": "Kresge Clrm 327", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Priority enrollment restricted to first-year students and sophomores.", - "meet_times": "MWF 02:40PM-03:45PM", - "credits": "5 units", - "lecture_number": 22722, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab", - "enroll_current": 24, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Personal Computer Concepts: Software and Hardware", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 150, - "course_description": "Provides an introduction to computers. Personal computing is emphasized, and students are introduced to word processing, spreadsheets, database management, graphics, and programming. Covers fundamentals of computing and current and future uses of computer technology, PC hardware, Windows operating system, applications software, networking and the Internet, and developments in the computer industry. Designed for students with little or no experience using computers. Students cannot receive credit for this course and Computer Science 2.", - "enroll_max": 150, - "lecture_number": 21327, - "credits": "5 units", - "location": "Media Theater M110", - "course_name": "CMPE 3", - "gen_ed_categories": "5 units", - "instructor": "Moulds,G.B.", - "class_number": 21327, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 34 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "American Cities and Social Change", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 13, - "course_description": "Examines the historical development of and contemporary conditions within U.S. cities by focusing on social and economic restructurings of cities, cultural and political transformations, and spatial reorganizations of the urban landscape. Goal is understanding the changing nature of urban experience.", - "enroll_max": 30, - "lecture_number": 21324, - "credits": "5 units", - "location": "Porter Acad 148", - "course_name": "CMMU 132", - "gen_ed_categories": "5 units", - "instructor": "Pudup,M.B.", - "class_number": 21324, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Political Economy of Food and Agriculture", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 45, - "course_description": "Examines key concepts in agrarian political economy; the historical development of the world food system; and a selection of contemporary issues related to food production, consumption, distribution, and regulation.", - "enroll_max": 45, - "lecture_number": 22613, - "credits": "5 units", - "location": "Porter Acad 144", - "course_name": "CMMU 149", - "gen_ed_categories": "5 units", - "instructor": "Guthman,J.H.", - "class_number": 22613, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Field Study", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "enroll_current": 49, - "course_description": "Full-time independent field study in an approved off-campus setting with onsite supervision by the sponsoring organization and regular distanced supervision by campus faculty. Enrollment is restricted to community studies majors upon completion of the required preparatory coursework. Prerequisite(s): course 102. (Formerly course 198, Independent Field Study.) May be repeated for credit.", - "enroll_max": 59, - "lecture_number": 23340, - "credits": "5 units", - "location": "TBA", - "course_name": "CMMU 105C", - "gen_ed_categories": "5 units", - "instructor": "Pudup,M.B.", - "class_number": 23340, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Field Study", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "enroll_current": 49, - "course_description": "Full-time independent field study in an approved off-campus setting with onsite supervision by the sponsoring organization and regular distanced supervision by campus faculty. Enrollment is restricted to community studies majors upon completion of the required preparatory coursework. Prerequisite(s): course 102. (Formerly course 198, Independent Field Study.) May be repeated for credit.", - "enroll_max": 59, - "lecture_number": 23339, - "credits": "5 units", - "location": "TBA", - "course_name": "CMMU 105B", - "gen_ed_categories": "5 units", - "instructor": "Pudup,M.B.", - "class_number": 23339, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Field Study", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "enroll_current": 49, - "course_description": "Full-time independent field study in an approved off-campus setting with onsite supervision by the sponsoring organization and regular distanced supervision by campus faculty. Enrollment is restricted to community studies majors upon completion of the required preparatory coursework. Prerequisite(s): course 102. (Formerly course 198, Independent Field Study.) May be repeated for credit.", - "enroll_max": 59, - "lecture_number": 23338, - "credits": "5 units", - "location": "TBA", - "course_name": "CMMU 105A", - "gen_ed_categories": "5 units", - "instructor": "Pudup,M.B.", - "class_number": 23338, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Social Justice and Nonviolent Communication (Rumi's Field Living-Learning Community)", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Rumi's Field Nonviolent Communication Living-Learning Community operates in a spirit of cooperation, compassion, and goodwill. Students living on Rumi's Field enroll in this course in fall to explore the relevance of nonviolence to the pursuit of social justice. Restricted to residents of the Rumi's Field. (Formerly Nonviolent Communication [Living-Learning Community]) May be repeated for credit.", - "credits": "1 units", - "waitlist_current": 0, - "course_name": "CLTE 95", - "gen_ed_categories": "1 units", - "lecture_number": 22982, - "class_number": 22982, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "J Baskin Engr 165", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23750, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23750, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Community Activism", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 48, - "course_description": "Surveys different strategies of community activism including charity, volunteering, labor and community organizing, and recently emerging global activism with goal of demonstrating how certain strategies challenge existing social relations and arrangements while others typically (and often by design) reproduce them.", - "enroll_max": 50, - "lecture_number": 21318, - "credits": "5 units", - "location": "Thim Lecture 001", - "course_name": "CMMU 10", - "gen_ed_categories": "5 units", - "instructor": "Lopez,L.T.", - "class_number": 21318, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "J Baskin Engr 165", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23749, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23749, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Social Justice, Institutions, and Power", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): College Ten 85, or College Nine 85, or equivalent. Enrollment is restricted to junior and senior College Ten and College Nine members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "J Baskin Engr 372", - "enroll_current": 2, - "course_description": "Course facilitates critical analysis of cultural and political institutions that shape identity-related struggles including LGBTQ+ issues, religious freedom, class inequality, and race and ethnicity. Uses an interdisciplinary approach to focus on analysis and activism, culminating in a class project to disseminate knowledge and promote activism.", - "lecture_number": 23238, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 135", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23238, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Practical Activism Conference Planning and Development", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "M 04:00PM-05:05PM", - "enroll_current": 10, - "course_description": "Offers an applied experience of collaborative planning, production, and leadership. Students plan workshops and other event components; conduct outreach and publicity; and address all aspects of educational event planning. Enrollment is restricted to members of the spring volunteer Practical Activism planning group. Enrollment is by permission of the instructor. May be repeated for credit.", - "enroll_max": 30, - "lecture_number": 23016, - "credits": "2 units", - "location": "Namaste Lounge", - "course_name": "CLTE 120", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23016, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "I Couldn't Imagine Myself Anywhere Else: Understanding UCSC Undergraduate Narratives", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholars students.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Soc Sci 2 141", - "enroll_current": 3, - "course_description": "Research seminar for Spring Start students interested in qualitative analysis of personal narratives of UCSC undergraduates to explore themes of identity formation, educational equity, and social justice.", - "lecture_number": 23935, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 60", - "gen_ed_categories": "5 units", - "instructor": "Majzler,R.D.", - "class_number": 23935, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "J Baskin Engr 165", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23748, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23748, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Soc Sci 2 179", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23745, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23745, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23742, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23742, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Soc Sci 2 179", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23747, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23747, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Soc Sci 2 179", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23746, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23746, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Soc Sci 2 179", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23744, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23744, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23738, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23738, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MW 07:10PM-08:45PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23741, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23741, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23743, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23743, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23740, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23740, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Practical Activism Conference Planning and Development", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "M 04:00PM-05:05PM", - "enroll_current": 3, - "course_description": "Offers an applied experience of collaborative planning, production, and leadership. Students plan workshops and other event components; conduct outreach and publicity; and address all aspects of educational event planning. Enrollment restricted to members of the spring volunteer Practical Activism planning group. Enrollment by permission of the instructor. May be repeated for credit.", - "enroll_max": 30, - "lecture_number": 23015, - "credits": "2 units", - "location": "Namaste Lounge", - "course_name": "CLNI 120", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23015, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23739, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23739, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: Social Justice and Community", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Reflects our college theme of Social Justice and Community, addressing topics such as identity formation, inequality, and environmental injustice.", - "lecture_number": 23737, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLTE 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23737, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intercultural Understanding", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "Tu 03:20PM-04:55PM", - "enroll_current": 0, - "course_description": "Provides an opportunity to enhance the intercultural experience, increase cultural competency, promote further understanding, and examine the various trends facing a uniquely diverse community. Geared toward U.S. and international students affiliated with the International Living Center. Enrollment by instructor permission.", - "enroll_max": 25, - "lecture_number": 23005, - "credits": "2 units", - "location": "Soc Sci 2 165", - "course_name": "CLNI 90", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23005, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "14", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "J Baskin Engr 165", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23736, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23736, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "12", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "J Baskin Engr 165", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23734, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23734, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "08", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Soc Sci 2 179", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23730, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23730, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "06", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23728, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23728, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "10", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 04:00PM-05:05PM", - "location": "Soc Sci 2 179", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23732, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23732, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "07", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23729, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23729, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "13", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "J Baskin Engr 165", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23735, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23735, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "11", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "J Baskin Engr 165", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23733, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23733, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "09", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Soc Sci 2 179", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23731, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23731, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "03", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23725, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23725, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 08:00AM-09:05AM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23723, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23723, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Chinese: Language and Society", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 6 or by consent of instructor.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "Soc Sci 2 171", - "enroll_current": 12, - "course_description": "Designed to enhance the students' ability to understand, analyze, and discuss authentic Chinese reading materials. Chinese linguistic and cultural aspects are introduced. (Formerly Advanced Chinese.)", - "lecture_number": 21316, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHIN 103", - "gen_ed_categories": "5 units", - "instructor": "Wu,T.", - "class_number": 21316, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Chinese", - "course_section": "03", - "career_type": "Undergraduate", - "meet_times": "MWF 12:00PM-01:05PM", - "enroll_current": 25, - "course_description": "Instruction in elementary spoken and written Chinese (Mandarin), beginning with the sounds of Chinese and their representation in the pinyin romanization system. Conversation, structural analysis, and an introduction to character texts. The first-year sequence (1-2-3) begins only in the fall quarter. Students interested in learning Chinese who are uncertain about where they should enter the sequence should meet with the instructor prior to the first class meeting. (Formerly Instruction in the Chinese (Mandarin) Language.)", - "enroll_max": 25, - "lecture_number": 21314, - "credits": "5 units", - "location": "Hum & Soc Sci 250", - "course_name": "CHIN 1", - "gen_ed_categories": "5 units", - "instructor": "Keenan,D.L.", - "class_number": 21314, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Chinese", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 24, - "course_description": "Instruction in elementary spoken and written Chinese (Mandarin), beginning with the sounds of Chinese and their representation in the pinyin romanization system. Conversation, structural analysis, and an introduction to character texts. The first-year sequence (1-2-3) begins only in the fall quarter. Students interested in learning Chinese who are uncertain about where they should enter the sequence should meet with the instructor prior to the first class meeting. (Formerly Instruction in the Chinese (Mandarin) Language.)", - "enroll_max": 25, - "lecture_number": 21313, - "credits": "5 units", - "location": "Hum & Soc Sci 250", - "course_name": "CHIN 1", - "gen_ed_categories": "5 units", - "instructor": "Keenan,D.L.", - "class_number": 21313, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 09:20AM-10:25AM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23724, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23724, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Satisfactory/Unsatisfactory", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment restrictions: graduate standing or approval of the graduate adviser.", - "meet_times": "F 02:40PM-03:45PM", - "location": "PhysSciences 240", - "enroll_current": 3, - "course_description": "", - "lecture_number": 21310, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CHEM 292", - "gen_ed_categories": "2 units", - "instructor": "Johnstone,T.C.", - "class_number": 21310, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "04", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23726, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23726, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar in Natural Products Chemistry", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Weekly meetings devoted to the study of natural products. Topics drawn from the current literature and research interests of the participants. May be repeated for credit.", - "lecture_number": 21309, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHEM 286", - "gen_ed_categories": "5 units", - "instructor": "Crews,P.O.", - "class_number": 21309, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar: Synthetic Methods", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Weekly meetings devoted to the study of asymmetric and/or enantio-selective synthesis of optically active organic compounds of biological and medicinal significance. Topics drawn from the current literature and the research interests of the participants. May be repeated for credit.", - "lecture_number": 21307, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHEM 282", - "gen_ed_categories": "5 units", - "instructor": "Singaram,B.", - "class_number": 21307, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Second-Year Chinese", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3 or by consent of instructor.", - "meet_times": "MWF 10:40AM-11:45AM", - "location": "Soc Sci 2 165", - "enroll_current": 8, - "course_description": "Instruction in intermediate spoken and written Chinese (Mandarin). Conversation, composition, and the reading of modern texts. The second-year sequence (4-5-6) begins only in the fall quarter. (Formerly Intermediate Chinese (Mandarin).)", - "lecture_number": 21315, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHIN 4", - "gen_ed_categories": "5 units", - "instructor": "Wu,T.", - "class_number": 21315, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Academic Literacy and Ethos: International and Global Perspectives", - "course_section": "05", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to first-year college members.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "Soc Sci 1 161", - "enroll_current": 0, - "course_description": "Teaches foundational concepts for intellectual exploration and personal development within an academic community: analysis, critical thinking, metacognition, engagement with others across difference, and self-efficacy. Addresses large-scale political, cultural, and economic issues to inform global citizenship.", - "lecture_number": 23727, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CLNI 1", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23727, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "First-Year Chinese", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 21, - "course_description": "Instruction in elementary spoken and written Chinese (Mandarin), beginning with the sounds of Chinese and their representation in the pinyin romanization system. Conversation, structural analysis, and an introduction to character texts. The first-year sequence (1-2-3) begins only in the fall quarter. Students interested in learning Chinese who are uncertain about where they should enter the sequence should meet with the instructor prior to the first class meeting. (Formerly Instruction in the Chinese (Mandarin) Language.)", - "enroll_max": 25, - "lecture_number": 21312, - "credits": "5 units", - "location": "Hum & Soc Sci 250", - "course_name": "CHIN 1", - "gen_ed_categories": "5 units", - "instructor": "Keenan,D.L.", - "class_number": 21312, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Satisfactory/Unsatisfactory", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Teaching Chemistry", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to chemistry graduate students.", - "meet_times": "M 10:40AM-11:45AM", - "location": "N. Sci Annex 103", - "enroll_current": 6, - "course_description": "University-level pedagogy in chemistry; examines the role of preparation, assessment, and feedback in teaching chemistry discussion and laboratory sections. Effective classroom techniques and organizational strategies discussed; oral presentations analyzed critically. Required of entering chemistry graduate students.", - "lecture_number": 21311, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CHEM 296", - "gen_ed_categories": "2 units", - "instructor": "Roland,R.E.", - "class_number": 21311, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Modern Synthetic Methods in Organic Chemistry", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to seniors who have taken course 143, and graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "N. Sci Annex 102", - "enroll_current": 2, - "course_description": "Presents concepts in bond formation, conformation, selectivity, and stereocontrol in modern organic synthesis. Focuses on understanding reaction mechanisms. Culminates with strategy in designing multi-step synthesis of complex targets.", - "lecture_number": 23087, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHEM 242B", - "gen_ed_categories": "5 units", - "instructor": "Braslau,R.", - "class_number": 23087, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Satisfactory/Unsatisfactory", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Chemistry and Biochemistry Research Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 03:30PM-05:00PM", - "location": "PhysSciences 240", - "enroll_current": 26, - "course_description": "A weekly chemistry and biochemistry seminar series covering recent developments and current research, led by experts from other institutions, as well as local speakers. Open to chemistry and biochemistry graduate students. May be repeated for credit.", - "lecture_number": 23007, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHEM 291", - "gen_ed_categories": "5 units", - "instructor": "Li,Y.", - "class_number": 23007, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 75 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar in Synthetic Organic Chemistry", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Weekly meetings devoted to the study of synthetic organic chemistry. Topics drawn from the current literature and the research interests of the participants. May be repeated for credit.", - "lecture_number": 21308, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHEM 284", - "gen_ed_categories": "5 units", - "instructor": "Raskatov,J.", - "class_number": 21308, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar in Biological Inorganic Chemistry", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 1, - "course_description": "Weekly meetings devoted to biological inorganic chemistry and biochemistry. Topics are drawn from current literature. Papers and reviews are discussed, and participants give short seminars on their research interests. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22705, - "credits": "5 units", - "location": "TBA", - "course_name": "CHEM 275", - "gen_ed_categories": "5 units", - "instructor": "Holman,T.R.", - "class_number": 22705, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Electrochemistry", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to seniors and graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 2 141", - "enroll_current": 12, - "course_description": "Designed to introduce basic principles and applications of electrochemistry to students at upper undergraduate and lower graduate levels in various fields including analytical, physical, and materials chemistry.", - "lecture_number": 22658, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHEM 269", - "gen_ed_categories": "5 units", - "instructor": "Chen,S.", - "class_number": 22658, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 40, - "waitlist_max": 999, - "class_number": 21294, - "class_type": "LEC", - "course_description": "Advanced topics such as the chemistry of terpenes, steroids, synthetic polymers, alkaloids, reactive intermediates, and reaction mechanisms are treated. Lecture: 4 hours.", - "course_name": "CHEM 143", - "course_title": "Organic Chemical Structure and Reactions", - "location": "Earth&Marine B214", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 110.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21294, - "instructor": "Singaram,B.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 18, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Proseminar in Synthetic and Polymer Chemistry", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 1, - "course_description": "Weekly meetings devoted to study of synthetic organic chemistry and controlled polymer design for applications in nanotechnology. Topics drawn from current literature and research interests of participants. May be repeated for credit.", - "enroll_max": 10, - "lecture_number": 22661, - "credits": "5 units", - "location": "TBA", - "course_name": "CHEM 274", - "gen_ed_categories": "5 units", - "instructor": "Braslau,R.", - "class_number": 22661, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Bioinorganic Chemistry", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): courses 151A/L, 163A; and Biochemistry and Molecular Biology 100A.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "PhysSciences 240", - "enroll_current": 2, - "course_description": "The role played by transition metals in biological systems is discussed through application of the principles of coordination chemistry and inorganic spectroscopy. Topics include metalloproteins involved in oxygen binding, iron storage, biological redox reactions, and nitrogen fixation, as well as metal complexes of nucleic acids. Lecture: 4 hours.", - "lecture_number": 21306, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "CHEM 234", - "gen_ed_categories": "5 units", - "instructor": "Mascharak,P.", - "class_number": 21306, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "ACE Program Service Learning", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Students participate in training and development to co-facilitate collaborative learning in ACE chemistry discussion sections and midterm/exam review sessions. Students are role models for students pursuing science- and math-intensive majors. Prerequisite(s): Prior participation in ACE; good academic standing; no non-passing grades in prior quarter. Enrollment is restricted to sophomores, juniors, and seniors.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "CHEM 182", - "gen_ed_categories": "2 units", - "lecture_number": 22938, - "class_number": 22938, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "enroll_max": 150, - "waitlist_max": 999, - "class_number": 21298, - "class_type": "LEC", - "course_description": "A detailed introduction to quantum theory and the application of wave mechanics to problems of atomic structure, bonding in molecules, and fundamentals of spectroscopy.", - "course_name": "CHEM 163A", - "course_title": "Quantum Mechanics and Basic Spectroscopy", - "location": "Kresge Clrm 321", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1B and 1C, Physics 5A-B-C or 6A-B-C and Mathematics 22 or 23B. Physics 6C can be taken concurrently.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 21298, - "instructor": "Ping,Y.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 119, - "waitlist_current": 0 - }, { - "enroll_max": 16, - "waitlist_max": 999, - "class_number": 21297, - "class_type": "LAB", - "course_description": "Exposes students to advanced laboratory techniques in organic chemistry. Designed for students without previous research background in organic chemistry. Experiments carry a research-like format and cover the areas of natural products and reaction chemistry. Modern methods of organic analysis are emphasized including chromatographic methods and organic structure determination by spectroscopy. Laboratory: 8 hours. Students billed a materials fee.", - "course_name": "CHEM 146A", - "course_title": "Advanced Laboratory in Organic Chemistry", - "location": "Thimann Lab 318", - "grading_options": "Student Option", - "gen_ed_categories": "3 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 110/L; satisfaction of Entry Level Writing and Composition requirements. Enrollment is restricted to chemistry majors. Minors by permission of instructor.", - "meet_times": "TuTh 01:30PM-05:30PM", - "credits": "3 units", - "lecture_number": 21297, - "instructor": "Binder,C.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Must attend first meeting of lab. Absent students will be dropped.", - "enroll_current": 16, - "waitlist_current": 1 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 21291, - "class_type": "LEC", - "course_description": "A laboratory course designed to develop familiarity with techniques and instrumentation used in analytical chemistry, emphasizing determination of trace inorganic species. Primary emphasis on applications utilizing the absorption or emission of electromagnetic radiation and on voltammetry. Topics include molecular UV-visible absorption and fluorescence spectrometry; atomic absorption, emission and fluorescence spectrometry; and various forms of voltammetry. Lecture: 2 hours; laboratory: 8 hours. Students are billed a materials fee.", - "course_name": "CHEM 122", - "course_title": "Principles of Instrumental Analysis", - "location": "Thimann Lab 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 110 and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to senior chemistry (B.S.) majors.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 21291, - "instructor": "Oliver,S.R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab. Must attend first lab lecture meeting and first meeting of associated secondary lab. Absent students will be dropped.", - "enroll_current": 16, - "waitlist_current": 0 - }, { - "enroll_max": 384, - "waitlist_max": 999, - "class_number": 21266, - "class_type": "LAB", - "course_description": "Laboratory experience in organic chemistry associated with course 8A. Designed to introduce the student to the many techniques associated with organic chemistry while affording an opportunity to explore the concepts discussed in the lecture material. Laboratory: 4 hours, lecture: 1-1/4 hours. Students are billed a materials fee. (Formerly course 108L.)", - "course_name": "CHEM 8L", - "course_title": "Organic Chemistry Laboratory", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1C and 1N and previous or concurrent enrollment in 8A or 108A is required.", - "meet_times": "F 10:40AM-11:45AM", - "credits": "2 units", - "lecture_number": 21266, - "instructor": "Binder,C.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lab lecture and associated secondary lab. Must attend first lab lecture meeting and first meeting of associated secondary lab. Secondary lab starts (check your email). Absent students will be dropped.", - "enroll_current": 354, - "waitlist_current": 10 - }, { - "enroll_max": 288, - "waitlist_max": 999, - "class_number": 21219, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in courses 1B-1C, respectively, and important experimental techniques. Students are billed a materials fee.", - "course_name": "CHEM 1N", - "course_title": "General Chemistry Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 1C is required.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21219, - "instructor": "Roland,R.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in the main lab lecture course in order to enroll in one of the secondary three-hour weekly lab sections. There is no lab lecture for the course. Attendance is taken at the start of the lab section. Late or absent students will be dropped. Unless otherwise notified, assume lab sections start the first full week of classes.", - "enroll_current": 288, - "waitlist_current": 20 - }, { - "enroll_max": 382, - "waitlist_max": 999, - "class_number": 21193, - "class_type": "LEC", - "course_description": "An integrated study of general chemistry. Coverage includes thermodynamics; oxidation-reduction and electrochemistry; liquids and solids; intermolecular forces and solutions, including colligative properties; and nuclear chemistry. General Chemistry is articulated in a full-year series. Partial transfer credit is not allowed for the A,B,C series.", - "course_name": "CHEM 1C", - "course_title": "General Chemistry", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1A. Concurrent enrollment in course 1N is recommended.", - "meet_times": "MWF 12:00PM-01:05PM", - "credits": "5 units", - "lecture_number": 21193, - "instructor": "Weiss,P.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Discussion sections are optional and students do not need to enroll in a secondary section. Students are allowed to drop into the section of their choice.", - "enroll_current": 333, - "waitlist_current": 1 - }, { - "enroll_max": 180, - "waitlist_max": 999, - "class_number": 21206, - "class_type": "LAB", - "course_description": "Laboratory sequence illustrating topics covered in courses 1B and 1C and important experimental techniques. Students are billed a materials fee.", - "course_name": "CHEM 1M", - "course_title": "General Chemistry Laboratory", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in course 1B is required.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21206, - "instructor": "Roland,R.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in the main lab lecture course in order to enroll in one of the secondary three-hour weekly lab sections. There is no lab lecture for the course. Attendance is taken at the start of the lab section. Late or absent students will be dropped. Unless otherwise notified, assume lab sections start the first full week of classes.", - "enroll_current": 173, - "waitlist_current": 6 - }, { - "enroll_max": 0, - "waitlist_max": 999, - "class_number": 21175, - "class_type": "LEC", - "course_description": "An integrated study of general chemistry. Covers a range of topics including the atomic structure of matter; molecules; chemical reactions; acids and bases; gases; and equilibria in the gas and liquid phase. Students are expected to use algebra to solve problems. General Chemistry is articulated in a full-year series. Partial transfer credit is not allowed for the A,B,C series.", - "course_name": "CHEM 1A", - "course_title": "General Chemistry", - "location": "Sci & Engr Library 206", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in MATH 3 (or equivalent), or a mathematics placement score of 300 or higher; taking the online chemistry self-assessment exam is strongly recommended.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 21175, - "instructor": "Eroy-Reveles,A.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "This offering covers the same material as CHEM 1A-01 but utilizes interactive learning through peer discussions and problem solving during class sessions. Interested students should be willing to work in groups and participate in class discussions and activities. Enroll in lecture and associated discussion section.", - "enroll_current": 0, - "waitlist_current": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Immunogenomics Seminar", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Journal club and research presentations in immunogenomics. Enrollment is by consent of the instructor and is restricted to graduate students, juniors, and seniors. May be repeated for credit.", - "enroll_max": 3, - "lecture_number": 23135, - "credits": "2 units", - "location": "TBA", - "course_name": "BME 281V", - "gen_ed_categories": "2 units", - "instructor": "Vollmers,C.", - "class_number": 23135, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Stem Cell Genomics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment restricted to graduate students; qualified undergraduates may enroll with instructor permission.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics in research on stem cell genomics. Current research and literature in this area is discussed. Students lead some discussions and participate in all meetings.", - "lecture_number": 23243, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BME 281R", - "gen_ed_categories": "2 units", - "instructor": "Kim,D.", - "class_number": 23243, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 1 - }, { - "enroll_max": 250, - "waitlist_max": 999, - "class_number": 21158, - "class_type": "LEC", - "course_description": "An integrated study of general chemistry. Covers a range of topics including the atomic structure of matter; molecules; chemical reactions; acids and bases; gases; and equilibria in the gas and liquid phase. Students are expected to use algebra to solve problems. General Chemistry is articulated in a full-year series. Partial transfer credit is not allowed for the A,B,C series.", - "course_name": "CHEM 1A", - "course_title": "General Chemistry", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Previous or concurrent enrollment in MATH 3 (or equivalent), or a mathematics placement score of 300 or higher; taking the online chemistry self-assessment exam is strongly recommended.", - "meet_times": "MWF 04:00PM-05:05PM", - "credits": "5 units", - "lecture_number": 21158, - "instructor": "Eroy-Reveles,A.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enrollment in a secondary discussion section is optional but may be encouraged: attendance in a secondary may be required by the instrutor.", - "enroll_current": 130, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "General Chemistry", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Discussion sections are optional and students do not need to enroll in a secondary section. Students are allowed to drop into the section of their choice.", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 245, - "course_description": "An integrated study of general chemistry. Coverage includes quantum mechanics; the hydrogen atom; many-electron atoms and chemical periodicity; elementary covalent bonding; transition metals; and chemical kinetics. Prerequisite(s): Strong high-school level chemistry is strongly recommended; taking the online chemistry self-assessment examination is strongly recommended. Concurrent enrollment in course 1M is recommended. General Chemistry is articulated in a full-year series. Partial transfer credit is not allowed for the A,B,C series.", - "enroll_max": 245, - "lecture_number": 21180, - "credits": "5 units", - "location": "ClassroomUnit 002", - "course_name": "CHEM 1B", - "gen_ed_categories": "5 units", - "instructor": "Zhang,J.Z.", - "class_number": 21180, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 450, - "waitlist_max": 999, - "class_number": 21250, - "class_type": "LEC", - "course_description": "Introduces organic chemistry, with an emphasis on bonding and reactivity of organic compounds. (Formerly course 108A.)", - "course_name": "CHEM 8A", - "course_title": "Organic Chemistry", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 1B and 1C.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21250, - "instructor": "Binder,C.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 390, - "waitlist_current": 8 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Nanotechnology and Biosensors", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Weekly seminar covering topics of research in the development of new tools and technologies to detect and study genes and proteins. Latest research work and literature in these areas are discussed. Students lead some discussions and participate in all meetings. May be repeated for credit.", - "lecture_number": 22870, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BME 281P", - "gen_ed_categories": "2 units", - "instructor": "Pourmand,N.", - "class_number": 22870, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 6 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Genomics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Current topics in genomics including high-throughput sequencing, genome assembly, and comparative genomics. Students design and implement independent research projects. Weekly laboratory meetings are held to discuss these projects and related research in the field. May be repeated for credit.", - "lecture_number": 22962, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BME 281E", - "gen_ed_categories": "2 units", - "instructor": "Green,R.E.", - "class_number": 22962, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Computational Functional Genomics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics of current computational and experimental research in computational functional genomics. Current research work and literature in this area discussed. Students lead some discussions and participate in all meetings. May be repeated for credit.", - "lecture_number": 22657, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BME 281S", - "gen_ed_categories": "2 units", - "instructor": "Stuart,J.M.", - "class_number": 22657, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Transcriptomics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Covers current topics in computational and experimental research in transcriptomics. Current research work and literature discussed. Weekly laboratory meetings held to discuss these projects and related research in the field. May be repeated for credit.", - "lecture_number": 23215, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BME 281N", - "gen_ed_categories": "2 units", - "instructor": "Brooks,A.", - "class_number": 23215, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Biochemistry: Biophysical Methods", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 8, - "course_description": "An introduction to the theory, principles, and practical application of biophysical methods to the study of biomolecules, especially proteins and nucleic acids. Emphasis on spectroscopic techniques. Topics include magnetic resonance, optical spectroscopy, fast reaction techniques, crystallography, and mass spectrometry.", - "enroll_max": 25, - "lecture_number": 21305, - "credits": "5 units", - "location": "Thimann Lab 101", - "course_name": "CHEM 200A", - "gen_ed_categories": "5 units", - "instructor": "Scott,W.G.", - "class_number": 21305, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Comparative Genomics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 4, - "course_description": "Weekly seminar series covering topics of current computational and experimental research in comparative genomics. Current research work and literature in this area discussed. Students lead some discussions and participate in all meetings. May be repeated for credit.", - "lecture_number": 22656, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BME 281H", - "gen_ed_categories": "2 units", - "instructor": "Haussler,D.", - "class_number": 22656, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Cancer Genomics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Presents current computational biology research to identify genomics-based signatures of cancer onset, progression, and treatment response. Examples of such investigations include: genetic pathway interpretation of multivariate high-throughput datasets; discovery of mutations in whole-genome sequence; identifications and quantification of gene isoforms, alleles, and copy number variants; and machine-learning tools to predict clinical outcomes. Students present their own research, host journal clubs, and attend lectures and teleconferences to learn about research conducted by national and international projects. May be repeated for credit.", - "lecture_number": 22959, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BME 281C", - "gen_ed_categories": "2 units", - "instructor": "Stuart,J.M.", - "class_number": 22959, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Protein Engineering", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Weekly seminar series covering experimental research in protein structure, function, and engineering. Current research work and literature in this area are discussed. Students lead some discussions and participate in all meetings. May be repeated for credit.", - "lecture_number": 23122, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BME 281D", - "gen_ed_categories": "2 units", - "instructor": "Dubois,R.M.", - "class_number": 23122, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar on Bioinformatics and Bioengineering", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "Th 11:40AM-01:15PM", - "enroll_current": 66, - "course_description": "Weekly seminar series covering topics of current research in computational biology, and bioinformatics. Current research work and literature in these areas are discussed.(Formerly Seminar on Bioinformatics.) May be repeated for credit.", - "enroll_max": 57, - "lecture_number": 21157, - "credits": "2 units", - "location": "BiomedSci 200", - "course_name": "BME 280B", - "gen_ed_categories": "2 units", - "instructor": "Green,R.E.", - "class_number": 21157, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Technical Writing for Biomolecular Engineers", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of Entry Level Writing and Composition requirements; previous or concurrent enrollment in BIOL 20L or BIOL 101L. Enrollment restricted to junior and senior biomolecular engineering, bioengineering, and bioinformatics majors.", - "meet_times": "MW 05:20PM-06:55PM", - "location": "Soc Sci 1 149", - "enroll_current": 12, - "course_description": "Writing by biomolecular engineers, not to general audiences, but to engineers, engineering managers, and technical writers. Exercises include job application and resume, library puzzle, graphics, laboratory protocols, document specification, progress report, survey article or research proposal, poster, and oral presentation.", - "lecture_number": 23771, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BME 185", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23771, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Bioinstrumentation", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 5; or courses 51A and 51B; or Electrical Engineering 101/L; or Biology 100; or Biochemistry and Molecular Biology 100A.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Earth&Marine B210", - "enroll_current": 26, - "course_description": "Introduces the fundamental aspects of bioinstrumentation that are essential for beginning-level employment in clinical, pharmaceutical , and biotechnology laboratories. The advantages and disadvantages of several instruments are discussed and demonstrated, such as thermocycler, polymerase chain reaction (PCR), next-generation DNA sequencing platforms, pyrosequencing, fabless nanofabrication, ion-sensitive measurements, microarray fabrication, and fluorescent-activated cell sorter (FACS). Students are billed a materials fee.", - "lecture_number": 22838, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BME 140", - "gen_ed_categories": "5 units", - "instructor": "Pourmand,N.", - "class_number": 22838, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Genomes", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Biology 100 or Chemistry 103 or Biochemistry 100A; and Biology 105; or approval of instructor.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "PhysSciences 130", - "enroll_current": 47, - "course_description": "Advanced elective for biology majors, examining biology on the genome scale. Topics include genome sequencing; large scale computational and functional analysis; features specific to prokaryotic, eukaryotic, or mammalian genomes; proteomics; SNP analysis; medical genomics; and genome evolution.", - "lecture_number": 22660, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BME 130", - "gen_ed_categories": "5 units", - "instructor": "Green,R.E.", - "class_number": 22660, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Bioinformatics Models and Algorithms", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Undergraduates may enroll with prerequisite(s): Computer Science 12B; and Computer Engineering 107 or Applied Math and Statistics 131; and Biology 20A; and concurrent enrollment in Biochemistry 100A.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "J Baskin Engr 372", - "enroll_current": 28, - "course_description": "Covers bioinformatics models and algorithms: the use of computational techniques to convert the masses of information from biochemical experiments (DNA sequencing, DNA chips, and other high-throughput experimental methods) into useful information. Emphasis is on DNA and protein sequence alignment and analysis.", - "lecture_number": 21153, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "BME 205", - "gen_ed_categories": "5 units", - "instructor": "Bernick,D.L.", - "class_number": 21153, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 23251, - "class_type": "LEC", - "course_description": "Covers major recent advances in evolutionary genomics. Students learn to analyze and interpret scientific writing in depth. Students also present on work covered in the class and produce one research or review paper. Students may not receive credit for this course and course 132.", - "course_name": "BME 232", - "course_title": "Evolutionary Genomics", - "location": "Oakes Acad 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. BME 105 or BIOL 105 or equivalent courses in higher-level genetic processes are highly recommended.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 23251, - "instructor": "Corbett-Detig,R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjuction with BME 132", - "enroll_current": 12, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Scientific Principles of Life", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 27, - "course_description": "The principles of life as it exists on this planet and how they generalize. Darwinian evolution, genomes, scientific theories of life (mechanistic, thermodynamic, information theoretic). Future of life: Internet, machine learning and adaptation, artificial intelligence, genome editing, fully artificial life. Earth Sciences 7 is recommended as preparation.", - "enroll_max": 268, - "lecture_number": 23658, - "credits": "5 units", - "location": "Earth&Marine B206", - "course_name": "BME 18", - "gen_ed_categories": "5 units", - "instructor": "Haussler,D.", - "class_number": 23658, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Biotechnology", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 01:20PM-02:25PM", - "enroll_current": 35, - "course_description": "Introduces the tools and applications of biotechnology in the fields of medicine, agriculture, the environment, and industry.", - "enroll_max": 35, - "lecture_number": 22810, - "credits": "5 units", - "location": "Merrill Acad 102", - "course_name": "BME 5", - "gen_ed_categories": "5 units", - "instructor": "Rothwell,W.F.", - "class_number": 22810, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Extreme Environmental Virology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to College Scholar Students, and or by permission of the instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "PhysSciences 305", - "enroll_current": 26, - "course_description": "Examines life in extreme environments with an emphasis on the viruses that live there. Integrates aspects of virology, molecular biology, and computational biology. Students investigate a high-salt, extreme environment at the Don Edwards National Wildlife Refuge, and use DNA extraction methods to find molecular evidence of the organisms that live there and describe the genetic content of viruses and the community living in those high-salt ponds.", - "lecture_number": 22976, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "BME 122H", - "gen_ed_categories": "5 units", - "instructor": "Bernick,D.L.", - "class_number": 22976, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 24 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 23237, - "class_type": "LEC", - "course_description": "Covers major recent advances in evolutionary genomics. Students learn to analyze and interpret scientific writing in depth. Students also present on work covered in the class and produce one research or review paper. Students cannot receive credit for this courses and course 232.", - "course_name": "BME 132", - "course_title": "Evolutionary Genomics", - "location": "Oakes Acad 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 105 or BIOL 105. Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 23237, - "instructor": "Corbett-Detig,R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with BME 232.", - "enroll_current": 12, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Project Design and Implementation in Biomolecular Engineering I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOL 20B; and BIOL 100 or BIOC 100A; course 51A recommended. Enrollment is restricted to junior and senior bioengineering majors or by permission of the instructor.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "J Baskin Engr 372", - "enroll_current": 23, - "course_description": "First of a three-part series focused on senior design projects in biomolecular engineering. In this first part, students examine experiments that elucidated the function of biological macromolecules at the Angstrom scale, and how technologies related to those functions were invented and implemented. Guided by these examples, each student develops a senior design project concept or small business proposal and defends its utility, plausibility, and inventiveness in a written document and an oral presentation.", - "lecture_number": 23207, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BME 129A", - "gen_ed_categories": "5 units", - "instructor": "Pourmand,N.", - "class_number": 23207, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 75, - "waitlist_max": 999, - "class_number": 21154, - "class_type": "LAB", - "course_description": "Hands-on lectures and laboratory geared to teach basic tools and skills used in computational biology (genome browsers, sequence database searching, motif analysis, multiple sequence alignment, gene finders, phylogenetics analysis, protein structure visualization, and others). Web-based tools/databases are used on student laptops. Open to all science students; no prior programming or Unix experience required.", - "course_name": "BME 110", - "course_title": "Computational Biology Tools", - "location": "PhysSciences 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 105, or Biology 100, or Biology 105, or Biochemistry 100A, or Chemistry 103, or declared Bioinformatics majors.", - "meet_times": "MWF 01:20PM-02:25PM", - "credits": "5 units", - "lecture_number": 21154, - "instructor": "Corbett-Detig,R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lab and associated discussion section", - "enroll_current": 75, - "waitlist_current": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Bioethics in the 21st Century: Science, Business, and Society", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as PHIL 80G.", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 66, - "course_description": "Serves science and non-science majors interested in bioethics. Guest speakers and instructors lead discussions of major ethical questions having arisen from research in genetics, medicine, and industries supported by this knowledge.", - "enroll_max": 171, - "lecture_number": 21236, - "credits": "5 units", - "location": "ClassroomUnit 001", - "course_name": "BME 80G", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21236, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 30 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "MCD Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment restricted to graduate students.", - "meet_times": "F 12:00PM-01:05PM", - "location": "N. Sci Annex 101", - "enroll_current": 31, - "course_description": "Various topics by weekly guest speakers.", - "lecture_number": 21151, - "credits": "0 units", - "waitlist_current": 0, - "course_name": "BIOL 292", - "gen_ed_categories": "0 units", - "instructor": "Carpenter,S.", - "class_number": 21151, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 80 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Teaching Assistant Training", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 14, - "course_description": "Prepares graduate students to help teach university science courses. Weekly class sessions include activities and interactive discussions of diverse modes of learning, diverse ways of teaching, peer instruction, assessment of learning, equity and inclusion, and professional ethics. Students also visit an active learning class and an active learning discussion section at UCSC, then write evaluations of the teaching strategies used in those classes.", - "lecture_number": 23256, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 288", - "gen_ed_categories": "2 units", - "instructor": "Strome,S.", - "class_number": 23256, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Chromatin and RNA Regulation in", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Intensive research seminar about regulators of chromatin organization; the composition and function of germ granules; and the roles of both levels of regulation in germline development in", - "lecture_number": 22768, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280S", - "gen_ed_categories": "2 units", - "instructor": "Strome,S.", - "class_number": 22768, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Molecular, Cellular, and Developmental Biology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment restricted to graduate students.", - "meet_times": "M 12:00PM-01:05PM", - "location": "N. Sci Annex 101", - "enroll_current": 31, - "course_description": "Topics of current interest in molecular, cellular, and developmental biology are presented weekly by graduate students, faculty, and guest speakers. May be repeated for credit.", - "lecture_number": 21150, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 291", - "gen_ed_categories": "2 units", - "instructor": "Carpenter,S.", - "class_number": 21150, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 80 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Membrane Proteins", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "enroll_current": 0, - "course_description": "Seminar on recent research on membrane proteins, with an emphasis on ion-pumping ATPase. May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280W", - "gen_ed_categories": "2 units", - "lecture_number": 21136, - "class_number": 21136, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Prostate Development and Cancer Biology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by the permission of the instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Weekly research seminar covering gene regulation, cellular interactions, and stem cell behaviors in mammalian prostate development and prostate cancer progression. May be repeated for credit.", - "lecture_number": 23121, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280Z", - "gen_ed_categories": "2 units", - "instructor": "Wang,Z.", - "class_number": 23121, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Quality Control in Gene Expression", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Intensive, discussion-based course concerning ongoing research in quality control and gene expression via analysis of published and unpublished observations and theories. May be repeated for credit.", - "lecture_number": 23895, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280P", - "gen_ed_categories": "2 units", - "instructor": "Arribere,J.A.", - "class_number": 23895, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "enroll_max": 15, - "waitlist_max": 999, - "class_number": 21133, - "class_type": "SEM", - "course_description": "Intensive seminar focusing on mechanisms of bacterial pathogenesis of the ulcer-causing bacterium", - "course_name": "BIOL 280O", - "course_title": "Topics in Bacterial Pathogenesis", - "location": "TBA", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "credits": "2 units", - "lecture_number": 21133, - "instructor": "Ottemann,K.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as METX 281O.", - "enroll_current": 2, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Activity-Dependent Synaptic Plasticity", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Research seminar covering the regulation of synaptic plasticity in the mammalian nervous system, focusing on how the activity regulates the structural and functional dynamics of synapses. May be repeated for credit.", - "lecture_number": 22769, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280Y", - "gen_ed_categories": "2 units", - "instructor": "Zuo,Y.", - "class_number": 22769, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Discussions on the Development of the", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Involves a two-hour weekly meeting in which the students discuss topics concerning the cell cycle, early embryonic development, and the cytoskeleton. These discussions critically evaluate ongoing research in this area. Material is drawn from student research and recently published journal articles. Students are also expected to meet individually with the instructor two hours weekly. In addition to a three\u2013five page research proposal, each student gives two one-hour oral presentations. May be repeated for credit.", - "lecture_number": 21135, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280U", - "gen_ed_categories": "2 units", - "instructor": "Sullivan,W.", - "class_number": 21135, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Molecular Biology of", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "An intensive seminar concerning the molecular genetics of", - "lecture_number": 21134, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280T", - "gen_ed_categories": "2 units", - "instructor": "Tamkun,J.W.", - "class_number": 21134, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cell Biology of Oocytes, Embryos, and Neurons", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Weekly seminar and round-table discussion about research problems and recent advances in molecular motor proteins, cytoskeletons, and the control of force-producing processes. Each participant reports recent advances in their field from current literature, their own primary research questions, current approaches to answering those questions, and their research progress. May be repeated for credit.", - "lecture_number": 22767, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280Q", - "gen_ed_categories": "2 units", - "instructor": "Saxton,W.M.", - "class_number": 22767, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Gene regulation in C. elegans and human parasitic namtodes", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with the permission of the instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Intense weekly seminar on the mechanisms of gene regulation, focusing on C. elegans and human parasitic nematodes. May be repeated for credit.", - "lecture_number": 23255, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280R", - "gen_ed_categories": "2 units", - "instructor": "Ward,J.", - "class_number": 23255, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Long Noncoding RNA and the Immune System", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll by permission of the instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Weekly seminar discussion of the current research and literature concerning the functions for long noncoding RNA in gene regulation within inflammatory signaling pathways. May be repeated for credit.", - "lecture_number": 23191, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280N", - "gen_ed_categories": "2 units", - "instructor": "Carpenter,S.", - "class_number": 23191, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics on Research into Chromatin and Transcription", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar covering research into the effects of chromatin on transcription in yeast. May be repeated for credit.", - "lecture_number": 21129, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280H", - "gen_ed_categories": "2 units", - "instructor": "Hartzog,G.A.", - "class_number": 21129, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Post-Transcriptional Control of Mammalian Gene Expression", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with the permission of the instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Intensive course on the molecular mechanisms by which RNA binding proteins regulate gene expression. May be repeated for credit.", - "lecture_number": 22944, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280M", - "gen_ed_categories": "2 units", - "instructor": "Sanford,J.R.", - "class_number": 22944, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Development", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Seminar covering research into breast development and cancer. (Formerly Topics on Neural Development.) May be repeated for credit.", - "lecture_number": 21131, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280L", - "gen_ed_categories": "2 units", - "instructor": "Hinck,L.", - "class_number": 21131, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Cell Cycle Research", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 3, - "course_description": "An intensive seminar focusing on current research on the molecular mechanisms that control cell division. Participants are required to present results of their own research or to review journal articles of interest.", - "lecture_number": 21130, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280K", - "gen_ed_categories": "2 units", - "instructor": "Kellogg,D.", - "class_number": 21130, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Structures of Macromolecular Complexes", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Focuses on structure and function of the spliceosome using electron microscopy and x-ray crystallography. Participants present results from their own research and relevant journal articles. May be repeated for credit.", - "lecture_number": 22636, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280J", - "gen_ed_categories": "2 units", - "instructor": "Jurica,M.S.", - "class_number": 22636, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Epigenetic Gene Silencing and Insulators", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Intensive course on molecular mechanisms by which insulator elements regulate epigenetic gene silencing. May be repeated for credit.", - "lecture_number": 22755, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280I", - "gen_ed_categories": "2 units", - "instructor": "Kamakaka,R.T.", - "class_number": 22755, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Mammalian Brain Development", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Seminar covers research into the development of the mammalian brain. May be repeated for credit.", - "lecture_number": 22766, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280C", - "gen_ed_categories": "2 units", - "instructor": "Chen,B.", - "class_number": 22766, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Research on Molecular Genetics of Yeast", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with approval of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Intensive research seminar on the structure and function of the gene expression machinery in the simple eukaryote", - "lecture_number": 21126, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280A", - "gen_ed_categories": "2 units", - "instructor": "Ares,M.", - "class_number": 21126, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Physiology of the Developing Brain", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by permission of the instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Research seminar covering circuit structure and function in the developing brain. May be repeated for credit.", - "lecture_number": 23190, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280G", - "gen_ed_categories": "2 units", - "instructor": "Ackman,J.", - "class_number": 23190, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Critical Analysis of Scientific Literature", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students in MCD biology, or by permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 15, - "course_description": "Development of critical thinking skills via discussion of research articles on a broad range of topics. Prepares students to critically evaluate research publications, and improves their ability to organize effective oral presentations and to evaluate the oral presentations of other scientists.", - "lecture_number": 21118, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOL 200A", - "gen_ed_categories": "5 units", - "instructor": "Saxton,W.M.", - "class_number": 21118, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "ACE Program Service Learning", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Students participate in training and development to co-facilitate collaborative learning in ACE chemistry discussion sections and midterm/exam review sessions. Students are role models for students pursuing science- and math-intensive majors. Prerequisite(s): Prior participation in ACE; good academic standing; no non-passing grades in prior quarter. Enrollment is restricted to sophomores, juniors, and seniors. (Formerly course 182.)", - "enroll_max": 10, - "lecture_number": 22939, - "credits": "2 units", - "location": "TBA", - "course_name": "BIOL 191", - "gen_ed_categories": "2 units", - "instructor": "Honig,S.E.", - "class_number": 22939, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Meiotic Chromosome Dynamics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Intensive course on the molecular mechanisms underlying homolog pairing, synapses, and recombination; and how they are regulated, coordinated, and monitored to ensure accurate meiotic chromosome segregation. May be repeated for credit.", - "lecture_number": 22864, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280E", - "gen_ed_categories": "2 units", - "instructor": "Bhalla,N.", - "class_number": 22864, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "RNA Processing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "A discussion of current research and literature concerning the regulation of precursor messenger RNA processing. May be repeated for credit.", - "lecture_number": 21127, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280D", - "gen_ed_categories": "2 units", - "instructor": "Zahler,A.M.", - "class_number": 21127, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Chromatin Structure and Transcriptional Regulation", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Weekly seminar on structure and gene regulatory function of chromatin. Discusses research of participants and relevant scientific literature. May be repeated for credit.", - "lecture_number": 22750, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280B", - "gen_ed_categories": "2 units", - "instructor": "Boeger,H.H.", - "class_number": 22750, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Undergraduate Research in MCD Biology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Taught in conjunction with BIOL 186F and 186R. Enrollment is by application only, see", - "meet_times": "Th 01:30PM-03:05PM", - "enroll_current": 0, - "course_description": "Supervised undergraduate research in laboratory of an MCD biology faculty member accompanied by weekly lectures on ethical and practical scientific issues. Topics include: laboratory safety; the scientific method; the collection, treatment, and presentation of data; critical evaluation of scientific literature; scientific misconduct; and peer review. Career issues, including how to apply for admission to graduate and professional schools, are also discussed. Prerequisite(s): Entry Level Writing and Composition requirements; BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L Each enrolled student must have a committed MCD faculty sponsor by the first class meeting. Enrollment is restricted to biology and affiliated majors.", - "enroll_max": 105, - "lecture_number": 22652, - "credits": "5 units", - "location": "Sinsheimer Lb 123", - "course_name": "BIOL 186L", - "gen_ed_categories": "5 units", - "instructor": "Zuniga,M.C.", - "class_number": 22652, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Development of Vertebrate Neural Connections", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Intensive research seminar on molecular mechanisms by which neural connections are established during mouse development. Special focus on topographic maps and role of Eph receptors and ephrins in this process. May be repeated for credit.", - "lecture_number": 21128, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 280F", - "gen_ed_categories": "2 units", - "instructor": "Feldheim,D.A.", - "class_number": 21128, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 80, - "waitlist_max": 999, - "class_number": 21088, - "class_type": "LAB", - "course_description": "Examines fundamental principles of systemic physiology focusing on the human. Students cannot receive credit for this course and BIOE 131L. Students are billed a materials fee. Enrollment is restricted to biological sciences and affiliated majors; biology minors; other majors by permission.", - "course_name": "BIOL 130L", - "course_title": "Human Physiology Laboratory", - "location": "N. Sci Annex 101", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Satisfaction of Entry Level Writing and Composition requirements; BIOL 110; previous or concurrent enrollment in BIOL130 is required.", - "meet_times": "M 10:40AM-11:45AM", - "credits": "2 units", - "lecture_number": 21088, - "instructor": "Gurun,G.J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lab and associated secondary lab. Labs begin after first lab lecture.", - "enroll_current": 75, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "RNA Processing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): BIOL 200B or permission of instructor. Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "An advanced graduate-level course on biological aspects of RNA function and processing in eukaryotes. Lectures and discussions will be developed using the current literature.", - "lecture_number": 21119, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOL 201", - "gen_ed_categories": "5 units", - "instructor": "Feldheim,D.A.", - "class_number": 21119, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Neuroscience", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B; and BIOL 101 or BIOC 100A; previous or concurrent enrollment in BIOL 110 is required.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "J Baskin Engr 152", - "enroll_current": 140, - "course_description": "The structure and function of the nervous system. Topics include elementary electrical principles, biophysics and physiology of single nerve and muscle cells, signal transduction at synapses, development of the nervous system, and neural basis of behavior. Requires a good understanding of basic biochemistry, cell biology, and molecular biology.", - "lecture_number": 21078, - "credits": "5 units", - "waitlist_current": 6, - "course_name": "BIOL 125", - "gen_ed_categories": "5 units", - "instructor": "Ackman,J.", - "class_number": 21078, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 140 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Eukaryotic Molecular Biology Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L; satisfaction of the Entry Level Writing and Composition Requirements; and previous or concurrent enrollment in BIOL 101 or 115.", - "meet_times": "TuTh 12:00PM-04:00PM", - "location": "Thimann Lab 215", - "enroll_current": 6, - "course_description": "A laboratory designed to provide students with direct training in basic molecular techniques. Each laboratory is a separate module which together builds to allow cloning, isolation, and identification of a nucleic acid sequence from scratch. Students cannot receive credit for this course and course 187L or 287L. Students are billed a materials fee. Restricted to molecular, cell and developmental biology majors and affiliated majors; biology minors; other majors by permission.", - "lecture_number": 21068, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOL 115L", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21068, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Eukaryotic Molecular Biology Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L; satisfaction of the Entry Level Writing and Composition Requirements; and previous or concurrent enrollment in BIOL 101 or 115.", - "meet_times": "MW 09:00AM-01:00PM", - "location": "Thimann Lab 215", - "enroll_current": 12, - "course_description": "A laboratory designed to provide students with direct training in basic molecular techniques. Each laboratory is a separate module which together builds to allow cloning, isolation, and identification of a nucleic acid sequence from scratch. Students cannot receive credit for this course and course 187L or 287L. Students are billed a materials fee. Restricted to molecular, cell and developmental biology majors and affiliated majors; biology minors; other majors by permission.", - "lecture_number": 21067, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOL 115L", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 21067, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Disciplinary Communication: Human Biology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Taught in conjunction with BIOL 189", - "meet_times": "W 05:20PM-06:55PM", - "enroll_current": 3, - "course_description": "Writing-intensive course offered in conjunction with the health sciences internship. Weekly class meetings include academic guidance and mentoring as well as discussion of the mechanisms and conventions of academic writing about heath and health care. Students complete multiple writing assignments, culminating in a term paper in the format of a scholarly article. Enrollment is by application. Students interview with the health-sciences internship coordinator; applications are due one quarter in advance to the Health Care Sciences Internship Office. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements. Previous or concurrent enrollment in course 189 is required. Enrollment is restricted to human biology majors.", - "enroll_max": 25, - "lecture_number": 22984, - "credits": "2 units", - "location": "Thimann Lab 101", - "course_name": "BIOL 189W", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22984, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Health Sciences Internship", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 1, - "course_description": "Structured off-campus learning experience providing experience and pre-professional mentoring in a variety of health-related settings. Interns are trained and supervised by a professional at their placement and receive academic guidance from their faculty sponsor. Students spend 8 hours per week at their placement, participate in required class meetings on campus, and keep a reflective journal. Enrollment is by application. Students interview with health sciences internship coordinator; applications are due one quarter in advance to the Health Sciences Internship Office. Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; concurrent enrollment in course 189W is required. Enrollment is restricted to human biology majors.", - "lecture_number": 22637, - "credits": "3 units", - "waitlist_current": 0, - "course_name": "BIOL 189", - "gen_ed_categories": "3 units", - "class_notes": "Taught in conjunction with BIOL 189W", - "class_number": 22637, - "class_type": "FLD", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 150, - "waitlist_max": 999, - "class_number": 21083, - "class_type": "LEC", - "course_description": "Function, organization, and regulation of the major organ systems of humans, with emphasis on integration among systems. Students cannot receive credit for this course and course 131.", - "course_name": "BIOL 130", - "course_title": "Human Physiology", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 110.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 21083, - "instructor": "Gurun,G.J.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 88, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Toxic RNA Laboratory II", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Introduces hypothesis-driven laboratory research. Students create models of a unique, uncharacterized, disease-causing mutation and determine how it impacts the process of pre-mRNA splicing. An understanding of introductory molecular biology and genetics is required. Prerequisite(s): BIOL 102L and satisfaction of the Entry Level Writing and Composition is requirements. Enrollment is restricted to sophomores, juniors, and seniors majoring in biology, molecular, cell, and developmental biology, neuroscience, human biology, and biochemistry and molecular biology. Enrollment is by application and permission of the instructor.", - "enroll_max": 17, - "lecture_number": 23920, - "credits": "5 units", - "location": "TBA", - "course_name": "BIOL 103L", - "gen_ed_categories": "5 units", - "instructor": "Sanford,J.R.", - "class_number": 23920, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Yeast Molecular Genetics Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 100K or BIOL 20L or BIOL 101L, and BIOL 105. Satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "TuTh 10:00AM-02:00PM", - "location": "Thimann Lab 229", - "enroll_current": 20, - "course_description": "Using budding yeast as an experimental organism, this laboratory provides practical experience in classic and modern molecular biology and in genetic and epigenetic methods, and develops strong scientific communication skills. Topics include mendelian genetics, linkage, gene replacement, chromatin immunoprecipitation and epigenetics. Students are billed a materials fee. Enrollment is restricted to biological sciences and affiliated majors; biology minors. Non-majors enroll by instructor permission.", - "lecture_number": 21059, - "credits": "5 units", - "waitlist_current": 7, - "course_name": "BIOL 109L", - "gen_ed_categories": "5 units", - "instructor": "Gurun,G.J.", - "class_number": 21059, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Molecular Biology Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Previous or concurrent enrollment in BIOL 101 or BIOC 100A required. Students cannot receive credit for this course and BIOL 102L. Enrollment restricted to BIOC, BIOL, HBIO, MCDB, and NBIO majors and BIOL minors.", - "meet_times": "M 04:00PM-05:05PM", - "location": "J Baskin Engr 152", - "enroll_current": 33, - "course_description": "Laboratory course providing hands-on experience with, and covering conceptual background in, fundamental techniques in molecular biology and biochemistry, including DNA cloning, PCR, restriction digest, gel electrophoresis, protein isolation, protein quantification, protein immunoblot (Western) analysis, and use of online bioinformatics tools. Students are billed a materials fee.", - "lecture_number": 22929, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 101L", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22929, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 94 - }, { - "enroll_max": 255, - "waitlist_max": 999, - "class_number": 21060, - "class_type": "LEC", - "course_description": "Covers the structure, organization, and function of eukaryotic cells. Topics include biological membranes, organelles, protein and vesicular trafficking, cellular interactions, the cytoskeleton, and signal transduction. Requires a good understanding of basic biochemistry and molecular biology.", - "course_name": "BIOL 110", - "course_title": "Cell Biology", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 101 or BIOC 100A; and BIOL 105; and BIOL 101L or 102L or 20L.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 21060, - "instructor": "Rexach,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 255, - "waitlist_current": 44 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Undergraduate Research in MCD Biology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Taught in conjunction with BIOL 186F and 186L. Enrollment is by application only, see", - "meet_times": "Th 01:30PM-03:05PM", - "enroll_current": 0, - "course_description": "Supervised undergraduate research in the laboratory of an MCD biology faculty member accompanied by weekly lectures on practical scientific issues. Topics include: laboratory safety; the scientific method; the collection, treatment, and presentation of data; critical evaluation of scientific literature; ethics and scientific misconduct; and peer review. Career issues, including how to apply for admission to graduate and professional schools, are discussed. Students cannot receive credit for this course and course 186L. Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L; and previous completion of the Disciplinary Communication requirement. Each enrolled student must have a committed MCD faculty sponsor by the first class. Enrollment is restricted to MCD Biology-affiliated majors. May be repeated for credit.", - "enroll_max": 105, - "lecture_number": 22985, - "credits": "5 units", - "location": "Sinsheimer Lb 123", - "course_name": "BIOL 186R", - "gen_ed_categories": "5 units", - "instructor": "Zuniga,M.C.", - "class_number": 22985, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Undergraduate Research in MCD Biology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Taught in conjunction with BIOL 186L and 186R. Enrollment is by application only, see", - "meet_times": "Th 01:30PM-03:05PM", - "enroll_current": 0, - "course_description": "Supervised undergraduate research in laboratory of an MCD biology faculty member accompanied by weekly lectures on ethical and practical scientific issues. Topics include: laboratory safety; the scientific method; the collection, treatment, and presentation of data; critical evaluation of scientific literature; scientific misconduct; and peer review. Career issues, including how to apply for admission to graduate and professional schools, are also discussed. Prerequisite(s): BIOL 100 or BIOC 100A; and BIOL 20L or BIOL 101L or BIOL 102L; and previous completion of the Disciplinary Communication requirement. Each enrolled student must have a committed MCD faculty sponsor by the first class meeting. Enrollment is restricted to biology and affiliated majors. May be repeated for credit.", - "enroll_max": 105, - "lecture_number": 22651, - "credits": "2 units", - "location": "Sinsheimer Lb 123", - "course_name": "BIOL 186F", - "gen_ed_categories": "2 units", - "instructor": "Zuniga,M.C.", - "class_number": 22651, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 216, - "waitlist_max": 999, - "class_number": 21046, - "class_type": "LEC", - "course_description": "Mendelian and molecular genetics; mechanisms of heredity, mutation, recombination, and gene action.", - "course_name": "BIOL 105", - "course_title": "Genetics", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 21046, - "instructor": "Kamakaka,R.T.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 216, - "waitlist_current": 45 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Toxic RNA Laboratory I", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Must attend Monday lab/lecture along with scheduled lab time in Sinsheimer Lab 137A.", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "Introduces hypothesis-driven laboratory research. Students create models of a unique uncharacterized disease causing mutation and determine how it impacts the process of pre-mRNA splicing. An understanding of introductory molecular biology and genetics is required. Students are billed a materials fee. Prerequisite(s): BIOL 20A and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to sophomore, junior, and senior biological sciences and affiliated majors. Enrollment is by application and permission of the instructor.", - "enroll_max": 17, - "lecture_number": 23262, - "credits": "3 units", - "location": "TBA", - "course_name": "BIOL 102L", - "gen_ed_categories": "3 units", - "instructor": "Sanford,J.R.", - "class_number": 23262, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Biochemistry", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B; and CHEM 108A or CHEM 8A or 112A.", - "meet_times": "MWF 02:40PM-03:45PM", - "location": "Media Theater M110", - "enroll_current": 194, - "course_description": "An introduction to biochemistry including biochemical molecules, protein structure and function, membranes, bioenergetics, and regulation of biosynthesis. Provides students with basic essentials of modern biochemistry and the background needed for upper-division biology courses. Students who plan to do advanced work in biochemistry and molecular biology should take the Biochemistry and Molecular Biology 100 series directly. Students cannot receive credit for this course after they have completed any two courses from the BIOC 100A, 100B, and 100C sequence.", - "lecture_number": 21037, - "credits": "5 units", - "waitlist_current": 47, - "course_name": "BIOL 100", - "gen_ed_categories": "5 units", - "instructor": "Kellogg,D.", - "class_number": 21037, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 194 - }, { - "enroll_max": 300, - "waitlist_max": 999, - "class_number": 20984, - "class_type": "LEC", - "course_description": "Introduction to biochemistry, cell biology, molecular biology, and genetics.", - "course_name": "BIOL 20A", - "course_title": "Cell and Molecular Biology", - "location": "ClassroomUnit 002", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Chemistry 1A; students with a chemistry AP score of 4 or higher who wish to start their biology coursework prior to completing the Chemistry 1A, may enroll by permission of the instructor.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 20984, - "instructor": "Tamkun,J.W.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 300, - "waitlist_current": 84 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Experimental Biology Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and previous or concurrent enrollment in BIOE 20B. Enrollment is restricted to human biology and health sciences majors; other majors by permission.", - "meet_times": "M 10:40AM-11:45AM", - "location": "ClassroomUnit 002", - "enroll_current": 157, - "course_description": "Provides biology majors with the theory and practice of experimental biology. A wide range of concepts and techniques used in the modern laboratory are included in the exercises. Designed to satisfy the introductory biology lab requirement of many medical and professional schools. Students are billed a materials fee.", - "lecture_number": 21021, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOL 20L", - "gen_ed_categories": "2 units", - "instructor": "Lee,J.C.", - "class_number": 21021, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 300 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Advanced Ecology and Evolutionary Biology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "enroll_current": 1, - "course_description": "Course consists of extended weekly meetings organized around an advanced theme in theoretical or applied evolutionary biology, ecology, physiology, behavior, or other aspect of oranismal biology. Course is targeted at students who already have reached a professional level of expertise in their field and advanced master students.", - "credits": "0 units", - "waitlist_current": 0, - "course_name": "BIOE 295", - "gen_ed_categories": "0 units", - "lecture_number": 22667, - "class_number": 22667, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 18 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ecology, Evolutionary Biology Seminar", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "F 10:00AM-11:00AM", - "location": "CoastBio 110", - "enroll_current": 26, - "course_description": "Selected topics of current interest to ecologists and evolutionary biologists presented by weekly guest speakers.", - "lecture_number": 21152, - "credits": "0 units", - "waitlist_current": 0, - "course_name": "BIOE 294", - "gen_ed_categories": "0 units", - "instructor": "Sinervo,B.R.", - "class_number": 21152, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 70 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Ancient DNA and Paleogenomics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates may enroll with permission from instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Topics in population genetics and genomics, focusing on work involving paleontological and archaeological material. Students present weekly written and oral reports of their research projects. Once each term, students critique a recent publication. May be repeated for credit.", - "lecture_number": 23024, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281S", - "gen_ed_categories": "5 units", - "instructor": "Shapiro,B.A.", - "class_number": 23024, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Exercise and Environmental Physiology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "A weekly seminar discussion on current research and techniques in mammalian exercise and environmental physiology. Areas covered include locomotor physiology, exercise testing and cardiovascular monitoring, and biomechanics. Oral presentation of ongoing research or current literature required from each student. May be repeated for credit.", - "lecture_number": 21149, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281W", - "gen_ed_categories": "5 units", - "instructor": "Williams,T.M.", - "class_number": 21149, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Behavioral Ecology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 4, - "course_description": "A discussion of current topics and methods in behavioral ecology and life history evolution. May be repeated for credit.", - "lecture_number": 21148, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281V", - "gen_ed_categories": "5 units", - "instructor": "Sinervo,B.R.", - "class_number": 21148, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Plant-Water Relations", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll by permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Intensive seminar focusing on fundamental and evolutionary concepts in plant-water relations. Students present results from their own research and discuss recent advances from the literature. May be repeated for credit.", - "lecture_number": 22873, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281O", - "gen_ed_categories": "5 units", - "instructor": "Pittermann,J.", - "class_number": 22873, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Marine Vertebrate Ecology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 4, - "course_description": "Seminar on the ecology of marine vertebrates. Topics vary from the factors that explain the distribution of marine predators to island biogeography and the ecosystem effects of introduced vertebrates on islands. May be repeated for credit.", - "lecture_number": 21142, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281N", - "gen_ed_categories": "5 units", - "instructor": "Croll,D.A.", - "class_number": 21142, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Behavioral and Evolutionary Ecology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "An intensive seminar on selected topics in behavioral and evolutionary ecology. Students are expected to discuss the current literature and present literature reviews, research proposals, and preliminary results from their ongoing research.", - "lecture_number": 21141, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281L", - "gen_ed_categories": "5 units", - "instructor": "Lyon,B.E.", - "class_number": 21141, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Invertebrate Biology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; advanced undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "An intensive study about concepts, theory, and techniques for graduate students conducting research on the ecology, genetics, evolution, systematics, or biodiversity of marine invertebrates. May be repeated for credit.", - "lecture_number": 21147, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281U", - "gen_ed_categories": "5 units", - "instructor": "Potts,D.C.", - "class_number": 21147, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Undergraduate Research Reports", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "M 02:40PM-03:45PM", - "enroll_current": 0, - "course_description": "Undergraduate students who work in faculty research laboratories present the results of their projects. Organized by the Minority Undergraduate Research Program and the Minority Access to Research Careers Program. Designed for students with membership in the above-mentioned programs. Prerequisite(s): qualifications as determined by instructor at first class meeting. May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 20983, - "credits": "1 units", - "location": "J Baskin Engr 160", - "course_name": "BIOL 15", - "gen_ed_categories": "1 units", - "instructor": "Jurica,M.S.", - "class_number": 20983, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Marine Ecology and Evolutionary Biology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "An intensive seminar series focusing on fundamental concepts in marine ecology. Emphasis changes quarter to quarter. At least one quarter per year is devoted to discussion of graduate student research. Other quarters involve reading and evaluating current and classic literature on marine ecology and evolutionary biology. May be repeated for credit.", - "lecture_number": 21145, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281R", - "gen_ed_categories": "5 units", - "instructor": "Raimondi,P.T.", - "class_number": 21145, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Plant Evolution", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll by permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Intensive seminar on selected topics in plant evolution. Students present results from their own research and discuss recent advances from the literature. May be repeated for credit.", - "lecture_number": 22872, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281K", - "gen_ed_categories": "5 units", - "instructor": "Kay,K.M.", - "class_number": 22872, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Sexual Selection and Social Behavior", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates may enroll by permission of the instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Discussion of current topics, research, and methods in sexual selection and social behavior focusing on theoretical and empirical research and links between evolution and ecology. Students present and discuss their research, read and discuss current and classic literature, or read and discuss methods used in the field. May be repeated for credit.", - "lecture_number": 23222, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281G", - "gen_ed_categories": "5 units", - "instructor": "Alonzo,S.H.", - "class_number": 23222, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 18 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Molecular Evolutionary Genetics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduate students may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "An intensive seminar on selected topics in molecular evolutionary genetics. Students are required to present results from their own research projects, present a critical review paper at least once during the quarter, and submit a written research proposal. May be repeated for credit.", - "lecture_number": 21144, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281Q", - "gen_ed_categories": "5 units", - "instructor": "Pogson,G.", - "class_number": 21144, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Plant Population Ecology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission from instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "An intensive seminar on selected topics in plant ecology and population biology. Students present results from their own research and discuss recent advances from the literature. May be repeated for credit.", - "lecture_number": 21143, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281P", - "gen_ed_categories": "5 units", - "instructor": "Parker,I.M.", - "class_number": 21143, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ecological Research Topics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Intensive research and discussions on plant-animal interactions. All students undertake a research project and meet weekly with the faculty sponsor to monitor progress. The group meets weekly to discuss experimental design and analysis, specific problems related to the students' research, relevant research papers, or manuscripts that the group members are writing. Each student gives a formal presentation of research plans or progress each quarter. May be repeated for credit.", - "lecture_number": 21140, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281F", - "gen_ed_categories": "5 units", - "instructor": "Fox,L.R.", - "class_number": 21140, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Freshwater Ecology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Qualified undergraduates may enroll with permission from instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Current topics in freshwater ecology, eco-evolutionary dynamics, fisheries, and fish ecology. May be repeated for credit.", - "lecture_number": 23025, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281E", - "gen_ed_categories": "5 units", - "instructor": "Palkovacs,E.P.", - "class_number": 23025, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Disease Ecology, Population Biology, and Conservation", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll by permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 0, - "course_description": "Selected topics in population biology and disease ecology. Students present results from their own research and discuss recent advances from the literature. (Formerly \"Topics in Plant Population and Disease Ecology\") May be repeated for credit.", - "lecture_number": 22871, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281I", - "gen_ed_categories": "5 units", - "instructor": "Kilpatrick,A.M.", - "class_number": 22871, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Comparative Marine Physiology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Intensive seminar on selected topics in marine physiology. Students present results from their own research and discuss recent advances from the literature. May be repeated for credit.", - "lecture_number": 22951, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281H", - "gen_ed_categories": "5 units", - "instructor": "Mehta,R.", - "class_number": 22951, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Global Change Ecology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Focuses on fundamental concepts in global-change ecology, with emphasis on coastal and marine ecosystems and issues of sustainability. The seminar is devoted to reading and evaluating current and classic literature and discussing graduate student research. May be repeated for credit.", - "lecture_number": 23221, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281D", - "gen_ed_categories": "5 units", - "instructor": "Kroeker,K.J.", - "class_number": 23221, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Molecular Evolution", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "A discussion of current research and literature review on the subject of molecular evolution. Primary focus on recent results on molecular phylogenetics and molecular population genetics. May be repeated for credit.", - "lecture_number": 21138, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOE 281B", - "gen_ed_categories": "2 units", - "instructor": "Bernardi,G.", - "class_number": 21138, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Physiological Ecology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "An intensive seminar focusing on the interaction between physiological constraint and life history options and solutions employed by animals. Topics vary from comparative physiology to ecological theory. Participants are required to present results of their own research or review papers of interest. May be repeated for credit.", - "lecture_number": 21139, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281C", - "gen_ed_categories": "5 units", - "instructor": "Costa,D.", - "class_number": 21139, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Topics in Basic and Applied Marine Ecology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; qualified undergraduates may enroll with permission of instructor.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Seminar focusing on concepts in basic and applied ecology. Structure rotates quarterly between graduate student research and readings of journal articles and textbooks.", - "lecture_number": 21137, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 281A", - "gen_ed_categories": "5 units", - "instructor": "Carr,M.H.", - "class_number": 21137, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21120, - "class_type": "LEC", - "course_description": "Basic population genetics and selected topics are covered including genetics of speciation, tempo and mode of evolution, genetics of social behavior, natural selection in human populations, and the impact of molecular studies on evolutionary theory. Students cannot receive credit for this course and Biology 172.", - "course_name": "BIOE 272", - "course_title": "Population Genetics", - "location": "CoastBio 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Concurrent enrollment in BIOE 272L is required. Enrollment is restricted to graduate students.", - "meet_times": "TuTh 02:25PM-04:00PM", - "credits": "5 units", - "lecture_number": 21120, - "instructor": "Pogson,G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 272L is required Taught in conjunction with BIOE 172.", - "enroll_current": 15, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21121, - "class_type": "LAB", - "course_description": "A companion course to 272 Population Genetics that applies the theory developed in that course to related disciplines including conservation biology, ecology, agriculture, and population biology. Original scientific literature relating to the theory developed in course 272 is read, and applied problem sets are solved by the students. Students cannot receive credit for this course and course 172L.", - "course_name": "BIOE 272L", - "course_title": "Population Genetics Laboratory", - "location": "CoastBio 115", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Must be taken concurrently with BIOE 272. Enrollment is restricted to graduate students.", - "meet_times": "Th 09:15AM-12:15PM", - "credits": "2 units", - "lecture_number": 21121, - "instructor": "Pogson,G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with BIOE 172L Concurrent enrollment in BIOE 272 is required.", - "enroll_current": 15, - "waitlist_current": 0 - }, { - "enroll_max": 45, - "waitlist_max": 999, - "class_number": 21124, - "class_type": "LEC", - "course_description": "An exploration of the ecology of plant form, function, distribution, abundance, and diversity. Topics include plant adaptations to environmental conditions, life history variation, competition, reproductive ecology, herbivory, and patterns of diversity. Lecture with discussions of original papers and independent field project. Students cannot receive credit for this course and course 145.", - "course_name": "BIOE 245", - "course_title": "Plant Ecology", - "location": "PhysSciences 130", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): BIOE 107 or ENVS 24 or permission of instructor. Enrollment is restricted to graduate students.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21124, - "instructor": "Parker,I.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with BIOE 145", - "enroll_current": 30, - "waitlist_current": 7 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21125, - "class_type": "LAB", - "course_description": "Hands-on exploration of the concepts and techniques of plant ecology. A combination of lab, greenhouse, and field-based exercises (irrespective of weather conditions), statistical analysis, and scientific writing. One required weekend field trip. Students cannot receive credit for this course and course 145L.", - "course_name": "BIOE 245L", - "course_title": "Field Methods in Plant Ecology Laboratory", - "location": "Thimann Lab 239", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Tu 01:30PM-05:00PM", - "credits": "5 units", - "lecture_number": 21125, - "instructor": "Parker,I.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with BIOE 145L. Concurrent enrollment in BIOE 245 is required.", - "enroll_current": 15, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21058, - "class_type": "LAB", - "course_description": "A companion course to 172 Population Genetics that applies the theory developed in that course to related disciplines including conservation biology, ecology, agriculture, and population biology. Original scientific literature relating to the theory developed in BIOE 172 is read, and applied problem sets are solved by the students. Students cannot receive credit for this course and BIOE 272L.", - "course_name": "BIOE 172L", - "course_title": "Population Genetics Laboratory", - "location": "CoastBio 115", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, BIOE 20C, and BIOL 105, and satisfaction of the Entry Level Writing and Composition requirements.", - "meet_times": "Th 09:15AM-12:15PM", - "credits": "2 units", - "lecture_number": 21058, - "instructor": "Pogson,G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with BIOE 272L. Concurrent enrollment in BIOE 172 is required.", - "enroll_current": 15, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Marine Ecology Field Quarter: Methods in Field Ecology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enrollment by application and interview. https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", - "meet_times": "TBA TBA", - "enroll_current": 27, - "course_description": "Students learn quantitative methods for field experiments and surveys. Emphasis will be on marine environments, but there will also be exposure to terrestrial systems. This is the lecture component to course 159D. No text is required for this course; instead, readings from the current literature will be assigned. Students are evaluated on written independent field project proposals and class participation. Admission by interview during previous winter quarter. BIOE 159A, 159B, 159C, and 159D are equivalent to BIOE 127, 127L, 108, and 158L for major requirements. BIOE 159A, 159B, 159C, and 159D must be taken concurrently.", - "enroll_max": 0, - "lecture_number": 21105, - "credits": "5 units", - "location": "TBA", - "course_name": "BIOE 159C", - "gen_ed_categories": "5 units", - "instructor": "Bernardi,G.", - "class_number": 21105, - "class_type": "FLD", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Organismal Biology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "CoastBio 203", - "enroll_current": 9, - "course_description": "Consists of lectures focusing on pivotal topics in ecology and evolution. Relevant background material is developed followed by a critical analysis of readings from the primary literature. Designed to give graduate (and advanced undergraduate) students direct contact with the major areas of research that are currently at the forefront of organismal biology.", - "lecture_number": 21122, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 200B", - "gen_ed_categories": "5 units", - "instructor": "Alonzo,S.H.", - "class_number": 21122, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Marine Ecology Field Quarter: Ichthyology with Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enrollment by application and interview. https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", - "meet_times": "TBA TBA", - "enroll_current": 27, - "course_description": "An introduction to the biology of jawless, cartilaginous, and bony fishes\u2014their classification, evolution, form, physiology, and ecology. Admission by interview during previous winter quarter. BIOE 159A, 159B, 159C, and 159D are equivalent to BIOE 127, 127L, 108, and 158L for major requirements. BIOE 159A, 159B, 159C, and 159D must be taken concurrently.", - "enroll_max": 30, - "lecture_number": 21104, - "credits": "5 units", - "location": "TBA", - "course_name": "BIOE 159B", - "gen_ed_categories": "5 units", - "instructor": "Bernardi,G.", - "class_number": 21104, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 30, - "waitlist_max": 999, - "class_number": 21057, - "class_type": "LEC", - "course_description": "Basic population genetics and selected topics will be covered, including genetics of speciation, tempo and mode of evolution, genetics of social behavior, natural selection in human populations, and the impact of molecular studies on evolutionary theory. Students cannot receive credit for this course and BIOE 272.", - "course_name": "BIOE 172", - "course_title": "Population Genetics", - "location": "CoastBio 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, BIOE 20C, and BIOL 105, and satisfaction of the Entry Level Writing and Composition requirements. Concurrent enrollment in BIOE 172L is required.", - "meet_times": "TuTh 02:25PM-04:00PM", - "credits": "5 units", - "lecture_number": 21057, - "instructor": "Pogson,G.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with BIOE 272. Concurrent enrollment in 172L is required.", - "enroll_current": 15, - "waitlist_current": 0 - }, { - "enroll_max": 48, - "waitlist_max": 999, - "class_number": 21107, - "class_type": "LEC", - "course_description": "Initially undertakes an in-depth comparison of the biology and conservation of marine versus terrestrial ecosystems. With this foundation, course examines marine biodiversity loss resulting from overexploitation, habitat loss, species introduction, and pollution, with particular emphasis on the resulting trophic cascades, biodiversity losses, and climate change. Students cannot receive credit for this course and Environmental Studies 120.", - "course_name": "BIOE 165", - "course_title": "Marine Conservation Biology", - "location": "Ocean Health 118", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C; OCEA 101 recommended.", - "meet_times": "TuTh 12:25PM-02:00PM", - "credits": "5 units", - "lecture_number": 21107, - "instructor": "Croll,D.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 48, - "waitlist_current": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Scientific Skills", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "CoastBio 203", - "enroll_current": 7, - "course_description": "Exposes graduate students to teaching skills, understanding the scientific method, searching and organizing literature, grant proposal and scientific writing, data management and presentation, and scientific speaking. Students are evaluated on their participation and the quality of a written research proposal.", - "lecture_number": 21123, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 200A", - "gen_ed_categories": "5 units", - "instructor": "Carr,M.H.", - "class_number": 21123, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Undergraduate Research in EEB--Writing", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; and course 107, 108, or 109; and an undergraduate research contract on file with the department.", - "meet_times": "Tu 02:25PM-04:00PM", - "location": "CoastBio 203", - "enroll_current": 10, - "course_description": "Working in coordination with an Ecology and Evolutionary Biology (EEB) faculty member, affiliate or adjunct, students develop and write a formal research proposal or report and give a presentation on their research project. Includes weekly class meetings focused on the philosophy of science, basic statistics, library searches, inputting data, creating graphs, and preparing results for publication, posters, and talks.", - "lecture_number": 23019, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "BIOE 183W", - "gen_ed_categories": "2 units", - "instructor": "Fox,L.R.", - "class_number": 23019, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 48, - "waitlist_max": 999, - "class_number": 22865, - "class_type": "LEC", - "course_description": "Provides an overview of the physical, chemical, and biological processes that characterize inland waters such as lakes, streams, rivers, and wetlands. Also addresses relationships between humans and freshwater, and discusses these challenges in conservation.", - "course_name": "BIOE 155", - "course_title": "Freshwater Ecology", - "location": "CoastBio 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C.", - "meet_times": "MW 01:25PM-03:00PM", - "credits": "5 units", - "lecture_number": 22865, - "instructor": "Palkovacs,E.P.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 48, - "waitlist_current": 12 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Marine Ecology Field Quarter: Methods in Field Ecology Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enrollment by application and interview. https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", - "meet_times": "TBA TBA", - "enroll_current": 0, - "course_description": "This is laboratory portion of course 159C. Students carry out independent field projects under the supervision of course instructors. All work is done during the 5-6 week off-campus portion of course 159. Students are evaluated on field techniques, the final write-up of their independent field projects, and class participation. Admission by interview during previous winter quarter. BIOE 159A, 159B, 159C, and 159D are equivalent to BIOE 127, 127L, 108, and 158L for major requirements. BIOE 159A, 159B, 159C, and 159D must be taken concurrently.", - "enroll_max": 30, - "lecture_number": 21106, - "credits": "5 units", - "location": "TBA", - "course_name": "BIOE 159D", - "gen_ed_categories": "5 units", - "instructor": "Bernardi,G.", - "class_number": 21106, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Plant Physiology Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and 20C.", - "meet_times": "Th 01:30PM-04:30PM", - "location": "Thimann Lab 239", - "enroll_current": 20, - "course_description": "Weekly laboratory concerning the cellular and organismal functions of green plants. Students are billed a materials fee.", - "lecture_number": 23890, - "credits": "2 units", - "waitlist_current": 2, - "course_name": "BIOE 135L", - "gen_ed_categories": "2 units", - "instructor": "Pittermann,J.", - "class_number": 23890, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "enroll_max": 63, - "waitlist_max": 999, - "class_number": 23290, - "class_type": "LEC", - "course_description": "Explores how an organism's physiology interacts with its environment including molecular to whole organism-level processes. How do animals thrive in the most diverse regions of Earth and why are some more vulnerable to change than others?", - "course_name": "BIOE 136", - "course_title": "Environmental Physiology", - "location": "CoastBio 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and BIOE 20C.", - "meet_times": "TuTh 08:25AM-10:00AM", - "credits": "5 units", - "lecture_number": 23290, - "instructor": "Dunkin,R.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 63, - "waitlist_current": 7 - }, { - "enroll_max": 45, - "waitlist_max": 999, - "class_number": 21109, - "class_type": "LEC", - "course_description": "An exploration of the ecology of plant form, function, distribution, abundance, and diversity. Topics include plant adaptations to environmental conditions, life history variation, competition, reproductive ecology, herbivory, and patterns of diversity. Lecture with discussions of original papers and independent field project. Students cannot receive credit for this course and course 245.", - "course_name": "BIOE 145", - "course_title": "Plant Ecology", - "location": "PhysSciences 130", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C, and satisfaction of the Entry Level Writing and Composition requirements. BIOE 107 is recommended.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21109, - "instructor": "Parker,I.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Taught in conjunction with BIOE 245.", - "enroll_current": 30, - "waitlist_current": 7 - }, { - "enroll_max": 65, - "waitlist_max": 999, - "class_number": 21093, - "class_type": "LEC", - "course_description": "An introduction to social and reproductive behavior. Emphasis on studies of vertebrates in their natural habitat. Ideas concerning the evolution of social behavior, mating systems, and individual reproductive strategies. Case histories of well-studied animals that illustrate key principles in courtship and mating, parental behavior, and food-getting behavior.", - "course_name": "BIOE 140", - "course_title": "Behavioral Ecology", - "location": "CoastBio 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C.", - "meet_times": "MW 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 21093, - "instructor": "Sinervo,B.R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 65, - "waitlist_current": 2 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21112, - "class_type": "LAB", - "course_description": "Hands-on exploration of the concepts and techniques of plant ecology. A combination of lab, greenhouse, and field-based exercises (irrespective of weather conditions). Statistical analysis and scientific writing. One required weekend field trip. Students cannot receive credit for this course and course 245L. Students are billed a materials fee.", - "course_name": "BIOE 145L", - "course_title": "Field Methods in Plant Ecology", - "location": "Thimann Lab 239", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A, BIOE 20B, and BIOE 20C, and satisfaction of the Entry Level Writing and Composition requirements. Concurrent enrollment in BIOE 145 is required. BIOE 107 is recommended.", - "meet_times": "Tu 01:30PM-05:00PM", - "credits": "5 units", - "lecture_number": 21112, - "instructor": "Parker,I.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 145 is required. Taught in conjunction with BIOE 245L.", - "enroll_current": 15, - "waitlist_current": 0 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21113, - "class_type": "LEC", - "course_description": "An examination of the history and mechanisms of evolutionary change. Topics include molecular evolution, natural and sexual selection, adaptation, speciation, biogeography, and macroevolution.", - "course_name": "BIOE 109", - "course_title": "Evolution", - "location": "CoastBio 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; BIOL 20A, BIOE 20B, BIOE 20C, and BIOL 105.", - "meet_times": "MW 10:00AM-11:35AM", - "credits": "5 units", - "lecture_number": 21113, - "instructor": "Kay,K.M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 78, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Marine Ecology Field Quarter: Marine Ecology with Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enrollment by application and interview. https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", - "meet_times": "TBA TBA", - "enroll_current": 27, - "course_description": "Total immersion in marine ecology for very motivated students. Students develop a research project during first five weeks on campus and then spend five weeks of immersion in directed research without distraction in isolated locations off campus (past locations include the Gulf of California in Mexico and Moorea in French Polynesia). Not available through University Extension. No other courses may be taken during this quarter. Students must sign a contract agreeing to standards of behavior outlined in the", - "enroll_max": 30, - "lecture_number": 21103, - "credits": "5 units", - "location": "TBA", - "course_name": "BIOE 159A", - "gen_ed_categories": "5 units", - "instructor": "Bernardi,G.", - "class_number": 21103, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Field Research and Conservation", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "Enrollment by application at https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", - "meet_times": "Th 05:30PM-07:00PM", - "enroll_current": 0, - "course_description": "A field-based course with overnight and day trips to regionally diverse areas throughout Central California. Field trips and lectures familiarize students with a wide variety of topics in the ecological, conservation, and environmental science as well as natural-resource management. Enrollment is by instructor permission. Students are billed a materials fee.", - "enroll_max": 24, - "lecture_number": 23182, - "credits": "2 units", - "location": "Thimann Lab 101", - "course_name": "BIOE 82", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23182, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Plant Physiology Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and 20C.", - "meet_times": "W 01:30PM-04:30PM", - "location": "Thimann Lab 239", - "enroll_current": 20, - "course_description": "Weekly laboratory concerning the cellular and organismal functions of green plants. Students are billed a materials fee.", - "lecture_number": 23889, - "credits": "2 units", - "waitlist_current": 5, - "course_name": "BIOE 135L", - "gen_ed_categories": "2 units", - "instructor": "Pittermann,J.", - "class_number": 23889, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ecology and Evolution", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 184, - "course_description": "Introduction to ecology and evolution covering principles of evolution at the molecular, organismal, and population levels. Evolutionary topics include genetic and phenotypic variation, natural selection, adaptation, speciation, and macroevolution. Also covers behavioral, population, and community ecology including applied ecological issues.", - "enroll_max": 300, - "lecture_number": 21010, - "credits": "5 units", - "location": "ClassroomUnit 002", - "course_name": "BIOE 20C", - "gen_ed_categories": "5 units", - "instructor": "Marinovic,B.B.", - "class_number": 21010, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 22, - "waitlist_max": 999, - "class_number": 23010, - "class_type": "LAB", - "course_description": "Focuses on the identification of mammals and their specific traits. Exercises provide hands-on experience at identifying mammal orders, families, and species. Field trip provides students with field techniques in mammalogy.", - "course_name": "BIOE 124L", - "course_title": "Mammalogy Laboratory", - "location": "Lg Discovery 128", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and 20C.", - "meet_times": "MW 03:25PM-05:00PM", - "credits": "2 units", - "lecture_number": 23010, - "instructor": "Shabel,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in BIOE 124 is required.", - "enroll_current": 22, - "waitlist_current": 26 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ecology and Evolution", - "course_section": "02", - "career_type": "Undergraduate", - "class_notes": "BIOE 20C-02 is an offering of BIOE 20C that stresses interactive learning through peer discussions and problem solving during class sessions. Interested students should be willing to work in groups and participate in class discussions and activities .Enroll in lecture and associated discussion sections.", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 75, - "course_description": "Introduction to ecology and evolution covering principles of evolution at the molecular, organismal, and population levels. Evolutionary topics include genetic and phenotypic variation, natural selection, adaptation, speciation, and macroevolution. Also covers behavioral, population, and community ecology including applied ecological issues.", - "enroll_max": 75, - "lecture_number": 21020, - "credits": "5 units", - "location": "Sci & Engr Library 206", - "course_name": "BIOE 20C", - "gen_ed_categories": "5 units", - "instructor": "Marinovic,B.B.", - "class_number": 21020, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Plant Physiology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A and BIOE 20B and 20C; concurrent enrollment in course 135L is required.", - "meet_times": "MW 10:00AM-11:35AM", - "location": "CoastBio 115", - "enroll_current": 40, - "course_description": "Cellular and organismal functions important in the life of green plants.", - "lecture_number": 23888, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "BIOE 135", - "gen_ed_categories": "5 units", - "instructor": "Pittermann,J.", - "class_number": 23888, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "enroll_max": 22, - "waitlist_max": 999, - "class_number": 23009, - "class_type": "LEC", - "course_description": "Introduces the biology of mammals, including their classification, evolution, behavior, reproductive strategies, and general ecology. Examines the diagnostic traits of mammals; provides a survey of the living orders along with their diagnostic features, physiological and behavioral specializations, and adaptations.", - "course_name": "BIOE 124", - "course_title": "Mammalogy", - "location": "Lg Discovery 128", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A; and BIOE 20B and 20C. Concurrent enrollment in course 124L is required.", - "meet_times": "MW 01:25PM-03:00PM", - "credits": "5 units", - "lecture_number": 23009, - "instructor": "Shabel,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in 124L is required", - "enroll_current": 22, - "waitlist_current": 0 - }, { - "enroll_max": 0, - "waitlist_max": 999, - "class_number": 20981, - "class_type": "LAB", - "course_description": "An introduction to the major techniques used in the isolation and characterization of biological components. Laboratory: 8 hours; lecture: 1-3/4 hours. Students are billed a materials fee.", - "course_name": "BIOC 110L", - "course_title": "Advanced Biochemistry Laboratory", - "location": "Thimann Lab 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 100B and satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to chemistry majors in the biochemistry concentration. Other majors by permission.", - "meet_times": "M 01:20PM-02:55PM", - "credits": "5 units", - "lecture_number": 20981, - "instructor": "Einarsdottir,O.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lab and associated secondary lab.", - "enroll_current": 8, - "waitlist_current": 0 - }, { - "enroll_max": 75, - "waitlist_max": 999, - "class_number": 21098, - "class_type": "LEC", - "course_description": "Focuses on physiological, behavioral, and population ecology, and on linking ecological processes to evolution. It includes basic principles, experimental approaches, concepts of modeling, and applications to ecological problems.", - "course_name": "BIOE 107", - "course_title": "Ecology", - "location": "CoastBio 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; BIOL 20A, BIOE 20B, and BIOE 20C.", - "meet_times": "TuTh 10:25AM-12:00PM", - "credits": "5 units", - "lecture_number": 21098, - "instructor": "Fox,L.R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 75, - "waitlist_current": 4 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminar", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "W 02:40PM-05:00PM", - "enroll_current": 5, - "course_description": "Seminar attended by faculty, graduate students, and upper-division undergraduate students.", - "enroll_max": 85, - "lecture_number": 20973, - "credits": "0 units", - "location": "N. Sci Annex 101", - "course_name": "ASTR 292", - "gen_ed_categories": "0 units", - "instructor": "Staff", - "class_number": 20973, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Planetary Physics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "MWF 01:20PM-02:25PM", - "location": "ISB 165", - "enroll_current": 1, - "course_description": "Survey of interiors, atmospheres, thermal evolution, and magnetospheres of planets, with focus on the astronomical perspective. Course covers exoplanets and solar system planets, both giant and terrestrial, with attention to current and future observations.", - "lecture_number": 22878, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ASTR 223", - "gen_ed_categories": "5 units", - "instructor": "Fortney,J.J.", - "class_number": 22878, - "class_type": "LEC", - "waitlist_max": 0, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Dynamical Astronomy", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "ISB 165", - "enroll_current": 9, - "course_description": "Surveys dynamical processes in astrophysical systems on scales ranging from the planetary to the cosmological, stability and evolution of planetary orbits, scattering processes and the few-body problem, processes in stellar clusters, spiral structure and galactic dynamics, galactic collisions, and evolution of large-scale structure.", - "lecture_number": 20972, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ASTR 212", - "gen_ed_categories": "5 units", - "instructor": "Murray-Clay,R.", - "class_number": 20972, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Astronomical Research and Teaching", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "MWF 09:30AM-10:25AM", - "location": "ISB 356", - "enroll_current": 0, - "course_description": "Lectures and seminar-style course intended to integrate new graduate students into the department; to introduce students to the research and interests of department faculty; and to expose graduate students to teaching skills and classroom techniques. (Formerly Introduction to Astronomical Research.)", - "lecture_number": 20971, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ASTR 205", - "gen_ed_categories": "5 units", - "instructor": "Smith,G.H.", - "class_number": 20971, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 210, - "waitlist_max": 999, - "class_number": 20974, - "class_type": "LEC", - "course_description": "Fundamentals of molecular biology, structure and function of nucleic acids, and protein structure. Designed for students preparing for research careers in biochemistry and molecular biology. Lecture: 3-1/2 hours; discussion: 1-1/4 hours.", - "course_name": "BIOC 100A", - "course_title": "Biochemistry and Molecular Biology", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Chemistry 8B or 108B; and Biology 20A.", - "meet_times": "MWF 04:00PM-05:05PM", - "credits": "5 units", - "lecture_number": 20974, - "instructor": "Stone,M.D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 176, - "waitlist_current": 2 - }, { - "enroll_max": 300, - "waitlist_max": 999, - "class_number": 21000, - "class_type": "LEC", - "course_description": "Topics in morphology, physiology, development, genetics, and endocrinology selected to exemplify current issues and perspectives in organismic biology.", - "course_name": "BIOE 20B", - "course_title": "Development and Physiology", - "location": "Media Theater M110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): BIOL 20A.", - "meet_times": "TuTh 01:30PM-03:05PM", - "credits": "5 units", - "lecture_number": 21000, - "instructor": "Dunkin,R.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 267, - "waitlist_current": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Order-of-Magnitude Astrophysics", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 22 or 23A; Physics 5B or 6B; and Physics 101A or previous or concurrent enrollment in Physics 102.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "PhysSciences 110", - "enroll_current": 36, - "course_description": "Examines the most basic and direct connection between physics and astrophysics in order to derive a better understanding of astrophysical phenomena from first principles to the extent possible.", - "lecture_number": 22927, - "credits": "5 units", - "waitlist_current": 8, - "course_name": "ASTR 111", - "gen_ed_categories": "5 units", - "instructor": "Ramirez-Ruiz,E.J.", - "class_number": 22927, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 36 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Stellar Structure and Evolution", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 5, - "course_description": "Survey of stellar structure and evolution. Physical properties of stellar material. Convective and radiative energy transport. Stellar models and evolutionary tracks through all phases. Brown dwarfs and giant planets. Comparison with observations.", - "lecture_number": 23936, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ASTR 220A", - "gen_ed_categories": "5 units", - "instructor": "Foley,R.J.", - "class_number": 23936, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Overview of the Universe", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 167, - "course_description": "An overview of the main ideas in our current view of the universe, and how they originated. Galaxies, quasars, stars, pulsars, and planets. Intended primarily for nonscience majors interested in a one-quarter survey of classical and modern astronomy.", - "enroll_max": 207, - "lecture_number": 20958, - "credits": "5 units", - "location": "J Bask Aud 101", - "course_name": "ASTR 2", - "gen_ed_categories": "5 units", - "instructor": "Guha Thakurta,P.", - "class_number": 20958, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 90, - "waitlist_max": 999, - "class_number": 22997, - "class_type": "LEC", - "course_description": "Provides the opportunity to practice the creation of novel computer games. Students learn a new game-making technology, then create three games using this technology. May be repeated for credit.", - "course_name": "ARTG 179", - "course_title": "Game Design Practicum", - "location": "Steven Acad 175", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 120.", - "meet_times": "M 05:20PM-08:45PM", - "credits": "5 units", - "lecture_number": 22997, - "instructor": "Staff", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as CMPM 179. Topic: Business of Games", - "enroll_current": 18, - "waitlist_current": 0 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 23183, - "class_type": "fixme (Studio)", - "course_description": "Students create novel, interesting game concepts and outline and polish a game pitch for their yearlong project, starting with concept ideation and storyboarding to prototyping and presenting the game idea. This course is part one of the art and design: games and playable media capstone requirement. Students are billed a materials fee.", - "course_name": "ARTG 170", - "course_title": "Game Design Studio I", - "location": "TA 2nd Stage", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements and course 120. Enrollment restricted to senior art and design: games and playable media majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 23183, - "instructor": "Hunicke,R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in studio and associated secondary studio. Taught in conjunction with CMPM 170.", - "enroll_current": 50, - "waitlist_current": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Field Research and Conservation", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enrollment by application at https://www.eeb.ucsc.edu/academics/undergrad/courses-enrollment/courses-enrollment-qtr-enroll-updates.html", - "meet_times": "Tu 05:30PM-07:00PM", - "enroll_current": 0, - "course_description": "A field-based course with overnight and day trips to regionally diverse areas throughout Central California. Field trips and lectures familiarize students with a wide variety of topics in the ecological, conservation, and environmental science as well as natural-resource management. Enrollment is by instructor permission. Students are billed a materials fee.", - "enroll_max": 24, - "lecture_number": 23181, - "credits": "2 units", - "location": "Thimann Lab 101", - "course_name": "BIOE 82", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 23181, - "class_type": "FLD", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Digital Drawing/Painting for Game Design", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 05:20PM-07:50PM", - "enroll_current": 16, - "course_description": "Supports students working as artists in an interdisciplinary collaboration with project teams led by senior students in computer game design (the yearlong Computer Science 170 series). Instruction includes techniques, tools, and concepts of drawing and painting in a digital environment oriented toward the context of computer games. Coursework is composed of projects to develop individual ideas and skills, as well as offering productively engaged participation in a collaborative game-design team. Students are billed a materials fee. Enrollment restricted to art and art and design: computer game design majors; admission by permission of the instructor. (Formerly Art 118.) May be repeated for credit.", - "enroll_max": 20, - "lecture_number": 23038, - "credits": "5 units", - "location": "Porter Acad 240", - "course_name": "ARTG 118", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23038, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Foundations of Play", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary studio", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 36, - "course_description": "Understanding the foundations of play through reading influential texts; in-class lectures and activities; designing and \"playtesting\" games; and the ethnographies of players in the physical world. Students are billed a materials fee. (Formerly Art 80I.)", - "enroll_max": 36, - "lecture_number": 23058, - "credits": "5 units", - "location": "R Carson Acad 240", - "course_name": "ARTG 80I", - "gen_ed_categories": "5 units", - "instructor": "Swensen,E.A.", - "class_number": 23058, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 6 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 22619, - "class_type": "LAB", - "course_description": "Introduction to techniques of modern observational astrophysics at optical and radio wavelengths through hands-on experiments. Intended primarily for juniors and seniors majoring or minoring in astrophysics. Offered in some academic years as single-term course 135 in fall, depending on astronomical conditions.", - "course_name": "ASTR 135A", - "course_title": "Astrophysics Advanced Laboratory", - "location": "ISB 235", - "grading_options": "Multi-Term Course", - "gen_ed_categories": "3 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Physics 133 and at least one astronomy course. Enrollment is restricted to physics (astrophysics) majors.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "3 units", - "lecture_number": 22619, - "instructor": "Brown,G.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as PHYS 135A", - "enroll_current": 20, - "waitlist_current": 0 - }, { - "enroll_max": 50, - "waitlist_max": 999, - "class_number": 21513, - "class_type": "LEC", - "course_description": "Introduction to solving scientific problems using computers. A series of simple problems from Earth sciences, physics, and astronomy are solved using a user-friendly scientific programming language (Python/SciPy).", - "course_name": "ASTR 119", - "course_title": "Introduction to Scientific Computing", - "location": "Kresge Clrm 327", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 11A or 19A or 20A or Applied Mathematics or Statistics 15A.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21513, - "instructor": "Robertson,B.E.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as EART 119.", - "enroll_current": 48, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to the Cosmos", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 10:40AM-11:45AM", - "enroll_current": 200, - "course_description": "Overview of the main ideas in our current view of the universe and how these ideas originated. Galaxies, quasars, stars, black holes, and planets. Students cannot receive credit for this course and course 2.", - "enroll_max": 224, - "lecture_number": 22902, - "credits": "5 units", - "location": "Thim Lecture 003", - "course_name": "ASTR 1", - "gen_ed_categories": "5 units", - "instructor": "Guha Thakurta,P.", - "class_number": 22902, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 20957, - "class_type": "fixme (Studio)", - "course_description": "Special topics in sculpture as announced, concentrating on specific aspects of subject matter and media. Students are billed a materials fee. May be repeated for credit.", - "course_name": "ART 189", - "course_title": "Special Topics in Sculpture", - "location": "E Baskin P108", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): One course from Art 20H, 120,121, 122, 124, 125, 129, 179, 180B, 183, or 188; and two non-sculpture/intermedia/public art lower-division studios from Art 15, 20G, 20I, 20J, 20K, 20L, or 26. Restricted to art majors.", - "meet_times": "TuThSa 02:25PM-04:50PM", - "credits": "5 units", - "lecture_number": 20957, - "instructor": "Palmer,L.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Topic: The Matter of Color--A research-based class in which students pursue projects in any medium exploring the materiality of color.", - "enroll_current": 10, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intermediate to Advanced Sculpture (Foundry)", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): One course from Art 20H, 120,121, 122, 124, 125, 129, 172, 180B, 183, or 189; and two non-sculpture/intermedia/public art lower-division studios from Art 15, 20G, 20I, 20J, 20K, 20L, or 26. Restricted to art majors.", - "meet_times": "MWF 02:40PM-05:05PM", - "location": "TA Foundry 100", - "enroll_current": 13, - "course_description": "This intermediate/advanced course provides the information and facilities necessary to express ideas through the indirect process of metal casting. The \"lost wax\" method is used to manifest ideas in sculpture. Lectures and demonstrations are combined with work time in class. Students generate sculpture forms in wax then gate, invest, weld, chase, patina, and present at least one finished piece. Students are billed a materials fee. May be repeated for credit. May be repeated for credit.", - "lecture_number": 20955, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ART 188", - "gen_ed_categories": "5 units", - "instructor": "Monaghan,S.M.", - "class_number": 20955, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 13 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Special Topics in Game Design", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 80I, 80G, and 80H. Enrollment is restricted to art & design: games and playable media and computer science:computer game design majors.", - "meet_times": "MWF 10:40AM-01:05PM", - "location": "Digital Arts 308", - "enroll_current": 0, - "course_description": "Allows students to explore game designs related to their ongoing work within their major in either digital or non-digital formats. Students choose a topic and develop game projects that engage players. Students are billed a materials fee. May be repeated for credit.", - "lecture_number": 23223, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ARTG 129", - "gen_ed_categories": "5 units", - "instructor": "Darke,A.", - "class_number": 23223, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Sculpture II", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): One course from Art 20H, 120,121, 122, 124, 125, 129, 172, 183, 188, or 189; and two non-sculpture/intermedia/public art lower-division studios from Art 15, 20G, 20I, 20J, 20K, 20L, and 26.Restricted to art majors.", - "meet_times": "MWF 02:40PM-05:05PM", - "location": "E Baskin H101", - "enroll_current": 14, - "course_description": "More advanced fabrication techniques in sculpture using wood, metal, industrial, and other materials. Techniques include carpentry and woodshop skills, and an introduction to sculptural forms, processes, and ideas. Demonstrations, slide lectures, and critical discussion of work help develop technical and conceptual skills. Students are billed a materials fee. May be repeated for credit.", - "lecture_number": 20956, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ART 180B", - "gen_ed_categories": "5 units", - "instructor": "Hibbert-Jones,W.D.", - "class_number": 20956, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 14 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Lithography I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisites: One course from Art 20G, 26, 160B, 161B, 162A, 162B, 163B, 164A, 165, 168, or 169; and two non-print lower-division media studios from Art 15, 20H, 20I, 20J, 20K, and 20L. Enrollment is restricted to art majors.", - "meet_times": "TuThSa 09:00AM-11:25AM", - "location": "E Baskin G101", - "enroll_current": 12, - "course_description": "Introduction to drawing, processing, and printing of lithographs from stone. Emphasis on discovery of tonal, textural, and expressive potential from the surface of the stone, while establishing individual directions in imagery. Condensed history of the medium, technical theory, and critique in lecture and demonstrations. Students are billed a materials fee. May be repeated for credit.", - "lecture_number": 20954, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ART 163A", - "gen_ed_categories": "5 units", - "instructor": "Martinez Leal,E.", - "class_number": 20954, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intaglio I", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisites: One course from Art 20G, 26, 160B, 161B, 162B, 163A, 163B, 164A, 165, 168, or 169; and two non-print lower-division media studios from Art 15, 20H, 20I, 20J, 20K, or 20L. Enrollment is restricted to art majors.", - "meet_times": "MWF 12:00PM-02:25PM", - "location": "E Baskin F101", - "enroll_current": 20, - "course_description": "Introduces students to various methods used in making intaglio prints. Encourages individual artistic growth of imagery and technique through assignments designed to explore the medium. Includes discussion and critique of work with equal emphasis on technique and concept. Students are billed a materials fee. May be repeated for credit.", - "lecture_number": 20953, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ART 162A", - "gen_ed_categories": "5 units", - "instructor": "Lee,J.", - "class_number": 20953, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History of Digital Games", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "MW 07:10PM-08:45PM", - "enroll_current": 104, - "course_description": "Surveys the history of digital games from open \"university games\" through the home console, PC, and contemporary platforms, and on to \"indie\" and art games. Throughout, the course locates connections between technology, marketing, and play culture. (Formerly Art 80H.)", - "enroll_max": 104, - "lecture_number": 23099, - "credits": "5 units", - "location": "Thim Lecture 003", - "course_name": "ARTG 80H", - "gen_ed_categories": "5 units", - "instructor": "cardenas,m.", - "class_number": 23099, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 37 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Darkroom Practices", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): One course from Art 20I, 151, 156, 158, or 159; and two non-photography lower-division art studios from Art 15, 20G, 20H, 20J, 20K, 20L, or 26. Enrollment is restricted to art majors.", - "meet_times": "TuThSa 02:25PM-04:50PM", - "location": "Digital Arts 230", - "enroll_current": 18, - "course_description": "Students concentrate on darkroom practices and explore visual ideas, directing their work toward individualized goals. Required work includes making photographic prints, reading historical and theoretical works, and examination of photographs. Students are billed a materials fee. May be repeated for credit.", - "lecture_number": 22928, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ART 150", - "gen_ed_categories": "5 units", - "instructor": "Karlic,K.", - "class_number": 22928, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "N/A", - "term": "2018 Fall Quarter", - "course_title": "Digital Illustration", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as THEA 106.", - "meet_times": "Cancelled", - "enroll_current": 0, - "course_description": "Introduces digital rendering techniques using the Adobe Creative Suite. Using Adobe Creative Suite, students solve design problems. Enrollment by permission of the instructor. Application form available from baron@ucsc.edu.", - "enroll_max": 40, - "lecture_number": 22891, - "credits": "5 units", - "location": "N/A", - "course_name": "ART 146T", - "gen_ed_categories": "5 units", - "instructor": "N/A", - "class_number": 22891, - "class_type": "fixme (Studio)", - "waitlist_max": 0, - "waitlist_current": 0 - }, { - "enroll_max": 20, - "waitlist_max": 999, - "class_number": 22363, - "class_type": "LEC", - "course_description": "Special relativity is reviewed. Curved space-time, including the metric and geodesics, are illustrated with simple examples. The Einstein equations are solved for cases of high symmetry. Black-hole physics and cosmology are discussed, including recent developments.", - "course_name": "ASTR 171", - "course_title": "General Relativity, Black Holes, and Cosmology", - "location": "ISB 235", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): courses 105, 110A, 110B, and 116A-B.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22363, - "instructor": "Dine,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as PHYS 171", - "enroll_current": 19, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Visual Communication and Interaction Design", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary lab", - "meet_times": "TuTh 07:10PM-08:45PM", - "enroll_current": 86, - "course_description": "Survey of the basics of visual communication and interaction design, focusing on communicating designs of interactive systems. Covers techniques from a breadth of visual communication traditions; how to choose, use, and innovate; and how to structure dialogue around them. Students are billed a materials fee.", - "enroll_max": 86, - "lecture_number": 23169, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "ARTG 80G", - "gen_ed_categories": "5 units", - "instructor": "Viana Neto,M.", - "class_number": 23169, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 21 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Issues in Digital Media", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary lab", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 75, - "course_description": "Digital media was positioned as a radical new social and creative medium in the 1980s and 1990s. The ensuing decades have seen this area become ubiquitous mass media with structural inequalities, centralized ownership, environmental damage, and precarious labor conditions. At the same time, it has become the language of our time and remains a site of creativity and intervention and offers opportunities for social changes. This course provides an introduction to key issues in this area through the lens of race and ethnicity.", - "enroll_max": 75, - "lecture_number": 20945, - "credits": "5 units", - "location": "Kresge Clrm 321", - "course_name": "ART 80F", - "gen_ed_categories": "5 units", - "instructor": "Gillette,K.L.", - "class_number": 20945, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 2 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Forms and Ideas", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to junior and senior art majors. Strongly recommended for junior transfer art majors.", - "meet_times": "TuThSa 09:00AM-11:25AM", - "location": "E Baskin L101", - "enroll_current": 11, - "course_description": "A non-media specific class introducing a range of contemporary visual practices, contexts, issues, forms, and UCSC resources of use to artists, emphasizing relationships between material, form, meaning and between private expression, public communication, and systems of exchange. Students are billed a materials fee.", - "lecture_number": 20934, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ART 194", - "gen_ed_categories": "5 units", - "instructor": "Palmer,L.", - "class_number": 20934, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "3D Art and Design: Laser Cutting and CNC Routing", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "One course from ART 20H, 20K,101,102,103,107,108,120,121,122,124,125,129,146T, 172,180B,183,188, or 189 and two courses from ART 15, 20G, 20I, 20J, 20L, or 26. Enrollment is restricted to art majors.", - "meet_times": "TuThSa 11:40AM-02:05PM", - "location": "E Baskin A101", - "enroll_current": 10, - "course_description": "Emphasizes the conceptual aspects of 3D art and design using the laser cutter to prototype and experiment with construction methods and materials to create, represent, respond to, and reflect on 3D forms in space. Students learn about mixed-media fabrication techniques, materials, and processes that include using a woodshop and metal-fabrication shop. The course is structured around assignments that develop individual expressiveness, research skills, creative industry, and class participation. Students are billed a materials fee. (Formerly 3D Art and Design Studio 1.) May be repeated for credit.", - "lecture_number": 23235, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ART 184", - "gen_ed_categories": "5 units", - "instructor": "Hemenway,D.T.", - "class_number": 23235, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 19 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Drawing and Painting", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): two courses from Art 10D, 10E, or 10F. Enrollment is restricted to proposed art and art majors.", - "meet_times": "TuThSa 05:05PM-07:30PM", - "location": "E Baskin M101", - "enroll_current": 21, - "course_description": "Introduces the material practices of painting in combination with the formal vocabulary of the visual arts. A discussion of values, form, color, and figure/ground relationships enters into each class. Students are billed for a materials fee.", - "lecture_number": 23078, - "credits": "5 units", - "waitlist_current": 22, - "course_name": "ART 20J", - "gen_ed_categories": "5 units", - "instructor": "Gwyn,M.", - "class_number": 23078, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Project Development in Photography", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): One course from Art 20I; and two non-photography lower-division art studios from Art 15, 20G, 20H, 20J, 20K, 20L, or 26. Enrollment is restricted to art majors.", - "meet_times": "TuThSa 09:00AM-11:25AM", - "location": "Digital Arts 230", - "enroll_current": 17, - "course_description": "Concentrates on photographic project development, developing analytical skills designed to help direct students' own photographic ideas. Helps students create a conceptual theoretical framework through image-making in the field and studio, through critique and discussion, through readings, and by studying the work of artists. Students are billed a materials fee. May be repeated for credit.", - "lecture_number": 23085, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ART 156", - "gen_ed_categories": "5 units", - "instructor": "Karlic,K.", - "class_number": 23085, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 18 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Intermediate/Advanced Painting", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): One from Art 20J, 20L,133, 137, 138, or 139; and two non-painting lower-division studios from Art 15, 20G, 20H, 20I, 20K, or 26. A foundation in drawing is recommended. Enrollment is restricted to art majors.", - "meet_times": "TuThSa 11:40AM-02:05PM", - "location": "E Baskin J101", - "enroll_current": 18, - "course_description": "Continuation of the development of a basic foundation in painting with emphasis on the development of individual, experimental procedures. A foundation in drawing is recommended. Students are billed a materials fee. May be repeated for credit.", - "lecture_number": 20952, - "credits": "5 units", - "waitlist_current": 10, - "course_name": "ART 130", - "gen_ed_categories": "5 units", - "instructor": "Gwyn,M.", - "class_number": 20952, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 18 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Stop Motion Animation", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Three courses from: Art 15, 20G, 20H, 20I, 20J, 20K, 20L, 26; or by permission of instructor. Enrollment is restricted to art majors.", - "meet_times": "MWF 12:00PM-02:25PM", - "location": "E Baskin E102", - "enroll_current": 10, - "course_description": "Introduction to imagining, producing, and creating stop motion animations. Includes hands-on work in storyboarding, drawing and paper-based animation, pixalization, animation of everyday objects, and Claymation with basic characters and sets. Historical and contemporary animations will be viewed in class to inspire animation ideas, aesthetics, and practices. Students are billed a materials fee. (Formerly Introduction to Stop Motion Animation.) May be repeated for credit.", - "lecture_number": 23271, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "ART 106C", - "gen_ed_categories": "5 units", - "instructor": "Anderson,E.W.", - "class_number": 23271, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to New Media and Digital Artmaking", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): two courses from Art 10D, 10E, or 10F. Enrollment is restricted to proposed art and art majors.", - "meet_times": "MWF 12:00PM-02:25PM", - "location": "E Baskin E102", - "enroll_current": 20, - "course_description": "Introduces digital and new media art practice. Explores the use of the computer as tool and medium. Provides a hands-on introduction to the fundamentals of graphics; digital-image acquisition and manipulation; video; web design; and computer programming. Lectures, readings, and discussions examine the history of technology artwork and technology's relationship to contemporary culture. Students are billed for a materials fee.", - "lecture_number": 23137, - "credits": "5 units", - "waitlist_current": 6, - "course_name": "ART 20K", - "gen_ed_categories": "5 units", - "instructor": "Anderson,E.W.", - "class_number": 23137, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 20 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Photography", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): two courses from Art 10D, 10E, or 10F. Enrollment is restricted to proposed art and art majors.", - "meet_times": "TuThSa 11:40AM-02:05PM", - "location": "E Baskin I200", - "enroll_current": 17, - "course_description": "Introduces basic skills and conceptual development in photography and related digital media through image-making in the field, on the web, and in laboratories, through readings, discussions, and critiques. Students are billed for a materials fee.", - "lecture_number": 23077, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "ART 20I", - "gen_ed_categories": "5 units", - "instructor": "Perry,K.C.", - "class_number": 23077, - "class_type": "fixme (Studio)", - "waitlist_max": 999, - "enroll_max": 17 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Graduate Colloquium", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "W 03:30PM-05:00PM", - "location": "Soc Sci 1 261", - "enroll_current": 0, - "course_description": "Designed to offer an institutionalized mechanism for the presentation of research papers and teaching efforts by faculty and advanced graduate students. May be repeated for credit.", - "lecture_number": 20932, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ANTH 292", - "gen_ed_categories": "2 units", - "instructor": "Anderson,M.D.", - "class_number": 20932, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 40 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Photography", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary studio", - "meet_times": "TuTh 08:00AM-09:35AM", - "enroll_current": 120, - "course_description": "Introductory course for beginners. Various techniques examined and assigned in specific exercises. Work on projects using color film; this is a non-darkroom course. Examples given of photography from 1826 to the present. Balances historical study and practice through assigned homework exercises. Students must provide their own camera, preferably one with a manual setting. No phone cameras allowed. Students are billed a materials fee.", - "enroll_max": 120, - "lecture_number": 20936, - "credits": "5 units", - "location": "J Bask Aud 101", - "course_name": "ART 80D", - "gen_ed_categories": "5 units", - "instructor": "Perry,K.C.", - "class_number": 20936, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 3 - }, { - "enroll_max": 16, - "waitlist_max": 999, - "class_number": 22703, - "class_type": "SEM", - "course_description": "Advanced graduate seminar that focuses on techniques and theories used to bridge the gap between the recovery of ceramic remains from archaeological contexts and their interpretation with respect to various anthropological issues and problems. Students cannot receive credit for this course and course 180.", - "course_name": "ANTH 280", - "course_title": "Advanced Ceramic Analysis", - "location": "Soc Sci 1 451", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Concurrent enrollment in Anthropology 280L is required.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22703, - "instructor": "Habicht Mauche,J.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with ANTH 180. Concurrent enrollment in ANTH 280L is required.", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Inter-Cultural Communication", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to juniors and seniors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Humanities 1 110", - "enroll_current": 25, - "course_description": "Examines intercultural communication and miscommunication between individuals and speech communities, both within North American and global contexts. Through discourse and analytic approaches, students explore cultural stereotypes and interactional expectations, among other issues, that influence the outcome of intercultural communication. (Formerly Languages 113, Cross-Cultural Communication and Miscommunication.)", - "lecture_number": 22945, - "credits": "5 units", - "waitlist_current": 4, - "course_name": "APLX 113", - "gen_ed_categories": "5 units", - "instructor": "Abrams,Z.", - "class_number": 22945, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "enroll_max": 5, - "waitlist_max": 999, - "class_number": 23139, - "class_type": "SEM", - "course_description": "Historical overview of archaeology, concentrating on archaeological practice in the English-speaking world from the late 19th through the 21st Centuries. Emphasis is on development of archaeological theory in its social context; its relation to evolutionary and anthropological theory; and themes ongoing over time. Students cannot receive credit for this course and course 270.", - "course_name": "ANTH 270A", - "course_title": "Archaeology Graduate Core Course: History of Archaeological Theory", - "location": "Soc Sci 1 414", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 12:00PM-03:00PM", - "credits": "5 units", - "lecture_number": 23139, - "instructor": "Monroe,J.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Students cannot receive credit for this course and ANTH270.", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "enroll_max": 16, - "waitlist_max": 999, - "class_number": 22704, - "class_type": "LAB", - "course_description": "Emphasizes advanced techniques of ceramic analysis, including materials selection and processing, hand-building, and open-pit firings. Standard techniques for describing and measuring formal and technological attributes of pottery also presented. Students cannot receive credit for this course and course 180L.", - "course_name": "ANTH 280L", - "course_title": "Advanced Ceramic Analysis Laboratory", - "location": "Soc Sci 1 451", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students. Concurrent enrollment in Anthropology 280 is required.", - "meet_times": "W 09:00AM-11:45AM", - "credits": "2 units", - "lecture_number": 22704, - "instructor": "Habicht Mauche,J.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with ANTH 180L. Concurrent enrollment in ANTH 280 is required.", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Readings in Biological Anthropology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 2, - "course_description": "Introduces literature relevant to students' research emphases and allows for discussion of new scientific publications. (Formerly Graduate Readings in Behavioral Ecology.) May be repeated for credit.", - "lecture_number": 20933, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ANTH 294R", - "gen_ed_categories": "5 units", - "instructor": "Oelze,V.", - "class_number": 20933, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Advanced Archaeological Research", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "Th 09:00AM-12:00PM", - "location": "Soc Sci 1 414", - "enroll_current": 0, - "course_description": "Introduces graduate students to archaeological research design. Topics include: middle range theory; multistage research strategies; sampling strategies and appropriate field methodology; and issues specific to particular scales of archaeological analysis (artifact, household, site, region).", - "lecture_number": 22963, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ANTH 272", - "gen_ed_categories": "5 units", - "instructor": "Blackmore,C.", - "class_number": 22963, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Applied Linguistics", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 21, - "course_description": "Introduces the field of applied linguistics, learning about language acquisition, use, and teaching in multilingual contexts from multiple disciplinary perspectives. Also, introduces research models that examine psycholinguistic, sociolinguistic, and/or educational aspects of multilingualism..", - "enroll_max": 22, - "lecture_number": 23136, - "credits": "5 units", - "location": "Humanities 1 110", - "course_name": "APLX 80", - "gen_ed_categories": "5 units", - "instructor": "Miller,D.P.", - "class_number": 23136, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "3D Foundation", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary studio", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 81, - "course_description": "Introduces students to the fundamental principles of three-dimensional art and design through basic concepts, techniques, and technical practice. Focuses on three-dimensional art and the design fundamentals of sculpture, public art, architecture, and the industrial-design process and production. This course is a hybrid studio/lecture. Students are billed for a materials fee.", - "enroll_max": 80, - "lecture_number": 23068, - "credits": "5 units", - "location": "Media Theater M110", - "course_name": "ART 10E", - "gen_ed_categories": "5 units", - "instructor": "Hibbert-Jones,W.D.", - "class_number": 23068, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Hearing Culture: The Anthropology of Sound", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; courses 1, 2, and 3. Enrollment is restricted to senior anthropology majors.", - "meet_times": "M 12:00PM-03:00PM", - "location": "Soc Sci 2 137", - "enroll_current": 16, - "course_description": "Explores relationships between culture and acoustic worlds--environmental, verbal, and musical--within which we live. How sound is shaped by human belief and practice and the role sound plays in cultural and social life, both past and present.", - "lecture_number": 20929, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ANTH 194S", - "gen_ed_categories": "5 units", - "instructor": "Brenneis,D.L.", - "class_number": 20929, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Shadowy Dealings: Anthropology of Finance, Money, and Law", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "F 10:30AM-01:30PM", - "location": "Soc Sci 1 414", - "enroll_current": 4, - "course_description": "Moves from a brief introduction to classic economic anthropology to recent work on histories of money and capitalism and cultures of financial markets, of accounting, and of legal and illegal trading practices", - "lecture_number": 22894, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ANTH 248", - "gen_ed_categories": "5 units", - "instructor": "Mahajan,N.", - "class_number": 22894, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "enroll_max": 16, - "waitlist_max": 999, - "class_number": 20928, - "class_type": "LAB", - "course_description": "Practicum in ceramic materials analysis and description. Students perform material experiments in materials selection and processing, hand-building techniques, and open-pit firing. Demonstrations of standard techniques of attribute analysis and the mineralogical and chemical characterization of ceramic materials are presented. Students cannot receive credit for this course and course 280L.", - "course_name": "ANTH 180L", - "course_title": "Ceramic Analysis Laboratory", - "location": "Soc Sci 1 451", - "grading_options": "Student Option", - "gen_ed_categories": "2 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3. Concurrent enrollment in course 180 required. Enrollment is restricted to anthropology majors.", - "meet_times": "W 09:00AM-11:45AM", - "credits": "2 units", - "lecture_number": 20928, - "instructor": "Habicht Mauche,J.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with ANTH 280L. Concurrent enrollment in ANTH 180 is required.", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Paleoanthropology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): satisfaction of the Entry Level Writing and Composition requirements; courses 1, 2, and 3. Enrollment is restricted to senior anthropology and Earth sciences/Anthropology combined majors.", - "meet_times": "Tu 03:20PM-06:20PM", - "location": "Soc Sci 2 137", - "enroll_current": 18, - "course_description": "Detailed overview of the evidence for the origin and evolution of humans with emphasis on reconstructing the paleobiology of extinct hominids. Discussion of individual groups of ancient hominids from the Miocene apes to anatomically modern humans.", - "lecture_number": 22946, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ANTH 194H", - "gen_ed_categories": "5 units", - "instructor": "Reti,J.", - "class_number": 22946, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 16 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Grant Writing", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to anthropology graduate students.", - "meet_times": "W 09:00AM-12:00PM", - "location": "Soc Sci 1 414", - "enroll_current": 1, - "course_description": "Devoted entirely to writing grant proposals. Students either work on their graduate education fellowships or their doctoral dissertation grants or both. Reading materials consist of granting agency documents plus examples of successful applications. May be repeated for credit.", - "lecture_number": 20931, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ANTH 228", - "gen_ed_categories": "5 units", - "instructor": "Chen,N.N.", - "class_number": 20931, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "enroll_max": 70, - "waitlist_max": 999, - "class_number": 23131, - "class_type": "LEC", - "course_description": "Explores the African diaspora resulting from the transatlantic slave trade, drawing on methodologies from two academic disciplines--history and archaeology. Examines key questions about the slave system, using an array of source materials, both written documents and artifacts.", - "course_name": "ANTH 179", - "course_title": "Slavery in the Atlantic World: Historical and Archaeological Perspectives", - "location": "Soc Sci 2 075", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Enrollment is restricted to history, anthropology, and critical race and ethnic studies majors and minors during first-pass enrollment; open to all students at the start of second-pass enrollment.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 23131, - "instructor": "Monroe,J.C.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section. Also offered as HIS 158C.", - "enroll_current": 57, - "waitlist_current": 8 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Methods in Biological Anthropology", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TBA TBA", - "location": "TBA", - "enroll_current": 1, - "course_description": "Deepens students' understanding of methods applied in biological anthropology research. (Formerly Methods in Physical Anthropology.) May be repeated for credit.", - "lecture_number": 22747, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "ANTH 216", - "gen_ed_categories": "5 units", - "instructor": "Fehren-Schmitz,L.", - "class_number": 22747, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 10 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Feminist Ethnographies", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 22, - "course_description": "Considers the relationship between anthropology and feminism. Provides historical perspective on gender inequalities in the discipline as well as the emergence of feminist anthropology. Students read and engage with examples of feminist ethnography form a variety of regions and subfields.", - "enroll_max": 0, - "lecture_number": 22979, - "credits": "5 units", - "location": "Soc Sci 2 071", - "course_name": "ANTH 158", - "gen_ed_categories": "5 units", - "instructor": "Kramer,A.L.", - "class_number": 22979, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 2 - }, { - "enroll_max": 5, - "waitlist_max": 999, - "class_number": 20930, - "class_type": "SEM", - "course_description": "Introduces history, ethnography, and theory of cultural anthropology with emphasis on awareness of construction of anthropological canon and areas of conflict within it, leading up to contemporary debates on a variety of issues. Two-term course: students must enroll in both quarters. (Formerly Core Graduate Course.)", - "course_name": "ANTH 200A", - "course_title": "Cultural Graduate Core Course", - "location": "Soc Sci 1 414", - "grading_options": "Student Option", - "gen_ed_categories": "10 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to anthropology graduate students.", - "meet_times": "TuTh 01:00PM-04:00PM", - "credits": "10 units", - "lecture_number": 20930, - "instructor": "Anderson,M.D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Two-term course: Students must enroll in both quarters.", - "enroll_current": 0, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Anthropology and the Environment", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "Soc Sci 1 110", - "enroll_current": 36, - "course_description": "Examines recent approaches to study of nature and the environment. Considers historical relationship between nature, science, and colonial expansion as well as key issues of contemporary environmental concern: conservation, environmental justice, and social movements. Students cannot receive credit for this course and course 246.", - "lecture_number": 20922, - "credits": "5 units", - "waitlist_current": 3, - "course_name": "ANTH 146", - "gen_ed_categories": "5 units", - "instructor": "Zee,J.C.", - "class_number": 20922, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Senior Thesis Seminar", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 1, - "course_description": "Covers the basics like the planning and organization of research; writing research proposals; the publication and presentation of scientific research results; the recapitulation of laboratory methods; and intensification of specific recent research discussions in anthropology. Prerequisite(s): courses 1 and 107, and either course 101, or course 104, or course 105. Enrollment is restricted to senior anthropology majors and by permission of the instructor. Students cannot receive credit for this course and course 295A.", - "enroll_max": 7, - "lecture_number": 23091, - "credits": "5 units", - "location": "Soc Sci 1 414", - "course_name": "ANTH 195A", - "gen_ed_categories": "5 units", - "instructor": "Fehren-Schmitz,L.", - "class_number": 23091, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Anthropology of Dead Persons", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 07:10PM-08:45PM", - "enroll_current": 23, - "course_description": "Explores the cultural meanings of dead bodies and dead persons, including memorialization; the body in the United States legal system; cadavers in education and research; dead persons in mass disasters and human-rights cases; and repatriation of the dead. Prerequisite(s): Satisfaction of the Entry Level Writing and Composition requirements, and courses 1, 2, and 3. Enrollment restricted to senior anthropology and Earth sciences/Anthropology combined majors. Enrollment by permission of instructor.", - "enroll_max": 16, - "lecture_number": 22980, - "credits": "5 units", - "location": "Soc Sci 1 153", - "course_name": "ANTH 194A", - "gen_ed_categories": "5 units", - "instructor": "Galloway,A.", - "class_number": 22980, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Anthropology of Africa.", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 40, - "course_description": "Survey of sub-Saharan societies. Analysis of principles of social organization and factors of cultural unity of selected western, eastern, central, and southern African peoples. (Formerly Peoples and Cultures of Africa)", - "enroll_max": 40, - "lecture_number": 20918, - "credits": "5 units", - "location": "Soc Sci 2 179", - "course_name": "ANTH 130A", - "gen_ed_categories": "5 units", - "instructor": "Mahajan,N.", - "class_number": 20918, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Tutoring Writing in Anthropology", - "course_section": "01", - "career_type": "Undergraduate", - "enroll_current": 0, - "course_description": "Trains students to tutor writing in undergraduate anthropology courses; supports and guides them during the quarter they are tutoring. Enrollment by interview only. Prerequisite(s): satisfaction of the Composition requirement.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "ANTH 113", - "gen_ed_categories": "2 units", - "lecture_number": 22958, - "class_number": 22958, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "enroll_max": 16, - "waitlist_max": 999, - "class_number": 20927, - "class_type": "SEM", - "course_description": "Focuses on theories and techniques used by archaeologists to bridge the gap between the recovery of ceramic materials and their interpretation within cultural contexts. Topics include the origins of pottery, production methods, classification and typology, seriation, functional analysis, materials analysis and description, organization of production, trade, and the analysis of style. Students are billed a course materials fee. Students cannot receive credit for this course and course 280.", - "course_name": "ANTH 180", - "course_title": "Ceramic Analysis in Archaeology", - "location": "Soc Sci 1 451", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3. Concurrent enrollment in course 180L required. Enrollment is restricted to anthropology majors.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 20927, - "instructor": "Habicht Mauche,J.A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with ANTH 280. Concurrent enrollment in ANTH 180L is required.", - "enroll_current": 7, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "History of Archaeological Theory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 3; satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to anthropology and Earth sciences/anthropology combined majors. Recommended for juniors.", - "meet_times": "TuTh 01:30PM-03:05PM", - "location": "Soc Sci 1 153", - "enroll_current": 19, - "course_description": "Historical review of prehistoric archaeology from antiquarianism to the present. Emphasis on development of archaeological theory and its relation to evolutionary and anthropological theory. Students cannot receive credit for this course and course 270.", - "lecture_number": 20926, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ANTH 170", - "gen_ed_categories": "5 units", - "instructor": "Schneider,T.D.", - "class_number": 20926, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Cultures of Sustainability and Social Justice", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "This is an online course.", - "meet_times": "TBA TBA", - "enroll_current": 49, - "course_description": "Brings together diverse forms of cultural knowledge and complexities of everyday life to illuminate longstanding concerns of sustainability and justice. Investigates multiple theories of sustainable development as well as tools, techniques, and contexts for ecological integrity, economic security, empowerment, responsibility and social well-being characteristic of sustainable communities. Case studies are drawn from around the world highlighting the work of Right Livelihood Award Laureates in tandem with UC faculty.", - "enroll_max": 0, - "lecture_number": 23257, - "credits": "5 units", - "location": "Online", - "course_name": "ANTH 110I", - "gen_ed_categories": "5 units", - "instructor": "Shaw,D.M.", - "class_number": 23257, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 8 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Decolonizing Methodologies", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 05:20PM-06:55PM", - "enroll_current": 25, - "course_description": "Delves into the implications of indigenous research, with themes such as self-determination and healing. At the intersection of indigenous peoples and institutional research, the course covers contexts of research conceptualizations, designs, and implications of participants and their communities.", - "enroll_max": 0, - "lecture_number": 23885, - "credits": "5 units", - "location": "Soc Sci 2 179", - "course_name": "ANTH 110L", - "gen_ed_categories": "5 units", - "instructor": "Hernandez,K.J.", - "class_number": 23885, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 1 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Human Variation and Adaptation", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "MWF 08:00AM-09:05AM", - "enroll_current": 81, - "course_description": "Explores the major environmental factors (temperature, altitude, diet, and disease); how they are perceived by the human body; the physiological, micro- and macroanatomical responses; and how behavior and culture can modify the impact of these stresses. Course 1 is highly recommended as preparation. (Formerly Human Adaptability.)", - "enroll_max": 0, - "lecture_number": 20917, - "credits": "5 units", - "location": "Thim Lecture 001", - "course_name": "ANTH 104", - "gen_ed_categories": "5 units", - "instructor": "Fehren-Schmitz,L.", - "class_number": 20917, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 12 - }, { - "enroll_max": 0, - "waitlist_max": 999, - "class_number": 20923, - "class_type": "LEC", - "course_description": "Encourages anthropology majors to explore different means of communicating anthropology with much attention to individual writing and presentation skills. Intensive work on library research; recognizing, comparing, and making arguments; and analyzing ethnographies, articles, reviews, and films.", - "course_name": "ANTH 150", - "course_title": "Communicating Anthropology", - "location": "Soc Sci 2 179", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): two of the following courses: 1, 2, or 3; satisfaction of the Entry Level Writing and Composition requirements. Enrollment is restricted to sophomore and junior anthropology majors.", - "meet_times": "TuTh 08:00AM-09:35AM", - "credits": "5 units", - "lecture_number": 20923, - "instructor": "Ramirez,R.K.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section.", - "enroll_current": 4, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Human Skeletal Biology", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 1.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 1 461", - "enroll_current": 21, - "course_description": "Presents basic human osteology allowing students to identify skeletal material by element. Emphasizes the dynamic nature of bone by integrating anatomy with a discussion of bone physiology within the context of the human life cycle.", - "lecture_number": 20916, - "credits": "5 units", - "waitlist_current": 5, - "course_name": "ANTH 102A", - "gen_ed_categories": "5 units", - "instructor": "Galloway,A.", - "class_number": 20916, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Evolution of Human Diet", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "TuTh 03:20PM-04:55PM", - "enroll_current": 71, - "course_description": "Presents the evolution of human diet and subsistence from a biological anthropological perspective. Covers the key hypothesis and methodologies related to diet, from our early fossil ancestors up to agriculture and animal husbandry. (Formerly Biocultural Approaches to Food.)", - "enroll_max": 0, - "lecture_number": 23134, - "credits": "5 units", - "location": "Kresge Clrm 327", - "course_name": "ANTH 110F", - "gen_ed_categories": "5 units", - "instructor": "Oelze,V.", - "class_number": 23134, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Language and Culture", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2.", - "meet_times": "TuTh 09:50AM-11:25AM", - "location": "Soc Sci 2 179", - "enroll_current": 39, - "course_description": "Examination of language system and language use in relationship to cultural contexts of communication in Western and non-Western societies. Topics include the Sapir-Whorf linguistic relativity hypothesis; linguistic constructions of gender; speech variation in relation to class, ethnicity, and national identity; and the emergence of self in communicative acts.", - "lecture_number": 20921, - "credits": "5 units", - "waitlist_current": 2, - "course_name": "ANTH 139", - "gen_ed_categories": "5 units", - "instructor": "Brenneis,D.L.", - "class_number": 20921, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Ethnographies of Latin America", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 2.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Cowell Clrm 131", - "enroll_current": 28, - "course_description": "A broad introduction to issues and areas of cultural production and transformation in the Caribbean, Mexico, and Central and South America. Colonial, neocolonial, class, ethnic, gender, religious, ecological, and political relations intersect as represented in ethnographies and film.", - "lecture_number": 20920, - "credits": "5 units", - "waitlist_current": 1, - "course_name": "ANTH 130L", - "gen_ed_categories": "5 units", - "instructor": "Delgado-P,G.", - "class_number": 20920, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Generalized Linear Models", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 205A, 205B, or 256. Enrollment is restricted to graduate students.", - "meet_times": "TuTh 11:40AM-01:15PM", - "location": "J Baskin Engr 169", - "enroll_current": 2, - "course_description": "Theory, methods, and applications of generalized linear statistical models; review of linear models; binomial models for binary responses (including logistical regression and probit models); log-linear models for categorical data analysis; and Poisson models for count data. Case studies drawn from social, engineering, and life sciences.", - "lecture_number": 21778, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "AMS 274", - "gen_ed_categories": "5 units", - "instructor": "Kottas,A.", - "class_number": 21778, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Queer Sexuality in Black Popular Culture", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Also offered as CRES 110Q and FMST 110Q", - "meet_times": "MW 05:20PM-06:55PM", - "enroll_current": 49, - "course_description": "From Janet Mock to Young M.A., queerness has become hypervisible in Black popular culture--but at what cost? Using music, television, and social media as central texts, students investigate the intersections of sexuality, gender, and race in public life.", - "enroll_max": 50, - "lecture_number": 23901, - "credits": "5 units", - "location": "Soc Sci 2 179", - "course_name": "ANTH 110Q", - "gen_ed_categories": "5 units", - "instructor": "Shange-Binion,S.T.", - "class_number": 23901, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 9 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Laboratory Safety Practicum", - "course_section": "01", - "career_type": "Undergraduate", - "meet_times": "W 11:00AM-12:30PM", - "enroll_current": 0, - "course_description": "Covers laboratory health and safety and standard operating procedures within the anthropology laboratories. Prepares students for future laboratory research activities while providing support of laboratory administration, collections management, and laboratory course demonstration needs. Enrollment by application. May be repeated for credit.", - "enroll_max": 25, - "lecture_number": 23186, - "credits": "2 units", - "location": "Soc Sci 1 439", - "course_name": "ANTH 97", - "gen_ed_categories": "2 units", - "instructor": "Oelze,V.", - "class_number": 23186, - "class_type": "LAB", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Biological Anthropology", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section.", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 200, - "course_description": "Study of evolution illustrated by Pleistocene hominid fossils and variation in living human groups. Behavior and evolution of primates examined as they contribute to the understanding of human evolution. Required for all anthropology majors. (Formerly Introduction to Human Evolution.)", - "enroll_max": 200, - "lecture_number": 20895, - "credits": "5 units", - "location": "Humn Lecture Hall", - "course_name": "ANTH 1", - "gen_ed_categories": "5 units", - "instructor": "Reti,J.", - "class_number": 20895, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 4 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Seminar in Geophysical and Astrophysical Fluid Dynamics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by permission of the instructor.", - "enroll_current": 0, - "course_description": "Weekly seminar/discussion group on geophysical and astrophysical fluid dynamics covering both analytical and computational approaches. Participants present research progress and findings in semiformal discussions. Students must present their own research on a regular basis. May be repeated for credit.", - "credits": "2 units", - "waitlist_current": 0, - "course_name": "AMS 280C", - "gen_ed_categories": "2 units", - "lecture_number": 22869, - "class_number": 22869, - "class_type": "SEM", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Seminars in Statistical and Applied Mathematical Modeling", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "M 04:00PM-05:00PM", - "enroll_current": 0, - "course_description": "Weekly seminar series covering topics of current research in applied mathematics and statistics. Permission of instructor required. Enrollment is restricted to graduate students. (Formerly", - "enroll_max": 40, - "lecture_number": 22663, - "credits": "2 units", - "location": "Engineer 2 180", - "course_name": "AMS 280B", - "gen_ed_categories": "2 units", - "instructor": "Staff", - "class_number": 22663, - "class_type": "SEM", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Stochastic Processes", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Prerequisite(s): course 205A, 205B, or 261, or by permission of instructor.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "J Baskin Engr 169", - "enroll_current": 4, - "course_description": "Includes probabilistic and statistical analysis of random processes, continuous-time Markov chains, hidden Markov models, point processes, Markov random fields, spatial and spatio-temporal processes, and statistical modeling and inference in stochastic processes. Applications to a variety of fields.", - "lecture_number": 21777, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "AMS 263", - "gen_ed_categories": "5 units", - "instructor": "Guhaniyogi,R.", - "class_number": 21777, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 15 - }, { - "enroll_max": 45, - "waitlist_max": 999, - "class_number": 22760, - "class_type": "LEC", - "course_description": "Covers fundamental topics in fluid dynamics at the graduate level: Euler and Lagrange descriptions of continuum dynamics; conservation laws for inviscid and viscous flows; potential flows; exact solutions of the Navier-Stokes equation; boundary layer theory; gravity waves. Students cannot receive credit for this course and course 107.", - "course_name": "AMS 217", - "course_title": "Introduction to Fluid Dynamics", - "location": "Soc Sci 1 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by permission of the instructor.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22760, - "instructor": "Brummell,N.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with AMS 107 and PHYS 107.", - "enroll_current": 15, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Foundations of Applied Mathematics", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 05:20PM-06:55PM", - "location": "J Baskin Engr 165", - "enroll_current": 16, - "course_description": "Accelerated class reviewing fundamental applied mathematical methods for all sciences. Topics include: multivariate calculus, linear algebra, Fourier series and integral transform methods, complex analysis, and ordinary differential equations.", - "lecture_number": 22765, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "AMS 211", - "gen_ed_categories": "5 units", - "instructor": "Wang,H.", - "class_number": 22765, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Statistical Data Analysis", - "course_section": "01", - "career_type": "Graduate", - "meet_times": "TuTh 01:30PM-03:05PM", - "enroll_current": 0, - "course_description": "Presents tools for exploratory data analysis (EDA) and statistical modeling in R. Topics include numerical and graphical tools for EDA, linear and logistic regression, ANOVA, PCA, and tools for acquiring and storing large data. No R knowledge is required. Enrollment is restricted to graduate students and by permission of instructor.", - "enroll_max": 35, - "lecture_number": 23252, - "credits": "5 units", - "location": "N. Sci Annex 103", - "course_name": "AMS 204", - "gen_ed_categories": "5 units", - "instructor": "Prado,R.", - "class_number": 23252, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Probability Theory", - "course_section": "50", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students, or by permission of the instructor.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "SiliconValleyCtr", - "enroll_current": 0, - "course_description": "Introduces probability theory and its applications. Requires a multivariate calculus background, but has no measure theoretic content. Topics include: combinatorial analysis; axioms of probability; random variables (discrete and continuous); joint probability distributions; expectation and higher moments; central limit theorem; law of large numbers; and Markov chains. Students cannot receive credit for this course and course 131 or Computer Engineering 107.", - "lecture_number": 22961, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "AMS 203", - "gen_ed_categories": "5 units", - "instructor": "Lee,J.", - "class_number": 22961, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 5 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Research and Teaching in AMS", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "M 01:20PM-03:00PM", - "location": "Soc Sci 1 149", - "enroll_current": 19, - "course_description": "Basic teaching techniques for teaching assistants, including responsibilities and rights; resource materials; computer skills; leading discussions or lab sessions; presentation techniques; maintaining class records; and grading. Examines research and professional training, including use of library; technical writing; giving talks in seminars and conferences; and ethical issues in science and engineering.", - "lecture_number": 22877, - "credits": "3 units", - "waitlist_current": 0, - "course_name": "AMS 200", - "gen_ed_categories": "3 units", - "instructor": "Kottas,A.", - "class_number": 22877, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Convex Optimization", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students.", - "meet_times": "TuTh 03:20PM-04:55PM", - "location": "Soc Sci 1 145", - "enroll_current": 14, - "course_description": "Focuses on recognizing, formulating, analyzing, and solving convex optimization problems encountered across science and engineering. Topics include: convex sets; convex functions; convex optimization problems; duality; subgradient calculus; algorithms for smooth and non-smooth convex optimization; applications to signal and image processing, machine learning, statistics, control, robotics and economics. Students are required to have knowledge of calculus and linear algebra, and exposure to probability.", - "lecture_number": 23689, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "AMS 229", - "gen_ed_categories": "5 units", - "instructor": "Halder,A.", - "class_number": 23689, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 25 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Foundations of Scientific Computing for Scientists and Engineers", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated secondary lab", - "meet_times": "MWF 09:20AM-10:25AM", - "enroll_current": 16, - "course_description": "Covers fundamental aspects of scientific computing for research. Students are introduced to algorithmic development, programming (including the use of compilers, libraries, debugging, optimization, code publication), computational infrastructure, and data analysis tools, gaining hands-on experience through practical assignments. Basic programming experience is assumed.", - "enroll_max": 50, - "lecture_number": 23278, - "credits": "5 units", - "location": "Engineer 2 192", - "course_name": "AMS 129", - "gen_ed_categories": "5 units", - "instructor": "Staff", - "class_number": 23278, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "enroll_max": 65, - "waitlist_max": 999, - "class_number": 22748, - "class_type": "LEC", - "course_description": "Introduces continuous and discrete dynamical systems. Topics include: fixed points; stability; limit cycles; bifurcations; transition to and characterization of chaos; and fractals. Examples drawn from sciences and engineering; founding papers of the subject are studied. Students cannot receive credit for this course and course 114.", - "course_name": "AMS 214", - "course_title": "Applied Dynamical Systems", - "location": "PhysSciences 114", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students; undergraduates may enroll by permission of instructor.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 22748, - "instructor": "Venturi,D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with AMS 114. Enroll in lecture and associated secondary discussion.", - "enroll_current": 51, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Data Visualization and Statistical Programming in R", - "course_section": "01", - "career_type": "Graduate", - "class_notes": "Also offered as CMPS 266A.", - "meet_times": "Tu 09:50AM-11:25AM", - "enroll_current": 0, - "course_description": "Introduces students to data visualization and statistical programming techniques using the R language. Covers the basics of the language, descriptive statistics, visual analytics, and applied linear regression. Enrollment is by permission of the instructor.", - "enroll_max": 35, - "lecture_number": 23253, - "credits": "3 units", - "location": "J Baskin Engr 156", - "course_name": "AMS 266A", - "gen_ed_categories": "3 units", - "instructor": "Staff", - "class_number": 23253, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Probability Theory", - "course_section": "01", - "career_type": "Graduate", - "enrollment_reqs": "Enrollment is restricted to graduate students, or by permission of the instructor.", - "meet_times": "MWF 12:00PM-01:05PM", - "location": "J Baskin Engr 156", - "enroll_current": 14, - "course_description": "Introduces probability theory and its applications. Requires a multivariate calculus background, but has no measure theoretic content. Topics include: combinatorial analysis; axioms of probability; random variables (discrete and continuous); joint probability distributions; expectation and higher moments; central limit theorem; law of large numbers; and Markov chains. Students cannot receive credit for this course and course 131 or Computer Engineering 107.", - "lecture_number": 22960, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "AMS 203", - "gen_ed_categories": "5 units", - "instructor": "Lee,J.", - "class_number": 22960, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 50 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Introduction to Probability Theory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11B or Economics 11B or Mathematics 11B or 19B or 20B.", - "meet_times": "TuTh 08:00AM-09:35AM", - "location": "Thim Lecture 003", - "enroll_current": 121, - "course_description": "Introduction to probability theory and its applications. Combinatorial analysis, axioms of probability and independence, random variables (discrete and continuous), joint probability distributions, properties of expectation, Central Limit Theorem, Law of Large Numbers, Markov chains. Students cannot receive credit for this course and course 203 and Computer Engineering 107.", - "lecture_number": 21769, - "credits": "5 units", - "waitlist_current": 0, - "course_name": "AMS 131", - "gen_ed_categories": "5 units", - "instructor": "Prado,R.", - "class_number": 21769, - "class_type": "LEC", - "waitlist_max": 999, - "enroll_max": 160 - }, { - "enroll_max": 135, - "waitlist_max": 999, - "class_number": 21566, - "class_type": "LEC", - "course_description": "Introduction to mathematical tools and reasoning, with applications to economics. Topics are drawn from differential calculus in one variable and include limits, continuity, differentiation, elasticity, Taylor polynomials, and optimization. Students cannot receive credit for both this course and Mathematics 11A or 19A or Applied Mathematics and Statistics 15A. (Also offered as Applied Mathematics and Statistics 11A. Students cannot receive credit for both courses.)", - "course_name": "AMS 11A", - "course_title": "Mathematical Methods for Economists I", - "location": "ClassroomUnit 001", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Students who have already taken Mathematics 11A or 19A should not take this course. Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), Applied Math and Statistics 2, 3, or 6, or Mathematics 3.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 21566, - "instructor": "Mendes,B.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ECON 11A. Enroll in lecture and discussion section.", - "enroll_current": 40, - "waitlist_current": 0 - }, { - "enroll_max": 200, - "waitlist_max": 999, - "class_number": 21763, - "class_type": "LEC", - "course_description": "Introduction to probability theory and its applications. Combinatorial analysis, axioms of probability and independence, random variables (discrete and continuous), joint probability distributions, properties of expectation, Central Limit Theorem, Law of Large Numbers, Markov chains. Students cannot receive credit for this course and course 203 and Computer Engineering 107.", - "course_name": "AMS 131", - "course_title": "Introduction to Probability Theory", - "location": "Thim Lecture 003", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11B or Economics 11B or Mathematics 11B or 19B or 20B.", - "meet_times": "TuTh 03:20PM-04:55PM", - "credits": "5 units", - "lecture_number": 21763, - "instructor": "Kottas,A.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 191, - "waitlist_current": 0 - }, { - "enroll_max": 65, - "waitlist_max": 999, - "class_number": 21775, - "class_type": "LEC", - "course_description": "Introduces continuous and discrete dynamical systems. Topics include: fixed points; stability; limit cycles; bifurcations; transition to and characterization of chaos; fractals. Examples are drawn from sciences and engineering. Students cannot receive credit for this course and course 214. (Formerly course 146.)", - "course_name": "AMS 114", - "course_title": "Introduction to Dynamical Systems", - "location": "PhysSciences 114", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 20 or 20A, or Mathematics 21 and Mathematics 24, or Physics 116B. Enrollment is restricted to sophomores, juniors and seniors.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21775, - "instructor": "Venturi,D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Taught in conjunction with AMS 214. Enroll in lecture and associated discussion section", - "enroll_current": 51, - "waitlist_current": 0 - }, { - "enroll_max": 200, - "waitlist_max": 999, - "class_number": 21750, - "class_type": "LEC", - "course_description": "Case-study-based introduction to statistical methods as practiced in the biological, environmental, and health sciences. Descriptive methods, experimental design, probability, interval estimation, hypothesis testing, one- and two-sample problems, power and sample size calculations, simple correlation and simple linear regression, one-way analysis of variance, categorical data analysis.", - "course_name": "AMS 7", - "course_title": "Statistical Methods for the Biological, Environmental, and Health Sciences", - "location": "Thim Lecture 003", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), or course 2 or 3 or 6 or 11A or 15A or Mathematics 3 or 11A or 19A. Concurrent enrollment in course 7L is required.", - "meet_times": "TuTh 07:10PM-08:45PM", - "credits": "5 units", - "lecture_number": 21750, - "instructor": "Mendes,B.S.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in AMS 7L is required. Enroll in lecture and associated discussion section", - "enroll_current": 23, - "waitlist_current": 0 - }, { - "enroll_max": 45, - "waitlist_max": 999, - "class_number": 22353, - "class_type": "LEC", - "course_description": "Covers fundamental topics in fluid dynamics: Euler and Lagrange descriptions of continuum dynamics; conservation laws for inviscid and viscous flows; potential flows; exact solutions of the Navier-Stokes equation; boundary layer theory; gravity waves. Students cannot receive credit for this course and Applied Mathematics and Statistics 217.", - "course_name": "AMS 107", - "course_title": "Introduction to Fluid Dynamics", - "location": "Soc Sci 1 110", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): Mathematics 107 or Physics 116C or Earth and Planetary Sciences 111.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 22353, - "instructor": "Brummell,N.H.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as PHYS 107. Taught in conjunction with AMS 217.", - "enroll_current": 15, - "waitlist_current": 3 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Gambling and Gaming", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 09:50AM-11:25AM", - "enroll_current": 120, - "course_description": "Games of chance and strategy motivated early developments in probability, statistics, and decision theory. Course uses popular games to introduce students to these concepts, which underpin recent scientific developments in economics, genetics, ecology, and physics.", - "enroll_max": 120, - "lecture_number": 22859, - "credits": "5 units", - "location": "Oakes Acad 105", - "course_name": "AMS 80A", - "gen_ed_categories": "5 units", - "instructor": "Guhaniyogi,R.", - "class_number": 22859, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 5 - }, { - "enroll_max": 120, - "waitlist_max": 999, - "class_number": 21578, - "class_type": "LEC", - "course_description": "Mathematical tools and reasoning, with applications to economics. Topics are drawn from multivariable differential calculus and single variable integral calculus, and include partial derivatives, linear and quadratic approximation, optimization with and without constraints, Lagrange multipliers, definite and indefinite integrals, and elementary differential equations. Students cannot receive credit for both this course and Mathematics 11B or 19B or Applied Math and Statistics 15B.", - "course_name": "AMS 11B", - "course_title": "Mathematical Methods for Economists II", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): course 11A , Economics 11A, Mathematics 11A, or Mathematics 19A.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 21578, - "instructor": "Katznelson,J.R.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Also offered as ECON 11B.", - "enroll_current": 103, - "waitlist_current": 1 - }, { - "enroll_max": 190, - "waitlist_max": 999, - "class_number": 21756, - "class_type": "LEC", - "course_description": "Applications-oriented course on complex numbers and linear algebra integrating Matlab as a computational support tool. Introduction to complex algebra. Vectors, bases and transformations, matrix algebra, solutions of linear systems, inverses and determinants, eigenvalues and eigenvectors, and geometric transformations. Students cannot receive credit for this course and for courses 10A or Mathematics 21.", - "course_name": "AMS 10", - "course_title": "Mathematical Methods for Engineers I", - "location": "Thim Lecture 003", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): score of 400 or higher on the mathematics placement examination (MPE) or Mathematics 3.", - "meet_times": "TuTh 09:50AM-11:25AM", - "credits": "5 units", - "lecture_number": 21756, - "instructor": "Gomez,M.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated secondary lab", - "enroll_current": 190, - "waitlist_current": 31 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Statistical Methods for the Biological, Environmental, and Health Sciences Laboratory", - "course_section": "02", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), course 2 or 3 or 6 or 11A or 15A or Mathematics 3 or 11A or 19A.", - "enroll_current": 26, - "course_description": "Computer-based laboratory course in which students gain hands-on experience in analysis of data sets arising from statistical problem-solving in the biological, environmental, and health sciences. Descriptive methods, interval estimation, hypothesis testing, one-and two-sample problems, correlation and regression, one-way analysis of variance, categorical data analysis.", - "lecture_number": 22734, - "credits": "2 units", - "waitlist_current": 0, - "course_name": "AMS 7L", - "gen_ed_categories": "2 units", - "class_notes": "Enroll in lab and associated secondary lab. Concurrent enrollment in AMS 7 is required.", - "class_number": 22734, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 200 - }, { - "grading_options": "Student Option", - "term": "2018 Fall Quarter", - "course_title": "Statistical Methods for the Biological, Environmental, and Health Sciences Laboratory", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), course 2 or 3 or 6 or 11A or 15A or Mathematics 3 or 11A or 19A.", - "enroll_current": 185, - "course_description": "Computer-based laboratory course in which students gain hands-on experience in analysis of data sets arising from statistical problem-solving in the biological, environmental, and health sciences. Descriptive methods, interval estimation, hypothesis testing, one-and two-sample problems, correlation and regression, one-way analysis of variance, categorical data analysis.", - "lecture_number": 22728, - "credits": "2 units", - "waitlist_current": 1, - "course_name": "AMS 7L", - "gen_ed_categories": "2 units", - "class_notes": "Enroll in lab and associated secondary lab. Concurrent enrollment in AMS 7 is required.", - "class_number": 22728, - "class_type": "LAB", - "waitlist_max": 999, - "enroll_max": 200 - }, { - "enroll_max": 200, - "waitlist_max": 999, - "class_number": 21744, - "class_type": "LEC", - "course_description": "Case-study-based introduction to statistical methods as practiced in the biological, environmental, and health sciences. Descriptive methods, experimental design, probability, interval estimation, hypothesis testing, one- and two-sample problems, power and sample size calculations, simple correlation and simple linear regression, one-way analysis of variance, categorical data analysis.", - "course_name": "AMS 7", - "course_title": "Statistical Methods for the Biological, Environmental, and Health Sciences", - "location": "J Bask Aud 101", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): score of 300 or higher on the mathematics placement examination (MPE), or course 2 or 3 or 6 or 11A or 15A or Mathematics 3 or 11A or 19A. Concurrent enrollment in course 7L is required.", - "meet_times": "TuTh 11:40AM-01:15PM", - "credits": "5 units", - "lecture_number": 21744, - "instructor": "Draper,D.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Concurrent enrollment in AMS 7L is required. Enroll in lecture and associated discussion section", - "enroll_current": 200, - "waitlist_current": 7 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Statistics", - "course_section": "01", - "career_type": "Undergraduate", - "class_notes": "Enroll in lecture and associated discussion section", - "meet_times": "TuTh 11:40AM-01:15PM", - "enroll_current": 209, - "course_description": "Introduction to statistical methods/reasoning, including descriptive methods, data-gathering (experimental design and sample surveys), probability, interval estimation, significance tests, one- and two-sample problems, categorical data analysis, correlation and regression. Emphasis on applications to the natural and social sciences. Students cannot receive credit for this course if they have already received credit for course 7.", - "enroll_max": 210, - "lecture_number": 21727, - "credits": "5 units", - "location": "Earth&Marine B206", - "course_name": "AMS 5", - "gen_ed_categories": "5 units", - "instructor": "Mendes,B.S.", - "class_number": 21727, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 0 - }, { - "grading_options": "Student Option", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "course_title": "Statistics", - "course_section": "02", - "career_type": "Undergraduate", - "meet_times": "MWF 02:40PM-03:45PM", - "enroll_current": 210, - "course_description": "Introduction to statistical methods/reasoning, including descriptive methods, data-gathering (experimental design and sample surveys), probability, interval estimation, significance tests, one- and two-sample problems, categorical data analysis, correlation and regression. Emphasis on applications to the natural and social sciences. Students cannot receive credit for this course if they have already received credit for course 7.", - "enroll_max": 210, - "lecture_number": 21735, - "credits": "5 units", - "location": "Earth&Marine B206", - "course_name": "AMS 5", - "gen_ed_categories": "5 units", - "instructor": "Katznelson,J.R.", - "class_number": 21735, - "class_type": "LEC", - "waitlist_max": 999, - "waitlist_current": 34 - }, { - "enroll_max": 25, - "waitlist_max": 999, - "class_number": 21723, - "class_type": "LEC", - "course_description": "Introduces mathematical functions and their uses for modeling real-life problems in the social sciences. Includes inequalities, linear and quadratic equations, functions (linear, quadratic, polynomial, rational, power, exponential, logarithmic, trigonometric), inverses, and the composition of functions. Students cannot receive credit for both this course and Mathematics 3. Mathematics 3 can substitute for this course. (Formerly Precalculus for Science and Engineering.)", - "course_name": "AMS 3", - "course_title": "Precalculus for the Social Sciences", - "location": "Soc Sci 2 075", - "grading_options": "Student Option", - "gen_ed_categories": "5 units", - "course_section": "01", - "career_type": "Undergraduate", - "enrollment_reqs": "Prerequisite(s): score of 200 or higher on the mathematics placement examination (MPE), or Mathematics 2.", - "meet_times": "MWF 10:40AM-11:45AM", - "credits": "5 units", - "lecture_number": 21723, - "instructor": "Garaud,P.", - "class_dates": "09/27/18 - 12/07/18", - "term": "2018 Fall Quarter", - "class_notes": "Enroll in lecture and associated discussion section", - "enroll_current": 19, - "waitlist_current": 0 - }] \ No newline at end of file