Students will learn the fundamentals of Data Representation through analysis of data and the creation of compelling Data Visualizations
Below are Skill Builders, short practice activities that students can complete individually or with a partner. The Skill Builders are connected to each assignment and reinforce essential Art and Computer Science concepts and ideas and should be included in student sketchbooks wherever possible.
Examine the data use of another partner or another group.
Identify some potential areas of concern for their data use.
Analyze where/how they might be oversharing personal data?
Analyze how their data use might compromise their privacy and/or security?
Develop a set of recommendations for how they might mitigate their data sharing.
Data collection
Data analysis
Track by The Icon Z from NounProject.com
Read this research report from Surfshark about Apps that track you and their alternatives.
Investigate one or more apps that you, your family, and/or your friends may use on a regular basis.
Describe the data that each app collects about you.
What specific information would that app collect about you? For example, if an app collects location information it may know where you live, where you go to school, where you like to hang out, where your friends live, etc.
Infer what type of advertisers might want access to specific data about you. For example, if an app collects information about your contacts it may send advertisements to those contacts even though those contacts may not use that app.
Using this information create a data map of yourself:
Connects you, the app, the data segments, and what types of advertisements or information might be sent or connected to you
Use any appropriate drawing or graphic tools
Exchange your data map with another person
What conclusions might you draw about that person based on their data connections?
Where do they live?
What are their interests?
Who are their friends? Family?
What do they purchase?
What services do they use
Share your conclusions with each other
Data analysis
Data inference
Data Analysts often work with large data sets and must filter, transform, remove, or otherwise change data sets so they are more easily workable for the Analyst and others. This process is known as Data Wrangling.
Below is a data set about some of the public art in San Francisco:
Make a copy of the spreadsheet
Analyze the information
Choose a subset of the Data to focus on
Choose a method to visualize the data
Example: map the locations of the artworks in a particular neighborhood, visualize images and descriptions of particular media, etc.
Wrangle the Data
Add, remove, filter, transform or otherwise change the data to focus on the necessary parts
Create a Data Visualization using any appropriate tools
Paper, markers, cutouts, Google Drawings, Google Maps, Google Slides, etc.
Data wrangling
Individually with a partner brainstorm so possible quantitative and qualitative research methods for the following research question:
What effect does daily use of TikTok have on the attention span of high school students?
Quantitative research is expressed in numbers and graphs. It is used to test or confirm theories and assumptions. This type of research can be used to establish generalizable facts about a topic.
Common quantitative methods include experiments, observations recorded as numbers, and surveys with closed-ended questions.
Qualitative research is expressed in words. It is used to understand concepts, thoughts or experiences. This type of research enables you to gather in-depth insights on topics that are not well understood.
Common qualitative methods include interviews with open-ended questions, observations described in words, and literature reviews that explore concepts and theories.
Generate at least 2 different quantitative research methods and 2 different qualitative research methods
Quantitative Example:
A survey that asks about daily TikTok use vs. daily homework time
Qualitative Example:
Interview a variety of students about how they feel TikTok impacts their academic performance
Data collection
Individually or with a partner create use Google Sheets built-in tools to visualize the data in the spreadsheet below.
Make a copy of the spreadsheet below
Examine the data in the spreadsheet
Use built-in tools to organize the data
Example: sort data by column
Focus on a smaller subset of meaningful data
Recall Data Wrangling exercise
Example: your neighborhood, your supervisor district, larger numbers, smaller numbers, etc.
What is the purpose of the data? Your chosen data subset?
What inferences can you make about the data and your chosen data subset?
An inference is a conclusion you can make based on evidence (the data) and reasoning (your own ability to think, understand, and form judgements through logic)
Create an appropriate visualization of your chosen data subset using built-in tool
Example: bar chart, pie chart, map, etc.
Data analysis
Data wrangling
Data visualization
Create a JavaScript Object Notation (JSON) file based on a personal interest
Recall that JSON uses the "attribute":value pair format:
"attributeName": value
Give the JSON a meaningful description attribute:value pair
Create 5-10 attribute:value pairs
Use proper formatting and syntax
Optional: Try multiple values and/or a nested array of objects
Data analysis
Data wrangling
Data visualization
{
"description": "Sacramento Kings 2022 Roster",
"roster": [
{
"name": "Harrison Barnes",
"position": "forward",
"number": 40
},
{
"name": "Terence Davis",
"position": "guard",
"number": 3
}
]
}
Students will apply their knowledge and skills of Data, Research, Visualization, and Art to create a fully interactive Data Visualization based on their own original research