-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
84 lines (65 loc) · 4.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Consumer Financial Protection Bureau - Data Visualization Workshop</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Data Visualization Workshop</h1>
<h2>Consumer Financial Protection Bureau</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/OpenGlobe/cfpb-dataviz/zipball/gh-pages/data" id="download-zip" class="button"><span>Sample Data</span></a>
<!-- <a href="https://github.com/OpenGlobe/cfpb-dataviz/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a> -->
<a href="https://github.com/OpenGlobe/cfpb-dataviz" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>About the Workshop</h3>
<p>Tuesday, July 7th, 1:00 - 3:00 PM<br>
GSA, Room 4250</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Facilitators</h3>
<p>Chris Goranson, Jeff Chen, Erie Meyer & CFPB</p>
<h3>
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span class="octicon octicon-link"></span></a>About the Workshop</h3>
<p>On the heels of the fantastic open data release by the Consumer Financial Protection Bureau (see <a href="http://www.consumerfinance.gov/complaintdatabase/" target="_blank">http://www.consumerfinance.gov/complaintdatabase/</a>), this workshop will provide those relatively new to data visualization tools with an opportunity to:</p>
<p>1. Learn about the CFPB data, and why the release is so important;</p>
<p>2. Learn a few basic data visualization types, uses, and broader exposure to data visualization taxonomies;</p>
<p>3. Learn some common do's and dont's when it comes to data visualization;</p>
<p>4. Explore a few free on-line data visualization tools using subsets of the CFPB data;</p>
<p>5. Have a hands-on opportunity to create and share your own data visualizations through an exploratory process.</p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Course Materials</h3>
<p>Reminder: to participate in any of the tutorials, you'll need to bring your own laptop (and we'll bring the WiFi!)<br>
Text used for reference (free ebook): "<a href="http://chimera.labs.oreilly.com/books/1230000000345/index.html" target="_blank">Interactive Data Visualization for the Web</a>", by Scott Murray<br>
Tutorial (Beginner): <a href="tutorial_one.html" target="_blank">Introduction to RAW</a><br>
Tutorial (Advanced): <a href="http://cfpbvis.s3-website-us-west-2.amazonaws.com" target="_blank"> Visualization using D3.js, R, and Google Charts</a> <br>
</p>
<h3><a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Agenda</h3>
<p>1:00 - 1:10 PM Very brief discussion on CFPB data, what's in there, basic into to data viz and other background information. Sharing a few cleaned and simplified datasets for the day.</p>
<p>1:10 - 1:20 PM Deep Dive into Data Viz</p>
<p>1:20 - 2:00 PM Short tutorials to a few super-awesome (and free) data visualization tools, walk-thru using CFPB data samples.</p>
<p>2:00 - 2:45 PM Group is cut loose to try building their own data visualizations.</p>
<p>2:45 - 3:00 PM Show and Tell, wrap-up discussion.</p>
</section>
<footer>
Cfpb-dataviz is maintained by <a href="https://github.com/OpenGlobe">OpenGlobe</a><br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>