-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (53 loc) · 3.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' 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/pygment_trac.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>Datascience tableau by widged</title>
</head>
<body>
<header>
<div class="inner">
<h1>Datascience tableau</h1>
<h2>Tableau assignment with D3JS</h2>
<a href="https://github.com/widged/Datascience_Tableau" class="button"><small>View project on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3><a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Datascience tableau</h3>
<p>A rather rapid attempt to recreate the "Tableau" assignment for the Coursera course "Introduction to DataScience" with d3js</p>
<h3><a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>Demo</h3>
<p><a href="demo/index.html">Live Demonstration</p>
<iframe src="demo/index.html" width="714" height="600">iframe not supported</iframe>
<h3><a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Author: <a href="https://github.com/blog/821" class="user-mention">@widged</a> </p>
<p>Bird strikes dataset available as a <a href="http://www.tableausoftware.com/public/community/sample-data-sets">Tableau Sample Datasets</a>, Direct link: <a href="http://www.tableausoftware.com/public/sites/default/files/Bird%20Strikes.xlsx">Bird%20Strikes.xlsx</a> (16.5 MB). Converted to a tab separated value files using Open Office. </p>
<p>The data for the charts have been extracted using custom scripts written in nodejs. These scripts are published in the <a href="https://github.com/widged/Datascience_Tableau/tree/nodeparser">nodeparser</a> branch. This nodeparser branch was created to avoid to bloat the demo as the nodeparser archive includes a 25.9 MB "Bird Strikes.tab" is included (download the nodeparser branch as a <a href="https://github.com/widged/Datascience_Tableau/zipball/nodeparser" >.zip</a> or <a href="https://github.com/widged/Datascience_Tableau/tarball/nodeparser">tar</a> file).</p>
<p>Charting done using the <a href="http://d3js.org/">d3js</a> library and custom graphing code.</p>
</section>
<aside id="sidebar">
<a href="https://github.com/widged/Datascience_Tableau/zipball/gh-pages" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/widged/Datascience_Tableau/tarball/gh-pages" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/widged/Datascience_Tableau"></a> is maintained by <a href="https://github.com/widged">widged</a>.</p>
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>