-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
185 lines (154 loc) · 20.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>NCSU Libraries Data and Visualization Workshops</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type='text/javascript'>
$(document).ready(function(){
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('#scroll').fadeIn();
} else {
$('#scroll').fadeOut();
}
});
$('#scroll').click(function(){
$("html, body").animate({ scrollTop: 0 }, 600);
return false;
});
});
</script>
</head>
<body>
<!-- BackToTop Button -->
<a href="javascript:void(0);" id="scroll" title="Scroll to Top" style="display: none;">Top<span></span></a>
<div class="wrapper">
<header>
<a href="https://www.lib.ncsu.edu"><img src="images/ncstate-logo.png"></img></a>
<p class="view"><a href="https://github.com/NCSU-Libraries/data-viz-workshops">View the Project on GitHub</a></p>
<p class="view"><b>Quick Links:</b><br>
<a href="#d3">D3</a><br>
<a href="#getting-started-with-data-visualization-i">Getting Started with Data Viz</a><br>
<a href="#data-cleaning-with-open-refine">Open Refine</a><br>
<a href="#digital-poster-creation">Poster and Infographics</a><br>
<a href="#beginning-r">R</a><br>
<a href="#tableau-i">Tableau</a><br>
<a href="#crash-course">Teaching Data Viz Literacy</a>
</p>
<br>
<br>
<a href="http://creativecommons.org/licenses/by-nc/4.0/"><img src="https://licensebuttons.net/l/by-nc/4.0/80x15.png"></img></a>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</header>
<section>
<h1><a id="data-visualization-workshop-series" class="anchor" href="#data-visualization-workshop-series" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Data and Visualization Workshops</h1>
<p>Materials from our popular <a href="https://www.lib.ncsu.edu/workshops/category/data-and-visualization">Data and Visualization Workshop Series</a> at NC State University Libraries</p>
<!--<h1><a id="ncsu-libraries" class="anchor" href="#ncsu-libraries" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>NCSU Libraries</h1> -->
<hr>
<h2><a id="getting-started-with-data-visualization-i" class="anchor" href="#getting-started-with-data-visualization-i" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href = "https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Getting_Started_with_Data_Viz_I_Tools_for_Research">Getting Started with Data Visualization I: Tools for Research</a></h2>
<p>In this introductory workshop to data visualization, participants will gain an understanding of the process for making good visualizations and practice with two tools, Tableau and Raw.</p>
<p><b>Slides: <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Getting_Started_with_Data_Viz_I_Tools_for_Research/Getting%20Started%20Presentation.pptx?raw=true">PPT</a> / <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Getting_Started_with_Data_Viz_I_Tools_for_Research/Getting%20Started%20Presentation.pdf">PDF</a> | Instructions: <a href= "https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Getting_Started_with_Data_Viz_I_Tools_for_Research/GettingStartedActivityGuide.pdf">PDF</a> / <a href= "https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Getting_Started_with_Data_Viz_I_Tools_for_Research/Getting%20Started%20Activity%20Guide.docx?raw=true">DOC</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Getting_Started_with_Data_Viz_I_Tools_for_Research/TopBabyNames.csv?raw=true">Dataset</a>
</b><p>
<hr>
<h2>
<a id="getting-started-with-data-visualization-ii" class="anchor" href="#getting-started-with-data-visualization-ii" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href = "https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Getting_Started_with_Data_Viz_II_Elements_of_Design">Getting Started with Data Visualization II: Elements of Visualization Design</a></h2>
<p>In this workshop, participants will have the opportunity to strengthen your understanding of the process for making good visualizations, review core design concepts, learn about various chart types and their best case uses. Participants will also practice doing a visualization makeover.</p>
<p><b>Slides: <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Getting_Started_with_Data_Viz_II_Elements_of_Design/Slides.pptx">PPT</a> | <a href= "https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Getting_Started_with_Data_Viz_II_Elements_of_Design/Activity%20Guide.docx?raw=true">Instructions</a></h3> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Getting_Started_with_Data_Viz_II_Elements_of_Design/HollywoodsMostProfitableStories.csv?raw=true">Dataset</a> |
<a href="https://youtu.be/3atWUoPiaM0">YouTube Screencast</a></b></p>
<hr>
<h2><a id="tableau-i" class="anchor" href="#tableau-i" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Tableau_1">Tableau I</a>
</h2>
<p>Tableau is a free data visualization software. In this introductory workshop to Tableau, participants will learn how to upload a dataset to Tableau, learn about the visualization types available in Tableau,
create multiple visualizations and a dashboard including a bar chart, map, line chart, and tree map. You will also learn how to publish a visualization. </p>
<p><b>Slides: <a href= "https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Tableau_1/Slides.pdf">PDF</a>/ <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Tableau_1/Slides.pptx?raw=true">PPT</a> |
<a href= "https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Tableau_1/Guide.pdf">Instructions</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Tableau_1/burglaries.xls?raw=true">Dataset</a> | <a href="https://www.youtube.com/playlist?list=PLFtxGQKkdHa0H8eVSGdYnfyqDWUo6YkLs">Videos</a></b></p>
<hr>
<h2><a id="tableau-ii" class="anchor" href="#tableau-ii" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Tableau_2"><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Tableau_2">Tableau II</a>
</h2>
<p>In this more advanced Tableau workshop, participants will learn more advanced visualization techniques such as filtering, creating and using sets, using multiple measures, selected highlighting, quick table calculations, dual axis charts, combination charts, and story points. </p>
<p><b>Slides: <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Tableau_2/Tableau%20II.pptx?raw=true">PPT</a> / <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Tableau_2/Tableau%20II.pdf">PDF</a> |
<a href= "https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Tableau_2/Activity%20Guide.docx?raw=true">Instructions</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Tableau_2/BuildingPermits.xlsx?raw=true">Dataset</a> |
<a href="https://youtu.be/uCeYUQqE3IM">YouTube Screencast</a>
|<a href="https://www.youtube.com/playlist?list=PLFtxGQKkdHa0tNBFMCvLndFslce1oKxF2">Videos</a></b></p>
<hr>
<h2><a id="Visualize Survey Results with Tableau" class="anchor" href="#survey-results-tableau" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Visualize_Survey_Results_with_Tableau">Visualize Survey Results with Tableau</a></h2>
<p>Making charts and graphs from survey data is a great way to communicate findings to an audience for quick analysis and interpretation. In this workshop, we will provide hands-on activities from a Dataset set for participants to visualize survey data in Tableau. Data structuring, cleaning, and visualizing steps will be covered.</p>
<p><b>Slides: <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Visualize_Survey_Results_with_Tableau/Visualizing%20Survey%20Results%20in%20Tableau.pptx?raw=true">PPT</a> / <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Visualize_Survey_Results_with_Tableau/Visualizing%20Survey%20Results%20in%20Tableau.pdf">PDF</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Visualize_Survey_Results_with_Tableau/Activity%20Guide.docx?raw=true">Instructions</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Visualize_Survey_Results_with_Tableau">Other Materials</a></b></p>
<hr>
<h2><a id="d3" class="anchor" href="#d3" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/D3%20Workshop%20Series">D3 Workshops I and II</a></h2>
<p>These workshops aim at introducing web- and JavaScript-novices to data visualization with D3.js. D3 (Data Driven Documents) is a JavaScript library that is very popular for data visualization in web environments. Part I of this worksop series introduces the attendees to basic web concepts, including HTML, CSS and JavaScript,
while Part II provides an introduction to D3.</p>
<p><b><a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/D3%20Workshop%20Series/D3%20Workshop%20Series%20Resources.pdf">Resources for Parts I and II</a></b></p>
<hr>
<h2><a id="beginning-r" class="anchor" href="#beginning-r" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Beginning_R">Beginning R</a></h2>
<p>This is an introduction to R, a statistical computing software, for participants who have had little or no prior experience with coding.</p>
<p><b><a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Beginning_R/Beginning_R_slides.pdf">Slides</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Beginning_R/Beginning_R_exercise.R">Exercise</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Beginning_R/Beginning_R_exercise_solutions.R">Solution</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Beginning_R/airbnb.xlsx">Dataset</a> |
<a href="https://go.ncsu.edu/beginr">RStudio Cloud workspace</a></b></p>
<hr>
<h2><a id="data-cleaning-r" class="anchor" href="#data-cleaning-with-r" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Data_Cleaning_with_R">Data Cleaning with R</a></h2>
<p>This workshop will provide participants with an overview and hands-on practice using data cleaning functions in R, specifically from the <a href="https://www.tidyverse.org/">Tidyverse set of packages</a>. Topics will include loading data, subsetting, filtering, creating new columns, merging data, stripping out unwanted characters, reshaping data, and by-group processing. This hands-on workshop is most suited to participants who have some prior familiarity with R. </p>
<p><b><a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Data_Cleaning_with_R/Data_Cleaning_with_R_slides.pdf">Slides</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Data_Cleaning_with_R/data-cleaning-script.R">Exercise</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Data_Cleaning_with_R/data-cleaning-solutions.R">Solution</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Data_Cleaning_with_R/datasets">Datasets</a> |
<a href="https://go.ncsu.edu/cleanr">RStudio Cloud workspace</a>
</b></p>
<hr>
<h2><a id="r-for-document-creation" class="anchor" href="#r-for-document-creation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/alblaine/r-docs-workshop">R for Document Creation</a></h2>
<p>This workshop introduces and provides hands-on experience with R Markdown, a text formatting tool for publishing code (written in R, Python, and other languages) into documents of multiple formats. R Markdown allows researchers to publish their code along with their research enabling reproducibility.
<p><b><a href="https://alblaine.github.io/r-docs-workshop/">Instructions</a></b></p>
<hr>
<h2><a id="data-visualiation-with-r" class="anchor" href="#data-visualization-with-r" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/alblaine/data-viz-with-r">Data Visualization with R</a></h2>
<p>This workshop will provide an introductory overview and hands-on practice with making data visualizations with R, a statistical computing language. Topics covered will include an overview of visualization packages, including ggplot2, ggvis, plotly, leaflet, and others, and considerations for creating publication-quality graphics using R. The hands-on activity will consist of creating a few visualizations using R in the RStudio development environment.
<p><b><a href="https://alblaine.github.io/dvr-slides">Slides</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Data_Visualization_with_R/script.R">Exercise</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Data_Visualization_with_R/solutions.R">Solution</a> |
<a href="https://go.ncsu.edu/dvr">RStudio Cloud workspace</a></b></p>
<hr>
<h2><a id="introduction-to-machine-learning" class="anchor" href="#introduction-to-machine-learning" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Introduction_to_Machine_Learning">Introduction to Machine Learning in R</a></h2>
<p>This workshop will provide an introductory overview and hands-on practice with machine learning, a field of computer science and artificial intelligence that has become vital to many industries for its usefulness in data analysis. The hands-on activity will consist of creating models with common machine learning algorithms using R in the RStudio development environment.
<p><b><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Introduction_to_Machine_Learning/step_by_step_instructions.md">Instructions</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Introduction_to_Machine_Learning/slides.pdf">Slides</a></b></p>
<hr>
<h2><a id="data-cleaning-with-open-refine" class="anchor" href="#data-cleaning-with-open-refine" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Open_Refine">Data Cleaning with Open Refine</a></h2>
<p>Open Refine is a free, open source tool that makes it easy to clean and transform large data sets. This workshop will introduce you to how to clean your data to remove problematic characters, whitespaces, symbols, errors, missing elements and inconsistencies. </p>
<b>Slides: <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Open_Refine/Data%20Cleaning%20with%20Open%20Refine.pptx?raw=true">PPT</a> / <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Open_Refine/Data%20Cleaning%20with%20Open%20Refine.pdf">PDF</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Open_Refine/Open%20Refine%20Activity%20Guide.pdf">Instructions</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Open_Refine/datasets">Datasets</a></b></p>
<hr>
<h2><a id="digital-poster-creation" class="anchor" href="#digital-poster-creation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Digital_Poster_Creation">Digital Poster Creation</a></h2>
<p>This workshop will cover the basics of creating digital posters for academic presentations, including design tips and a hands-on activity. Participants will get to create a sample poster using a provided template.</p>
<p><b><a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Digital_Poster_Creation/Digital%20Poster%20Creation.pptx?raw=true">Slides</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Digital_Poster_Creation"> All Other Materials</a></b></p>
<hr>
<h2><a id="infographics" class="anchor" href="#infographics" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Infographics">Infographics</a></h2>
<p>In this workshop, participants will explore the difference between infographics and data visualization, learn best practices for infographic design, and practice building an infographic with PiktoChart. </p>
<b>Slides: <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Infographics/Infographics%20Presentation.pptx?raw=true">PPT</a> / <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Infographics/Infographics%20Presentation.pdf">PDF</a> |
<a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Infographics/Piktochart%20Activity">Activity Materials</a></b></p>
<hr>
<h2><a id="crash-course" class="anchor" href="#crash-course" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><a href="https://github.com/NCSU-Libraries/data-viz-workshops/tree/master/Teaching_Visualization_Literacy_Crash_Course">Teaching Visualization Literacy Crash Course</a></h2>
<p>This two-part workshop is designed to help faculty and instructors improve student success through increasing the data visualization literacy of students. The goal of the workshop is to provide training and resources to instructors to be able to teach students how to create well-designed visualizations in order to communicate research findings clearly and effectively. Part I of the workshop covers best-practices in visualization, effective visualization design, pedagogical considerations, and evaluation methods for helping students become better communicators using data visualization. Part II covers how to use Tableau in the classroom.</p>
<h4>Part I: Teaching Visualization Literacy</h4>
<p><b><a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Teaching_Visualization_Literacy_Crash_Course/Part%201%20-%20Teaching%20Visualization%20Literacy%20/Teaching%20Visualization%20Literacy.pptx">Slides</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Teaching_Visualization_Literacy_Crash_Course/Part%201%20-%20Teaching%20Visualization%20Literacy%20/Activity.docx">Instructions</a>
<h4>Part II: Teaching with Tableau</h4>
<p><b><a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Teaching_Visualization_Literacy_Crash_Course/Part%202%20-%20Teaching%20with%20Tableau/slides.pdf">Slides</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Teaching_Visualization_Literacy_Crash_Course/Part%202%20-%20Teaching%20with%20Tableau/handout.pdf">Instructions</a> | <a href="https://github.com/NCSU-Libraries/data-viz-workshops/blob/master/Teaching_Visualization_Literacy_Crash_Course/Part%202%20-%20Teaching%20with%20Tableau/carbon_dioxide_emissions_per_capita.xlsx">Dataset</a></p>
<hr>
<h3><a id="page-contributors" class="anchor" href="#page-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Page Contributors</h3>
<p>Alison Blaine (<a href="https://github.com/alblaine" class="user-mention">@alblaine</a>), Natalia Lopez (<a href="https://github.com/batlopez" class="user-mention">@batlopez</a>), Jennifer Garrett (<a href="https://github.com/JenGarrett" class="user-mention">@JenGarrett</a>)</p>
<h3><a id="contact" class="anchor" href="#contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact</h3>
<p>Contact <a href="mailto:[email protected]">Mike Nutt</a></p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>