-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
47 lines (46 loc) · 2.3 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
---
layout: layout
title: "Home"
---
<section class="intro">
<p>
My name's <strong>Nicolas Kayser-Bril </strong>and I like to understand how things work.
</p>
<p>
To do so, I use data. I crunch, grind, chew and squeeze numbers to extract meaning and tell stories. That's called data-driven journalism and I'm proud to have been one of the first ones to practice it in Europe.
</p>
<p>
I co-founded and managed <a href="http://jplusplus.org" target="_blank">Journalism++</a> from 2011 to 2017. Before that, I was head of datajournalism at <a target="_blank" href="http://owni.fr">Owni</a>.
</p>
<p>
You can reach me at <a href="mailto:[email protected]">[email protected]</a>, follow me on Twitter <a target="_blank" href="http://twitter.com/nicolaskb">@nicolaskb </a>and on <a target="_blank" href="http://facebook.com/nicolas.kayser-bril">Facebook </a>or add me on <a target="_blank" href="http://de.linkedin.com/pub/nicolas-kayser-bril/8/1a6/750/">LinkedIn </a>.
</p>
<p>
Drop me a line if you need help on a data-driven project of any kind or if you need a public speaker or a stand-up comedian to talk about data, the internet or journalism.
</p>
</section>
<section class="cal">
<a name="things_I_did"></a>
<h1 class="thin">Things I did</h1>
<p><span style="color:#a02073; font-weight:bold;">Purple</span> represents trainings I've conducted, <span style="color:#2d616f; font-weight:bold;">dark blue</span> are conferences I presented at, <span style="color:#67c7d3; font-weight:bold;">light blue</span> are projects I'm proud of, <span style="color:#eb3721; font-weight:bold;">bright red</span> are articles I wrote and <span style="color:#dbb64b; font-weight:bold;">light ocre</span> are interviews I gave.</p>
<div id="cal">
</div>
<div class="separator">
<button class="btn btn-default" type="button" data-toggle="collapse" data-target="#cal2" aria-expanded="false" aria-controls="cal2">
Go further back in time
</button>
</div>
<div class="collapse" id="cal2">
</div>
</section>
<section class="articles">
<a name="things_I_wrote"></a>
<h1 class="thin">Things I wrote</h1>
<ul class="listing">
{% for post in site.posts %}
<li>
<span>{{ post.date | date: "%B %e, %Y" }}</span> <a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</section>