-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
177 lines (163 loc) · 5.25 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
<!DOCTYPE html>
<meta charset="utf-8" />
<head>
<link
rel="stylesheet"
href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css"
/>
<link
href="http://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<h1>Ritchie S. King</h1>
<div id="description-row">
<p class="description">
Currently, I'm a data visualization engineer at Netflix. Previously, I was
a visual journalist and data viz editor at
<a href="http://fivethirtyeight.com/">FiveThirtyEight</a>. I’ve also
written a textbook about JavaScript's excellent
<a href="http://d3js.org">D3 library</a>.
</p>
<p><br /></p>
<p class="description">
Check out some of my work below. On Twitter at
<a href="https://twitter.com/RitchieSKing">@RitchieSKing</a>. Email at
RitchieSKing[at]gmail.com. LinkedIn profile
<a href="https://www.linkedin.com/in/ritchieking/">here</a>.
</p>
</div>
<div id="book-row">
<h2>BOOK</h2>
<div class="first col">
<img class="book" src="book/imgs/bookcover.jpg" />
</div>
<div class="second col">
<p>
<a class="pure-button" href="http://ritchiesking.com/book/"
>More information</a
>
</p>
<p>
<a class="pure-button" href="https://github.com/ritchieking/d3-book"
>Supplemental materials</a
>
</p>
<p>
<a
class="pure-button"
href="http://click.linksynergy.com/fs-bin/click?id=8ZnJ3AlKfZ0&offerid=145238.10000463&type=3&subid=0"
>Buy on InformIT</a
>
</p>
<p>
<a
class="pure-button"
href="http://www.amazon.com/Visual-Storytelling-Introduction-Visualization-Addison-Wesley/dp/0321933176/ref=sr_1_1?ie=UTF8&qid=1407371209&sr=8-1&keywords=visual+storytelling+with+d3"
>Buy on Amazon</a
>
</p>
</div>
<div class="third col">
<p class="readin">From Amazon reviewers</p>
<p class="quote">
“This book is very well written, it provides a tutorial on how to
design charts and data visualizations by taking the reader through a
complete project step by step.”
</p>
<p class="quote">
“I have read several D3 books and this is still a
favourite.”
</p>
<p class="quote">
“I'll buy Ritchie a beer if I ever run into him.”
</p>
</div>
<div class="clearfix"></div>
</div>
<div id="work-row">
<h2>SELECTED WORK</h2>
<!-- -->
<div class="work">
<div class="second col">
<a href="http://projects.fivethirtyeight.com/2016-election-forecast/"
><h3>2016 General Election Forecast</h3></a
>
<p class="pub">Fivethirtyeight</p>
<p>
A web app showing Nate Silver's forecasts for the presidential
election, state-by-state win probabilities, and the latest polls.
</p>
</div>
<div class="clearfix"></div>
</div>
<!-- -->
<!-- -->
<div class="work">
<div class="second col">
<a
href="http://projects.fivethirtyeight.com/election-2016/primary-forecast/california-democratic/"
><h3>2016 Primary Elections Forecast</h3></a
>
<p class="pub">Fivethirtyeight</p>
<p>
A web app showing Nate Silver's forecasts for the primary elections
and the latest polls and polling averages in each state.
</p>
</div>
<div class="clearfix"></div>
</div>
<!-- -->
<!-- -->
<!-- -->
<div class="work">
<div class="second col">
<a
href="http://projects.fivethirtyeight.com/reddit-ngram/?keyword=omg.cute.fail.wtf&start=20071015&end=20150831&smoothing=10"
><h3>How The Internet Talks*</h3></a
>
<p class="pub">Fivethirtyeight</p>
<p>
*Or Reddit, anyway. Like the Google Ngram Viewer, but shows the
relative frequency of words and phrases used on Reddit, instead of in
books.
</p>
</div>
<div class="clearfix"></div>
</div>
<!-- -->
<!-- -->
<div class="work">
<div class="second col">
<a href="http://fivethirtyeight.com/features/science-isnt-broken/#part2"
><h3>Hack Your Way To Scientific Glory</h3></a
>
<p class="pub">Fivethirtyeight</p>
<p>
In this demonstration of "p-hacking," you can show that either
Republicans or Democrats are better for the economy just by tweaking
which political offices you include and how you define "economy."
</p>
</div>
<div class="clearfix"></div>
</div>
<!-- -->
<!-- -->
<div class="work">
<div class="second col">
<a
href="http://qz.com/154877/by-reading-this-page-you-are-mining-bitcoins/"
><h3>By reading this article, you're mining bitcoins</h3></a
>
<p class="pub">quartz</p>
<p>An explanation of how bitcoin works — with a twist</p>
</div>
<div class="clearfix"></div>
</div>
<!-- -->
</div>
</body>