{"id":22,"date":"2018-01-17T14:36:08","date_gmt":"2018-01-17T19:36:08","guid":{"rendered":"http:\/\/community.mis.temple.edu\/mis3580sec001s2018\/?page_id=22"},"modified":"2022-04-25T09:54:04","modified_gmt":"2022-04-25T13:54:04","slug":"schedule","status":"publish","type":"page","link":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/","title":{"rendered":"Schedule"},"content":{"rendered":"<div>\n<p>As announced by President Wingard, classes will be conducted online from January 10th through January 21st.\u00a0 The link you will use to access our virtual classroom can be found here:<\/p>\n<p><a href=\"https:\/\/temple.zoom.us\/my\/ProfDoyle\">https:\/\/temple.zoom.us\/my\/ProfDoyle<\/a><\/p>\n<p>This schedule may be changed with prior notice based upon the pace and needs of the class and other unforeseen circumstances. Any change or other information about the class will be announced during the class <em>or<\/em> on the class site.\u00a0 Failure to learn about changes due to absence from class or not checking the community site regularly does not constitute an acceptable excuse for being unaware of any change or required activity.<\/p>\n<table style=\"width: 96.1867%;height: 10229px\">\n<thead>\n<tr style=\"height: 23px\">\n<th style=\"width: 21.3721%;height: 23px\">DATES<\/th>\n<th style=\"width: 53.2955%;height: 23px\">TOPIC<\/th>\n<th style=\"width: 96.8384%;height: 23px\">DUE<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 527px\">\n<td style=\"width: 21.3721%;height: 527px\">1\/10, 1\/12<\/td>\n<td style=\"width: 53.2955%;height: 527px\">\n<p><strong>Unit 1:<\/strong> Introduction to Computers and Programming<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to install Python and interact with the Python interpreter and IDLE.<\/p>\n<p><strong>Topics Covered:<\/strong> <br \/>\n\u2022 Introduction<br \/>\n\u2022 Hardware and Software<br \/>\n\u2022 How Computers Store Data<br \/>\n\u2022 How a Program Works<br \/>\n\u2022 Using Python<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 1<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Installing Python<br \/>\n\u2022 Creating your first program<\/p>\n<p><strong>Link to Virtual Classroom:<\/strong> <a href=\"https:\/\/temple.zoom.us\/my\/ProfDoyle\">https:\/\/temple.zoom.us\/my\/ProfDoyle<\/a><\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 527px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 805px\">\n<td style=\"width: 21.3721%;height: 805px\">1\/14, 1\/19, 1\/21<\/td>\n<td style=\"width: 53.2955%;height: 805px\">\n<p><strong>Unit 2:<\/strong> Input, Processing and Output<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to create simple Python programs that prompt the user for input, perform some basic calculations and generate output.<\/p>\n<p><strong>Topic Covered:<\/strong><br \/>\n\u2022 Designing a Program<br \/>\n\u2022 Input, Processing, and Output<br \/>\n\u2022 Displaying Output with print Function<br \/>\n\u2022 Comments <br \/>\n\u2022 Variables<br \/>\n\u2022 Reading Input from the Keyboard<br \/>\n\u2022 Performing Calculations<br \/>\n\u2022 Named Constants<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 2<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Personal Information<br \/>\n\u2022 Sales Prediction<br \/>\n\u2022 Land Calculation<br \/>\n\u2022 Total Purchase<br \/>\n\u2022 Distance Traveled<br \/>\n\u2022 Sales Tax<br \/>\n\u2022 Miles-per-Gallon<br \/>\n\u2022 Tip, Tax, and Total<\/p>\n<p><strong>Link to Virtual Classroom:<\/strong> <a href=\"https:\/\/temple.zoom.us\/my\/ProfDoyle\">https:\/\/temple.zoom.us\/my\/ProfDoyle<\/a><\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 805px\"><strong>Chapter 2 Quiz<\/strong> &#8211; Due at start of class on 1\/14<\/td>\n<\/tr>\n<tr style=\"height: 785px\">\n<td style=\"width: 21.3721%;height: 785px\">1\/24, 1\/26, 1\/28<\/td>\n<td style=\"width: 53.2955%;height: 785px\">\n<p><strong>Unit 3:<\/strong> Decision Structures and Boolean Logic<\/p>\n<p><strong>Learning Objective:<\/strong>\u00a0 Students will be able to design and create Python programs that implement business rules using conditional logic.<\/p>\n<p><strong>Topics Covered:<\/strong><\/p>\n<ul>\n<li>The if Statement<\/li>\n<li>The if-else Statement<\/li>\n<li>Comparing Strings<\/li>\n<li>Nested Decision Structures and the if-elif-else Statement<\/li>\n<li>Logical Operators<\/li>\n<li>Boolean Variables<\/li>\n<\/ul>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 3<\/p>\n<p><strong>In-Class Activities:<\/strong><\/p>\n<ul>\n<li>Areas of Rectangles<\/li>\n<li>Mass and Weight<\/li>\n<li>Magic Dates<\/li>\n<li>Day of Week<\/li>\n<li>Age Classifier<\/li>\n<li>Roman Numerals<\/li>\n<li>Color Mixer<\/li>\n<li>Hot Dog Cookout Calculator<\/li>\n<\/ul>\n<\/td>\n<td style=\"width: 96.8384%;height: 785px\"><strong>Chapter 3 Quiz<\/strong> &#8211; Due at start of class on 1\/24<\/td>\n<\/tr>\n<tr style=\"height: 898px\">\n<td style=\"width: 21.3721%;height: 898px\">1\/31, 2\/2, 2\/4<\/td>\n<td style=\"width: 53.2955%;height: 898px\">\n<p><strong>Unit 4:<\/strong> Functions<\/p>\n<p>Learning Objective: Students will be able to design and create Python programs that utilize built-in and user defined functions so they can create applications that reuse code and are easier to create and maintain.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Introduction to Functions<br \/>\n\u2022 Defining and Calling a Void Function<br \/>\n\u2022 Designing a Program to Use Functions<br \/>\n\u2022 Local Variables<br \/>\n\u2022 Passing Arguments to Functions<br \/>\n\u2022 Global Variables and Global Constants<br \/>\n\u2022 Introduction to Value-Returning Functions: Generating Random Numbers<br \/>\n\u2022 Writing Your Own Value-Returning Functions<br \/>\n\u2022 The math Module<br \/>\n\u2022 Storing Functions in Modules<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 5<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Kilometer Converter<br \/>\n\u2022 Sales Tax Program Refactoring<br \/>\n\u2022 How Much Insurance?<br \/>\n\u2022 Automobile Costs<br \/>\n\u2022 Property Tax<br \/>\n\u2022 Calories from Fat and Carbohydrates<br \/>\n\u2022 Stadium Seating<br \/>\n\u2022 Paint Job Estimator<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 898px\"><strong>Chapter 5 Quiz<\/strong> &#8211; Due at start of class on 1\/31<\/td>\n<\/tr>\n<tr style=\"height: 32px\">\n<td style=\"width: 21.3721%;height: 32px\">2\/7<\/td>\n<td style=\"width: 53.2955%;height: 32px\"><strong>Exam #1<\/strong><\/td>\n<td style=\"width: 96.8384%;height: 32px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 743px\">\n<td style=\"width: 21.3721%;height: 743px\">\n<p>2\/9, 2\/11, 2\/14, 2\/16, 2\/18<\/p>\n<\/td>\n<td style=\"width: 53.2955%;height: 743px\">\n<p><strong>Unit 5:<\/strong> Repetition Structures<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to design and create Python programs that utilize repetition structures to perform the same tasks on different data over and over.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Introduction to Repetition Structures<br \/>\n\u2022 The while Loop: a Condition-Controlled Loop<br \/>\n\u2022 The for Loop: a Count-Controlled Loop<br \/>\n\u2022 Sentinels<br \/>\n\u2022 Input Validation Loops<br \/>\n\u2022 Nested Loops<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 4<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Bug Collector<br \/>\n\u2022 Calories Burned<br \/>\n\u2022 Budget Analysis<br \/>\n\u2022 Distance Traveled<br \/>\n\u2022 Average Rainfall<br \/>\n\u2022 Celsius to Fahrenheit Table<br \/>\n\u2022 Pennies for Pay<br \/>\n\u2022 Sum of Numbers<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 743px\"><strong>Chapter 4 Quiz<\/strong> &#8211; Due at start of class on 2\/9<\/td>\n<\/tr>\n<tr style=\"height: 651px\">\n<td style=\"width: 21.3721%;height: 651px\">2\/21, 2\/23, 2\/25<\/td>\n<td style=\"width: 53.2955%;height: 651px\">\n<p><strong>Unit 6:<\/strong> Files and Exceptions<\/p>\n<p>Learning Objective: Students will be able to design and create Python programs that read, process and write data using files.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Introduction to File Input and Output<br \/>\n\u2022 Using Loops to Process Files<br \/>\n\u2022 Processing Records<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 6<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 File Display<br \/>\n\u2022 File Head Display<br \/>\n\u2022 Line Number<br \/>\n\u2022 Item Counter<br \/>\n\u2022 Sum of Numbers<br \/>\n\u2022 Average of Numbers<br \/>\n\u2022 Random Number File Writer<br \/>\n\u2022 Random Number File Reader<\/p>\n<p><a href=\"https:\/\/tuprd-my.sharepoint.com\/:f:\/g\/personal\/mdoyle_temple_edu\/Eil6C_etJuhIsmD_wiU_QLwB3-MWipessTvJg2JcbD3taQ?e=L80s7O\"><strong>Files for use in next few weeks&#8230;<\/strong><\/a>\u00a0<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 651px\"><strong>Chapter 6 Quiz<\/strong> &#8211; Due at start of class on 2\/21<\/td>\n<\/tr>\n<tr style=\"height: 898px\">\n<td style=\"width: 21.3721%;height: 898px\">3\/7, 3\/9, 3\/11<\/td>\n<td style=\"width: 53.2955%;height: 898px\">\n<p><strong>Unit 7:<\/strong> Lists and Tuples<\/p>\n<p>Learning Objective: Students will be able to design and create Python programs that work with data in a variety or data structures which provide a foundation for data analysis in Python.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Sequences<br \/>\n\u2022 Introduction to Lists<br \/>\n\u2022 List Slicing<br \/>\n\u2022 Finding Items in Lists with the in Operator<br \/>\n\u2022 List Methods and Useful Built-in Functions<br \/>\n\u2022 Copying Lists<br \/>\n\u2022 Processing Lists<br \/>\n\u2022 Two-Dimensional Lists<br \/>\n\u2022 Tuples<br \/>\n\u2022 Plotting List Data with the matplotlib Package<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 7<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Total Sales<br \/>\n\u2022 Lottery Number Generator<br \/>\n\u2022 Rainfall Statistics<br \/>\n\u2022 Number Analysis Program<br \/>\n\u2022 Charge Account Validation<br \/>\n\u2022 Larger than n<br \/>\n\u2022 Driver\u2019s License Exam<br \/>\n\u2022 Name Search<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 898px\"><strong>Chapter 7 Quiz<\/strong> &#8211; Due at start of class on 3\/7<\/td>\n<\/tr>\n<tr style=\"height: 651px\">\n<td style=\"width: 21.3721%;height: 651px\">3\/14, 3\/16, 3\/18<\/td>\n<td style=\"width: 53.2955%;height: 651px\">\n<p><strong>Unit 8:<\/strong> Strings<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to design and create Python programs that create or find and manipulate text in data.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Basic String Operations<br \/>\n\u2022 String Slicing<br \/>\n\u2022 Testing, Searching, and Manipulating Strings<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 8<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Initials<br \/>\n\u2022 Sum of Digits in a String<br \/>\n\u2022 Date Printer<br \/>\n\u2022 Morse Code Converter<br \/>\n\u2022 Alphabetic Telephone Number Translator<br \/>\n\u2022 Average Number of Words<br \/>\n\u2022 Character Analysis<br \/>\n\u2022 Sentence Capitalizer<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 651px\"><strong>Chapter 8 Quiz<\/strong> &#8211; Due at start of class on 3\/14<\/td>\n<\/tr>\n<tr style=\"height: 32px\">\n<td style=\"width: 21.3721%;height: 32px\">3\/21<\/td>\n<td style=\"width: 53.2955%;height: 32px\"><strong>Exam #2<\/strong><\/td>\n<td style=\"width: 96.8384%;height: 32px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 919px\">\n<td style=\"width: 21.3721%;height: 919px\">3\/23, 3\/25<\/td>\n<td style=\"width: 53.2955%;height: 919px\">\n<p><strong>Unit 9.1:<\/strong> What are Python Libraries?<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to explain what Python libraries, Anaconda and Jupyter are and list and explain the use of a number of the most popular Python libraries.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Python Libraries<br \/>\n\u2022 Anaconda<br \/>\n\u2022 Jupyter<\/p>\n<p><strong>Class Prep:<\/strong> Install Anaconda Python 3.8<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Verify Anaconda is installed<br \/>\n\u2022 Verify Jupyter is installed<\/p>\n<p><strong>Unit 9.2:<\/strong> Pandas DataFrame Basics<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to apply a basic understanding of DataFrames, the core data structure used by Pandas for the manipulation and analysis of data.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Series<br \/>\n\u2022 DataFrames<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 1<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Exploring ICANetflix_Originals.csv \u2013 Part 1<\/p>\n<p><strong><a href=\"https:\/\/tuprd-my.sharepoint.com\/:f:\/g\/personal\/mdoyle_temple_edu\/ErG9diLOxNZGi0oI794zEv4Bo2hi8gLW6y0TSW1kUbg5VA?e=BuVa4y\">Data Sets for the Data Analytics Part of the Course&#8230;<\/a><\/strong><\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 919px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 527px\">\n<td style=\"width: 21.3721%;height: 527px\">3\/28, 3\/30, 4\/1<\/td>\n<td style=\"width: 53.2955%;height: 527px\">\n<p><strong>Unit 10:<\/strong> Pandas Data Structures<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to utilize an array of methods to work with Series and DataFrames. Students will also be able to import data from various sources into DataFrames and to export data from DataFrames to various formats.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Series Methods<br \/>\n\u2022 DataFrame Methods<br \/>\n\u2022 Importing and Exporting Data<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 2<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Exploring ICANetflix_Originals.csv \u2013 Part 2<br \/>\n\u2022 Exploring ICAtitanic.csv<br \/>\n\u2022 Exploring read_csv() &amp; read_clipboard()<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 527px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 527px\">\n<td style=\"width: 21.3721%;height: 527px\">4\/4, 4\/6, 4\/8<\/td>\n<td style=\"width: 53.2955%;height: 527px\">\n<p><strong>Unit 11:<\/strong> Introduction to Plotting<\/p>\n<p>Learning Objective: Students will be able to design and create Python programs that utilize matplotlib, seaborn and pandas to visualize (or plot) data.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Matplotlib<br \/>\n\u2022 Seaborn<br \/>\n\u2022 Plotting with Pandas<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 3<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Histograms<br \/>\n\u2022 Titanic Survivors and Deaths by Class<br \/>\n\u2022 Scatterplots \u2013 Height vs. Weight by Gender<br \/>\n\u2022 Violinplot \u2013 What More Can We See?<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 527px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 1197px\">\n<td style=\"width: 21.3721%;height: 1197px\">4\/11, 4\/13, 4\/15<\/td>\n<td style=\"width: 53.2955%;height: 1197px\">\n<p><strong>Unit 12.1:<\/strong> Data Assembly<\/p>\n<p><strong>Learning Objective:<\/strong> <br \/>\n\u2022 Students will be able to design and create Python programs that combine and utilize multiple data sets.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Data Assembly<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 4 (pages 93-104 only)<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Bitcoin Price over Time \u2013 Concatenating time series data<br \/>\n\u2022 Concrete Company \u2013 Merging data sets<\/p>\n<p><strong>Unit 12.2:<\/strong> Missing Data<\/p>\n<p>Learning Objective: <br \/>\n\u2022 Students will be able to identify missing data, identify the sources of missing data and utilize different techniques for dealing with missing data in Pandas.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Missing Data<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 5 (pages 110-120 only)<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Missing Data \u2013 Exploring and dealing with Missing Data<\/p>\n<p><strong>Unit 13.1:<\/strong> Data Munging \u2013 Groupby Operations<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to perform basic, one-variable grouped aggregation.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 GroupBy Operations<br \/>\n\u2022 Data Aggregation<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 10 (pages 189-196 only)<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Bitcoin Average Price by Year \u2013 One-Variable Grouped Aggregation<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 1197px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 878px\">\n<td style=\"width: 21.3721%;height: 878px\">4\/18, 4\/20, 4\/22<\/td>\n<td style=\"width: 53.2955%;height: 878px\">\n<p><strong>Unit 13.2:<\/strong> Data Munging \u2013 The datetime Data Type<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to perform some of the more common tasks when working with data that involves dates and times.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 The datetime Data Type<br \/>\n\u2022 Converting to datetime<br \/>\n\u2022 Slicing items out of a datetime object<br \/>\n\u2022 Simple Arithmetic with a datetime object<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 11 (pages 213-223 only)<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Comparing Dates \u2013 A closer look at why we need a datetime object, how to create one and how to utilize on<br \/>\n\u2022 Doing Arithmetic with datetime objects<\/p>\n<p><strong>Unit 14:<\/strong> Simple Linear Regression<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to perform simple linear regression.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Simple linear regression<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 12 (pages 243-246)<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 What is \u201cLinear Regression\u201d<br \/>\n\u2022 Predicting the price of Bitcoin using linear regression<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 878px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 32px\">\n<td style=\"width: 21.3721%;height: 32px\">4\/25<\/td>\n<td style=\"width: 53.2955%;height: 32px\">\n<p><a href=\"https:\/\/tuprd-my.sharepoint.com\/:f:\/g\/personal\/mdoyle_temple_edu\/Em1pCiecmlBKlMpIDi5sDuUBVGgX7dXHmiERzhyMIzylQg?e=pqhhW4\">Jupyter notebooks from lectures and in-class activities shared with students<\/a><\/p>\n<p><strong>Exam #3<\/strong><\/p>\n<p><a href=\"https:\/\/tuprd-my.sharepoint.com\/:f:\/g\/personal\/mdoyle_temple_edu\/EmFOeMC9l7pJu5vNWGnOiHMBgJ12Nbk7keaH5uEBbMoWJg?e=1PHXcd\"><strong>Exam Answer Sheet and Data Sets<\/strong><\/a><\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 32px\">\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>As announced by President Wingard, classes will be conducted online from January 10th through January 21st.\u00a0 The link you will use to access our virtual classroom can be found here: https:\/\/temple.zoom.us\/my\/ProfDoyle This schedule may be changed with prior notice based upon the pace and needs of the class and other unforeseen circumstances. Any change or [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"class_list":{"0":"post-22","1":"page","2":"type-page","3":"status-publish","5":"entry"},"_links":{"self":[{"href":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/wp-json\/wp\/v2\/pages\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":28,"href":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/wp-json\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":394,"href":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/wp-json\/wp\/v2\/pages\/22\/revisions\/394"}],"wp:attachment":[{"href":"https:\/\/community.mis.temple.edu\/mis3580sec001spring2022\/wp-json\/wp\/v2\/media?parent=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}