class: center, middle, inverse, title-slide # Introduction to Data Science ## About this course ### Ben Baumer ### SDS 192Jan 4, 2021(
http://beanumber.github.io/sds192/lectures/sds192_course_intro.html
) --- class: center, middle, inverse # This course --- ## Topics .pull-left[ - Data visualization - Data wrangling - Programming with data - Spatial data - Database querying (SQL) </br> ] .pull-right[ ![:scalewidth 47%](http://hexb.in/hexagons/ggplot2.png) ![:scalewidth 47%](http://hexb.in/hexagons/dplyr.png) ![:scalewidth 47%](https://www.mysql.com/common/logos/logo-mysql-170x115.png) ![:scalewidth 47%](https://user-images.githubusercontent.com/520851/34887433-ce1d130e-f7c6-11e7-83fc-d60ad4fae6bd.gif) ] --- ## Practice of data science .pull-left[ ![:scalewidth 47%](https://maxcdn.icons8.com/iOS7/PNG/512/Programming/markdown-512.png) ![:scalewidth 47%](https://cdn.tutsplus.com/net/uploads/2013/08/github-collab-retina-preview.gif) ![:scalewidth 47%](https://pbs.twimg.com/profile_images/1192935671473659905/AMUy2VsJ_400x400.jpg) ![:scalewidth 47%](https://avatars3.githubusercontent.com/u/22032646?v=4&s=400) ] .pull-right[ - Reproducible workflows - R + R Markdown + RStudio - GitHub - Slack - ~~DataCamp~~
- `tidyverse` - Ethics ] --- ## Textbook (required) .pull-left[ <img src="https://mdsr-book.github.io/mdsr2e/gfx/mdsr2e_cover.png" width="300px"> ] .pull-right[ - **2nd edition** - http://mdsr-book.github.io/mdsr2e - **Read it!!** - 1st edition is not fully up-to-date ] --- ## Assignments .footnote[https://beanumber.github.io/sds192/syllabus.html#Grading] .pull-left[ To turn in (games): -
Mini-Projects -
Quizzes ] .pull-right[ For your edification (practice): -
Screencasts -
Readings -
Labs - **Not optional** -- just not collected! ] -
Engagement --- ## 13 Standards .footnote[https://beanumber.github.io/sds192/standards.html] <button class="btn btn-primary btn-small">AESTHETICS</button> <button class="btn btn-primary btn-small">CONTEXT</button> <button class="btn btn-secondary btn-small">ETHICS</button> <button class="btn btn-danger btn-small">MARKDOWN</button> <button class="btn btn-success btn-small">WRANGLING</button> <button class="btn btn-success btn-small">RELATIONAL</button> <button class="btn btn-success btn-small">RESHAPE</button> <button class="btn btn-success btn-small">ITERATION</button> <button class="btn btn-success btn-small">FUNCTION</button> <button class="btn btn-info btn-small">QUERY</button> <button class="btn btn-warning btn-small">SPATIAL</button> <button class="btn btn-warning btn-small">LEAFLET</button> <button class="btn btn-danger btn-small">GITHUB</button> - Group standards met via Mini-projects
- Individual standards met via Quizzes
- Standards not met (0 pts), met (1 pt), or mastered (2 pts) - 1 possible point for Engagement
- **53 possible points** - 40 or more points for a B --- ## Inclusion > I am committed to fostering a classroom environment where all students thrive. > > I am committed to affirming the identities, realities and voices of all students, especially those from historically marginalized or underrepresented backgrounds. > > I am dedicated to creating a space where everyone in the class is respected, is free from discrimination based on race, ethnicity, sexual orientation, religion, gender identity, disability status, and other identities, and **feel welcome and ready to learn at your highest potential**. -- - DM me about affinity channels on Slack -- - [Smithies in SDS](https://www.facebook.com/SmithiesInSDS/?epa=SEARCH_BOX) - SDS Coalition of Color:
[video](https://docs.google.com/presentation/d/1trAXeX9FHCHiMk5iFTN14TEmK8tXbRHfY5WdmNGChVc/edit?usp=sharing) --- ## Resources .pull-left[ - Moodle (for assignments) - Course website (for content) - http://beanumber.github.io/sds192 - Slack (for communication) - https://smi-sds192-01-202102.slack.com/ ] -- .pull-right[ - ~~Office~~ Student hours - Tu, Th 9:30--10:30 am ET - by appointment - [via Zoom](https://smith.zoom.us/j/6568579244) - Osman's drop-in hours - Tu, Th 5:15--7 pm ET - by [appointment](https://tinyurl.com/yyuudhkm) - Data assistants - [Stat TAs](https://www.smith.edu/qlc/tutoring.html) - Sun-Thu evenings, 7-9 pm, ?? - Spinelli Center ] --- ## Computing .pull-left[ - We'll be doing lots of it! - ~~Please bring a laptop to class~~ - Chromebooks are OK - **Don't email me!** ] .pull-right[ <img src="https://media.giphy.com/media/hOzfvZynn9AK4/giphy.gif" class="one-col-image"> ] --- ## The plan .footnote[https://beanumber.github.io/sds192/schedule.html] - Follow the suggested schedule, but at your own pace -- - Work with your team -- - Ask and respond to questions on Slack -- - "[Classes](https://smith.zoom.us/j/93608207602?pwd=R0hjVCt1SnExekRtMEtrUkpoS3BDdz09)" will be more like student hours - Questions and answers - Live coding (by me) - Live debugging (of your code) - Working in groups -- - Evening work sessions (with Osman) -- - Use your time wisely -- - Use **my time** wisely -- .center[
**DO THE LABS!!!**
] --- class: center, middle, inverse ## Let's get started! --- background-image: url(http://paldhous.github.io/ucb/2016/dataviz/img/class2_1.jpg) background-position: 90% 8% ## Visual cues - Also, **position** --- ## Activity .pull-left[ Four graphics 1. [The World as 100 People](http://thumbnails-visually.netdna-ssl.com/TheWorldas100People_519247ce0980d_w1500.png) 2. [Why so jittery?](http://www.scientificamerican.com/media/inline/why-so-jittery_3.jpg) 3. [The Best and Worst Major Areas](https://s-media-cache-ak0.pinimg.com/736x/e1/b9/5f/e1b95ff47cd9589fb5753c6dbf4758ff.jpg) 4. [Favorite Keys](http://thumbnails-visually.netdna-ssl.com/classical-composers-favorite-keys_5245b157a1124_w1500.png) ] .pull-right[ Three questions 1. Identify the visual cues used 2. How are the variables mapped to the visual cues? 3. Summarize the real-world meaning in one sentence ] --- class: center, middle, inverse # Homework --- ## [Slack](https://smi-sds192-01-202102.slack.com) .center[![](https://a.slack-edge.com/233b3/marketing/img/three/hero/hero-desktop.png)] .footnote[Set your notifications!] --- ## Homework (tonight) - Join the [SDS 192 Slack team](https://smi-sds192-01-202102.slack.com/) - If you've never used Slack before, check out: "[Getting started for new users](https://get.slack.help/hc/en-us/articles/218080037-Getting-started-for-new-users)" - Please fill out [pre-course questionnaire](https://docs.google.com/forms/d/19kyxdf_PSvj4-gtnEwTzgN9DbwreZGV_GbNBLmSMiII/) - Complete [study consent form](https://forms.gle/Wh53CrEifq9EwZQE9) - Complete [GitHub username form](https://docs.google.com/forms/d/17uJ8BaD7HKRR76rROLMWmLCEgeLwRxtWXpjWcFaMmK8/) - (Try to) get RStudio set up... --- ## Homework (tonight) .pull-left[ Download and install R .center[![:scalewidth 80%](https://i1.wp.com/www.r-bloggers.com/wp-content/uploads/2016/02/Rlogo.png?resize=300%2C263&ssl=1)] (https://cloud.r-project.org/) ] .pull-right[ Download and install RStudio Desktop .center[![:scalewidth 60%](https://www.rstudio.com/wp-content/uploads/2014/06/RStudio-Ball.png)] (https://www.rstudio.com/products/rstudio/download/) ]