Data Visualization and Analysis
University of Arizona
INFO 526 - Spring 2024
Form a small group (2-4 people) with people sitting around you
First, introduce yourselves to each other – name (and proper pronunciation of name), year, major, where are you from, etc.
Start what you think makes a graph/plot “bad”.
Then, discuss what makes a graph/plot “good”.
Finally, choose the one plot discussion from your group, either “bad” or “good”, and have one team member share the discussion on #general in Slack.
aka “the one link to rule them all”
In person
Attendance is required (as long as you’re healthy!)
A little bit of everything:
Traditional lecture
Live coding + demos
Short exercises + solution discussion
Sent via Slack, be sure to check regularly
I’ll assume that you’ve read an announcement by the next “business” day
It is my intent that students from all diverse backgrounds and perspectives be well-served by this course, that students’ learning needs be addressed both in and out of class, and that the diversity that the students bring to this class be viewed as a resource, strength and benefit.
If you have a name that differs from those that appear in your official UArizona records, please let me know!
Please let me know your preferred pronouns.
If you feel like your performance in the class is being impacted by your experiences outside of class, please don’t hesitate to come and talk with me. I want to be a resource for you. If you prefer to speak with someone outside of the course, your advisers and deans are excellent resources.
I (like many people) am still in the process of learning about diverse perspectives and identities. If something was said in class (by anyone) that made you feel uncomfortable, please talk to me about it.
The Disability Resource Center is available to ensure that students are able to engage with their courses and related assignments.
I am committed to making all course materials accessible and I’m always learning how to do this better. If any course component is not accessible to you in any way, please don’t hesitate to let me know.
Required throughout the semester in lecture
Students who attend at least 80% of the lectures and participate regularly in lecture and/or other course venues (Slack) will receive full credit for this portion of their grade
Submitted on GitHub, team-based
Interim deadlines, peer review on content, peer evaluation for team contribution
Same/similar data, different results
Presentation and write-up
Wrapped up before midterms grades are due
The world is your oyster! (and more details TBA)
New team
Presentation and write-up
Wrapped up on the final exam date
This course is assessed 100% on your coursework (there is no exam). We will be assessing you based on the following assignments,
Assignment | Type | Value | n | Due |
---|---|---|---|---|
Attendance + participation | Individual | 5% | ||
Reading quizzes | Individual | 10% | 6 | ~ Every other week |
Homeworks | Individual | 45% | 6 | ~ Every other week |
Project 1 | Team | 15% | 1 | ~ Week 6 + earlier interim deadlines |
Project 2 | Team | 25% | 1 | ~ Finals week + earlier interim deadlines |
This is not required but highly recommended! (Extra credit of up to 1 HW assignment)
Wear a mask if the university requires
Stay home if you’re sick and follow guidance
Read and follow university guidance
Reading quizzes: Late submissions not accepted
Homework assignments:
Project presentations: Late submissions not accepted
Project write-ups:
Peer evaluation:
Three “free passes” for the semester
1 pass = 1 whole day extension
Passes can be stacked up to 3
Once they’re gone, that’s it…
…so use them wisely!
Hint: like during midterms…
Only work that is clearly assigned as team work should be completed collaboratively (Projects)
Reading quizzes must be completed individually, you may not discuss answers with teammates, clarification questions should only be asked to myself and the TAs
Homework assignments must be completed individually. You may not directly share answers / code with others, however you are welcome to discuss the problems in general and ask for advice
We are aware that a huge volume of code is available on the web, and many tasks may have solutions posted
Unless explicitly stated otherwise, this course’s policy is that you may make use of any online resources (e.g. RStudio Community, StackOverflow, etc.) but you must explicitly cite where you obtained any code you directly use or use as inspiration in your solution(s).
Any recycled code that is discovered and is not explicitly cited will be treated as plagiarism, regardless of source
We are additionally aware of the potential code AI for coding (your instructor taught a workshop on it…).
While these tools are amazing, learners should be aware of the impacts that using such tools can have on core competency. David Humphrey, a computer science professor, wrote about ChatGPT and its potentially negative impacts on core learning. It is a good read about the pitfalls of using generative AI in an educational context.
By using a generative AI, learners may miss the opportunity to discover how something works and why things are done that way.
To uphold the UArizona iSchool Community Standard:
most importantly:
ask if you’re not sure if something violates a policy!
Greg:
Mondays 1 - 2 pm - Harvill 420
Except Mon, Jan 15 (MLK Holiday)
Any other exceptions will be announced in class / by email
By appointment - Zoom or Harvill 420
Laura
+ lots more resources listed on the syllabus!
I want to make sure that you learn everything you were hoping to learn from this class. If this requires flexibility, please don’t hesitate to ask.
You never owe me personal information about your health (mental or physical) but you’re always welcome to talk to me. If I can’t help, I likely know someone who can.
I want you to learn lots of things from this class, but I primarily want you to stay healthy, balanced, and grounded.
Browser based RStudio instance(s)
Requires internet connection to access
Provides consistency in hardware and software environments
Local R installations are fine but we will not guarantee support
All of your work and your membership (enrollment) in the organization is private
Each assignment is a private repo on GitHub, I distribute the assignments on GitHub and you submit them there
Feedback on assignments is given as GitHub issues, scores recorded on D2L Grade book
Send me your Github account names on Slack, later this week you will be invited to the course organization.
in case you don’t yet have a GitHub account…
Some brief advice about selecting your account names (particularly for GitHub),
Incorporate your actual name! People like to know who they’re dealing with and makes your username easier for people to guess or remember
Reuse your username from other contexts, e.g., Twitter or Slack
Pick a username you will be comfortable revealing to your future boss
Shorter is better than longer, but be as unique as possible
Make it timeless. Avoid highlighting your current university, employer, or place of residence
Online forum for asking and answering questions
Private repo in the course organization
You will need to join the course organization for access
Ask and answer questions related to course logistics, assignment, etc. here
Personal questions (e.g., extensions, illnesses, etc.) should be via email to me
Once you join, browse the channels to make sure you’re posting questions in the right channel, update your profile with your name, photo/avatar of you that matches your GitHub profile, and your pronouns
Unfortunately Slack is not the best place to ask coding questions, but it’s a great place for real-time connection and collaboration
Demo on Monday for asking good questions with proper code formatting.
Create a GitHub account if you don’t have one
Read the syllabus
Make sure you can log in to RStudio Cloud
Complete the Pre-Class Questionnaire survey on D2L
“The simple graph has brought more information to the data analyst’s mind than any other device.” --- John Tukey
Data visualization is the creation and study of the visual representation of data
Many tools for visualizing data -- R is one of them
Many approaches/systems within R for making data visualizations -- ggplot2 is one of them, and that’s what we’re going to use
ggplot2 is tidyverse’s data visualization package
gg
in “ggplot2” stands for Grammar of Graphics
Inspired by the book Grammar of Graphics by Leland Wilkinson
A grammar of graphics is a tool that enables us to concisely describe the components of a graphic
ggplot()
is the main function in ggplot2With Quarto you can weave together narrative text and code to produce elegantly formatted output as documents, web pages, blog posts, books and more.
just like R Markdown…
but not just like it, there’s more to it…
Sit back and enjoy!
Version Control System
Local and Remote Repositories
Branching and Merging
Code Hosting Platform
Open Source and Private Projects
Community and Networking