-
Notifications
You must be signed in to change notification settings - Fork 17
/
videos.html
99 lines (81 loc) · 4.37 KB
/
videos.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>NCSU Data Visualization Workshop Videos</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>
<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/logo.png"></img></a>
<p class="view"><a href="https://github.com/NCSU-Libraries/data-viz-workshops">View the Project on GitHub</a></p>
</header>
<section>
<h2>Tableau I Videos (Visualize Your Data with Tableau)</h2>
<br>
Renaming Data Columns in Tableau
<iframe width="560" height="315" src="https://www.youtube.com/embed/W1cEwdWg4jg" frameborder="0" allowfullscreen></iframe></h3>
Activity 1: Stacked Bar Chart
<iframe width="560" height="315" src="https://www.youtube.com/embed/NuWjpcIrdIk" frameborder="0" allowfullscreen></iframe></h3>
Activity 2: Map
<iframe width="560" height="315" src="https://www.youtube.com/embed/g2p2k9rJZtU" frameborder="0" allowfullscreen></iframe></h3>
Activity 3: Line Chart
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZaYT2qRP5bk" frameborder="0" allowfullscreen></iframe></h3>
Activity 4: Tree Map
<iframe width="560" height="315" src="https://www.youtube.com/embed/8C0Jv-LFkII" frameborder="0" allowfullscreen></iframe></h3>
Activity 5: Dashboard
<iframe width="560" height="315" src="https://www.youtube.com/embed/-fcn9vVnYpc" frameborder="0" allowfullscreen></iframe></h3>
</b>
<hr>
<br>
<h2>Tableau 2 Videos</h2>
Activity 1: Easy Bar Chart
<iframe width="560" height="315" src="https://www.youtube.com/embed/SmdqaldET4Q" frameborder="0" allowfullscreen></iframe>
Activity 2: Map
<iframe width="560" height="315" src="https://www.youtube.com/embed/GJ0CTv_UfKw" frameborder="0" allowfullscreen></iframe>
Activity 3: Calculated Field
<iframe width="560" height="315" src="https://www.youtube.com/embed/Y03oYiuhnD0" frameborder="0" allowfullscreen></iframe>
Activity 4: Data Source Filter
<iframe width="560" height="315" src="https://www.youtube.com/embed/c3cfpHGmL0U" frameborder="0" allowfullscreen></iframe>
Activity 5: Combination Chart
<iframe width="560" height="315" src="https://www.youtube.com/embed/KRFGS6SaXeo" frameborder="0" allowfullscreen></iframe>
</b>
<br>
<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]">Alison Blaine</a> or <a href="mailto:[email protected]">Jennifer Garrett</a></p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/alblaine">alblaine</a></p>
<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>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>