Editing Community Data Science Workshops (Fall 2015)

From CommunityData

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 61: Line 61:


=== Session 1: Introduction to Programming (October 10) ===
=== Session 1: Introduction to Programming (October 10) ===
Programming is an essential tool for data science and is useful for solving many other problems. The goal of this session will be to introduce programming in the [http://www.python.org/ Python programming language]. Each participant will leave having solved a real problem and will have built their first real programming project.
:'''Time:''' 9:45am-4pm
:'''Time:''' 9:45am-4pm
:'''Locations:'''  
:'''Locations:'''  
:* Morning [http://www.lib.washington.edu/ougl/learning-spaces/active-learning-classrooms Active Learning Classroom 136] in Odegaard Library ([http://www.washington.edu/maps/#!/oug map])
:*Morning [http://www.lib.washington.edu/ougl/learning-spaces/active-learning-classrooms Active Learning Classroom 136] in Odegaard Library ([http://www.washington.edu/maps/#!/oug map])
:* Afternoon [http://www.lib.washington.edu/commons UW Research Commons] in Allen Library ([http://www.washington.edu/maps/#!/alb map])
:*Afternoon [http://www.lib.washington.edu/commons UW Research Commons] in Allen Library ([http://www.washington.edu/maps/#!/alb map])


Come to '''[http://www.washington.edu/maps/#!/oug Odegaard Library Room 136] by 9:45am''' You will need time to get settled and setup. We will start lecturing promptly at 10am. There will be coffee!  
Come to '''[http://www.washington.edu/maps/#!/oug Odegaard Library Room 136] by 9:45am''' You will need time to get settled and setup. We will start lecturing promptly at 10am. There will be coffee!  


'''Day schedule'''
:'''Day schedule'''
* '''Morning, 10am-12:20 (Odegaard 136):''' [[Community Data Science Workshops (Fall 2015)/Day 1 lecture|A 140 minute lecture-based introduction to the Python programming language]]
* '''Morning, 10am-12:20 (Odegaard 136):''' [[Community Data Science Workshops (Fall 2015)/Day 1 lecture|A 2 hour lecture-based introduction to the Python programming language]]
* '''Lunch, 12:20-1pm (Odegaard Library Room 220):''' We'll provide pizza from lunch with including vegan and gluten free options
* '''Lunch, 12:20-1pm (pizza in Odegard library):''' We'll provide lunch
* '''Afternoon, 1pm-3:30pm (Research commons):''' [[Community Data Science Workshops (Fall 2015)/Day 1 projects|Python practice through short projects on a variety of fun and practical topics]]
* '''Afternoon, 1pm-3:30pm (Research commons):''' [[Community Data Science Workshops (Fall 2015)/Day 1 projects|Python practice through short projects on a variety of fun and practical topics]]
* '''Wrap-up, 3:30pm-4pm:''' Wrap-up, next steps, and upcoming opportunities for learning and practicing Python
* '''Wrap-up, 3:30pm-4pm:''' Wrap-up, next steps, and upcoming opportunities for learning and practicing Python
Programming is an essential tool for data science and is useful for solving many other problems. The goal of this session will be to introduce programming in the [http://www.python.org/ Python programming language]. Each participant will leave having solved a real problem and will have built their first real programming project.


=== Session 2: Importing Data from web APIs (October 24) ===
=== Session 2: Importing Data from web APIs (October 24) ===
An important step in doing data science is collecting data. The goal of this session will be to teach participants how to get data from the [https://en.wikipedia.org/wiki/Application_programming_interface public application programming interfaces] ("APIs") common to many social media and online communities. Although we will use the APIs provided by Wikipedia, Twitter, Socrata, and Yelp in the session, the principles and techniques are common to many other online communities.
:'''Time:''' 9:45am-4pm
:'''Time:''' 9:45am-4pm
:'''Location:'''  
:'''Location:'''  
:* Morning [http://www.lib.washington.edu/ougl/learning-spaces/active-learning-classrooms Active Learning Classroom 136] in Odegaard Library ([http://www.washington.edu/maps/#!/oug map])
:*Morning [http://www.lib.washington.edu/ougl/learning-spaces/active-learning-classrooms Active Learning Classroom 136] in Odegaard Library ([http://www.washington.edu/maps/#!/oug map])
:* Afternoon [http://www.lib.washington.edu/commons UW Research Commons] in Allen Library ([http://www.washington.edu/maps/#!/alb map])
:*Afternoon [http://www.lib.washington.edu/commons UW Research Commons] in Allen Library ([http://www.washington.edu/maps/#!/alb map])


Come to '''[http://www.washington.edu/maps/#!/oug Odegaard Library Room 136] by 9:45am''' You will need time to get settled and setup. We will start lecturing promptly at 10am. There will be coffee!  
Come to '''[http://www.washington.edu/maps/#!/oug Odegaard Library Room 136] by 9:45am''' You will need time to get settled and setup. We will start lecturing promptly at 10am. There will be coffee!  


'''Day schedule'''
An important step in doing data science is collecting data. The goal of this session will be to teach participants how to get data from the [https://en.wikipedia.org/wiki/Application_programming_interface public application programming interfaces] ("APIs") common to many social media and online communities. Although we will use the APIs provided by Wikipedia, Twitter, and Socrata in the session, the principles and techniques are common to many other online communities.
* '''Morning, 10am-12:20 (Odegaard 136):''' [[Community Data Science Workshops (Fall 2015)/Day 2 lecture|A 140 minute lecture-based intoduction to the web programming and APIs]]
 
* '''Lunch, 12:20-1pm (Odegaard Library Room 220):''' We'll provide lunch (vegetarian Indian)
An outline for the lecture can be found [[Community Data Science Workshops (Fall 2015)/Day 2 lecture|here]], and some info about the projects can be found [[Community_Data_Science_Workshops_(Fall_2015)/Day_2_projects|here]].
* '''Afternoon, 1pm-3:30pm (Research commons):''' [[Community Data Science Workshops (Fall 2015)/Day 2 projects|Web API practice through short projects on a variety of fun and practical topics]]
* '''Wrap-up, 3:30pm-4pm:''' Wrap-up, next steps, and upcoming opportunities for learning and practicing Python


'''Projects'''
;Projects
* [[Community_Data_Science_Workshops_(Fall_2015)/Day_2_projects/Twitter|Twitter]] '''(*)'''
* [[Community_Data_Science_Workshops_(Fall_2015)/Day_2_projects/Twitter|Twitter]]
* [[Community_Data_Science_Workshops_(Fall_2015)/Day_2_projects/Wikipedia|Wikipedia]]
* [[Community_Data_Science_Workshops_(Fall_2015)/Day_2_projects/Wikipedia|Wikipedia]]
<!-- * [[Community_Data_Science_Workshops_(Fall_2015)/Day_2_projects/Socrata|Data.seattle.gov]] -->
* [[Community_Data_Science_Workshops_(Fall_2015)/Day_2_projects/Socrata|Data.seattle.gov]]
* [[Community_Data_Science_Workshops_(Fall_2015)/Day_2_projects/Yelp|Yelp]] '''(*)'''


'''(*) Important Note:''' If you plan to attend the Twitter afternoon session, you need to complete the [[Twitter authentication setup]] ''before'' the afternoon session on Saturday. If you plan to attend the Yelp afternoon session, you need to complete the [[Yelp authentication setup]] ''before'' the session.
'''Important Note:''' If you plan to attend the Twitter afternoon session, you need to complete the [[Twitter authentication setup]] ''before'' the afternoon setup on Saturday.


=== Session 3: Data Analysis and Visualization (November 7) ===
=== Session 3: Data Analysis and Visualization (November 7) ===


:'''Time:''' 9:45am-4pm
:'''Time:''' 9:45am-4pm
:'''Location:'''  
:'''Location:''' TBD <!-- Morning in [http://uw.edu/maps/?sav Savery Hall (SAV) 260]; Afternoon in [http://www.washington.edu/maps/#!/cmu Communications (CMU)] 104, 126 and 242
:* Morning [http://www.lib.washington.edu/ougl/learning-spaces/active-learning-classrooms Active Learning Classroom 136] in Odegaard Library ([http://www.washington.edu/maps/#!/oug map])
:* Afternoon [http://www.lib.washington.edu/commons UW Research Commons] in Allen Library ([http://www.washington.edu/maps/#!/alb map])


Come to '''[http://www.washington.edu/maps/#!/oug Odegaard Library Room 136] by 9:45am''' You will need time to get settled and setup. We will start lecturing promptly at 10am. There will be coffee!  
Come to '''[http://uw.edu/maps/?sav Savery Hall (SAV) 260] by 9:45am''' (Note: it's ''not'' in the communication building). You will need time to get settled and setup. We will start lecturing promptly at 10am. There will be coffee!-->


The goal of data science is to use data to answer questions. In our final session, we will use the Python skills we learned in the first session and the datasets we've created in the second to ask and answer common questions about the activity and health of online communities. We will focus on learning how to generate visualizations, create summary statistics, and test hypotheses.
The goal of data science is to use data to answer questions. In our final session, we will use the Python skills we learned in the first session and the datasets we've created in the second to ask and answer common questions about the activity and health of online communities. We will focus on learning how to generate visualizations, create summary statistics, and test hypotheses.
<!--
* '''Morning, 10am-12:20 (SAV 260):''' [[Community_Data_Science_Workshops_(Spring_2015)/Day_3_Lecture|2 hour interactive lecture]]
* '''Lunch, 12:20-1pm (CMU 126):''' We'll provide lunch (vegetarian Greek)
* '''Afternoon, 1pm-3:30pm (CMU 104, 126, 242):''' Web API practice through '''''[[Community_Data_Science_Workshops_(Spring_2015)/Day_3_Projects|independent projects]]'''''
-->
<!--
== Resources ==


'''Activities'''
The following materials are currently being updated by the mentors:
* Morning: [[Community_Data_Science_Workshops_(Fall_2015)/Day_3_Lecture|A 140 minute interactive lecture]]
* Afternoon: [[Community_Data_Science_Workshops_(Fall_2015)/Day_3_Projects|independent projects]] using data from...


:* [[Harry Potter on Wikipedia|Visualization and analysis using Spreadsheets]]
* [[Community Data Science Workshops (Spring 2015)/Day 0 setup and tutorial|Friday April 10th setup and tutorial]]
:* [[Matplotlib|Visualization using Python and Matplotlib]]
* [[Community Data Science Workshops (Spring 2015)/Day 1 lecture|Saturday April 11th lecture]]
:* [[Community_Data_Science_Workshops_(Fall_2015)/Day_3_Projects/Twitter|Analyzing data from Twitter]]
* [[Community Data Science Workshops (Spring 2015)/Day 1 projects|Saturday April 11th projects]]
:* [[Community_Data_Science_Workshops_(Fall_2015)/Day_3_Projects/Civic_data|Analyzing civic data from data.seattle.gov]]
* [http://www.codecademy.com/courses/python-beginner-en-kSQwt Introduction to Python CodeAcademy exercises]
:* Independent projects working on issues of ''your'' choosing!
* [[Twitter authentication setup]]
* [[Community Data Science Workshops (Spring 2015)/Day 2 lecture|Saturday April 25th lecture]]
* [[Community Data Science Workshops (Spring 2015)/Day 2 projects|Saturday April 25th projects]]
* [http://www.codecademy.com/tracks/apis-python Introduction to APIs in Python CodeAcademy exercises] - Includes information on using APIs from [http://npr.org/ NPR], [http://bit.ly Bitly], [https://sunlightfoundation.com/ Sunlight Foundation], and [http://placekitten.com/ PlaceKitten]
* [[Community Data Science Workshops (Spring 2015)/Day 3 lecture|Saturday May 9th lecture]]
* [[Community Data Science Workshops (Spring 2015)/Day 3 projects|Saturday May 9th projects]]


== Venue and Logistics ==
== Venue and Logistics ==
Line 131: Line 132:
=== Location ===
=== Location ===


Our events are held at a variety of places on the University of Washington campus including the '''Communications building (CMU)''', '''Odegaard Library''', and the '''Allen Library Research Commons'''. Please see [http://www.washington.edu/maps/ this campus map from UW] for details on the individual buildings.
The [http://www.com.washington.edu University of Washington Department of Communication] is hosting the event and all of our events '''except the Saturday morning lectures''' will be held in the '''Communications building (CMU)''' on the Seattle UW campus. This includes the Friday setup and the and all of the afternoon projects. You can find the building on [https://maps.google.com/maps?q=CMU+Building&hl=en&ll=47.655675,-122.306435&spn=0.018732,0.016394&sll=47.613028,-122.342064&sspn=0.599907,0.524597&hq=CMU+Building&t=m&z=16 this Google map] or on [http://www.washington.edu/maps/ this campus map from UW].
 
Because we have grown so big, we have had to move the lectures into a larger lecture hall than the CMU building has available. Please meet at '''Savery Hall 260''' ([http://uw.edu/maps/?sav map]) on '''the three Saturday mornings at 9:45'''. It is about a five minute walk from the Communications building. Unfortunately, most of the doors to Savery Hall are locked on weekends. The door on the '''west side of the building''' (i.e., the one nearest Kane Hall) should be open.


Parking at UW is available but is not free. There is [https://www.washington.edu/facilities/transportation/commuterservices/parking/selfserve self-serve parking] as well as gatehouses that are staffed from 7am on Saturday and can issue you parking passes and point you to an appropriate lot. More details are on the [https://www.washington.edu/facilities/transportation/commuterservices/parking/daily UW Commuter Services website for Visitors and Guests]. UW is also well served by public transportation and easily accessible by bicycle with the [https://en.wikipedia.org/wiki/Burke_Gilman_Trail Burke Giilman Trail].
Parking at UW is available but is not free. There is [https://www.washington.edu/facilities/transportation/commuterservices/parking/selfserve self-serve parking] as well as gatehouses that are staffed from 7am on Saturday and can issue you parking passes and point you to an appropriate lot. More details are on the [https://www.washington.edu/facilities/transportation/commuterservices/parking/daily UW Commuter Services website for Visitors and Guests]. UW is also well served by public transportation and easily accessible by bicycle with the [https://en.wikipedia.org/wiki/Burke_Gilman_Trail Burke Giilman Trail].
Line 141: Line 144:
# a '''power cord'''
# a '''power cord'''
# a '''sense of adventure!'''
# a '''sense of adventure!'''
-->


=== Food ===
=== Food ===


Thanks to generous sponsorship by the [http://escience.washington.edu/ eScience Institute at UW], we will provide catered lunchs during the Saturday sessions. Although we haven't figured out the menu, the food will all be vegetarian and there will be vegan and gluten free options. If the food we have doesn't doesn't work for you, there is a food court open for lunch in [http://depts.washington.edu/thehub/ the HUB] (the UW student center) that is on campus and nearby.
Thanks to generous sponsorship by the [http://escience.washington.edu/ eScience Institute at UW], we will provide catered lunchs during the Saturday sessions. Although we haven't figured out the menu, the food will all be vegetarian and there will be vegan and gluten free options. If the food we have doesn't doesn't work for you, there is a food court open for lunch in [http://depts.washington.edu/thehub/ the HUB] (the UW student center) that is almost directly next door.


=== Social Media ===
=== Social Media ===
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)